diff --git a/ci-operator/config/integr8ly/integreatly-operator/integr8ly-integreatly-operator-release-v2.2.yaml b/ci-operator/config/integr8ly/integreatly-operator/integr8ly-integreatly-operator-release-v2.2.yaml new file mode 100644 index 000000000000..62dc2e82fbea --- /dev/null +++ b/ci-operator/config/integr8ly/integreatly-operator/integr8ly-integreatly-operator-release-v2.2.yaml @@ -0,0 +1,62 @@ +base_images: + os: + cluster: https://api.ci.openshift.org + name: ubi + namespace: ocp + tag: "8" +binary_build_commands: make code/compile COMPILE_TARGET="./build/_output/bin/integreatly-operator" +build_root: + image_stream_tag: + cluster: https://api.ci.openshift.org + name: intly-operator-base-image + namespace: integr8ly + tag: latest +images: +- dockerfile_path: build/Dockerfile + from: os + inputs: + bin: + paths: + - destination_dir: . + source_path: /go/src/github.com/integr8ly/integreatly-operator/build + to: integreatly-operator +- dockerfile_path: Dockerfile.functional + from: os + to: integreatly-operator-test-harness +promotion: + name: "2.2" + namespace: integr8ly +resources: + '*': + requests: + cpu: 100m + memory: 250Mi + unit: + requests: + cpu: 200m + memory: 2Gi +tag_specification: + cluster: https://api.ci.openshift.org + name: "4.3" + namespace: ocp +tests: +- as: vendor + commands: make vendor/check + container: + from: src +- as: unit + commands: make test/unit + container: + from: src +- as: format + commands: make code/check + container: + from: src +- as: e2e + commands: make test/e2e/prow + openshift_installer_src: + cluster_profile: aws +- as: manifest + commands: make manifest/check + container: + from: src diff --git a/ci-operator/jobs/ComplianceAsCode/content/ComplianceAsCode-content-master-presubmits.yaml b/ci-operator/jobs/ComplianceAsCode/content/ComplianceAsCode-content-master-presubmits.yaml index 0a2b79815d6b..8479842c39ab 100644 --- a/ci-operator/jobs/ComplianceAsCode/content/ComplianceAsCode-content-master-presubmits.yaml +++ b/ci-operator/jobs/ComplianceAsCode/content/ComplianceAsCode-content-master-presubmits.yaml @@ -18,13 +18,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-moderate-cluster-profile - --target=e2e-aws-moderate - --template=/usr/local/e2e-aws-moderate @@ -58,6 +56,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -83,6 +84,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-moderate,?($|\s.*) - agent: kubernetes always_run: true @@ -102,10 +106,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -122,6 +126,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -133,6 +140,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -151,10 +161,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -171,6 +181,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -182,4 +195,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/cloud-bulldozer/plow/cloud-bulldozer-plow-master-periodics.yaml b/ci-operator/jobs/cloud-bulldozer/plow/cloud-bulldozer-plow-master-periodics.yaml index 64ab33167226..e663a03dbdef 100644 --- a/ci-operator/jobs/cloud-bulldozer/plow/cloud-bulldozer-plow-master-periodics.yaml +++ b/ci-operator/jobs/cloud-bulldozer/plow/cloud-bulldozer-plow-master-periodics.yaml @@ -16,13 +16,11 @@ periodics: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/etcd-azure-perf-test-daily-cluster-profile - --target=etcd-azure-perf-test-daily - --template=/usr/local/etcd-azure-perf-test-daily @@ -58,6 +56,9 @@ periodics: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -83,3 +84,6 @@ periodics: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/codeready-toolchain/api/codeready-toolchain-api-master-presubmits.yaml b/ci-operator/jobs/codeready-toolchain/api/codeready-toolchain-api-master-presubmits.yaml index e6667235a1a2..0084e4c608dd 100644 --- a/ci-operator/jobs/codeready-toolchain/api/codeready-toolchain-api-master-presubmits.yaml +++ b/ci-operator/jobs/codeready-toolchain/api/codeready-toolchain-api-master-presubmits.yaml @@ -17,10 +17,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=build command: - ci-operator @@ -37,6 +37,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -48,6 +51,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )build,?($|\s.*) - agent: kubernetes always_run: true @@ -66,10 +72,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=test command: - ci-operator @@ -86,6 +92,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -97,4 +106,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )test,?($|\s.*) diff --git a/ci-operator/jobs/codeready-toolchain/host-operator/codeready-toolchain-host-operator-master-postsubmits.yaml b/ci-operator/jobs/codeready-toolchain/host-operator/codeready-toolchain-host-operator-master-postsubmits.yaml index 5b4adf3b8349..bf38eb663ba8 100644 --- a/ci-operator/jobs/codeready-toolchain/host-operator/codeready-toolchain-host-operator-master-postsubmits.yaml +++ b/ci-operator/jobs/codeready-toolchain/host-operator/codeready-toolchain-host-operator-master-postsubmits.yaml @@ -108,16 +108,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-codeready-toolchain-host-operator-master-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -134,6 +136,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -145,6 +150,9 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator - agent: kubernetes branches: - ^master$ diff --git a/ci-operator/jobs/codeready-toolchain/host-operator/codeready-toolchain-host-operator-master-presubmits.yaml b/ci-operator/jobs/codeready-toolchain/host-operator/codeready-toolchain-host-operator-master-presubmits.yaml index b68da437c489..cc844135c427 100644 --- a/ci-operator/jobs/codeready-toolchain/host-operator/codeready-toolchain-host-operator-master-presubmits.yaml +++ b/ci-operator/jobs/codeready-toolchain/host-operator/codeready-toolchain-host-operator-master-presubmits.yaml @@ -17,10 +17,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=build command: - ci-operator @@ -37,6 +37,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -48,6 +51,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )build,?($|\s.*) - agent: kubernetes always_run: true @@ -66,13 +72,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-cluster-profile - --target=e2e - --template=/usr/local/e2e @@ -106,6 +110,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -131,6 +138,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e,?($|\s.*) - agent: kubernetes always_run: true @@ -149,10 +159,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -169,6 +179,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -180,6 +193,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -198,10 +214,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=lint command: - ci-operator @@ -218,6 +234,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -229,6 +248,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )lint,?($|\s.*) - agent: kubernetes always_run: true @@ -247,10 +269,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=test command: - ci-operator @@ -267,6 +289,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -278,4 +303,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )test,?($|\s.*) diff --git a/ci-operator/jobs/codeready-toolchain/member-operator/codeready-toolchain-member-operator-master-postsubmits.yaml b/ci-operator/jobs/codeready-toolchain/member-operator/codeready-toolchain-member-operator-master-postsubmits.yaml index dff109c4d79b..a195f436e61f 100644 --- a/ci-operator/jobs/codeready-toolchain/member-operator/codeready-toolchain-member-operator-master-postsubmits.yaml +++ b/ci-operator/jobs/codeready-toolchain/member-operator/codeready-toolchain-member-operator-master-postsubmits.yaml @@ -108,16 +108,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-codeready-toolchain-member-operator-master-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -134,6 +136,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -145,6 +150,9 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator - agent: kubernetes branches: - ^master$ diff --git a/ci-operator/jobs/codeready-toolchain/member-operator/codeready-toolchain-member-operator-master-presubmits.yaml b/ci-operator/jobs/codeready-toolchain/member-operator/codeready-toolchain-member-operator-master-presubmits.yaml index bcd2ddff2a2d..fe241c05a696 100644 --- a/ci-operator/jobs/codeready-toolchain/member-operator/codeready-toolchain-member-operator-master-presubmits.yaml +++ b/ci-operator/jobs/codeready-toolchain/member-operator/codeready-toolchain-member-operator-master-presubmits.yaml @@ -17,10 +17,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=build command: - ci-operator @@ -37,6 +37,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -48,6 +51,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )build,?($|\s.*) - agent: kubernetes always_run: true @@ -66,13 +72,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-cluster-profile - --target=e2e - --template=/usr/local/e2e @@ -106,6 +110,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -131,6 +138,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e,?($|\s.*) - agent: kubernetes always_run: true @@ -149,10 +159,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -169,6 +179,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -180,6 +193,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -198,10 +214,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=lint command: - ci-operator @@ -218,6 +234,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -229,6 +248,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )lint,?($|\s.*) - agent: kubernetes always_run: true @@ -247,10 +269,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=test command: - ci-operator @@ -267,6 +289,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -278,4 +303,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )test,?($|\s.*) diff --git a/ci-operator/jobs/codeready-toolchain/registration-service/codeready-toolchain-registration-service-master-postsubmits.yaml b/ci-operator/jobs/codeready-toolchain/registration-service/codeready-toolchain-registration-service-master-postsubmits.yaml index 8c80743fe5f5..aea6f4ad8fe9 100644 --- a/ci-operator/jobs/codeready-toolchain/registration-service/codeready-toolchain-registration-service-master-postsubmits.yaml +++ b/ci-operator/jobs/codeready-toolchain/registration-service/codeready-toolchain-registration-service-master-postsubmits.yaml @@ -108,16 +108,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-codeready-toolchain-registration-service-master-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -134,6 +136,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -145,6 +150,9 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator - agent: kubernetes branches: - ^master$ diff --git a/ci-operator/jobs/codeready-toolchain/registration-service/codeready-toolchain-registration-service-master-presubmits.yaml b/ci-operator/jobs/codeready-toolchain/registration-service/codeready-toolchain-registration-service-master-presubmits.yaml index 69a0de0ed438..7be24649fb07 100644 --- a/ci-operator/jobs/codeready-toolchain/registration-service/codeready-toolchain-registration-service-master-presubmits.yaml +++ b/ci-operator/jobs/codeready-toolchain/registration-service/codeready-toolchain-registration-service-master-presubmits.yaml @@ -17,10 +17,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=build command: - ci-operator @@ -37,6 +37,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -48,6 +51,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )build,?($|\s.*) - agent: kubernetes always_run: true @@ -66,13 +72,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-cluster-profile - --target=e2e - --template=/usr/local/e2e @@ -106,6 +110,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -131,6 +138,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e,?($|\s.*) - agent: kubernetes always_run: true @@ -149,10 +159,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -169,6 +179,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -180,6 +193,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -198,10 +214,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=lint command: - ci-operator @@ -218,6 +234,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -229,6 +248,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )lint,?($|\s.*) - agent: kubernetes always_run: true @@ -247,10 +269,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=test command: - ci-operator @@ -267,6 +289,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -278,4 +303,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )test,?($|\s.*) diff --git a/ci-operator/jobs/codeready-toolchain/toolchain-common/codeready-toolchain-toolchain-common-master-presubmits.yaml b/ci-operator/jobs/codeready-toolchain/toolchain-common/codeready-toolchain-toolchain-common-master-presubmits.yaml index 02d16976db65..7f9760faa9ae 100644 --- a/ci-operator/jobs/codeready-toolchain/toolchain-common/codeready-toolchain-toolchain-common-master-presubmits.yaml +++ b/ci-operator/jobs/codeready-toolchain/toolchain-common/codeready-toolchain-toolchain-common-master-presubmits.yaml @@ -17,10 +17,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=build command: - ci-operator @@ -37,6 +37,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -48,6 +51,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )build,?($|\s.*) - agent: kubernetes always_run: true @@ -66,10 +72,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=lint command: - ci-operator @@ -86,6 +92,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -97,6 +106,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )lint,?($|\s.*) - agent: kubernetes always_run: true @@ -115,10 +127,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=test command: - ci-operator @@ -135,6 +147,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -146,4 +161,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )test,?($|\s.*) diff --git a/ci-operator/jobs/codeready-toolchain/toolchain-e2e/codeready-toolchain-toolchain-e2e-master-presubmits.yaml b/ci-operator/jobs/codeready-toolchain/toolchain-e2e/codeready-toolchain-toolchain-e2e-master-presubmits.yaml index 364819202ec0..c7dd3e1e9250 100644 --- a/ci-operator/jobs/codeready-toolchain/toolchain-e2e/codeready-toolchain-toolchain-e2e-master-presubmits.yaml +++ b/ci-operator/jobs/codeready-toolchain/toolchain-e2e/codeready-toolchain-toolchain-e2e-master-presubmits.yaml @@ -17,10 +17,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=build command: - ci-operator @@ -37,6 +37,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -48,6 +51,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )build,?($|\s.*) - agent: kubernetes always_run: true @@ -66,13 +72,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-cluster-profile - --target=e2e - --template=/usr/local/e2e @@ -106,6 +110,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -131,6 +138,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e,?($|\s.*) - agent: kubernetes always_run: true @@ -149,10 +159,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -169,6 +179,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -180,6 +193,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -198,10 +214,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=lint command: - ci-operator @@ -218,6 +234,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -229,4 +248,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )lint,?($|\s.*) diff --git a/ci-operator/jobs/codeready-toolchain/toolchain-operator/codeready-toolchain-toolchain-operator-master-postsubmits.yaml b/ci-operator/jobs/codeready-toolchain/toolchain-operator/codeready-toolchain-toolchain-operator-master-postsubmits.yaml index 9b9a193f9855..a81fe8c19c7c 100644 --- a/ci-operator/jobs/codeready-toolchain/toolchain-operator/codeready-toolchain-toolchain-operator-master-postsubmits.yaml +++ b/ci-operator/jobs/codeready-toolchain/toolchain-operator/codeready-toolchain-toolchain-operator-master-postsubmits.yaml @@ -108,16 +108,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-codeready-toolchain-toolchain-operator-master-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -134,6 +136,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -145,6 +150,9 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator - agent: kubernetes branches: - ^master$ diff --git a/ci-operator/jobs/codeready-toolchain/toolchain-operator/codeready-toolchain-toolchain-operator-master-presubmits.yaml b/ci-operator/jobs/codeready-toolchain/toolchain-operator/codeready-toolchain-toolchain-operator-master-presubmits.yaml index 0753cf1c5dbf..cd7fda3bc512 100644 --- a/ci-operator/jobs/codeready-toolchain/toolchain-operator/codeready-toolchain-toolchain-operator-master-presubmits.yaml +++ b/ci-operator/jobs/codeready-toolchain/toolchain-operator/codeready-toolchain-toolchain-operator-master-presubmits.yaml @@ -17,10 +17,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=build command: - ci-operator @@ -37,6 +37,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -48,6 +51,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )build,?($|\s.*) - agent: kubernetes always_run: true @@ -66,13 +72,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-cluster-profile - --target=e2e - --template=/usr/local/e2e @@ -106,6 +110,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -131,6 +138,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e,?($|\s.*) - agent: kubernetes always_run: true @@ -149,10 +159,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -169,6 +179,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -180,6 +193,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -198,10 +214,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=lint command: - ci-operator @@ -218,6 +234,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -229,6 +248,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )lint,?($|\s.*) - agent: kubernetes always_run: true @@ -247,10 +269,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=test command: - ci-operator @@ -267,6 +289,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -278,4 +303,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )test,?($|\s.*) diff --git a/ci-operator/jobs/containers/libpod/containers-libpod-v1.6-presubmits.yaml b/ci-operator/jobs/containers/libpod/containers-libpod-v1.6-presubmits.yaml index d633f09120db..a9589f29a272 100644 --- a/ci-operator/jobs/containers/libpod/containers-libpod-v1.6-presubmits.yaml +++ b/ci-operator/jobs/containers/libpod/containers-libpod-v1.6-presubmits.yaml @@ -17,10 +17,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -37,6 +37,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -48,6 +51,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -66,13 +72,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/launch-aws-cluster-profile - --target=launch-aws - --template=/usr/local/launch-aws @@ -106,6 +110,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -131,4 +138,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )launch-aws,?($|\s.*) diff --git a/ci-operator/jobs/coreos/coreos-assembler/coreos-coreos-assembler-master-presubmits.yaml b/ci-operator/jobs/coreos/coreos-assembler/coreos-coreos-assembler-master-presubmits.yaml index 5df4f9a112f8..2ea3b55acc0f 100644 --- a/ci-operator/jobs/coreos/coreos-assembler/coreos-coreos-assembler-master-presubmits.yaml +++ b/ci-operator/jobs/coreos/coreos-assembler/coreos-coreos-assembler-master-presubmits.yaml @@ -17,10 +17,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=sanity command: - ci-operator @@ -37,6 +37,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -48,4 +51,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )sanity,?($|\s.*) diff --git a/ci-operator/jobs/coreos/rpm-ostree/coreos-rpm-ostree-master-presubmits.yaml b/ci-operator/jobs/coreos/rpm-ostree/coreos-rpm-ostree-master-presubmits.yaml index 457269c6c469..01286e48a14d 100644 --- a/ci-operator/jobs/coreos/rpm-ostree/coreos-rpm-ostree-master-presubmits.yaml +++ b/ci-operator/jobs/coreos/rpm-ostree/coreos-rpm-ostree-master-presubmits.yaml @@ -17,10 +17,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=sanity command: - ci-operator @@ -37,6 +37,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -48,4 +51,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )sanity,?($|\s.*) diff --git a/ci-operator/jobs/cri-o/cri-o/cri-o-cri-o-release-1.13-presubmits.yaml b/ci-operator/jobs/cri-o/cri-o/cri-o-cri-o-release-1.13-presubmits.yaml index fdf798c6b9b8..7620760f1f13 100644 --- a/ci-operator/jobs/cri-o/cri-o/cri-o-cri-o-release-1.13-presubmits.yaml +++ b/ci-operator/jobs/cri-o/cri-o/cri-o-cri-o-release-1.13-presubmits.yaml @@ -18,13 +18,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -47,6 +45,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -69,6 +70,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -87,10 +91,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -107,6 +111,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -118,6 +125,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -137,13 +147,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/launch-aws-cluster-profile - --target=launch-aws - --template=/usr/local/launch-aws @@ -177,6 +185,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -202,6 +213,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )launch-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -220,10 +234,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -240,6 +254,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -251,4 +268,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/cri-o/cri-o/cri-o-cri-o-release-1.14-presubmits.yaml b/ci-operator/jobs/cri-o/cri-o/cri-o-cri-o-release-1.14-presubmits.yaml index 4c78e0b202a0..5c72f184e995 100644 --- a/ci-operator/jobs/cri-o/cri-o/cri-o-cri-o-release-1.14-presubmits.yaml +++ b/ci-operator/jobs/cri-o/cri-o/cri-o-cri-o-release-1.14-presubmits.yaml @@ -18,13 +18,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -47,6 +45,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -69,6 +70,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -87,10 +91,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -107,6 +111,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -118,6 +125,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -137,13 +147,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/launch-aws-cluster-profile - --target=launch-aws - --template=/usr/local/launch-aws @@ -177,6 +185,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -202,4 +213,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )launch-aws,?($|\s.*) diff --git a/ci-operator/jobs/cri-o/cri-o/cri-o-cri-o-release-1.16-presubmits.yaml b/ci-operator/jobs/cri-o/cri-o/cri-o-cri-o-release-1.16-presubmits.yaml index 7c61c368a414..ad2ae508c9f5 100644 --- a/ci-operator/jobs/cri-o/cri-o/cri-o-cri-o-release-1.16-presubmits.yaml +++ b/ci-operator/jobs/cri-o/cri-o/cri-o-cri-o-release-1.16-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -46,6 +44,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -68,6 +69,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -86,10 +90,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -106,6 +110,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -117,6 +124,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -135,13 +145,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/launch-aws-cluster-profile - --target=launch-aws - --template=/usr/local/launch-aws @@ -175,6 +183,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -200,4 +211,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )launch-aws,?($|\s.*) diff --git a/ci-operator/jobs/cri-o/cri-o/cri-o-cri-o-release-1.17-presubmits.yaml b/ci-operator/jobs/cri-o/cri-o/cri-o-cri-o-release-1.17-presubmits.yaml index 369d351f695e..576b7017bfc0 100644 --- a/ci-operator/jobs/cri-o/cri-o/cri-o-cri-o-release-1.17-presubmits.yaml +++ b/ci-operator/jobs/cri-o/cri-o/cri-o-cri-o-release-1.17-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -46,6 +44,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -68,6 +69,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -86,10 +90,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -106,6 +110,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -117,6 +124,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -135,13 +145,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/launch-aws-cluster-profile - --target=launch-aws - --template=/usr/local/launch-aws @@ -175,6 +183,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -200,4 +211,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )launch-aws,?($|\s.*) diff --git a/ci-operator/jobs/cri-o/cri-o/cri-o-cri-o-release-1.18-presubmits.yaml b/ci-operator/jobs/cri-o/cri-o/cri-o-cri-o-release-1.18-presubmits.yaml index 61bdac67f098..a369759a02d1 100644 --- a/ci-operator/jobs/cri-o/cri-o/cri-o-cri-o-release-1.18-presubmits.yaml +++ b/ci-operator/jobs/cri-o/cri-o/cri-o-cri-o-release-1.18-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -46,6 +44,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -68,6 +69,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -86,10 +90,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -106,6 +110,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -117,6 +124,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -135,13 +145,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/launch-aws-cluster-profile - --target=launch-aws - --template=/usr/local/launch-aws @@ -175,6 +183,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -200,4 +211,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )launch-aws,?($|\s.*) diff --git a/ci-operator/jobs/fabric8-services/toolchain-operator/fabric8-services-toolchain-operator-master-postsubmits.yaml b/ci-operator/jobs/fabric8-services/toolchain-operator/fabric8-services-toolchain-operator-master-postsubmits.yaml index 2562199adc50..c0abfa79f945 100644 --- a/ci-operator/jobs/fabric8-services/toolchain-operator/fabric8-services-toolchain-operator-master-postsubmits.yaml +++ b/ci-operator/jobs/fabric8-services/toolchain-operator/fabric8-services-toolchain-operator-master-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-fabric8-services-toolchain-operator-master-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/fabric8-services/toolchain-operator/fabric8-services-toolchain-operator-master-presubmits.yaml b/ci-operator/jobs/fabric8-services/toolchain-operator/fabric8-services-toolchain-operator-master-presubmits.yaml index e8550b586705..9acfb2a4d0b6 100644 --- a/ci-operator/jobs/fabric8-services/toolchain-operator/fabric8-services-toolchain-operator-master-presubmits.yaml +++ b/ci-operator/jobs/fabric8-services/toolchain-operator/fabric8-services-toolchain-operator-master-presubmits.yaml @@ -17,10 +17,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=build command: - ci-operator @@ -37,6 +37,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -48,6 +51,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )build,?($|\s.*) - agent: kubernetes always_run: true @@ -66,13 +72,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-cluster-profile - --target=e2e - --template=/usr/local/e2e @@ -106,6 +110,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -131,6 +138,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e,?($|\s.*) - agent: kubernetes always_run: true @@ -149,10 +159,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -169,6 +179,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -180,6 +193,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -198,10 +214,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=lint command: - ci-operator @@ -218,6 +234,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -229,6 +248,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )lint,?($|\s.*) - agent: kubernetes always_run: true @@ -247,10 +269,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=test command: - ci-operator @@ -267,6 +289,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -278,4 +303,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )test,?($|\s.*) diff --git a/ci-operator/jobs/heketi/heketi/heketi-heketi-master-presubmits.yaml b/ci-operator/jobs/heketi/heketi/heketi-heketi-master-presubmits.yaml index a7ec771f4d11..83b701583ee5 100644 --- a/ci-operator/jobs/heketi/heketi/heketi-heketi-master-presubmits.yaml +++ b/ci-operator/jobs/heketi/heketi/heketi-heketi-master-presubmits.yaml @@ -17,10 +17,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=simple command: - ci-operator @@ -37,6 +37,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -48,4 +51,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )simple,?($|\s.*) diff --git a/ci-operator/jobs/integr8ly/ansible-tower-configuration/integr8ly-ansible-tower-configuration-master-presubmits.yaml b/ci-operator/jobs/integr8ly/ansible-tower-configuration/integr8ly-ansible-tower-configuration-master-presubmits.yaml index 15347b65a7ab..4b8c04555930 100644 --- a/ci-operator/jobs/integr8ly/ansible-tower-configuration/integr8ly-ansible-tower-configuration-master-presubmits.yaml +++ b/ci-operator/jobs/integr8ly/ansible-tower-configuration/integr8ly-ansible-tower-configuration-master-presubmits.yaml @@ -17,10 +17,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/secrets/integr8ly-tower-secrets - --target=e2e command: @@ -41,6 +41,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,4 +58,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e,?($|\s.*) diff --git a/ci-operator/jobs/integr8ly/application-monitoring-operator/integr8ly-application-monitoring-operator-master-postsubmits.yaml b/ci-operator/jobs/integr8ly/application-monitoring-operator/integr8ly-application-monitoring-operator-master-postsubmits.yaml index 40e196b87551..1ede35e28e5c 100644 --- a/ci-operator/jobs/integr8ly/application-monitoring-operator/integr8ly-application-monitoring-operator-master-postsubmits.yaml +++ b/ci-operator/jobs/integr8ly/application-monitoring-operator/integr8ly-application-monitoring-operator-master-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-integr8ly-application-monitoring-operator-master-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/integr8ly/application-monitoring-operator/integr8ly-application-monitoring-operator-master-presubmits.yaml b/ci-operator/jobs/integr8ly/application-monitoring-operator/integr8ly-application-monitoring-operator-master-presubmits.yaml index 02426c430141..99887ae030c6 100644 --- a/ci-operator/jobs/integr8ly/application-monitoring-operator/integr8ly-application-monitoring-operator-master-presubmits.yaml +++ b/ci-operator/jobs/integr8ly/application-monitoring-operator/integr8ly-application-monitoring-operator-master-presubmits.yaml @@ -17,10 +17,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=format command: - ci-operator @@ -37,6 +37,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -48,6 +51,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )format,?($|\s.*) - agent: kubernetes always_run: true @@ -66,10 +72,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -86,6 +92,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -97,6 +106,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -115,10 +127,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -135,6 +147,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -146,4 +161,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/integr8ly/cloud-resource-operator/integr8ly-cloud-resource-operator-master-postsubmits.yaml b/ci-operator/jobs/integr8ly/cloud-resource-operator/integr8ly-cloud-resource-operator-master-postsubmits.yaml index 578bc41cb8a6..be60893c5ea1 100644 --- a/ci-operator/jobs/integr8ly/cloud-resource-operator/integr8ly-cloud-resource-operator-master-postsubmits.yaml +++ b/ci-operator/jobs/integr8ly/cloud-resource-operator/integr8ly-cloud-resource-operator-master-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-integr8ly-cloud-resource-operator-master-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/integr8ly/cloud-resource-operator/integr8ly-cloud-resource-operator-master-presubmits.yaml b/ci-operator/jobs/integr8ly/cloud-resource-operator/integr8ly-cloud-resource-operator-master-presubmits.yaml index 9dd5effdf9fc..959920484f11 100644 --- a/ci-operator/jobs/integr8ly/cloud-resource-operator/integr8ly-cloud-resource-operator-master-presubmits.yaml +++ b/ci-operator/jobs/integr8ly/cloud-resource-operator/integr8ly-cloud-resource-operator-master-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-cluster-profile - --target=e2e - --template=/usr/local/e2e @@ -57,6 +55,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -82,6 +83,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e,?($|\s.*) - agent: kubernetes always_run: true @@ -100,10 +104,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=format command: - ci-operator @@ -120,6 +124,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -131,6 +138,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )format,?($|\s.*) - agent: kubernetes always_run: true @@ -149,10 +159,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -169,6 +179,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -180,6 +193,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -198,10 +214,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -218,6 +234,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -229,6 +248,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -247,10 +269,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=vendor command: - ci-operator @@ -267,6 +289,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -278,4 +303,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )vendor,?($|\s.*) diff --git a/ci-operator/jobs/integr8ly/delorean/integr8ly-delorean-master-presubmits.yaml b/ci-operator/jobs/integr8ly/delorean/integr8ly-delorean-master-presubmits.yaml index a75003bb3333..03afee5a0a42 100644 --- a/ci-operator/jobs/integr8ly/delorean/integr8ly-delorean-master-presubmits.yaml +++ b/ci-operator/jobs/integr8ly/delorean/integr8ly-delorean-master-presubmits.yaml @@ -17,10 +17,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=format command: - ci-operator @@ -37,6 +37,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -48,6 +51,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )format,?($|\s.*) - agent: kubernetes always_run: true @@ -66,10 +72,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -86,6 +92,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -97,6 +106,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -115,10 +127,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=vendor command: - ci-operator @@ -135,6 +147,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -146,4 +161,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )vendor,?($|\s.*) diff --git a/ci-operator/jobs/integr8ly/heimdall/integr8ly-heimdall-master-postsubmits.yaml b/ci-operator/jobs/integr8ly/heimdall/integr8ly-heimdall-master-postsubmits.yaml index 4ac5b4a4c2a8..3330f0152c57 100644 --- a/ci-operator/jobs/integr8ly/heimdall/integr8ly-heimdall-master-postsubmits.yaml +++ b/ci-operator/jobs/integr8ly/heimdall/integr8ly-heimdall-master-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-integr8ly-heimdall-master-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/integr8ly/heimdall/integr8ly-heimdall-master-presubmits.yaml b/ci-operator/jobs/integr8ly/heimdall/integr8ly-heimdall-master-presubmits.yaml index 3a336a590df6..84519975d26f 100644 --- a/ci-operator/jobs/integr8ly/heimdall/integr8ly-heimdall-master-presubmits.yaml +++ b/ci-operator/jobs/integr8ly/heimdall/integr8ly-heimdall-master-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/secrets/integr8ly-ci-secrets - --secret-dir=/usr/local/e2e-cluster-profile - --target=e2e @@ -61,6 +59,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -89,6 +90,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e,?($|\s.*) - agent: kubernetes always_run: true @@ -107,10 +111,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=format command: - ci-operator @@ -127,6 +131,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -138,6 +145,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )format,?($|\s.*) - agent: kubernetes always_run: true @@ -156,10 +166,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -176,6 +186,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -187,6 +200,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -205,10 +221,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -225,6 +241,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -236,6 +255,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -254,10 +276,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=vendor command: - ci-operator @@ -274,6 +296,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -285,4 +310,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )vendor,?($|\s.*) diff --git a/ci-operator/jobs/integr8ly/installation/integr8ly-installation-master-presubmits.yaml b/ci-operator/jobs/integr8ly/installation/integr8ly-installation-master-presubmits.yaml index 3f227f38fbb3..54b671e5d9f5 100644 --- a/ci-operator/jobs/integr8ly/installation/integr8ly-installation-master-presubmits.yaml +++ b/ci-operator/jobs/integr8ly/installation/integr8ly-installation-master-presubmits.yaml @@ -17,10 +17,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=format command: - ci-operator @@ -37,6 +37,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -48,4 +51,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )format,?($|\s.*) diff --git a/ci-operator/jobs/integr8ly/integreatly-operator/integr8ly-integreatly-operator-master-postsubmits.yaml b/ci-operator/jobs/integr8ly/integreatly-operator/integr8ly-integreatly-operator-master-postsubmits.yaml index fd2d2bd5fe98..f55bd0a4b527 100644 --- a/ci-operator/jobs/integr8ly/integreatly-operator/integr8ly-integreatly-operator-master-postsubmits.yaml +++ b/ci-operator/jobs/integr8ly/integreatly-operator/integr8ly-integreatly-operator-master-postsubmits.yaml @@ -93,16 +93,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-integr8ly-integreatly-operator-master-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -119,6 +121,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -130,3 +135,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/integr8ly/integreatly-operator/integr8ly-integreatly-operator-master-presubmits.yaml b/ci-operator/jobs/integr8ly/integreatly-operator/integr8ly-integreatly-operator-master-presubmits.yaml index da81f978703f..bf8b87a7712f 100644 --- a/ci-operator/jobs/integr8ly/integreatly-operator/integr8ly-integreatly-operator-master-presubmits.yaml +++ b/ci-operator/jobs/integr8ly/integreatly-operator/integr8ly-integreatly-operator-master-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-cluster-profile - --target=e2e - --template=/usr/local/e2e @@ -57,6 +55,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -82,6 +83,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e,?($|\s.*) - agent: kubernetes always_run: true @@ -100,10 +104,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=format command: - ci-operator @@ -120,6 +124,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -131,6 +138,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )format,?($|\s.*) - agent: kubernetes always_run: true @@ -149,10 +159,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -169,6 +179,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -180,6 +193,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -198,10 +214,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=manifest command: - ci-operator @@ -218,6 +234,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -229,6 +248,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )manifest,?($|\s.*) - agent: kubernetes always_run: true @@ -247,10 +269,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -267,6 +289,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -278,6 +303,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -296,10 +324,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=vendor command: - ci-operator @@ -316,6 +344,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -327,4 +358,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )vendor,?($|\s.*) diff --git a/ci-operator/jobs/integr8ly/integreatly-operator/integr8ly-integreatly-operator-release-v2.2-postsubmits.yaml b/ci-operator/jobs/integr8ly/integreatly-operator/integr8ly-integreatly-operator-release-v2.2-postsubmits.yaml new file mode 100644 index 000000000000..080f14653e2c --- /dev/null +++ b/ci-operator/jobs/integr8ly/integreatly-operator/integr8ly-integreatly-operator-release-v2.2-postsubmits.yaml @@ -0,0 +1,55 @@ +postsubmits: + integr8ly/integreatly-operator: + - agent: kubernetes + branches: + - ^release-v2\.2$ + cluster: api.ci + decorate: true + decoration_config: + skip_cloning: true + labels: + ci-operator.openshift.io/is-promotion: "true" + ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 + name: branch-ci-integr8ly-integreatly-operator-release-v2.2-images + spec: + containers: + - args: + - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson + - --kubeconfig=/etc/apici/kubeconfig + - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci + - --target=[images] + command: + - ci-operator + image: ci-operator:latest + imagePullPolicy: Always + name: "" + resources: + requests: + cpu: 10m + volumeMounts: + - mountPath: /etc/apici + name: apici-ci-operator-credentials + readOnly: true + - mountPath: /etc/pull-secret + name: pull-secret + readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true + serviceAccountName: ci-operator + volumes: + - name: apici-ci-operator-credentials + secret: + items: + - key: sa.ci-operator.apici.config + path: kubeconfig + secretName: apici-ci-operator-credentials + - name: pull-secret + secret: + secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/integr8ly/integreatly-operator/integr8ly-integreatly-operator-release-v2.2-presubmits.yaml b/ci-operator/jobs/integr8ly/integreatly-operator/integr8ly-integreatly-operator-release-v2.2-presubmits.yaml new file mode 100644 index 000000000000..e199f03e38a6 --- /dev/null +++ b/ci-operator/jobs/integr8ly/integreatly-operator/integr8ly-integreatly-operator-release-v2.2-presubmits.yaml @@ -0,0 +1,364 @@ +presubmits: + integr8ly/integreatly-operator: + - agent: kubernetes + always_run: true + branches: + - release-v2.2 + cluster: api.ci + context: ci/prow/e2e + decorate: true + decoration_config: + skip_cloning: true + labels: + ci-operator.openshift.io/prowgen-controlled: "true" + pj-rehearse.openshift.io/can-be-rehearsed: "true" + name: pull-ci-integr8ly-integreatly-operator-release-v2.2-e2e + rerun_command: /test e2e + spec: + containers: + - args: + - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson + - --kubeconfig=/etc/apici/kubeconfig + - --lease-server-password-file=/etc/boskos/password + - --report-password-file=/etc/report/password.txt + - --report-username=ci + - --secret-dir=/usr/local/e2e-cluster-profile + - --target=e2e + - --template=/usr/local/e2e + command: + - ci-operator + env: + - name: CLUSTER_TYPE + value: aws + - name: JOB_NAME_SAFE + value: e2e + - name: TEST_COMMAND + value: make test/e2e/prow + image: ci-operator:latest + imagePullPolicy: Always + name: "" + resources: + requests: + cpu: 10m + volumeMounts: + - mountPath: /etc/apici + name: apici-ci-operator-credentials + readOnly: true + - mountPath: /etc/boskos + name: boskos + readOnly: true + - mountPath: /usr/local/e2e-cluster-profile + name: cluster-profile + - mountPath: /usr/local/e2e + name: job-definition + subPath: cluster-launch-installer-src.yaml + - mountPath: /etc/pull-secret + name: pull-secret + readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true + serviceAccountName: ci-operator + volumes: + - name: apici-ci-operator-credentials + secret: + items: + - key: sa.ci-operator.apici.config + path: kubeconfig + secretName: apici-ci-operator-credentials + - name: boskos + secret: + items: + - key: password + path: password + secretName: boskos-credentials + - name: cluster-profile + projected: + sources: + - secret: + name: cluster-secrets-aws + - configMap: + name: prow-job-cluster-launch-installer-src + name: job-definition + - name: pull-secret + secret: + secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator + trigger: (?m)^/test( | .* )e2e,?($|\s.*) + - agent: kubernetes + always_run: true + branches: + - release-v2.2 + cluster: api.ci + context: ci/prow/format + decorate: true + decoration_config: + skip_cloning: true + labels: + ci-operator.openshift.io/prowgen-controlled: "true" + pj-rehearse.openshift.io/can-be-rehearsed: "true" + name: pull-ci-integr8ly-integreatly-operator-release-v2.2-format + rerun_command: /test format + spec: + containers: + - args: + - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson + - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci + - --target=format + command: + - ci-operator + image: ci-operator:latest + imagePullPolicy: Always + name: "" + resources: + requests: + cpu: 10m + volumeMounts: + - mountPath: /etc/apici + name: apici-ci-operator-credentials + readOnly: true + - mountPath: /etc/pull-secret + name: pull-secret + readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true + serviceAccountName: ci-operator + volumes: + - name: apici-ci-operator-credentials + secret: + items: + - key: sa.ci-operator.apici.config + path: kubeconfig + secretName: apici-ci-operator-credentials + - name: pull-secret + secret: + secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator + trigger: (?m)^/test( | .* )format,?($|\s.*) + - agent: kubernetes + always_run: true + branches: + - release-v2.2 + cluster: api.ci + context: ci/prow/images + decorate: true + decoration_config: + skip_cloning: true + labels: + ci-operator.openshift.io/prowgen-controlled: "true" + pj-rehearse.openshift.io/can-be-rehearsed: "true" + name: pull-ci-integr8ly-integreatly-operator-release-v2.2-images + rerun_command: /test images + spec: + containers: + - args: + - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson + - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci + - --target=[images] + command: + - ci-operator + image: ci-operator:latest + imagePullPolicy: Always + name: "" + resources: + requests: + cpu: 10m + volumeMounts: + - mountPath: /etc/apici + name: apici-ci-operator-credentials + readOnly: true + - mountPath: /etc/pull-secret + name: pull-secret + readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true + serviceAccountName: ci-operator + volumes: + - name: apici-ci-operator-credentials + secret: + items: + - key: sa.ci-operator.apici.config + path: kubeconfig + secretName: apici-ci-operator-credentials + - name: pull-secret + secret: + secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator + trigger: (?m)^/test( | .* )images,?($|\s.*) + - agent: kubernetes + always_run: true + branches: + - release-v2.2 + cluster: api.ci + context: ci/prow/manifest + decorate: true + decoration_config: + skip_cloning: true + labels: + ci-operator.openshift.io/prowgen-controlled: "true" + pj-rehearse.openshift.io/can-be-rehearsed: "true" + name: pull-ci-integr8ly-integreatly-operator-release-v2.2-manifest + rerun_command: /test manifest + spec: + containers: + - args: + - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson + - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci + - --target=manifest + command: + - ci-operator + image: ci-operator:latest + imagePullPolicy: Always + name: "" + resources: + requests: + cpu: 10m + volumeMounts: + - mountPath: /etc/apici + name: apici-ci-operator-credentials + readOnly: true + - mountPath: /etc/pull-secret + name: pull-secret + readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true + serviceAccountName: ci-operator + volumes: + - name: apici-ci-operator-credentials + secret: + items: + - key: sa.ci-operator.apici.config + path: kubeconfig + secretName: apici-ci-operator-credentials + - name: pull-secret + secret: + secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator + trigger: (?m)^/test( | .* )manifest,?($|\s.*) + - agent: kubernetes + always_run: true + branches: + - release-v2.2 + cluster: api.ci + context: ci/prow/unit + decorate: true + decoration_config: + skip_cloning: true + labels: + ci-operator.openshift.io/prowgen-controlled: "true" + pj-rehearse.openshift.io/can-be-rehearsed: "true" + name: pull-ci-integr8ly-integreatly-operator-release-v2.2-unit + rerun_command: /test unit + spec: + containers: + - args: + - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson + - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci + - --target=unit + command: + - ci-operator + image: ci-operator:latest + imagePullPolicy: Always + name: "" + resources: + requests: + cpu: 10m + volumeMounts: + - mountPath: /etc/apici + name: apici-ci-operator-credentials + readOnly: true + - mountPath: /etc/pull-secret + name: pull-secret + readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true + serviceAccountName: ci-operator + volumes: + - name: apici-ci-operator-credentials + secret: + items: + - key: sa.ci-operator.apici.config + path: kubeconfig + secretName: apici-ci-operator-credentials + - name: pull-secret + secret: + secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator + trigger: (?m)^/test( | .* )unit,?($|\s.*) + - agent: kubernetes + always_run: true + branches: + - release-v2.2 + cluster: api.ci + context: ci/prow/vendor + decorate: true + decoration_config: + skip_cloning: true + labels: + ci-operator.openshift.io/prowgen-controlled: "true" + pj-rehearse.openshift.io/can-be-rehearsed: "true" + name: pull-ci-integr8ly-integreatly-operator-release-v2.2-vendor + rerun_command: /test vendor + spec: + containers: + - args: + - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson + - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci + - --target=vendor + command: + - ci-operator + image: ci-operator:latest + imagePullPolicy: Always + name: "" + resources: + requests: + cpu: 10m + volumeMounts: + - mountPath: /etc/apici + name: apici-ci-operator-credentials + readOnly: true + - mountPath: /etc/pull-secret + name: pull-secret + readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true + serviceAccountName: ci-operator + volumes: + - name: apici-ci-operator-credentials + secret: + items: + - key: sa.ci-operator.apici.config + path: kubeconfig + secretName: apici-ci-operator-credentials + - name: pull-secret + secret: + secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator + trigger: (?m)^/test( | .* )vendor,?($|\s.*) diff --git a/ci-operator/jobs/integr8ly/rhmi-utils/integr8ly-rhmi-utils-master-presubmits.yaml b/ci-operator/jobs/integr8ly/rhmi-utils/integr8ly-rhmi-utils-master-presubmits.yaml index 9a0e16296639..99381529754d 100644 --- a/ci-operator/jobs/integr8ly/rhmi-utils/integr8ly-rhmi-utils-master-presubmits.yaml +++ b/ci-operator/jobs/integr8ly/rhmi-utils/integr8ly-rhmi-utils-master-presubmits.yaml @@ -17,10 +17,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=format command: - ci-operator @@ -37,6 +37,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -48,4 +51,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )format,?($|\s.*) diff --git a/ci-operator/jobs/kiegroup/kie-cloud-operator/kiegroup-kie-cloud-operator-master-postsubmits.yaml b/ci-operator/jobs/kiegroup/kie-cloud-operator/kiegroup-kie-cloud-operator-master-postsubmits.yaml index e0f528148511..f7fbb328d503 100644 --- a/ci-operator/jobs/kiegroup/kie-cloud-operator/kiegroup-kie-cloud-operator-master-postsubmits.yaml +++ b/ci-operator/jobs/kiegroup/kie-cloud-operator/kiegroup-kie-cloud-operator-master-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-kiegroup-kie-cloud-operator-master-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/kiegroup/kie-cloud-operator/kiegroup-kie-cloud-operator-master-presubmits.yaml b/ci-operator/jobs/kiegroup/kie-cloud-operator/kiegroup-kie-cloud-operator-master-presubmits.yaml index 32f18cc6d4a8..2bdf1fd9c097 100644 --- a/ci-operator/jobs/kiegroup/kie-cloud-operator/kiegroup-kie-cloud-operator-master-presubmits.yaml +++ b/ci-operator/jobs/kiegroup/kie-cloud-operator/kiegroup-kie-cloud-operator-master-presubmits.yaml @@ -17,10 +17,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=format command: - ci-operator @@ -37,6 +37,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -48,6 +51,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )format,?($|\s.*) - agent: kubernetes always_run: true @@ -66,10 +72,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -86,6 +92,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -97,6 +106,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -115,10 +127,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=lint command: - ci-operator @@ -135,6 +147,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -146,6 +161,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )lint,?($|\s.*) - agent: kubernetes always_run: true @@ -164,10 +182,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=mod command: - ci-operator @@ -184,6 +202,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -195,6 +216,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )mod,?($|\s.*) - agent: kubernetes always_run: true @@ -213,10 +237,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -233,6 +257,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -244,6 +271,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -262,10 +292,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=vet command: - ci-operator @@ -282,6 +312,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -293,4 +326,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )vet,?($|\s.*) diff --git a/ci-operator/jobs/kiegroup/kie-cloud-operator/kiegroup-kie-cloud-operator-release-v1.0.x-postsubmits.yaml b/ci-operator/jobs/kiegroup/kie-cloud-operator/kiegroup-kie-cloud-operator-release-v1.0.x-postsubmits.yaml index 978275a2bca5..4eab15a44514 100644 --- a/ci-operator/jobs/kiegroup/kie-cloud-operator/kiegroup-kie-cloud-operator-release-v1.0.x-postsubmits.yaml +++ b/ci-operator/jobs/kiegroup/kie-cloud-operator/kiegroup-kie-cloud-operator-release-v1.0.x-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-kiegroup-kie-cloud-operator-release-v1.0.x-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/kiegroup/kie-cloud-operator/kiegroup-kie-cloud-operator-release-v1.0.x-presubmits.yaml b/ci-operator/jobs/kiegroup/kie-cloud-operator/kiegroup-kie-cloud-operator-release-v1.0.x-presubmits.yaml index bc5e1a893abc..64776f62b3fd 100644 --- a/ci-operator/jobs/kiegroup/kie-cloud-operator/kiegroup-kie-cloud-operator-release-v1.0.x-presubmits.yaml +++ b/ci-operator/jobs/kiegroup/kie-cloud-operator/kiegroup-kie-cloud-operator-release-v1.0.x-presubmits.yaml @@ -17,10 +17,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=dep command: - ci-operator @@ -37,6 +37,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -48,6 +51,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )dep,?($|\s.*) - agent: kubernetes always_run: true @@ -66,10 +72,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=format command: - ci-operator @@ -86,6 +92,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -97,6 +106,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )format,?($|\s.*) - agent: kubernetes always_run: true @@ -115,10 +127,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -135,6 +147,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -146,6 +161,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -164,10 +182,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=lint command: - ci-operator @@ -184,6 +202,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -195,6 +216,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )lint,?($|\s.*) - agent: kubernetes always_run: true @@ -213,10 +237,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -233,6 +257,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -244,6 +271,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -262,10 +292,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=vet command: - ci-operator @@ -282,6 +312,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -293,4 +326,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )vet,?($|\s.*) diff --git a/ci-operator/jobs/kiegroup/kie-cloud-operator/kiegroup-kie-cloud-operator-release-v1.1.x-postsubmits.yaml b/ci-operator/jobs/kiegroup/kie-cloud-operator/kiegroup-kie-cloud-operator-release-v1.1.x-postsubmits.yaml index 666749fc5b5c..10cfa824b345 100644 --- a/ci-operator/jobs/kiegroup/kie-cloud-operator/kiegroup-kie-cloud-operator-release-v1.1.x-postsubmits.yaml +++ b/ci-operator/jobs/kiegroup/kie-cloud-operator/kiegroup-kie-cloud-operator-release-v1.1.x-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-kiegroup-kie-cloud-operator-release-v1.1.x-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/kiegroup/kie-cloud-operator/kiegroup-kie-cloud-operator-release-v1.1.x-presubmits.yaml b/ci-operator/jobs/kiegroup/kie-cloud-operator/kiegroup-kie-cloud-operator-release-v1.1.x-presubmits.yaml index 4b1a338fc09d..34ee42388d83 100644 --- a/ci-operator/jobs/kiegroup/kie-cloud-operator/kiegroup-kie-cloud-operator-release-v1.1.x-presubmits.yaml +++ b/ci-operator/jobs/kiegroup/kie-cloud-operator/kiegroup-kie-cloud-operator-release-v1.1.x-presubmits.yaml @@ -17,10 +17,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=dep command: - ci-operator @@ -37,6 +37,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -48,6 +51,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )dep,?($|\s.*) - agent: kubernetes always_run: true @@ -66,10 +72,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=format command: - ci-operator @@ -86,6 +92,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -97,6 +106,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )format,?($|\s.*) - agent: kubernetes always_run: true @@ -115,10 +127,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -135,6 +147,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -146,6 +161,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -164,10 +182,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=lint command: - ci-operator @@ -184,6 +202,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -195,6 +216,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )lint,?($|\s.*) - agent: kubernetes always_run: true @@ -213,10 +237,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -233,6 +257,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -244,6 +271,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -262,10 +292,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=vet command: - ci-operator @@ -282,6 +312,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -293,4 +326,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )vet,?($|\s.*) diff --git a/ci-operator/jobs/kiegroup/kie-cloud-operator/kiegroup-kie-cloud-operator-release-v1.2.x-postsubmits.yaml b/ci-operator/jobs/kiegroup/kie-cloud-operator/kiegroup-kie-cloud-operator-release-v1.2.x-postsubmits.yaml index 0ee868bfc86c..4528e5ff9d5d 100644 --- a/ci-operator/jobs/kiegroup/kie-cloud-operator/kiegroup-kie-cloud-operator-release-v1.2.x-postsubmits.yaml +++ b/ci-operator/jobs/kiegroup/kie-cloud-operator/kiegroup-kie-cloud-operator-release-v1.2.x-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-kiegroup-kie-cloud-operator-release-v1.2.x-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/kiegroup/kie-cloud-operator/kiegroup-kie-cloud-operator-release-v1.2.x-presubmits.yaml b/ci-operator/jobs/kiegroup/kie-cloud-operator/kiegroup-kie-cloud-operator-release-v1.2.x-presubmits.yaml index cdcbeec1f4e8..214b75427b8e 100644 --- a/ci-operator/jobs/kiegroup/kie-cloud-operator/kiegroup-kie-cloud-operator-release-v1.2.x-presubmits.yaml +++ b/ci-operator/jobs/kiegroup/kie-cloud-operator/kiegroup-kie-cloud-operator-release-v1.2.x-presubmits.yaml @@ -17,10 +17,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=dep command: - ci-operator @@ -37,6 +37,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -48,6 +51,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )dep,?($|\s.*) - agent: kubernetes always_run: true @@ -66,10 +72,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=format command: - ci-operator @@ -86,6 +92,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -97,6 +106,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )format,?($|\s.*) - agent: kubernetes always_run: true @@ -115,10 +127,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -135,6 +147,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -146,6 +161,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -164,10 +182,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=lint command: - ci-operator @@ -184,6 +202,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -195,6 +216,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )lint,?($|\s.*) - agent: kubernetes always_run: true @@ -213,10 +237,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -233,6 +257,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -244,6 +271,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -262,10 +292,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=vet command: - ci-operator @@ -282,6 +312,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -293,4 +326,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )vet,?($|\s.*) diff --git a/ci-operator/jobs/kiegroup/kie-cloud-operator/kiegroup-kie-cloud-operator-release-v1.3.x-postsubmits.yaml b/ci-operator/jobs/kiegroup/kie-cloud-operator/kiegroup-kie-cloud-operator-release-v1.3.x-postsubmits.yaml index af98a03eab72..c8527562c35b 100644 --- a/ci-operator/jobs/kiegroup/kie-cloud-operator/kiegroup-kie-cloud-operator-release-v1.3.x-postsubmits.yaml +++ b/ci-operator/jobs/kiegroup/kie-cloud-operator/kiegroup-kie-cloud-operator-release-v1.3.x-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-kiegroup-kie-cloud-operator-release-v1.3.x-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/kiegroup/kie-cloud-operator/kiegroup-kie-cloud-operator-release-v1.3.x-presubmits.yaml b/ci-operator/jobs/kiegroup/kie-cloud-operator/kiegroup-kie-cloud-operator-release-v1.3.x-presubmits.yaml index 813e5ce54e4c..1954b62d3c4f 100644 --- a/ci-operator/jobs/kiegroup/kie-cloud-operator/kiegroup-kie-cloud-operator-release-v1.3.x-presubmits.yaml +++ b/ci-operator/jobs/kiegroup/kie-cloud-operator/kiegroup-kie-cloud-operator-release-v1.3.x-presubmits.yaml @@ -17,10 +17,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=dep command: - ci-operator @@ -37,6 +37,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -48,6 +51,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )dep,?($|\s.*) - agent: kubernetes always_run: true @@ -66,10 +72,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=format command: - ci-operator @@ -86,6 +92,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -97,6 +106,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )format,?($|\s.*) - agent: kubernetes always_run: true @@ -115,10 +127,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -135,6 +147,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -146,6 +161,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -164,10 +182,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=lint command: - ci-operator @@ -184,6 +202,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -195,6 +216,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )lint,?($|\s.*) - agent: kubernetes always_run: true @@ -213,10 +237,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -233,6 +257,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -244,6 +271,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -262,10 +292,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=vet command: - ci-operator @@ -282,6 +312,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -293,4 +326,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )vet,?($|\s.*) diff --git a/ci-operator/jobs/kiegroup/kie-cloud-operator/kiegroup-kie-cloud-operator-release-v1.4.x-postsubmits.yaml b/ci-operator/jobs/kiegroup/kie-cloud-operator/kiegroup-kie-cloud-operator-release-v1.4.x-postsubmits.yaml index 719a5bd3685a..76f4cba42bbf 100644 --- a/ci-operator/jobs/kiegroup/kie-cloud-operator/kiegroup-kie-cloud-operator-release-v1.4.x-postsubmits.yaml +++ b/ci-operator/jobs/kiegroup/kie-cloud-operator/kiegroup-kie-cloud-operator-release-v1.4.x-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-kiegroup-kie-cloud-operator-release-v1.4.x-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/kiegroup/kie-cloud-operator/kiegroup-kie-cloud-operator-release-v1.4.x-presubmits.yaml b/ci-operator/jobs/kiegroup/kie-cloud-operator/kiegroup-kie-cloud-operator-release-v1.4.x-presubmits.yaml index 3aaf7ea996c7..e2c03883cf26 100644 --- a/ci-operator/jobs/kiegroup/kie-cloud-operator/kiegroup-kie-cloud-operator-release-v1.4.x-presubmits.yaml +++ b/ci-operator/jobs/kiegroup/kie-cloud-operator/kiegroup-kie-cloud-operator-release-v1.4.x-presubmits.yaml @@ -17,10 +17,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=format command: - ci-operator @@ -37,6 +37,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -48,6 +51,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )format,?($|\s.*) - agent: kubernetes always_run: true @@ -66,10 +72,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -86,6 +92,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -97,6 +106,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -115,10 +127,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=lint command: - ci-operator @@ -135,6 +147,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -146,6 +161,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )lint,?($|\s.*) - agent: kubernetes always_run: true @@ -164,10 +182,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=mod command: - ci-operator @@ -184,6 +202,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -195,6 +216,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )mod,?($|\s.*) - agent: kubernetes always_run: true @@ -213,10 +237,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -233,6 +257,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -244,6 +271,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -262,10 +292,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=vet command: - ci-operator @@ -282,6 +312,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -293,4 +326,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )vet,?($|\s.*) diff --git a/ci-operator/jobs/kiegroup/kie-cloud-operator/kiegroup-kie-cloud-operator-release-v7.8.x-postsubmits.yaml b/ci-operator/jobs/kiegroup/kie-cloud-operator/kiegroup-kie-cloud-operator-release-v7.8.x-postsubmits.yaml index 70242884cf2c..5e1ed7d416f0 100644 --- a/ci-operator/jobs/kiegroup/kie-cloud-operator/kiegroup-kie-cloud-operator-release-v7.8.x-postsubmits.yaml +++ b/ci-operator/jobs/kiegroup/kie-cloud-operator/kiegroup-kie-cloud-operator-release-v7.8.x-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-kiegroup-kie-cloud-operator-release-v7.8.x-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/kiegroup/kie-cloud-operator/kiegroup-kie-cloud-operator-release-v7.8.x-presubmits.yaml b/ci-operator/jobs/kiegroup/kie-cloud-operator/kiegroup-kie-cloud-operator-release-v7.8.x-presubmits.yaml index 0293c25c7645..9c43089abd12 100644 --- a/ci-operator/jobs/kiegroup/kie-cloud-operator/kiegroup-kie-cloud-operator-release-v7.8.x-presubmits.yaml +++ b/ci-operator/jobs/kiegroup/kie-cloud-operator/kiegroup-kie-cloud-operator-release-v7.8.x-presubmits.yaml @@ -17,10 +17,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=format command: - ci-operator @@ -37,6 +37,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -48,6 +51,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )format,?($|\s.*) - agent: kubernetes always_run: true @@ -66,10 +72,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -86,6 +92,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -97,6 +106,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -115,10 +127,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=lint command: - ci-operator @@ -135,6 +147,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -146,6 +161,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )lint,?($|\s.*) - agent: kubernetes always_run: true @@ -164,10 +182,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=mod command: - ci-operator @@ -184,6 +202,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -195,6 +216,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )mod,?($|\s.*) - agent: kubernetes always_run: true @@ -213,10 +237,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -233,6 +257,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -244,6 +271,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -262,10 +292,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=vet command: - ci-operator @@ -282,6 +312,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -293,4 +326,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )vet,?($|\s.*) diff --git a/ci-operator/jobs/kiegroup/kie-cloud-operator/kiegroup-kie-cloud-operator-release-v7.9.x-postsubmits.yaml b/ci-operator/jobs/kiegroup/kie-cloud-operator/kiegroup-kie-cloud-operator-release-v7.9.x-postsubmits.yaml index dd54e657aa2d..533fbe842a09 100644 --- a/ci-operator/jobs/kiegroup/kie-cloud-operator/kiegroup-kie-cloud-operator-release-v7.9.x-postsubmits.yaml +++ b/ci-operator/jobs/kiegroup/kie-cloud-operator/kiegroup-kie-cloud-operator-release-v7.9.x-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-kiegroup-kie-cloud-operator-release-v7.9.x-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/kiegroup/kie-cloud-operator/kiegroup-kie-cloud-operator-release-v7.9.x-presubmits.yaml b/ci-operator/jobs/kiegroup/kie-cloud-operator/kiegroup-kie-cloud-operator-release-v7.9.x-presubmits.yaml index 73a4be4d8122..3805076d51fc 100644 --- a/ci-operator/jobs/kiegroup/kie-cloud-operator/kiegroup-kie-cloud-operator-release-v7.9.x-presubmits.yaml +++ b/ci-operator/jobs/kiegroup/kie-cloud-operator/kiegroup-kie-cloud-operator-release-v7.9.x-presubmits.yaml @@ -17,10 +17,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=format command: - ci-operator @@ -37,6 +37,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -48,6 +51,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )format,?($|\s.*) - agent: kubernetes always_run: true @@ -66,10 +72,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -86,6 +92,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -97,6 +106,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -115,10 +127,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=lint command: - ci-operator @@ -135,6 +147,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -146,6 +161,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )lint,?($|\s.*) - agent: kubernetes always_run: true @@ -164,10 +182,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=mod command: - ci-operator @@ -184,6 +202,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -195,6 +216,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )mod,?($|\s.*) - agent: kubernetes always_run: true @@ -213,10 +237,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -233,6 +257,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -244,6 +271,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -262,10 +292,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=vet command: - ci-operator @@ -282,6 +312,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -293,4 +326,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )vet,?($|\s.*) diff --git a/ci-operator/jobs/kube-reporting/ghostunnel/kube-reporting-ghostunnel-master-postsubmits.yaml b/ci-operator/jobs/kube-reporting/ghostunnel/kube-reporting-ghostunnel-master-postsubmits.yaml index 428056da3238..ecc25aba8793 100644 --- a/ci-operator/jobs/kube-reporting/ghostunnel/kube-reporting-ghostunnel-master-postsubmits.yaml +++ b/ci-operator/jobs/kube-reporting/ghostunnel/kube-reporting-ghostunnel-master-postsubmits.yaml @@ -8,6 +8,7 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-kube-reporting-ghostunnel-master-images @@ -15,11 +16,11 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -36,6 +37,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -47,3 +51,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/kube-reporting/ghostunnel/kube-reporting-ghostunnel-master-presubmits.yaml b/ci-operator/jobs/kube-reporting/ghostunnel/kube-reporting-ghostunnel-master-presubmits.yaml index 3821d72a69fd..f0f8f2f244e7 100644 --- a/ci-operator/jobs/kube-reporting/ghostunnel/kube-reporting-ghostunnel-master-presubmits.yaml +++ b/ci-operator/jobs/kube-reporting/ghostunnel/kube-reporting-ghostunnel-master-presubmits.yaml @@ -18,10 +18,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -39,6 +39,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -50,4 +53,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/kube-reporting/ghostunnel/kube-reporting-ghostunnel-release-4.2-postsubmits.yaml b/ci-operator/jobs/kube-reporting/ghostunnel/kube-reporting-ghostunnel-release-4.2-postsubmits.yaml index cd2e75d3f231..45b3a3990383 100644 --- a/ci-operator/jobs/kube-reporting/ghostunnel/kube-reporting-ghostunnel-release-4.2-postsubmits.yaml +++ b/ci-operator/jobs/kube-reporting/ghostunnel/kube-reporting-ghostunnel-release-4.2-postsubmits.yaml @@ -8,6 +8,7 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-kube-reporting-ghostunnel-release-4.2-images @@ -15,11 +16,11 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -36,6 +37,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -47,3 +51,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/kube-reporting/ghostunnel/kube-reporting-ghostunnel-release-4.2-presubmits.yaml b/ci-operator/jobs/kube-reporting/ghostunnel/kube-reporting-ghostunnel-release-4.2-presubmits.yaml index 3dbd9c4f837a..b79aae259573 100644 --- a/ci-operator/jobs/kube-reporting/ghostunnel/kube-reporting-ghostunnel-release-4.2-presubmits.yaml +++ b/ci-operator/jobs/kube-reporting/ghostunnel/kube-reporting-ghostunnel-release-4.2-presubmits.yaml @@ -18,10 +18,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -39,6 +39,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -50,4 +53,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/kube-reporting/ghostunnel/kube-reporting-ghostunnel-release-4.3-postsubmits.yaml b/ci-operator/jobs/kube-reporting/ghostunnel/kube-reporting-ghostunnel-release-4.3-postsubmits.yaml index 5ad845047b52..a64f3d0fa70d 100644 --- a/ci-operator/jobs/kube-reporting/ghostunnel/kube-reporting-ghostunnel-release-4.3-postsubmits.yaml +++ b/ci-operator/jobs/kube-reporting/ghostunnel/kube-reporting-ghostunnel-release-4.3-postsubmits.yaml @@ -8,6 +8,7 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-kube-reporting-ghostunnel-release-4.3-images @@ -15,11 +16,11 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -36,6 +37,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -47,3 +51,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/kube-reporting/ghostunnel/kube-reporting-ghostunnel-release-4.3-presubmits.yaml b/ci-operator/jobs/kube-reporting/ghostunnel/kube-reporting-ghostunnel-release-4.3-presubmits.yaml index 4426d2813382..dbdf00ee1a16 100644 --- a/ci-operator/jobs/kube-reporting/ghostunnel/kube-reporting-ghostunnel-release-4.3-presubmits.yaml +++ b/ci-operator/jobs/kube-reporting/ghostunnel/kube-reporting-ghostunnel-release-4.3-presubmits.yaml @@ -18,10 +18,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -39,6 +39,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -50,4 +53,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/kube-reporting/ghostunnel/kube-reporting-ghostunnel-release-4.4-postsubmits.yaml b/ci-operator/jobs/kube-reporting/ghostunnel/kube-reporting-ghostunnel-release-4.4-postsubmits.yaml index 0ea991afde1b..e66a76509c9e 100644 --- a/ci-operator/jobs/kube-reporting/ghostunnel/kube-reporting-ghostunnel-release-4.4-postsubmits.yaml +++ b/ci-operator/jobs/kube-reporting/ghostunnel/kube-reporting-ghostunnel-release-4.4-postsubmits.yaml @@ -8,6 +8,7 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-kube-reporting-ghostunnel-release-4.4-images @@ -15,11 +16,11 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -36,6 +37,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -47,3 +51,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/kube-reporting/ghostunnel/kube-reporting-ghostunnel-release-4.4-presubmits.yaml b/ci-operator/jobs/kube-reporting/ghostunnel/kube-reporting-ghostunnel-release-4.4-presubmits.yaml index f336fa69f23b..57c2d32e5f58 100644 --- a/ci-operator/jobs/kube-reporting/ghostunnel/kube-reporting-ghostunnel-release-4.4-presubmits.yaml +++ b/ci-operator/jobs/kube-reporting/ghostunnel/kube-reporting-ghostunnel-release-4.4-presubmits.yaml @@ -18,10 +18,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -39,6 +39,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -50,4 +53,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/kube-reporting/ghostunnel/kube-reporting-ghostunnel-release-4.5-postsubmits.yaml b/ci-operator/jobs/kube-reporting/ghostunnel/kube-reporting-ghostunnel-release-4.5-postsubmits.yaml index 8475dbf5e50e..bc33df29e7e0 100644 --- a/ci-operator/jobs/kube-reporting/ghostunnel/kube-reporting-ghostunnel-release-4.5-postsubmits.yaml +++ b/ci-operator/jobs/kube-reporting/ghostunnel/kube-reporting-ghostunnel-release-4.5-postsubmits.yaml @@ -8,6 +8,7 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-kube-reporting-ghostunnel-release-4.5-images @@ -15,11 +16,11 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -36,6 +37,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -47,3 +51,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/kube-reporting/ghostunnel/kube-reporting-ghostunnel-release-4.5-presubmits.yaml b/ci-operator/jobs/kube-reporting/ghostunnel/kube-reporting-ghostunnel-release-4.5-presubmits.yaml index 1c116643bd58..c067a806cd81 100644 --- a/ci-operator/jobs/kube-reporting/ghostunnel/kube-reporting-ghostunnel-release-4.5-presubmits.yaml +++ b/ci-operator/jobs/kube-reporting/ghostunnel/kube-reporting-ghostunnel-release-4.5-presubmits.yaml @@ -18,10 +18,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -38,6 +38,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -49,4 +52,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/kube-reporting/ghostunnel/kube-reporting-ghostunnel-release-4.6-postsubmits.yaml b/ci-operator/jobs/kube-reporting/ghostunnel/kube-reporting-ghostunnel-release-4.6-postsubmits.yaml index 2278836d906e..9b976a407a02 100644 --- a/ci-operator/jobs/kube-reporting/ghostunnel/kube-reporting-ghostunnel-release-4.6-postsubmits.yaml +++ b/ci-operator/jobs/kube-reporting/ghostunnel/kube-reporting-ghostunnel-release-4.6-postsubmits.yaml @@ -8,6 +8,7 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-kube-reporting-ghostunnel-release-4.6-images @@ -15,11 +16,11 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -36,6 +37,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -47,3 +51,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/kube-reporting/ghostunnel/kube-reporting-ghostunnel-release-4.6-presubmits.yaml b/ci-operator/jobs/kube-reporting/ghostunnel/kube-reporting-ghostunnel-release-4.6-presubmits.yaml index 070694664179..b2effd853f22 100644 --- a/ci-operator/jobs/kube-reporting/ghostunnel/kube-reporting-ghostunnel-release-4.6-presubmits.yaml +++ b/ci-operator/jobs/kube-reporting/ghostunnel/kube-reporting-ghostunnel-release-4.6-presubmits.yaml @@ -18,10 +18,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -39,6 +39,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -50,4 +53,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/kube-reporting/ghostunnel/kube-reporting-ghostunnel-release-4.7-postsubmits.yaml b/ci-operator/jobs/kube-reporting/ghostunnel/kube-reporting-ghostunnel-release-4.7-postsubmits.yaml index f5d142b11bae..6668de7d265f 100644 --- a/ci-operator/jobs/kube-reporting/ghostunnel/kube-reporting-ghostunnel-release-4.7-postsubmits.yaml +++ b/ci-operator/jobs/kube-reporting/ghostunnel/kube-reporting-ghostunnel-release-4.7-postsubmits.yaml @@ -8,6 +8,7 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-kube-reporting-ghostunnel-release-4.7-images @@ -15,11 +16,11 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -36,6 +37,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -47,3 +51,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/kube-reporting/ghostunnel/kube-reporting-ghostunnel-release-4.7-presubmits.yaml b/ci-operator/jobs/kube-reporting/ghostunnel/kube-reporting-ghostunnel-release-4.7-presubmits.yaml index d1b2e85393c0..4197573c0290 100644 --- a/ci-operator/jobs/kube-reporting/ghostunnel/kube-reporting-ghostunnel-release-4.7-presubmits.yaml +++ b/ci-operator/jobs/kube-reporting/ghostunnel/kube-reporting-ghostunnel-release-4.7-presubmits.yaml @@ -18,10 +18,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -39,6 +39,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -50,4 +53,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/kube-reporting/hadoop/kube-reporting-hadoop-master-postsubmits.yaml b/ci-operator/jobs/kube-reporting/hadoop/kube-reporting-hadoop-master-postsubmits.yaml index 05e07dac0d20..9a12e8d4b681 100644 --- a/ci-operator/jobs/kube-reporting/hadoop/kube-reporting-hadoop-master-postsubmits.yaml +++ b/ci-operator/jobs/kube-reporting/hadoop/kube-reporting-hadoop-master-postsubmits.yaml @@ -8,17 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-kube-reporting-hadoop-master-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -35,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -46,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/kube-reporting/hadoop/kube-reporting-hadoop-master-presubmits.yaml b/ci-operator/jobs/kube-reporting/hadoop/kube-reporting-hadoop-master-presubmits.yaml index a05e9a374b99..33b657f420ae 100644 --- a/ci-operator/jobs/kube-reporting/hadoop/kube-reporting-hadoop-master-presubmits.yaml +++ b/ci-operator/jobs/kube-reporting/hadoop/kube-reporting-hadoop-master-presubmits.yaml @@ -17,10 +17,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -38,6 +38,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -49,4 +52,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/kube-reporting/hadoop/kube-reporting-hadoop-release-4.1-postsubmits.yaml b/ci-operator/jobs/kube-reporting/hadoop/kube-reporting-hadoop-release-4.1-postsubmits.yaml index 774c77224b0b..6f5cbe20c2c3 100644 --- a/ci-operator/jobs/kube-reporting/hadoop/kube-reporting-hadoop-release-4.1-postsubmits.yaml +++ b/ci-operator/jobs/kube-reporting/hadoop/kube-reporting-hadoop-release-4.1-postsubmits.yaml @@ -8,17 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-kube-reporting-hadoop-release-4.1-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -35,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -46,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/kube-reporting/hadoop/kube-reporting-hadoop-release-4.1-presubmits.yaml b/ci-operator/jobs/kube-reporting/hadoop/kube-reporting-hadoop-release-4.1-presubmits.yaml index d58293ad22d3..d3ae56b26f79 100644 --- a/ci-operator/jobs/kube-reporting/hadoop/kube-reporting-hadoop-release-4.1-presubmits.yaml +++ b/ci-operator/jobs/kube-reporting/hadoop/kube-reporting-hadoop-release-4.1-presubmits.yaml @@ -17,10 +17,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -38,6 +38,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -49,4 +52,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/kube-reporting/hadoop/kube-reporting-hadoop-release-4.2-postsubmits.yaml b/ci-operator/jobs/kube-reporting/hadoop/kube-reporting-hadoop-release-4.2-postsubmits.yaml index f830c491395c..54f888fa28ed 100644 --- a/ci-operator/jobs/kube-reporting/hadoop/kube-reporting-hadoop-release-4.2-postsubmits.yaml +++ b/ci-operator/jobs/kube-reporting/hadoop/kube-reporting-hadoop-release-4.2-postsubmits.yaml @@ -8,17 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-kube-reporting-hadoop-release-4.2-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -35,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -46,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/kube-reporting/hadoop/kube-reporting-hadoop-release-4.2-presubmits.yaml b/ci-operator/jobs/kube-reporting/hadoop/kube-reporting-hadoop-release-4.2-presubmits.yaml index e47e2566c380..7a2edea579cf 100644 --- a/ci-operator/jobs/kube-reporting/hadoop/kube-reporting-hadoop-release-4.2-presubmits.yaml +++ b/ci-operator/jobs/kube-reporting/hadoop/kube-reporting-hadoop-release-4.2-presubmits.yaml @@ -17,10 +17,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -38,6 +38,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -49,4 +52,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/kube-reporting/hadoop/kube-reporting-hadoop-release-4.3-postsubmits.yaml b/ci-operator/jobs/kube-reporting/hadoop/kube-reporting-hadoop-release-4.3-postsubmits.yaml index 757af0b282a1..9b943174e3da 100644 --- a/ci-operator/jobs/kube-reporting/hadoop/kube-reporting-hadoop-release-4.3-postsubmits.yaml +++ b/ci-operator/jobs/kube-reporting/hadoop/kube-reporting-hadoop-release-4.3-postsubmits.yaml @@ -8,17 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-kube-reporting-hadoop-release-4.3-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -35,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -46,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/kube-reporting/hadoop/kube-reporting-hadoop-release-4.3-presubmits.yaml b/ci-operator/jobs/kube-reporting/hadoop/kube-reporting-hadoop-release-4.3-presubmits.yaml index bbd6afdccb04..fe383e367816 100644 --- a/ci-operator/jobs/kube-reporting/hadoop/kube-reporting-hadoop-release-4.3-presubmits.yaml +++ b/ci-operator/jobs/kube-reporting/hadoop/kube-reporting-hadoop-release-4.3-presubmits.yaml @@ -17,10 +17,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -38,6 +38,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -49,4 +52,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/kube-reporting/hadoop/kube-reporting-hadoop-release-4.4-postsubmits.yaml b/ci-operator/jobs/kube-reporting/hadoop/kube-reporting-hadoop-release-4.4-postsubmits.yaml index bfb05fb279b9..02c84308496c 100644 --- a/ci-operator/jobs/kube-reporting/hadoop/kube-reporting-hadoop-release-4.4-postsubmits.yaml +++ b/ci-operator/jobs/kube-reporting/hadoop/kube-reporting-hadoop-release-4.4-postsubmits.yaml @@ -8,17 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-kube-reporting-hadoop-release-4.4-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -35,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -46,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/kube-reporting/hadoop/kube-reporting-hadoop-release-4.4-presubmits.yaml b/ci-operator/jobs/kube-reporting/hadoop/kube-reporting-hadoop-release-4.4-presubmits.yaml index fb376a125e19..bda40586f1d4 100644 --- a/ci-operator/jobs/kube-reporting/hadoop/kube-reporting-hadoop-release-4.4-presubmits.yaml +++ b/ci-operator/jobs/kube-reporting/hadoop/kube-reporting-hadoop-release-4.4-presubmits.yaml @@ -17,10 +17,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -38,6 +38,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -49,4 +52,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/kube-reporting/hadoop/kube-reporting-hadoop-release-4.5-postsubmits.yaml b/ci-operator/jobs/kube-reporting/hadoop/kube-reporting-hadoop-release-4.5-postsubmits.yaml index 3145af8865a5..97f12e0c3570 100644 --- a/ci-operator/jobs/kube-reporting/hadoop/kube-reporting-hadoop-release-4.5-postsubmits.yaml +++ b/ci-operator/jobs/kube-reporting/hadoop/kube-reporting-hadoop-release-4.5-postsubmits.yaml @@ -8,17 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-kube-reporting-hadoop-release-4.5-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -35,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -46,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/kube-reporting/hadoop/kube-reporting-hadoop-release-4.5-presubmits.yaml b/ci-operator/jobs/kube-reporting/hadoop/kube-reporting-hadoop-release-4.5-presubmits.yaml index e20b268c60bb..349d7d802fcc 100644 --- a/ci-operator/jobs/kube-reporting/hadoop/kube-reporting-hadoop-release-4.5-presubmits.yaml +++ b/ci-operator/jobs/kube-reporting/hadoop/kube-reporting-hadoop-release-4.5-presubmits.yaml @@ -17,10 +17,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -37,6 +37,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -48,4 +51,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/kube-reporting/hadoop/kube-reporting-hadoop-release-4.6-postsubmits.yaml b/ci-operator/jobs/kube-reporting/hadoop/kube-reporting-hadoop-release-4.6-postsubmits.yaml index 1bf893560a6e..64883dfcb4ea 100644 --- a/ci-operator/jobs/kube-reporting/hadoop/kube-reporting-hadoop-release-4.6-postsubmits.yaml +++ b/ci-operator/jobs/kube-reporting/hadoop/kube-reporting-hadoop-release-4.6-postsubmits.yaml @@ -8,17 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-kube-reporting-hadoop-release-4.6-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -35,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -46,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/kube-reporting/hadoop/kube-reporting-hadoop-release-4.6-presubmits.yaml b/ci-operator/jobs/kube-reporting/hadoop/kube-reporting-hadoop-release-4.6-presubmits.yaml index eed8a3dab62a..dbd6ac7ab8d3 100644 --- a/ci-operator/jobs/kube-reporting/hadoop/kube-reporting-hadoop-release-4.6-presubmits.yaml +++ b/ci-operator/jobs/kube-reporting/hadoop/kube-reporting-hadoop-release-4.6-presubmits.yaml @@ -17,10 +17,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -38,6 +38,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -49,4 +52,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/kube-reporting/hadoop/kube-reporting-hadoop-release-4.7-postsubmits.yaml b/ci-operator/jobs/kube-reporting/hadoop/kube-reporting-hadoop-release-4.7-postsubmits.yaml index 82c536c00f32..e05de31bcdc4 100644 --- a/ci-operator/jobs/kube-reporting/hadoop/kube-reporting-hadoop-release-4.7-postsubmits.yaml +++ b/ci-operator/jobs/kube-reporting/hadoop/kube-reporting-hadoop-release-4.7-postsubmits.yaml @@ -8,17 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-kube-reporting-hadoop-release-4.7-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -35,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -46,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/kube-reporting/hadoop/kube-reporting-hadoop-release-4.7-presubmits.yaml b/ci-operator/jobs/kube-reporting/hadoop/kube-reporting-hadoop-release-4.7-presubmits.yaml index 4e42cc3f45cb..688c21e4a469 100644 --- a/ci-operator/jobs/kube-reporting/hadoop/kube-reporting-hadoop-release-4.7-presubmits.yaml +++ b/ci-operator/jobs/kube-reporting/hadoop/kube-reporting-hadoop-release-4.7-presubmits.yaml @@ -17,10 +17,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -38,6 +38,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -49,4 +52,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/kube-reporting/helm/kube-reporting-helm-master-postsubmits.yaml b/ci-operator/jobs/kube-reporting/helm/kube-reporting-helm-master-postsubmits.yaml index 46d47771b6ac..932f64da5ebf 100644 --- a/ci-operator/jobs/kube-reporting/helm/kube-reporting-helm-master-postsubmits.yaml +++ b/ci-operator/jobs/kube-reporting/helm/kube-reporting-helm-master-postsubmits.yaml @@ -8,6 +8,7 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-kube-reporting-helm-master-images @@ -15,11 +16,11 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -36,6 +37,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -47,3 +51,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/kube-reporting/helm/kube-reporting-helm-master-presubmits.yaml b/ci-operator/jobs/kube-reporting/helm/kube-reporting-helm-master-presubmits.yaml index fc11070a386d..d191c85e4d78 100644 --- a/ci-operator/jobs/kube-reporting/helm/kube-reporting-helm-master-presubmits.yaml +++ b/ci-operator/jobs/kube-reporting/helm/kube-reporting-helm-master-presubmits.yaml @@ -18,10 +18,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -39,6 +39,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -50,4 +53,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/kube-reporting/helm/kube-reporting-helm-release-4.1-postsubmits.yaml b/ci-operator/jobs/kube-reporting/helm/kube-reporting-helm-release-4.1-postsubmits.yaml index d79b8b758a48..7ac60ac33896 100644 --- a/ci-operator/jobs/kube-reporting/helm/kube-reporting-helm-release-4.1-postsubmits.yaml +++ b/ci-operator/jobs/kube-reporting/helm/kube-reporting-helm-release-4.1-postsubmits.yaml @@ -8,6 +8,7 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-kube-reporting-helm-release-4.1-images @@ -15,11 +16,11 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -36,6 +37,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -47,3 +51,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/kube-reporting/helm/kube-reporting-helm-release-4.1-presubmits.yaml b/ci-operator/jobs/kube-reporting/helm/kube-reporting-helm-release-4.1-presubmits.yaml index c942b57ecdc6..40d1cafba960 100644 --- a/ci-operator/jobs/kube-reporting/helm/kube-reporting-helm-release-4.1-presubmits.yaml +++ b/ci-operator/jobs/kube-reporting/helm/kube-reporting-helm-release-4.1-presubmits.yaml @@ -18,10 +18,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -39,6 +39,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -50,4 +53,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/kube-reporting/helm/kube-reporting-helm-release-4.2-postsubmits.yaml b/ci-operator/jobs/kube-reporting/helm/kube-reporting-helm-release-4.2-postsubmits.yaml index 2ec5c7da7f2c..b718315c4890 100644 --- a/ci-operator/jobs/kube-reporting/helm/kube-reporting-helm-release-4.2-postsubmits.yaml +++ b/ci-operator/jobs/kube-reporting/helm/kube-reporting-helm-release-4.2-postsubmits.yaml @@ -8,6 +8,7 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-kube-reporting-helm-release-4.2-images @@ -15,11 +16,11 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -36,6 +37,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -47,3 +51,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/kube-reporting/helm/kube-reporting-helm-release-4.2-presubmits.yaml b/ci-operator/jobs/kube-reporting/helm/kube-reporting-helm-release-4.2-presubmits.yaml index 68c73b55db8b..8df145453c47 100644 --- a/ci-operator/jobs/kube-reporting/helm/kube-reporting-helm-release-4.2-presubmits.yaml +++ b/ci-operator/jobs/kube-reporting/helm/kube-reporting-helm-release-4.2-presubmits.yaml @@ -18,10 +18,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -39,6 +39,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -50,4 +53,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/kube-reporting/helm/kube-reporting-helm-release-4.3-postsubmits.yaml b/ci-operator/jobs/kube-reporting/helm/kube-reporting-helm-release-4.3-postsubmits.yaml index d0843be8ccea..887b0d928b16 100644 --- a/ci-operator/jobs/kube-reporting/helm/kube-reporting-helm-release-4.3-postsubmits.yaml +++ b/ci-operator/jobs/kube-reporting/helm/kube-reporting-helm-release-4.3-postsubmits.yaml @@ -8,6 +8,7 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-kube-reporting-helm-release-4.3-images @@ -15,11 +16,11 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -36,6 +37,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -47,3 +51,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/kube-reporting/helm/kube-reporting-helm-release-4.3-presubmits.yaml b/ci-operator/jobs/kube-reporting/helm/kube-reporting-helm-release-4.3-presubmits.yaml index ff31079bf38b..a800ef5393f2 100644 --- a/ci-operator/jobs/kube-reporting/helm/kube-reporting-helm-release-4.3-presubmits.yaml +++ b/ci-operator/jobs/kube-reporting/helm/kube-reporting-helm-release-4.3-presubmits.yaml @@ -18,10 +18,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -39,6 +39,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -50,4 +53,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/kube-reporting/helm/kube-reporting-helm-release-4.4-postsubmits.yaml b/ci-operator/jobs/kube-reporting/helm/kube-reporting-helm-release-4.4-postsubmits.yaml index 26c674f0d54d..e4150e060972 100644 --- a/ci-operator/jobs/kube-reporting/helm/kube-reporting-helm-release-4.4-postsubmits.yaml +++ b/ci-operator/jobs/kube-reporting/helm/kube-reporting-helm-release-4.4-postsubmits.yaml @@ -8,6 +8,7 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-kube-reporting-helm-release-4.4-images @@ -15,11 +16,11 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -36,6 +37,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -47,3 +51,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/kube-reporting/helm/kube-reporting-helm-release-4.4-presubmits.yaml b/ci-operator/jobs/kube-reporting/helm/kube-reporting-helm-release-4.4-presubmits.yaml index 791e841197d0..0ee37ec78d0e 100644 --- a/ci-operator/jobs/kube-reporting/helm/kube-reporting-helm-release-4.4-presubmits.yaml +++ b/ci-operator/jobs/kube-reporting/helm/kube-reporting-helm-release-4.4-presubmits.yaml @@ -18,10 +18,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -39,6 +39,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -50,4 +53,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/kube-reporting/helm/kube-reporting-helm-release-4.5-postsubmits.yaml b/ci-operator/jobs/kube-reporting/helm/kube-reporting-helm-release-4.5-postsubmits.yaml index 19c5d4befec3..e655f93de2d2 100644 --- a/ci-operator/jobs/kube-reporting/helm/kube-reporting-helm-release-4.5-postsubmits.yaml +++ b/ci-operator/jobs/kube-reporting/helm/kube-reporting-helm-release-4.5-postsubmits.yaml @@ -8,6 +8,7 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-kube-reporting-helm-release-4.5-images @@ -15,11 +16,11 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -36,6 +37,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -47,3 +51,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/kube-reporting/helm/kube-reporting-helm-release-4.5-presubmits.yaml b/ci-operator/jobs/kube-reporting/helm/kube-reporting-helm-release-4.5-presubmits.yaml index 939c97874c12..3fcbd665b4d2 100644 --- a/ci-operator/jobs/kube-reporting/helm/kube-reporting-helm-release-4.5-presubmits.yaml +++ b/ci-operator/jobs/kube-reporting/helm/kube-reporting-helm-release-4.5-presubmits.yaml @@ -18,10 +18,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -38,6 +38,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -49,4 +52,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/kube-reporting/helm/kube-reporting-helm-release-4.6-postsubmits.yaml b/ci-operator/jobs/kube-reporting/helm/kube-reporting-helm-release-4.6-postsubmits.yaml index 9b843b1bdb6c..97a52e95750b 100644 --- a/ci-operator/jobs/kube-reporting/helm/kube-reporting-helm-release-4.6-postsubmits.yaml +++ b/ci-operator/jobs/kube-reporting/helm/kube-reporting-helm-release-4.6-postsubmits.yaml @@ -8,6 +8,7 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-kube-reporting-helm-release-4.6-images @@ -15,11 +16,11 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -36,6 +37,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -47,3 +51,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/kube-reporting/helm/kube-reporting-helm-release-4.6-presubmits.yaml b/ci-operator/jobs/kube-reporting/helm/kube-reporting-helm-release-4.6-presubmits.yaml index 6ff851e8a91e..c04310972ba2 100644 --- a/ci-operator/jobs/kube-reporting/helm/kube-reporting-helm-release-4.6-presubmits.yaml +++ b/ci-operator/jobs/kube-reporting/helm/kube-reporting-helm-release-4.6-presubmits.yaml @@ -18,10 +18,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -39,6 +39,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -50,4 +53,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/kube-reporting/helm/kube-reporting-helm-release-4.7-postsubmits.yaml b/ci-operator/jobs/kube-reporting/helm/kube-reporting-helm-release-4.7-postsubmits.yaml index 6f4a594c8fcf..04cc48557721 100644 --- a/ci-operator/jobs/kube-reporting/helm/kube-reporting-helm-release-4.7-postsubmits.yaml +++ b/ci-operator/jobs/kube-reporting/helm/kube-reporting-helm-release-4.7-postsubmits.yaml @@ -8,6 +8,7 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-kube-reporting-helm-release-4.7-images @@ -15,11 +16,11 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -36,6 +37,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -47,3 +51,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/kube-reporting/helm/kube-reporting-helm-release-4.7-presubmits.yaml b/ci-operator/jobs/kube-reporting/helm/kube-reporting-helm-release-4.7-presubmits.yaml index 8c889010b2bf..aeaf090d8c2d 100644 --- a/ci-operator/jobs/kube-reporting/helm/kube-reporting-helm-release-4.7-presubmits.yaml +++ b/ci-operator/jobs/kube-reporting/helm/kube-reporting-helm-release-4.7-presubmits.yaml @@ -18,10 +18,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -39,6 +39,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -50,4 +53,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/kube-reporting/hive/kube-reporting-hive-master-postsubmits.yaml b/ci-operator/jobs/kube-reporting/hive/kube-reporting-hive-master-postsubmits.yaml index 9966ef01cdc5..25ac950ab224 100644 --- a/ci-operator/jobs/kube-reporting/hive/kube-reporting-hive-master-postsubmits.yaml +++ b/ci-operator/jobs/kube-reporting/hive/kube-reporting-hive-master-postsubmits.yaml @@ -8,17 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-kube-reporting-hive-master-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -35,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -46,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/kube-reporting/hive/kube-reporting-hive-master-presubmits.yaml b/ci-operator/jobs/kube-reporting/hive/kube-reporting-hive-master-presubmits.yaml index 4a62e0b3c7f9..72a7055da8c0 100644 --- a/ci-operator/jobs/kube-reporting/hive/kube-reporting-hive-master-presubmits.yaml +++ b/ci-operator/jobs/kube-reporting/hive/kube-reporting-hive-master-presubmits.yaml @@ -17,10 +17,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -38,6 +38,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -49,4 +52,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/kube-reporting/hive/kube-reporting-hive-release-4.1-postsubmits.yaml b/ci-operator/jobs/kube-reporting/hive/kube-reporting-hive-release-4.1-postsubmits.yaml index b196db29b620..054d85fcb51c 100644 --- a/ci-operator/jobs/kube-reporting/hive/kube-reporting-hive-release-4.1-postsubmits.yaml +++ b/ci-operator/jobs/kube-reporting/hive/kube-reporting-hive-release-4.1-postsubmits.yaml @@ -8,17 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-kube-reporting-hive-release-4.1-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -35,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -46,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/kube-reporting/hive/kube-reporting-hive-release-4.1-presubmits.yaml b/ci-operator/jobs/kube-reporting/hive/kube-reporting-hive-release-4.1-presubmits.yaml index cc494685340c..25bcafe72811 100644 --- a/ci-operator/jobs/kube-reporting/hive/kube-reporting-hive-release-4.1-presubmits.yaml +++ b/ci-operator/jobs/kube-reporting/hive/kube-reporting-hive-release-4.1-presubmits.yaml @@ -17,10 +17,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -38,6 +38,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -49,4 +52,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/kube-reporting/hive/kube-reporting-hive-release-4.2-postsubmits.yaml b/ci-operator/jobs/kube-reporting/hive/kube-reporting-hive-release-4.2-postsubmits.yaml index 6b95f6cf231e..e8fa06360508 100644 --- a/ci-operator/jobs/kube-reporting/hive/kube-reporting-hive-release-4.2-postsubmits.yaml +++ b/ci-operator/jobs/kube-reporting/hive/kube-reporting-hive-release-4.2-postsubmits.yaml @@ -8,17 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-kube-reporting-hive-release-4.2-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -35,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -46,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/kube-reporting/hive/kube-reporting-hive-release-4.2-presubmits.yaml b/ci-operator/jobs/kube-reporting/hive/kube-reporting-hive-release-4.2-presubmits.yaml index 1e109b37461f..441ffdb979e3 100644 --- a/ci-operator/jobs/kube-reporting/hive/kube-reporting-hive-release-4.2-presubmits.yaml +++ b/ci-operator/jobs/kube-reporting/hive/kube-reporting-hive-release-4.2-presubmits.yaml @@ -17,10 +17,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -38,6 +38,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -49,4 +52,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/kube-reporting/hive/kube-reporting-hive-release-4.3-postsubmits.yaml b/ci-operator/jobs/kube-reporting/hive/kube-reporting-hive-release-4.3-postsubmits.yaml index abb6d0b78f9f..764392372b77 100644 --- a/ci-operator/jobs/kube-reporting/hive/kube-reporting-hive-release-4.3-postsubmits.yaml +++ b/ci-operator/jobs/kube-reporting/hive/kube-reporting-hive-release-4.3-postsubmits.yaml @@ -8,17 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-kube-reporting-hive-release-4.3-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -35,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -46,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/kube-reporting/hive/kube-reporting-hive-release-4.3-presubmits.yaml b/ci-operator/jobs/kube-reporting/hive/kube-reporting-hive-release-4.3-presubmits.yaml index c0bb9ac0c596..abfc042ecea4 100644 --- a/ci-operator/jobs/kube-reporting/hive/kube-reporting-hive-release-4.3-presubmits.yaml +++ b/ci-operator/jobs/kube-reporting/hive/kube-reporting-hive-release-4.3-presubmits.yaml @@ -17,10 +17,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -38,6 +38,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -49,4 +52,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/kube-reporting/hive/kube-reporting-hive-release-4.4-postsubmits.yaml b/ci-operator/jobs/kube-reporting/hive/kube-reporting-hive-release-4.4-postsubmits.yaml index 13799d1adb95..46b37f0e5a4f 100644 --- a/ci-operator/jobs/kube-reporting/hive/kube-reporting-hive-release-4.4-postsubmits.yaml +++ b/ci-operator/jobs/kube-reporting/hive/kube-reporting-hive-release-4.4-postsubmits.yaml @@ -8,17 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-kube-reporting-hive-release-4.4-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -35,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -46,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/kube-reporting/hive/kube-reporting-hive-release-4.4-presubmits.yaml b/ci-operator/jobs/kube-reporting/hive/kube-reporting-hive-release-4.4-presubmits.yaml index a29342fbd399..697280f36c57 100644 --- a/ci-operator/jobs/kube-reporting/hive/kube-reporting-hive-release-4.4-presubmits.yaml +++ b/ci-operator/jobs/kube-reporting/hive/kube-reporting-hive-release-4.4-presubmits.yaml @@ -17,10 +17,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -38,6 +38,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -49,4 +52,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/kube-reporting/hive/kube-reporting-hive-release-4.5-postsubmits.yaml b/ci-operator/jobs/kube-reporting/hive/kube-reporting-hive-release-4.5-postsubmits.yaml index ead569cb425b..5fe6784dc04c 100644 --- a/ci-operator/jobs/kube-reporting/hive/kube-reporting-hive-release-4.5-postsubmits.yaml +++ b/ci-operator/jobs/kube-reporting/hive/kube-reporting-hive-release-4.5-postsubmits.yaml @@ -8,17 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-kube-reporting-hive-release-4.5-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -35,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -46,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/kube-reporting/hive/kube-reporting-hive-release-4.5-presubmits.yaml b/ci-operator/jobs/kube-reporting/hive/kube-reporting-hive-release-4.5-presubmits.yaml index 6cc07e7d9db4..d8912a249311 100644 --- a/ci-operator/jobs/kube-reporting/hive/kube-reporting-hive-release-4.5-presubmits.yaml +++ b/ci-operator/jobs/kube-reporting/hive/kube-reporting-hive-release-4.5-presubmits.yaml @@ -17,10 +17,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -37,6 +37,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -48,4 +51,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/kube-reporting/hive/kube-reporting-hive-release-4.6-postsubmits.yaml b/ci-operator/jobs/kube-reporting/hive/kube-reporting-hive-release-4.6-postsubmits.yaml index e87ec91f3510..4061307386e3 100644 --- a/ci-operator/jobs/kube-reporting/hive/kube-reporting-hive-release-4.6-postsubmits.yaml +++ b/ci-operator/jobs/kube-reporting/hive/kube-reporting-hive-release-4.6-postsubmits.yaml @@ -8,17 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-kube-reporting-hive-release-4.6-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -35,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -46,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/kube-reporting/hive/kube-reporting-hive-release-4.6-presubmits.yaml b/ci-operator/jobs/kube-reporting/hive/kube-reporting-hive-release-4.6-presubmits.yaml index 0145ae01dd00..9779a29fe5a2 100644 --- a/ci-operator/jobs/kube-reporting/hive/kube-reporting-hive-release-4.6-presubmits.yaml +++ b/ci-operator/jobs/kube-reporting/hive/kube-reporting-hive-release-4.6-presubmits.yaml @@ -17,10 +17,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -38,6 +38,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -49,4 +52,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/kube-reporting/hive/kube-reporting-hive-release-4.7-postsubmits.yaml b/ci-operator/jobs/kube-reporting/hive/kube-reporting-hive-release-4.7-postsubmits.yaml index acdfc32475a6..155d84508256 100644 --- a/ci-operator/jobs/kube-reporting/hive/kube-reporting-hive-release-4.7-postsubmits.yaml +++ b/ci-operator/jobs/kube-reporting/hive/kube-reporting-hive-release-4.7-postsubmits.yaml @@ -8,17 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-kube-reporting-hive-release-4.7-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -35,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -46,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/kube-reporting/hive/kube-reporting-hive-release-4.7-presubmits.yaml b/ci-operator/jobs/kube-reporting/hive/kube-reporting-hive-release-4.7-presubmits.yaml index 84ad17320a63..f4aee9e558c1 100644 --- a/ci-operator/jobs/kube-reporting/hive/kube-reporting-hive-release-4.7-presubmits.yaml +++ b/ci-operator/jobs/kube-reporting/hive/kube-reporting-hive-release-4.7-presubmits.yaml @@ -17,10 +17,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -38,6 +38,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -49,4 +52,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/kube-reporting/metering-operator/kube-reporting-metering-operator-master-postsubmits.yaml b/ci-operator/jobs/kube-reporting/metering-operator/kube-reporting-metering-operator-master-postsubmits.yaml index d45c73e47419..a3cd8d426031 100644 --- a/ci-operator/jobs/kube-reporting/metering-operator/kube-reporting-metering-operator-master-postsubmits.yaml +++ b/ci-operator/jobs/kube-reporting/metering-operator/kube-reporting-metering-operator-master-postsubmits.yaml @@ -8,17 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-kube-reporting-metering-operator-master-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -35,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -46,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/kube-reporting/metering-operator/kube-reporting-metering-operator-master-presubmits.yaml b/ci-operator/jobs/kube-reporting/metering-operator/kube-reporting-metering-operator-master-presubmits.yaml index 90b12caadf0f..1b74efeeaec5 100644 --- a/ci-operator/jobs/kube-reporting/metering-operator/kube-reporting-metering-operator-master-presubmits.yaml +++ b/ci-operator/jobs/kube-reporting/metering-operator/kube-reporting-metering-operator-master-presubmits.yaml @@ -17,10 +17,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -38,6 +38,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -49,6 +52,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -67,13 +73,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/metering-e2e-aws-cluster-profile - --target=metering-e2e-aws - --template=/usr/local/metering-e2e-aws @@ -112,6 +116,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -137,6 +144,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )metering-e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -155,13 +165,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/metering-upgrade-aws-cluster-profile - --target=metering-upgrade-aws - --template=/usr/local/metering-upgrade-aws @@ -200,6 +208,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -225,6 +236,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )metering-upgrade-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -243,10 +257,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -263,6 +277,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -274,6 +291,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -292,10 +312,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -312,6 +332,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -323,4 +346,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) diff --git a/ci-operator/jobs/kube-reporting/metering-operator/kube-reporting-metering-operator-release-4.1-postsubmits.yaml b/ci-operator/jobs/kube-reporting/metering-operator/kube-reporting-metering-operator-release-4.1-postsubmits.yaml index 476e990be92e..80059d15f838 100644 --- a/ci-operator/jobs/kube-reporting/metering-operator/kube-reporting-metering-operator-release-4.1-postsubmits.yaml +++ b/ci-operator/jobs/kube-reporting/metering-operator/kube-reporting-metering-operator-release-4.1-postsubmits.yaml @@ -8,17 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-kube-reporting-metering-operator-release-4.1-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -35,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -46,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/kube-reporting/metering-operator/kube-reporting-metering-operator-release-4.1-presubmits.yaml b/ci-operator/jobs/kube-reporting/metering-operator/kube-reporting-metering-operator-release-4.1-presubmits.yaml index f4c699b31f9f..d85dd7ba605c 100644 --- a/ci-operator/jobs/kube-reporting/metering-operator/kube-reporting-metering-operator-release-4.1-presubmits.yaml +++ b/ci-operator/jobs/kube-reporting/metering-operator/kube-reporting-metering-operator-release-4.1-presubmits.yaml @@ -17,10 +17,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -38,6 +38,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -49,6 +52,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -67,13 +73,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/metering-e2e-aws-cluster-profile - --target=metering-e2e-aws - --template=/usr/local/metering-e2e-aws @@ -113,6 +117,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -138,6 +145,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )metering-e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -156,10 +166,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -176,6 +186,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -187,6 +200,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -205,10 +221,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -225,6 +241,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -236,4 +255,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) diff --git a/ci-operator/jobs/kube-reporting/metering-operator/kube-reporting-metering-operator-release-4.2-postsubmits.yaml b/ci-operator/jobs/kube-reporting/metering-operator/kube-reporting-metering-operator-release-4.2-postsubmits.yaml index 1297a9f5834c..14d65cc581dc 100644 --- a/ci-operator/jobs/kube-reporting/metering-operator/kube-reporting-metering-operator-release-4.2-postsubmits.yaml +++ b/ci-operator/jobs/kube-reporting/metering-operator/kube-reporting-metering-operator-release-4.2-postsubmits.yaml @@ -8,17 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-kube-reporting-metering-operator-release-4.2-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -35,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -46,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/kube-reporting/metering-operator/kube-reporting-metering-operator-release-4.2-presubmits.yaml b/ci-operator/jobs/kube-reporting/metering-operator/kube-reporting-metering-operator-release-4.2-presubmits.yaml index 3600b5027064..480e589a9112 100644 --- a/ci-operator/jobs/kube-reporting/metering-operator/kube-reporting-metering-operator-release-4.2-presubmits.yaml +++ b/ci-operator/jobs/kube-reporting/metering-operator/kube-reporting-metering-operator-release-4.2-presubmits.yaml @@ -17,10 +17,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -38,6 +38,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -49,6 +52,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -67,13 +73,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/metering-e2e-aws-cluster-profile - --target=metering-e2e-aws - --template=/usr/local/metering-e2e-aws @@ -113,6 +117,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -138,6 +145,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )metering-e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -156,10 +166,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -176,6 +186,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -187,6 +200,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -205,10 +221,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -225,6 +241,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -236,4 +255,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) diff --git a/ci-operator/jobs/kube-reporting/metering-operator/kube-reporting-metering-operator-release-4.3-postsubmits.yaml b/ci-operator/jobs/kube-reporting/metering-operator/kube-reporting-metering-operator-release-4.3-postsubmits.yaml index 09ac165057aa..f52813429451 100644 --- a/ci-operator/jobs/kube-reporting/metering-operator/kube-reporting-metering-operator-release-4.3-postsubmits.yaml +++ b/ci-operator/jobs/kube-reporting/metering-operator/kube-reporting-metering-operator-release-4.3-postsubmits.yaml @@ -8,17 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-kube-reporting-metering-operator-release-4.3-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -35,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -46,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/kube-reporting/metering-operator/kube-reporting-metering-operator-release-4.3-presubmits.yaml b/ci-operator/jobs/kube-reporting/metering-operator/kube-reporting-metering-operator-release-4.3-presubmits.yaml index 71d82f9f9069..56611c9c5d77 100644 --- a/ci-operator/jobs/kube-reporting/metering-operator/kube-reporting-metering-operator-release-4.3-presubmits.yaml +++ b/ci-operator/jobs/kube-reporting/metering-operator/kube-reporting-metering-operator-release-4.3-presubmits.yaml @@ -17,10 +17,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -38,6 +38,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -49,6 +52,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -67,13 +73,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/metering-e2e-aws-cluster-profile - --target=metering-e2e-aws - --template=/usr/local/metering-e2e-aws @@ -113,6 +117,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -138,6 +145,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )metering-e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -156,10 +166,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -176,6 +186,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -187,6 +200,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -205,10 +221,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -225,6 +241,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -236,4 +255,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) diff --git a/ci-operator/jobs/kube-reporting/metering-operator/kube-reporting-metering-operator-release-4.4-postsubmits.yaml b/ci-operator/jobs/kube-reporting/metering-operator/kube-reporting-metering-operator-release-4.4-postsubmits.yaml index 88e9906f528b..e300af356314 100644 --- a/ci-operator/jobs/kube-reporting/metering-operator/kube-reporting-metering-operator-release-4.4-postsubmits.yaml +++ b/ci-operator/jobs/kube-reporting/metering-operator/kube-reporting-metering-operator-release-4.4-postsubmits.yaml @@ -8,17 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-kube-reporting-metering-operator-release-4.4-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -35,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -46,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/kube-reporting/metering-operator/kube-reporting-metering-operator-release-4.4-presubmits.yaml b/ci-operator/jobs/kube-reporting/metering-operator/kube-reporting-metering-operator-release-4.4-presubmits.yaml index ed5be7ffc10e..6b7b2ec5c5df 100644 --- a/ci-operator/jobs/kube-reporting/metering-operator/kube-reporting-metering-operator-release-4.4-presubmits.yaml +++ b/ci-operator/jobs/kube-reporting/metering-operator/kube-reporting-metering-operator-release-4.4-presubmits.yaml @@ -17,10 +17,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -38,6 +38,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -49,6 +52,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -67,13 +73,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/metering-e2e-aws-cluster-profile - --target=metering-e2e-aws - --template=/usr/local/metering-e2e-aws @@ -112,6 +116,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -137,6 +144,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )metering-e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -155,10 +165,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -175,6 +185,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -186,6 +199,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -204,10 +220,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -224,6 +240,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -235,4 +254,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) diff --git a/ci-operator/jobs/kube-reporting/metering-operator/kube-reporting-metering-operator-release-4.5-postsubmits.yaml b/ci-operator/jobs/kube-reporting/metering-operator/kube-reporting-metering-operator-release-4.5-postsubmits.yaml index a0bc0d25c995..188ca9e4dac5 100644 --- a/ci-operator/jobs/kube-reporting/metering-operator/kube-reporting-metering-operator-release-4.5-postsubmits.yaml +++ b/ci-operator/jobs/kube-reporting/metering-operator/kube-reporting-metering-operator-release-4.5-postsubmits.yaml @@ -8,17 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-kube-reporting-metering-operator-release-4.5-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -35,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -46,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/kube-reporting/metering-operator/kube-reporting-metering-operator-release-4.5-presubmits.yaml b/ci-operator/jobs/kube-reporting/metering-operator/kube-reporting-metering-operator-release-4.5-presubmits.yaml index 0c47a70eba22..c0596c344ec3 100644 --- a/ci-operator/jobs/kube-reporting/metering-operator/kube-reporting-metering-operator-release-4.5-presubmits.yaml +++ b/ci-operator/jobs/kube-reporting/metering-operator/kube-reporting-metering-operator-release-4.5-presubmits.yaml @@ -17,10 +17,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -37,6 +37,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -48,6 +51,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -66,13 +72,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/metering-e2e-aws-cluster-profile - --target=metering-e2e-aws - --template=/usr/local/metering-e2e-aws @@ -111,6 +115,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -136,6 +143,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )metering-e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -154,13 +164,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/metering-upgrade-aws-cluster-profile - --target=metering-upgrade-aws - --template=/usr/local/metering-upgrade-aws @@ -199,6 +207,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -224,6 +235,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )metering-upgrade-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -242,10 +256,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -262,6 +276,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -273,6 +290,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -291,10 +311,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -311,6 +331,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -322,4 +345,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) diff --git a/ci-operator/jobs/kube-reporting/metering-operator/kube-reporting-metering-operator-release-4.6-postsubmits.yaml b/ci-operator/jobs/kube-reporting/metering-operator/kube-reporting-metering-operator-release-4.6-postsubmits.yaml index add6251c97a2..5d788a4bb33c 100644 --- a/ci-operator/jobs/kube-reporting/metering-operator/kube-reporting-metering-operator-release-4.6-postsubmits.yaml +++ b/ci-operator/jobs/kube-reporting/metering-operator/kube-reporting-metering-operator-release-4.6-postsubmits.yaml @@ -8,17 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-kube-reporting-metering-operator-release-4.6-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -35,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -46,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/kube-reporting/metering-operator/kube-reporting-metering-operator-release-4.6-presubmits.yaml b/ci-operator/jobs/kube-reporting/metering-operator/kube-reporting-metering-operator-release-4.6-presubmits.yaml index cf80868f59be..d9321157651e 100644 --- a/ci-operator/jobs/kube-reporting/metering-operator/kube-reporting-metering-operator-release-4.6-presubmits.yaml +++ b/ci-operator/jobs/kube-reporting/metering-operator/kube-reporting-metering-operator-release-4.6-presubmits.yaml @@ -17,10 +17,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -38,6 +38,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -49,6 +52,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -67,13 +73,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/metering-e2e-aws-cluster-profile - --target=metering-e2e-aws - --template=/usr/local/metering-e2e-aws @@ -112,6 +116,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -137,6 +144,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )metering-e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -155,13 +165,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/metering-upgrade-aws-cluster-profile - --target=metering-upgrade-aws - --template=/usr/local/metering-upgrade-aws @@ -200,6 +208,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -225,6 +236,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )metering-upgrade-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -243,10 +257,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -263,6 +277,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -274,6 +291,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -292,10 +312,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -312,6 +332,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -323,4 +346,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) diff --git a/ci-operator/jobs/kube-reporting/metering-operator/kube-reporting-metering-operator-release-4.7-postsubmits.yaml b/ci-operator/jobs/kube-reporting/metering-operator/kube-reporting-metering-operator-release-4.7-postsubmits.yaml index 28c2e8ca627d..7cfa72f08f07 100644 --- a/ci-operator/jobs/kube-reporting/metering-operator/kube-reporting-metering-operator-release-4.7-postsubmits.yaml +++ b/ci-operator/jobs/kube-reporting/metering-operator/kube-reporting-metering-operator-release-4.7-postsubmits.yaml @@ -8,17 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-kube-reporting-metering-operator-release-4.7-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -35,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -46,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/kube-reporting/metering-operator/kube-reporting-metering-operator-release-4.7-presubmits.yaml b/ci-operator/jobs/kube-reporting/metering-operator/kube-reporting-metering-operator-release-4.7-presubmits.yaml index 6c9d77681a00..a2c815b80cc4 100644 --- a/ci-operator/jobs/kube-reporting/metering-operator/kube-reporting-metering-operator-release-4.7-presubmits.yaml +++ b/ci-operator/jobs/kube-reporting/metering-operator/kube-reporting-metering-operator-release-4.7-presubmits.yaml @@ -17,10 +17,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -38,6 +38,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -49,6 +52,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -67,13 +73,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/metering-e2e-aws-cluster-profile - --target=metering-e2e-aws - --template=/usr/local/metering-e2e-aws @@ -112,6 +116,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -137,6 +144,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )metering-e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -155,13 +165,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/metering-upgrade-aws-cluster-profile - --target=metering-upgrade-aws - --template=/usr/local/metering-upgrade-aws @@ -200,6 +208,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -225,6 +236,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )metering-upgrade-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -243,10 +257,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -263,6 +277,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -274,6 +291,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -292,10 +312,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -312,6 +332,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -323,4 +346,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) diff --git a/ci-operator/jobs/kube-reporting/presto/kube-reporting-presto-master-postsubmits.yaml b/ci-operator/jobs/kube-reporting/presto/kube-reporting-presto-master-postsubmits.yaml index 19ce53937ae8..92c30e04a1e0 100644 --- a/ci-operator/jobs/kube-reporting/presto/kube-reporting-presto-master-postsubmits.yaml +++ b/ci-operator/jobs/kube-reporting/presto/kube-reporting-presto-master-postsubmits.yaml @@ -8,17 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-kube-reporting-presto-master-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -35,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -46,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/kube-reporting/presto/kube-reporting-presto-master-presubmits.yaml b/ci-operator/jobs/kube-reporting/presto/kube-reporting-presto-master-presubmits.yaml index b3f327851682..27c7a96052ff 100644 --- a/ci-operator/jobs/kube-reporting/presto/kube-reporting-presto-master-presubmits.yaml +++ b/ci-operator/jobs/kube-reporting/presto/kube-reporting-presto-master-presubmits.yaml @@ -17,10 +17,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -38,6 +38,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -49,6 +52,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -67,10 +73,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -87,6 +93,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -98,4 +107,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/kube-reporting/presto/kube-reporting-presto-release-4.1-postsubmits.yaml b/ci-operator/jobs/kube-reporting/presto/kube-reporting-presto-release-4.1-postsubmits.yaml index 61c708e2de45..b1fdb0fb1e15 100644 --- a/ci-operator/jobs/kube-reporting/presto/kube-reporting-presto-release-4.1-postsubmits.yaml +++ b/ci-operator/jobs/kube-reporting/presto/kube-reporting-presto-release-4.1-postsubmits.yaml @@ -8,17 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-kube-reporting-presto-release-4.1-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -35,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -46,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/kube-reporting/presto/kube-reporting-presto-release-4.1-presubmits.yaml b/ci-operator/jobs/kube-reporting/presto/kube-reporting-presto-release-4.1-presubmits.yaml index b2e78c89bd9a..78292c93b1bb 100644 --- a/ci-operator/jobs/kube-reporting/presto/kube-reporting-presto-release-4.1-presubmits.yaml +++ b/ci-operator/jobs/kube-reporting/presto/kube-reporting-presto-release-4.1-presubmits.yaml @@ -17,10 +17,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -38,6 +38,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -49,4 +52,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/kube-reporting/presto/kube-reporting-presto-release-4.2-postsubmits.yaml b/ci-operator/jobs/kube-reporting/presto/kube-reporting-presto-release-4.2-postsubmits.yaml index 7fafde06cbb0..2f3e2ba8e847 100644 --- a/ci-operator/jobs/kube-reporting/presto/kube-reporting-presto-release-4.2-postsubmits.yaml +++ b/ci-operator/jobs/kube-reporting/presto/kube-reporting-presto-release-4.2-postsubmits.yaml @@ -8,17 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-kube-reporting-presto-release-4.2-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -35,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -46,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/kube-reporting/presto/kube-reporting-presto-release-4.2-presubmits.yaml b/ci-operator/jobs/kube-reporting/presto/kube-reporting-presto-release-4.2-presubmits.yaml index a0442a333b3a..4db7443a806f 100644 --- a/ci-operator/jobs/kube-reporting/presto/kube-reporting-presto-release-4.2-presubmits.yaml +++ b/ci-operator/jobs/kube-reporting/presto/kube-reporting-presto-release-4.2-presubmits.yaml @@ -17,10 +17,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -38,6 +38,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -49,4 +52,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/kube-reporting/presto/kube-reporting-presto-release-4.3-postsubmits.yaml b/ci-operator/jobs/kube-reporting/presto/kube-reporting-presto-release-4.3-postsubmits.yaml index d3912883784a..e4c5a2445131 100644 --- a/ci-operator/jobs/kube-reporting/presto/kube-reporting-presto-release-4.3-postsubmits.yaml +++ b/ci-operator/jobs/kube-reporting/presto/kube-reporting-presto-release-4.3-postsubmits.yaml @@ -8,17 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-kube-reporting-presto-release-4.3-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -35,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -46,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/kube-reporting/presto/kube-reporting-presto-release-4.3-presubmits.yaml b/ci-operator/jobs/kube-reporting/presto/kube-reporting-presto-release-4.3-presubmits.yaml index 2cf42bb2ae1d..55e15b5fe126 100644 --- a/ci-operator/jobs/kube-reporting/presto/kube-reporting-presto-release-4.3-presubmits.yaml +++ b/ci-operator/jobs/kube-reporting/presto/kube-reporting-presto-release-4.3-presubmits.yaml @@ -17,10 +17,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -38,6 +38,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -49,6 +52,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -67,10 +73,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -87,6 +93,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -98,4 +107,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/kube-reporting/presto/kube-reporting-presto-release-4.4-postsubmits.yaml b/ci-operator/jobs/kube-reporting/presto/kube-reporting-presto-release-4.4-postsubmits.yaml index 11cff3fb337f..1f52f6f732e7 100644 --- a/ci-operator/jobs/kube-reporting/presto/kube-reporting-presto-release-4.4-postsubmits.yaml +++ b/ci-operator/jobs/kube-reporting/presto/kube-reporting-presto-release-4.4-postsubmits.yaml @@ -8,17 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-kube-reporting-presto-release-4.4-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -35,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -46,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/kube-reporting/presto/kube-reporting-presto-release-4.4-presubmits.yaml b/ci-operator/jobs/kube-reporting/presto/kube-reporting-presto-release-4.4-presubmits.yaml index 5285b2c5731d..70d381f6e0e7 100644 --- a/ci-operator/jobs/kube-reporting/presto/kube-reporting-presto-release-4.4-presubmits.yaml +++ b/ci-operator/jobs/kube-reporting/presto/kube-reporting-presto-release-4.4-presubmits.yaml @@ -17,10 +17,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -38,6 +38,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -49,6 +52,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -67,10 +73,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -87,6 +93,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -98,4 +107,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/kube-reporting/presto/kube-reporting-presto-release-4.5-postsubmits.yaml b/ci-operator/jobs/kube-reporting/presto/kube-reporting-presto-release-4.5-postsubmits.yaml index 37c546e3d587..569f8ab7ad60 100644 --- a/ci-operator/jobs/kube-reporting/presto/kube-reporting-presto-release-4.5-postsubmits.yaml +++ b/ci-operator/jobs/kube-reporting/presto/kube-reporting-presto-release-4.5-postsubmits.yaml @@ -8,17 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-kube-reporting-presto-release-4.5-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -35,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -46,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/kube-reporting/presto/kube-reporting-presto-release-4.5-presubmits.yaml b/ci-operator/jobs/kube-reporting/presto/kube-reporting-presto-release-4.5-presubmits.yaml index 310b7ae842a4..031781263050 100644 --- a/ci-operator/jobs/kube-reporting/presto/kube-reporting-presto-release-4.5-presubmits.yaml +++ b/ci-operator/jobs/kube-reporting/presto/kube-reporting-presto-release-4.5-presubmits.yaml @@ -17,10 +17,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -37,6 +37,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -48,6 +51,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -66,10 +72,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -86,6 +92,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -97,4 +106,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/kube-reporting/presto/kube-reporting-presto-release-4.6-postsubmits.yaml b/ci-operator/jobs/kube-reporting/presto/kube-reporting-presto-release-4.6-postsubmits.yaml index 5f29c87f7c58..aca9feeb270d 100644 --- a/ci-operator/jobs/kube-reporting/presto/kube-reporting-presto-release-4.6-postsubmits.yaml +++ b/ci-operator/jobs/kube-reporting/presto/kube-reporting-presto-release-4.6-postsubmits.yaml @@ -8,17 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-kube-reporting-presto-release-4.6-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -35,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -46,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/kube-reporting/presto/kube-reporting-presto-release-4.6-presubmits.yaml b/ci-operator/jobs/kube-reporting/presto/kube-reporting-presto-release-4.6-presubmits.yaml index 438bffb8f755..77320a3305a4 100644 --- a/ci-operator/jobs/kube-reporting/presto/kube-reporting-presto-release-4.6-presubmits.yaml +++ b/ci-operator/jobs/kube-reporting/presto/kube-reporting-presto-release-4.6-presubmits.yaml @@ -17,10 +17,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -38,6 +38,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -49,6 +52,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -67,10 +73,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -87,6 +93,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -98,4 +107,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/kube-reporting/presto/kube-reporting-presto-release-4.7-postsubmits.yaml b/ci-operator/jobs/kube-reporting/presto/kube-reporting-presto-release-4.7-postsubmits.yaml index 181a3d1697cf..9a06a228248f 100644 --- a/ci-operator/jobs/kube-reporting/presto/kube-reporting-presto-release-4.7-postsubmits.yaml +++ b/ci-operator/jobs/kube-reporting/presto/kube-reporting-presto-release-4.7-postsubmits.yaml @@ -8,17 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-kube-reporting-presto-release-4.7-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -35,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -46,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/kube-reporting/presto/kube-reporting-presto-release-4.7-presubmits.yaml b/ci-operator/jobs/kube-reporting/presto/kube-reporting-presto-release-4.7-presubmits.yaml index bec6d9182189..2989d1dc1a70 100644 --- a/ci-operator/jobs/kube-reporting/presto/kube-reporting-presto-release-4.7-presubmits.yaml +++ b/ci-operator/jobs/kube-reporting/presto/kube-reporting-presto-release-4.7-presubmits.yaml @@ -17,10 +17,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -38,6 +38,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -49,6 +52,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -67,10 +73,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -87,6 +93,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -98,4 +107,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/kubevirt/hyperconverged-cluster-operator/kubevirt-hyperconverged-cluster-operator-master-postsubmits.yaml b/ci-operator/jobs/kubevirt/hyperconverged-cluster-operator/kubevirt-hyperconverged-cluster-operator-master-postsubmits.yaml index 98fb2e93092c..6cebe8b6dab2 100644 --- a/ci-operator/jobs/kubevirt/hyperconverged-cluster-operator/kubevirt-hyperconverged-cluster-operator-master-postsubmits.yaml +++ b/ci-operator/jobs/kubevirt/hyperconverged-cluster-operator/kubevirt-hyperconverged-cluster-operator-master-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-kubevirt-hyperconverged-cluster-operator-master-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=src command: @@ -35,6 +37,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -46,3 +51,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/kubevirt/hyperconverged-cluster-operator/kubevirt-hyperconverged-cluster-operator-master-presubmits.yaml b/ci-operator/jobs/kubevirt/hyperconverged-cluster-operator/kubevirt-hyperconverged-cluster-operator-master-presubmits.yaml index b8e2705a7f6f..f8db019177ce 100644 --- a/ci-operator/jobs/kubevirt/hyperconverged-cluster-operator/kubevirt-hyperconverged-cluster-operator-master-presubmits.yaml +++ b/ci-operator/jobs/kubevirt/hyperconverged-cluster-operator/kubevirt-hyperconverged-cluster-operator-master-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/hco-e2e-aws-cluster-profile - --target=hco-e2e-aws - --template=/usr/local/hco-e2e-aws @@ -58,6 +56,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -83,6 +84,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )hco-e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -101,13 +105,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/hco-e2e-upgrade-aws-cluster-profile - --target=hco-e2e-upgrade-aws - --template=/usr/local/hco-e2e-upgrade-aws @@ -142,6 +144,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -167,6 +172,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )hco-e2e-upgrade-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -185,10 +193,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] - --target=src @@ -207,6 +215,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -218,4 +229,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/kubevirt/hyperconverged-cluster-operator/kubevirt-hyperconverged-cluster-operator-release-4.2-postsubmits.yaml b/ci-operator/jobs/kubevirt/hyperconverged-cluster-operator/kubevirt-hyperconverged-cluster-operator-release-4.2-postsubmits.yaml index ce277832ce2a..433baba6b874 100644 --- a/ci-operator/jobs/kubevirt/hyperconverged-cluster-operator/kubevirt-hyperconverged-cluster-operator-release-4.2-postsubmits.yaml +++ b/ci-operator/jobs/kubevirt/hyperconverged-cluster-operator/kubevirt-hyperconverged-cluster-operator-release-4.2-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-kubevirt-hyperconverged-cluster-operator-release-4.2-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=src command: @@ -35,6 +37,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -46,3 +51,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/kubevirt/hyperconverged-cluster-operator/kubevirt-hyperconverged-cluster-operator-release-4.2-presubmits.yaml b/ci-operator/jobs/kubevirt/hyperconverged-cluster-operator/kubevirt-hyperconverged-cluster-operator-release-4.2-presubmits.yaml index deed99992e5c..a36075dc82f7 100644 --- a/ci-operator/jobs/kubevirt/hyperconverged-cluster-operator/kubevirt-hyperconverged-cluster-operator-release-4.2-presubmits.yaml +++ b/ci-operator/jobs/kubevirt/hyperconverged-cluster-operator/kubevirt-hyperconverged-cluster-operator-release-4.2-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/hco-e2e-aws-cluster-profile - --target=hco-e2e-aws - --template=/usr/local/hco-e2e-aws @@ -58,6 +56,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -83,6 +84,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )hco-e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -101,10 +105,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] - --target=src @@ -123,6 +127,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -134,4 +141,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/kubevirt/hyperconverged-cluster-operator/kubevirt-hyperconverged-cluster-operator-release-4.3-postsubmits.yaml b/ci-operator/jobs/kubevirt/hyperconverged-cluster-operator/kubevirt-hyperconverged-cluster-operator-release-4.3-postsubmits.yaml index 541e02609047..e97a9885792d 100644 --- a/ci-operator/jobs/kubevirt/hyperconverged-cluster-operator/kubevirt-hyperconverged-cluster-operator-release-4.3-postsubmits.yaml +++ b/ci-operator/jobs/kubevirt/hyperconverged-cluster-operator/kubevirt-hyperconverged-cluster-operator-release-4.3-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-kubevirt-hyperconverged-cluster-operator-release-4.3-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=src command: @@ -35,6 +37,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -46,3 +51,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/kubevirt/hyperconverged-cluster-operator/kubevirt-hyperconverged-cluster-operator-release-4.3-presubmits.yaml b/ci-operator/jobs/kubevirt/hyperconverged-cluster-operator/kubevirt-hyperconverged-cluster-operator-release-4.3-presubmits.yaml index 06066d033abc..8aaa84973a68 100644 --- a/ci-operator/jobs/kubevirt/hyperconverged-cluster-operator/kubevirt-hyperconverged-cluster-operator-release-4.3-presubmits.yaml +++ b/ci-operator/jobs/kubevirt/hyperconverged-cluster-operator/kubevirt-hyperconverged-cluster-operator-release-4.3-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/hco-e2e-aws-cluster-profile - --target=hco-e2e-aws - --template=/usr/local/hco-e2e-aws @@ -58,6 +56,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -83,6 +84,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )hco-e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -101,13 +105,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/hco-e2e-upgrade-aws-cluster-profile - --target=hco-e2e-upgrade-aws - --template=/usr/local/hco-e2e-upgrade-aws @@ -142,6 +144,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -167,6 +172,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )hco-e2e-upgrade-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -185,10 +193,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] - --target=src @@ -207,6 +215,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -218,4 +229,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/kubevirt/hyperconverged-cluster-operator/kubevirt-hyperconverged-cluster-operator-release-4.4-postsubmits.yaml b/ci-operator/jobs/kubevirt/hyperconverged-cluster-operator/kubevirt-hyperconverged-cluster-operator-release-4.4-postsubmits.yaml index e1ee5bd64eaa..1e9018d50432 100644 --- a/ci-operator/jobs/kubevirt/hyperconverged-cluster-operator/kubevirt-hyperconverged-cluster-operator-release-4.4-postsubmits.yaml +++ b/ci-operator/jobs/kubevirt/hyperconverged-cluster-operator/kubevirt-hyperconverged-cluster-operator-release-4.4-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-kubevirt-hyperconverged-cluster-operator-release-4.4-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=src command: @@ -35,6 +37,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -46,3 +51,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/kubevirt/hyperconverged-cluster-operator/kubevirt-hyperconverged-cluster-operator-release-4.4-presubmits.yaml b/ci-operator/jobs/kubevirt/hyperconverged-cluster-operator/kubevirt-hyperconverged-cluster-operator-release-4.4-presubmits.yaml index 752b9ce57d32..d3238dc00f9e 100644 --- a/ci-operator/jobs/kubevirt/hyperconverged-cluster-operator/kubevirt-hyperconverged-cluster-operator-release-4.4-presubmits.yaml +++ b/ci-operator/jobs/kubevirt/hyperconverged-cluster-operator/kubevirt-hyperconverged-cluster-operator-release-4.4-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/hco-e2e-aws-cluster-profile - --target=hco-e2e-aws - --template=/usr/local/hco-e2e-aws @@ -58,6 +56,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -83,6 +84,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )hco-e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -101,13 +105,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/hco-e2e-upgrade-aws-cluster-profile - --target=hco-e2e-upgrade-aws - --template=/usr/local/hco-e2e-upgrade-aws @@ -142,6 +144,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -167,6 +172,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )hco-e2e-upgrade-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -185,10 +193,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] - --target=src @@ -207,6 +215,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -218,4 +229,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/kubevirt/hyperconverged-cluster-operator/kubevirt-hyperconverged-cluster-operator-release-4.5-postsubmits.yaml b/ci-operator/jobs/kubevirt/hyperconverged-cluster-operator/kubevirt-hyperconverged-cluster-operator-release-4.5-postsubmits.yaml index 3f287c33fecb..34215e58f58e 100644 --- a/ci-operator/jobs/kubevirt/hyperconverged-cluster-operator/kubevirt-hyperconverged-cluster-operator-release-4.5-postsubmits.yaml +++ b/ci-operator/jobs/kubevirt/hyperconverged-cluster-operator/kubevirt-hyperconverged-cluster-operator-release-4.5-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-kubevirt-hyperconverged-cluster-operator-release-4.5-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=src command: @@ -35,6 +37,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -46,3 +51,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/kubevirt/hyperconverged-cluster-operator/kubevirt-hyperconverged-cluster-operator-release-4.5-presubmits.yaml b/ci-operator/jobs/kubevirt/hyperconverged-cluster-operator/kubevirt-hyperconverged-cluster-operator-release-4.5-presubmits.yaml index 8334022e6bbe..c28a6ea7f0cb 100644 --- a/ci-operator/jobs/kubevirt/hyperconverged-cluster-operator/kubevirt-hyperconverged-cluster-operator-release-4.5-presubmits.yaml +++ b/ci-operator/jobs/kubevirt/hyperconverged-cluster-operator/kubevirt-hyperconverged-cluster-operator-release-4.5-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/hco-e2e-aws-cluster-profile - --target=hco-e2e-aws - --template=/usr/local/hco-e2e-aws @@ -58,6 +56,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -83,6 +84,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )hco-e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -101,13 +105,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/hco-e2e-upgrade-aws-cluster-profile - --target=hco-e2e-upgrade-aws - --template=/usr/local/hco-e2e-upgrade-aws @@ -142,6 +144,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -167,6 +172,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )hco-e2e-upgrade-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -185,10 +193,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=src command: @@ -206,6 +214,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -217,4 +228,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/kubevirt/hyperconverged-cluster-operator/kubevirt-hyperconverged-cluster-operator-release-4.6-postsubmits.yaml b/ci-operator/jobs/kubevirt/hyperconverged-cluster-operator/kubevirt-hyperconverged-cluster-operator-release-4.6-postsubmits.yaml index 5c1d885b1a60..ccc3bb2ddb53 100644 --- a/ci-operator/jobs/kubevirt/hyperconverged-cluster-operator/kubevirt-hyperconverged-cluster-operator-release-4.6-postsubmits.yaml +++ b/ci-operator/jobs/kubevirt/hyperconverged-cluster-operator/kubevirt-hyperconverged-cluster-operator-release-4.6-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-kubevirt-hyperconverged-cluster-operator-release-4.6-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=src command: @@ -35,6 +37,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -46,3 +51,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/kubevirt/hyperconverged-cluster-operator/kubevirt-hyperconverged-cluster-operator-release-4.6-presubmits.yaml b/ci-operator/jobs/kubevirt/hyperconverged-cluster-operator/kubevirt-hyperconverged-cluster-operator-release-4.6-presubmits.yaml index 2f981cf38045..5a19a86c704c 100644 --- a/ci-operator/jobs/kubevirt/hyperconverged-cluster-operator/kubevirt-hyperconverged-cluster-operator-release-4.6-presubmits.yaml +++ b/ci-operator/jobs/kubevirt/hyperconverged-cluster-operator/kubevirt-hyperconverged-cluster-operator-release-4.6-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/hco-e2e-aws-cluster-profile - --target=hco-e2e-aws - --template=/usr/local/hco-e2e-aws @@ -58,6 +56,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -83,6 +84,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )hco-e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -101,13 +105,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/hco-e2e-upgrade-aws-cluster-profile - --target=hco-e2e-upgrade-aws - --template=/usr/local/hco-e2e-upgrade-aws @@ -142,6 +144,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -167,6 +172,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )hco-e2e-upgrade-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -185,10 +193,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] - --target=src @@ -207,6 +215,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -218,4 +229,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/kubevirt/hyperconverged-cluster-operator/kubevirt-hyperconverged-cluster-operator-release-4.7-postsubmits.yaml b/ci-operator/jobs/kubevirt/hyperconverged-cluster-operator/kubevirt-hyperconverged-cluster-operator-release-4.7-postsubmits.yaml index 5cf4c94395d9..468322f4b324 100644 --- a/ci-operator/jobs/kubevirt/hyperconverged-cluster-operator/kubevirt-hyperconverged-cluster-operator-release-4.7-postsubmits.yaml +++ b/ci-operator/jobs/kubevirt/hyperconverged-cluster-operator/kubevirt-hyperconverged-cluster-operator-release-4.7-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-kubevirt-hyperconverged-cluster-operator-release-4.7-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=src command: @@ -35,6 +37,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -46,3 +51,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/kubevirt/hyperconverged-cluster-operator/kubevirt-hyperconverged-cluster-operator-release-4.7-presubmits.yaml b/ci-operator/jobs/kubevirt/hyperconverged-cluster-operator/kubevirt-hyperconverged-cluster-operator-release-4.7-presubmits.yaml index 76805adbd359..a8479ad86160 100644 --- a/ci-operator/jobs/kubevirt/hyperconverged-cluster-operator/kubevirt-hyperconverged-cluster-operator-release-4.7-presubmits.yaml +++ b/ci-operator/jobs/kubevirt/hyperconverged-cluster-operator/kubevirt-hyperconverged-cluster-operator-release-4.7-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/hco-e2e-aws-cluster-profile - --target=hco-e2e-aws - --template=/usr/local/hco-e2e-aws @@ -58,6 +56,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -83,6 +84,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )hco-e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -101,13 +105,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/hco-e2e-upgrade-aws-cluster-profile - --target=hco-e2e-upgrade-aws - --template=/usr/local/hco-e2e-upgrade-aws @@ -142,6 +144,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -167,6 +172,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )hco-e2e-upgrade-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -185,10 +193,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] - --target=src @@ -207,6 +215,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -218,4 +229,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/kubevirt/kubevirt/kubevirt-kubevirt-master-periodics.yaml b/ci-operator/jobs/kubevirt/kubevirt/kubevirt-kubevirt-master-periodics.yaml index 28172fb19ea7..05b5fb87e8c1 100644 --- a/ci-operator/jobs/kubevirt/kubevirt/kubevirt-kubevirt-master-periodics.yaml +++ b/ci-operator/jobs/kubevirt/kubevirt/kubevirt-kubevirt-master-periodics.yaml @@ -17,13 +17,11 @@ periodics: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-periodic-gcp-nested-virt-cluster-profile - --target=e2e-periodic-gcp-nested-virt - --template=/usr/local/e2e-periodic-gcp-nested-virt @@ -92,6 +90,9 @@ periodics: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -119,3 +120,6 @@ periodics: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/kubevirt/kubevirt/kubevirt-kubevirt-master-presubmits.yaml b/ci-operator/jobs/kubevirt/kubevirt/kubevirt-kubevirt-master-presubmits.yaml index f6d515266032..44a2658213bb 100644 --- a/ci-operator/jobs/kubevirt/kubevirt/kubevirt-kubevirt-master-presubmits.yaml +++ b/ci-operator/jobs/kubevirt/kubevirt/kubevirt-kubevirt-master-presubmits.yaml @@ -19,13 +19,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-gcp-nested-virt-cluster-profile - --target=e2e-gcp-nested-virt - --template=/usr/local/e2e-gcp-nested-virt @@ -67,6 +65,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -94,6 +95,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-gcp-nested-virt,?($|\s.*) - agent: kubernetes always_run: true @@ -114,10 +118,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -134,6 +138,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -145,4 +152,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/monstorak/monstorak-operator/monstorak-monstorak-operator-master-postsubmits.yaml b/ci-operator/jobs/monstorak/monstorak-operator/monstorak-monstorak-operator-master-postsubmits.yaml index b6a0f9f3f089..bf9639af8ae5 100644 --- a/ci-operator/jobs/monstorak/monstorak-operator/monstorak-monstorak-operator-master-postsubmits.yaml +++ b/ci-operator/jobs/monstorak/monstorak-operator/monstorak-monstorak-operator-master-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-monstorak-monstorak-operator-master-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/monstorak/monstorak-operator/monstorak-monstorak-operator-master-presubmits.yaml b/ci-operator/jobs/monstorak/monstorak-operator/monstorak-monstorak-operator-master-presubmits.yaml index d0f0ede794c4..ec19542aa7ee 100644 --- a/ci-operator/jobs/monstorak/monstorak-operator/monstorak-monstorak-operator-master-presubmits.yaml +++ b/ci-operator/jobs/monstorak/monstorak-operator/monstorak-monstorak-operator-master-presubmits.yaml @@ -17,10 +17,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -37,6 +37,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -48,6 +51,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -66,10 +72,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=lint command: - ci-operator @@ -86,6 +92,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -97,6 +106,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )lint,?($|\s.*) - agent: kubernetes always_run: true @@ -115,10 +127,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=test command: - ci-operator @@ -135,6 +147,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -146,4 +161,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )test,?($|\s.*) diff --git a/ci-operator/jobs/open-cluster-management/api/open-cluster-management-api-master-presubmits.yaml b/ci-operator/jobs/open-cluster-management/api/open-cluster-management-api-master-presubmits.yaml index 32bce8cef130..b11c7d73b109 100644 --- a/ci-operator/jobs/open-cluster-management/api/open-cluster-management-api-master-presubmits.yaml +++ b/ci-operator/jobs/open-cluster-management/api/open-cluster-management-api-master-presubmits.yaml @@ -17,11 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=build command: - ci-operator @@ -41,6 +41,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,6 +58,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )build,?($|\s.*) - agent: kubernetes always_run: true @@ -73,11 +79,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -97,6 +103,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -111,6 +120,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -129,11 +141,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -153,6 +165,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -167,6 +182,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) - agent: kubernetes always_run: true @@ -185,11 +203,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify-deps command: - ci-operator @@ -209,6 +227,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -223,4 +244,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify-deps,?($|\s.*) diff --git a/ci-operator/jobs/open-cluster-management/image-builder/open-cluster-management-image-builder-master-postsubmits.yaml b/ci-operator/jobs/open-cluster-management/image-builder/open-cluster-management-image-builder-master-postsubmits.yaml index 56bfa43ad0cf..b05dabcc4af6 100644 --- a/ci-operator/jobs/open-cluster-management/image-builder/open-cluster-management-image-builder-master-postsubmits.yaml +++ b/ci-operator/jobs/open-cluster-management/image-builder/open-cluster-management-image-builder-master-postsubmits.yaml @@ -8,17 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-open-cluster-management-image-builder-master-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -35,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -46,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/open-cluster-management/image-builder/open-cluster-management-image-builder-master-presubmits.yaml b/ci-operator/jobs/open-cluster-management/image-builder/open-cluster-management-image-builder-master-presubmits.yaml index b6b51998aff0..89dd60aa3195 100644 --- a/ci-operator/jobs/open-cluster-management/image-builder/open-cluster-management-image-builder-master-presubmits.yaml +++ b/ci-operator/jobs/open-cluster-management/image-builder/open-cluster-management-image-builder-master-presubmits.yaml @@ -17,10 +17,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -37,6 +37,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -48,4 +51,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/open-cluster-management/registration/open-cluster-management-registration-master-presubmits.yaml b/ci-operator/jobs/open-cluster-management/registration/open-cluster-management-registration-master-presubmits.yaml index c7c1a0221faf..558f6455a5b4 100644 --- a/ci-operator/jobs/open-cluster-management/registration/open-cluster-management-registration-master-presubmits.yaml +++ b/ci-operator/jobs/open-cluster-management/registration/open-cluster-management-registration-master-presubmits.yaml @@ -17,11 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=build command: - ci-operator @@ -41,6 +41,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,6 +58,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )build,?($|\s.*) - agent: kubernetes always_run: true @@ -73,11 +79,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -97,6 +103,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -111,6 +120,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -129,11 +141,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -153,6 +165,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -167,6 +182,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) - agent: kubernetes always_run: true @@ -185,11 +203,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify-deps command: - ci-operator @@ -209,6 +227,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -223,4 +244,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify-deps,?($|\s.*) diff --git a/ci-operator/jobs/open-cluster-management/work/open-cluster-management-work-master-presubmits.yaml b/ci-operator/jobs/open-cluster-management/work/open-cluster-management-work-master-presubmits.yaml index 8e09356c5328..70f79beec7aa 100644 --- a/ci-operator/jobs/open-cluster-management/work/open-cluster-management-work-master-presubmits.yaml +++ b/ci-operator/jobs/open-cluster-management/work/open-cluster-management-work-master-presubmits.yaml @@ -17,11 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=build command: - ci-operator @@ -41,6 +41,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,6 +58,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )build,?($|\s.*) - agent: kubernetes always_run: true @@ -73,11 +79,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -97,6 +103,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -111,6 +120,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -129,11 +141,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -153,6 +165,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -167,6 +182,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) - agent: kubernetes always_run: true @@ -185,11 +203,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify-deps command: - ci-operator @@ -209,6 +227,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -223,4 +244,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify-deps,?($|\s.*) diff --git a/ci-operator/jobs/openshift-cnv/cnv-ci/openshift-cnv-cnv-ci-master-periodics.yaml b/ci-operator/jobs/openshift-cnv/cnv-ci/openshift-cnv-cnv-ci-master-periodics.yaml index 1a7ad7b15060..6df7c1e99342 100644 --- a/ci-operator/jobs/openshift-cnv/cnv-ci/openshift-cnv-cnv-ci-master-periodics.yaml +++ b/ci-operator/jobs/openshift-cnv/cnv-ci/openshift-cnv-cnv-ci-master-periodics.yaml @@ -16,13 +16,11 @@ periodics: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-test-cron-cluster-profile - --target=e2e-test-cron - --template=/usr/local/e2e-test-cron @@ -59,6 +57,9 @@ periodics: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -86,3 +87,6 @@ periodics: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-cnv/cnv-ci/openshift-cnv-cnv-ci-master-presubmits.yaml b/ci-operator/jobs/openshift-cnv/cnv-ci/openshift-cnv-cnv-ci-master-presubmits.yaml index 94334933e760..b556c9431e07 100644 --- a/ci-operator/jobs/openshift-cnv/cnv-ci/openshift-cnv-cnv-ci-master-presubmits.yaml +++ b/ci-operator/jobs/openshift-cnv/cnv-ci/openshift-cnv-cnv-ci-master-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-test-presubmit-cluster-profile - --target=e2e-test-presubmit - --template=/usr/local/e2e-test-presubmit @@ -60,6 +58,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -87,4 +88,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-test-presubmit,?($|\s.*) diff --git a/ci-operator/jobs/openshift-knative/eventing-operator/openshift-knative-eventing-operator-release-0.12-postsubmits.yaml b/ci-operator/jobs/openshift-knative/eventing-operator/openshift-knative-eventing-operator-release-0.12-postsubmits.yaml index 0613242f1e46..eb0973d2c271 100644 --- a/ci-operator/jobs/openshift-knative/eventing-operator/openshift-knative-eventing-operator-release-0.12-postsubmits.yaml +++ b/ci-operator/jobs/openshift-knative/eventing-operator/openshift-knative-eventing-operator-release-0.12-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-knative-eventing-operator-release-0.12-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-knative/eventing-operator/openshift-knative-eventing-operator-release-0.12-presubmits.yaml b/ci-operator/jobs/openshift-knative/eventing-operator/openshift-knative-eventing-operator-release-0.12-presubmits.yaml index 1e7386c27d1b..1e91605340a0 100644 --- a/ci-operator/jobs/openshift-knative/eventing-operator/openshift-knative-eventing-operator-release-0.12-presubmits.yaml +++ b/ci-operator/jobs/openshift-knative/eventing-operator/openshift-knative-eventing-operator-release-0.12-presubmits.yaml @@ -17,10 +17,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -37,6 +37,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -48,4 +51,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift-knative/eventing-operator/openshift-knative-eventing-operator-release-0.13-postsubmits.yaml b/ci-operator/jobs/openshift-knative/eventing-operator/openshift-knative-eventing-operator-release-0.13-postsubmits.yaml index 4abf009850db..98bdae819c0f 100644 --- a/ci-operator/jobs/openshift-knative/eventing-operator/openshift-knative-eventing-operator-release-0.13-postsubmits.yaml +++ b/ci-operator/jobs/openshift-knative/eventing-operator/openshift-knative-eventing-operator-release-0.13-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-knative-eventing-operator-release-0.13-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-knative/eventing-operator/openshift-knative-eventing-operator-release-0.13-presubmits.yaml b/ci-operator/jobs/openshift-knative/eventing-operator/openshift-knative-eventing-operator-release-0.13-presubmits.yaml index 64d57f7ea2ed..0003b46b0d9b 100644 --- a/ci-operator/jobs/openshift-knative/eventing-operator/openshift-knative-eventing-operator-release-0.13-presubmits.yaml +++ b/ci-operator/jobs/openshift-knative/eventing-operator/openshift-knative-eventing-operator-release-0.13-presubmits.yaml @@ -17,10 +17,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -37,6 +37,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -48,4 +51,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift-knative/eventing-operator/openshift-knative-eventing-operator-release-0.13.1-postsubmits.yaml b/ci-operator/jobs/openshift-knative/eventing-operator/openshift-knative-eventing-operator-release-0.13.1-postsubmits.yaml index 157a546b968c..a024f13c6699 100644 --- a/ci-operator/jobs/openshift-knative/eventing-operator/openshift-knative-eventing-operator-release-0.13.1-postsubmits.yaml +++ b/ci-operator/jobs/openshift-knative/eventing-operator/openshift-knative-eventing-operator-release-0.13.1-postsubmits.yaml @@ -8,17 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-knative-eventing-operator-release-0.13.1-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -35,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -46,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-knative/eventing-operator/openshift-knative-eventing-operator-release-0.13.1-presubmits.yaml b/ci-operator/jobs/openshift-knative/eventing-operator/openshift-knative-eventing-operator-release-0.13.1-presubmits.yaml index f85570b038b9..705d67f388df 100644 --- a/ci-operator/jobs/openshift-knative/eventing-operator/openshift-knative-eventing-operator-release-0.13.1-presubmits.yaml +++ b/ci-operator/jobs/openshift-knative/eventing-operator/openshift-knative-eventing-operator-release-0.13.1-presubmits.yaml @@ -17,10 +17,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -37,6 +37,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -48,4 +51,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift-knative/eventing-operator/openshift-knative-eventing-operator-release-0.13.2-postsubmits.yaml b/ci-operator/jobs/openshift-knative/eventing-operator/openshift-knative-eventing-operator-release-0.13.2-postsubmits.yaml index e64c340b57ad..3bb90a3bdcca 100644 --- a/ci-operator/jobs/openshift-knative/eventing-operator/openshift-knative-eventing-operator-release-0.13.2-postsubmits.yaml +++ b/ci-operator/jobs/openshift-knative/eventing-operator/openshift-knative-eventing-operator-release-0.13.2-postsubmits.yaml @@ -8,17 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-knative-eventing-operator-release-0.13.2-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -35,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -46,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-knative/eventing-operator/openshift-knative-eventing-operator-release-0.13.2-presubmits.yaml b/ci-operator/jobs/openshift-knative/eventing-operator/openshift-knative-eventing-operator-release-0.13.2-presubmits.yaml index 4e37d4103ffb..5816c71b0a5c 100644 --- a/ci-operator/jobs/openshift-knative/eventing-operator/openshift-knative-eventing-operator-release-0.13.2-presubmits.yaml +++ b/ci-operator/jobs/openshift-knative/eventing-operator/openshift-knative-eventing-operator-release-0.13.2-presubmits.yaml @@ -17,10 +17,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -37,6 +37,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -48,4 +51,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift-knative/eventing-operator/openshift-knative-eventing-operator-release-0.14-postsubmits.yaml b/ci-operator/jobs/openshift-knative/eventing-operator/openshift-knative-eventing-operator-release-0.14-postsubmits.yaml index bbe24a23da83..3b3d457185f8 100644 --- a/ci-operator/jobs/openshift-knative/eventing-operator/openshift-knative-eventing-operator-release-0.14-postsubmits.yaml +++ b/ci-operator/jobs/openshift-knative/eventing-operator/openshift-knative-eventing-operator-release-0.14-postsubmits.yaml @@ -8,17 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-knative-eventing-operator-release-0.14-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -35,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -46,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-knative/eventing-operator/openshift-knative-eventing-operator-release-0.14-presubmits.yaml b/ci-operator/jobs/openshift-knative/eventing-operator/openshift-knative-eventing-operator-release-0.14-presubmits.yaml index e9c1566f0e55..460a443010aa 100644 --- a/ci-operator/jobs/openshift-knative/eventing-operator/openshift-knative-eventing-operator-release-0.14-presubmits.yaml +++ b/ci-operator/jobs/openshift-knative/eventing-operator/openshift-knative-eventing-operator-release-0.14-presubmits.yaml @@ -17,10 +17,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -37,6 +37,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -48,4 +51,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift-knative/kourier/openshift-knative-kourier-master-postsubmits.yaml b/ci-operator/jobs/openshift-knative/kourier/openshift-knative-kourier-master-postsubmits.yaml index beb176d8bda0..695431f48cec 100644 --- a/ci-operator/jobs/openshift-knative/kourier/openshift-knative-kourier-master-postsubmits.yaml +++ b/ci-operator/jobs/openshift-knative/kourier/openshift-knative-kourier-master-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-knative-kourier-master-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-knative/kourier/openshift-knative-kourier-master-presubmits.yaml b/ci-operator/jobs/openshift-knative/kourier/openshift-knative-kourier-master-presubmits.yaml index da8fff8db7ae..78f7d19f38ec 100644 --- a/ci-operator/jobs/openshift-knative/kourier/openshift-knative-kourier-master-presubmits.yaml +++ b/ci-operator/jobs/openshift-knative/kourier/openshift-knative-kourier-master-presubmits.yaml @@ -17,10 +17,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -37,6 +37,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -48,4 +51,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift-knative/kourier/openshift-knative-kourier-release-0.12-postsubmits.yaml b/ci-operator/jobs/openshift-knative/kourier/openshift-knative-kourier-release-0.12-postsubmits.yaml index e405a68e7039..2459765f185f 100644 --- a/ci-operator/jobs/openshift-knative/kourier/openshift-knative-kourier-release-0.12-postsubmits.yaml +++ b/ci-operator/jobs/openshift-knative/kourier/openshift-knative-kourier-release-0.12-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-knative-kourier-release-0.12-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-knative/kourier/openshift-knative-kourier-release-0.12-presubmits.yaml b/ci-operator/jobs/openshift-knative/kourier/openshift-knative-kourier-release-0.12-presubmits.yaml index 1e2f4ab0a4f2..6a09df430be9 100644 --- a/ci-operator/jobs/openshift-knative/kourier/openshift-knative-kourier-release-0.12-presubmits.yaml +++ b/ci-operator/jobs/openshift-knative/kourier/openshift-knative-kourier-release-0.12-presubmits.yaml @@ -17,10 +17,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -37,6 +37,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -48,4 +51,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift-knative/kourier/openshift-knative-kourier-release-0.13-postsubmits.yaml b/ci-operator/jobs/openshift-knative/kourier/openshift-knative-kourier-release-0.13-postsubmits.yaml index 264a1f2a7e24..9d610540a12a 100644 --- a/ci-operator/jobs/openshift-knative/kourier/openshift-knative-kourier-release-0.13-postsubmits.yaml +++ b/ci-operator/jobs/openshift-knative/kourier/openshift-knative-kourier-release-0.13-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-knative-kourier-release-0.13-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-knative/kourier/openshift-knative-kourier-release-0.13-presubmits.yaml b/ci-operator/jobs/openshift-knative/kourier/openshift-knative-kourier-release-0.13-presubmits.yaml index c95a8597acb3..271d03b11315 100644 --- a/ci-operator/jobs/openshift-knative/kourier/openshift-knative-kourier-release-0.13-presubmits.yaml +++ b/ci-operator/jobs/openshift-knative/kourier/openshift-knative-kourier-release-0.13-presubmits.yaml @@ -17,10 +17,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -37,6 +37,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -48,4 +51,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift-knative/net-kourier/openshift-knative-net-kourier-release-0.13-postsubmits.yaml b/ci-operator/jobs/openshift-knative/net-kourier/openshift-knative-net-kourier-release-0.13-postsubmits.yaml index 6e5552ed36c1..89c405e5fab5 100644 --- a/ci-operator/jobs/openshift-knative/net-kourier/openshift-knative-net-kourier-release-0.13-postsubmits.yaml +++ b/ci-operator/jobs/openshift-knative/net-kourier/openshift-knative-net-kourier-release-0.13-postsubmits.yaml @@ -8,17 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-knative-net-kourier-release-0.13-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -35,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -46,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-knative/net-kourier/openshift-knative-net-kourier-release-0.13-presubmits.yaml b/ci-operator/jobs/openshift-knative/net-kourier/openshift-knative-net-kourier-release-0.13-presubmits.yaml index 3b0d2e23b2f8..a62d5af9e447 100644 --- a/ci-operator/jobs/openshift-knative/net-kourier/openshift-knative-net-kourier-release-0.13-presubmits.yaml +++ b/ci-operator/jobs/openshift-knative/net-kourier/openshift-knative-net-kourier-release-0.13-presubmits.yaml @@ -17,10 +17,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -37,6 +37,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -48,4 +51,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift-knative/serverless-operator/openshift-knative-serverless-operator-master-periodics.yaml b/ci-operator/jobs/openshift-knative/serverless-operator/openshift-knative-serverless-operator-master-periodics.yaml index e02bfc96f11b..060e5200094f 100644 --- a/ci-operator/jobs/openshift-knative/serverless-operator/openshift-knative-serverless-operator-master-periodics.yaml +++ b/ci-operator/jobs/openshift-knative/serverless-operator/openshift-knative-serverless-operator-master-periodics.yaml @@ -17,13 +17,11 @@ periodics: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-azure-ocp-43-continuous-cluster-profile - --target=e2e-azure-ocp-43-continuous - --template=/usr/local/e2e-azure-ocp-43-continuous @@ -58,6 +56,9 @@ periodics: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -83,6 +84,9 @@ periodics: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator - agent: kubernetes cluster: api.ci cron: 0 */6 * * * @@ -101,13 +105,11 @@ periodics: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-ocp-43-continuous-cluster-profile - --target=e2e-aws-ocp-43-continuous - --template=/usr/local/e2e-aws-ocp-43-continuous @@ -142,6 +144,9 @@ periodics: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -167,6 +172,9 @@ periodics: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator - agent: kubernetes cluster: api.ci cron: 0 0 * * 0 @@ -185,13 +193,11 @@ periodics: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-gcp-ocp-43-continuous-cluster-profile - --target=e2e-gcp-ocp-43-continuous - --template=/usr/local/e2e-gcp-ocp-43-continuous @@ -226,6 +232,9 @@ periodics: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -253,6 +262,9 @@ periodics: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator - agent: kubernetes cluster: api.ci cron: 0 0 * * 0 @@ -271,13 +283,11 @@ periodics: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-vsphere-ocp-43-continuous-cluster-profile - --target=e2e-vsphere-ocp-43-continuous - --template=/usr/local/e2e-vsphere-ocp-43-continuous @@ -312,6 +322,9 @@ periodics: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -337,6 +350,9 @@ periodics: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator - agent: kubernetes cluster: api.ci cron: 0 */6 * * * @@ -355,13 +371,11 @@ periodics: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-ocp-44-continuous-cluster-profile - --target=e2e-aws-ocp-44-continuous - --template=/usr/local/e2e-aws-ocp-44-continuous @@ -396,6 +410,9 @@ periodics: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -421,6 +438,9 @@ periodics: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator - agent: kubernetes cluster: api.ci cron: 0 */6 * * * @@ -439,13 +459,11 @@ periodics: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-ocp-45-continuous-cluster-profile - --target=e2e-aws-ocp-45-continuous - --template=/usr/local/e2e-aws-ocp-45-continuous @@ -480,6 +498,9 @@ periodics: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -505,3 +526,6 @@ periodics: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-knative/serverless-operator/openshift-knative-serverless-operator-master-postsubmits.yaml b/ci-operator/jobs/openshift-knative/serverless-operator/openshift-knative-serverless-operator-master-postsubmits.yaml index 9e304b8010b1..eb6db6cef6b9 100644 --- a/ci-operator/jobs/openshift-knative/serverless-operator/openshift-knative-serverless-operator-master-postsubmits.yaml +++ b/ci-operator/jobs/openshift-knative/serverless-operator/openshift-knative-serverless-operator-master-postsubmits.yaml @@ -8,17 +8,19 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" ci-operator.openshift.io/variant: "4.3" + max_concurrency: 1 name: branch-ci-openshift-knative-serverless-operator-master-4.3-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --variant=4.3 command: @@ -36,6 +38,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -47,3 +52,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-knative/serverless-operator/openshift-knative-serverless-operator-master-presubmits.yaml b/ci-operator/jobs/openshift-knative/serverless-operator/openshift-knative-serverless-operator-master-presubmits.yaml index e4b25ec4802d..6e919192199d 100644 --- a/ci-operator/jobs/openshift-knative/serverless-operator/openshift-knative-serverless-operator-master-presubmits.yaml +++ b/ci-operator/jobs/openshift-knative/serverless-operator/openshift-knative-serverless-operator-master-presubmits.yaml @@ -18,10 +18,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --variant=4.3-azure command: @@ -39,6 +39,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -50,6 +53,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )4.3-azure-images,?($|\s.*) - agent: kubernetes always_run: true @@ -69,13 +75,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-ocp-43-cluster-profile - --target=e2e-aws-ocp-43 - --template=/usr/local/e2e-aws-ocp-43 @@ -110,6 +114,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -135,6 +142,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )4.3-e2e-aws-ocp-43,?($|\s.*) - agent: kubernetes always_run: true @@ -154,10 +164,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --variant=4.3-gcp command: @@ -175,6 +185,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -186,6 +199,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )4.3-gcp-images,?($|\s.*) - agent: kubernetes always_run: true @@ -205,10 +221,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --variant=4.3 command: @@ -226,6 +242,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -237,6 +256,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )4.3-images,?($|\s.*) - agent: kubernetes always_run: true @@ -256,13 +278,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/upgrade-tests-aws-ocp-43-cluster-profile - --target=upgrade-tests-aws-ocp-43 - --template=/usr/local/upgrade-tests-aws-ocp-43 @@ -297,6 +317,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -322,6 +345,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )4.3-upgrade-tests-aws-ocp-43,?($|\s.*) - agent: kubernetes always_run: false @@ -341,10 +367,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --variant=4.3-vsphere command: @@ -362,6 +388,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -373,6 +402,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )4.3-vsphere-images,?($|\s.*) - agent: kubernetes always_run: true @@ -392,13 +424,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-ocp-44-cluster-profile - --target=e2e-aws-ocp-44 - --template=/usr/local/e2e-aws-ocp-44 @@ -433,6 +463,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -458,6 +491,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )4.4-e2e-aws-ocp-44,?($|\s.*) - agent: kubernetes always_run: true @@ -477,10 +513,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --variant=4.4 command: @@ -498,6 +534,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -509,6 +548,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )4.4-images,?($|\s.*) - agent: kubernetes always_run: true @@ -528,13 +570,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/upgrade-tests-aws-ocp-44-cluster-profile - --target=upgrade-tests-aws-ocp-44 - --template=/usr/local/upgrade-tests-aws-ocp-44 @@ -569,6 +609,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -594,6 +637,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )4.4-upgrade-tests-aws-ocp-44,?($|\s.*) - agent: kubernetes always_run: true @@ -613,13 +659,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-ocp-45-cluster-profile - --target=e2e-aws-ocp-45 - --template=/usr/local/e2e-aws-ocp-45 @@ -654,6 +698,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -679,6 +726,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )4.5-e2e-aws-ocp-45,?($|\s.*) - agent: kubernetes always_run: true @@ -698,10 +748,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --variant=4.5 command: @@ -719,6 +769,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -730,6 +783,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )4.5-images,?($|\s.*) - agent: kubernetes always_run: true @@ -749,13 +805,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/upgrade-tests-aws-ocp-45-cluster-profile - --target=upgrade-tests-aws-ocp-45 - --template=/usr/local/upgrade-tests-aws-ocp-45 @@ -790,6 +844,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -815,6 +872,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )4.5-upgrade-tests-aws-ocp-45,?($|\s.*) - agent: kubernetes always_run: true @@ -833,10 +893,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit-test command: - ci-operator @@ -853,6 +913,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -864,4 +927,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit-test,?($|\s.*) diff --git a/ci-operator/jobs/openshift-knative/serverless-operator/openshift-knative-serverless-operator-release-1.4-periodics.yaml b/ci-operator/jobs/openshift-knative/serverless-operator/openshift-knative-serverless-operator-release-1.4-periodics.yaml index 91f28c9b0629..fa98a2089dc3 100644 --- a/ci-operator/jobs/openshift-knative/serverless-operator/openshift-knative-serverless-operator-release-1.4-periodics.yaml +++ b/ci-operator/jobs/openshift-knative/serverless-operator/openshift-knative-serverless-operator-release-1.4-periodics.yaml @@ -17,13 +17,11 @@ periodics: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-ocp-42-continuous-cluster-profile - --target=e2e-aws-ocp-42-continuous - --template=/usr/local/e2e-aws-ocp-42-continuous @@ -58,6 +56,9 @@ periodics: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -83,6 +84,9 @@ periodics: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator - agent: kubernetes cluster: api.ci cron: 0 */6 * * * @@ -101,13 +105,11 @@ periodics: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-ocp-43-continuous-cluster-profile - --target=e2e-aws-ocp-43-continuous - --template=/usr/local/e2e-aws-ocp-43-continuous @@ -142,6 +144,9 @@ periodics: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -167,3 +172,6 @@ periodics: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-knative/serverless-operator/openshift-knative-serverless-operator-release-1.4-postsubmits.yaml b/ci-operator/jobs/openshift-knative/serverless-operator/openshift-knative-serverless-operator-release-1.4-postsubmits.yaml index 527f7352c449..f2251c042636 100644 --- a/ci-operator/jobs/openshift-knative/serverless-operator/openshift-knative-serverless-operator-release-1.4-postsubmits.yaml +++ b/ci-operator/jobs/openshift-knative/serverless-operator/openshift-knative-serverless-operator-release-1.4-postsubmits.yaml @@ -8,17 +8,19 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" ci-operator.openshift.io/variant: "4.2" + max_concurrency: 1 name: branch-ci-openshift-knative-serverless-operator-release-1.4-4.2-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --variant=4.2 command: @@ -36,6 +38,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -47,3 +52,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-knative/serverless-operator/openshift-knative-serverless-operator-release-1.4-presubmits.yaml b/ci-operator/jobs/openshift-knative/serverless-operator/openshift-knative-serverless-operator-release-1.4-presubmits.yaml index 34fe69eb7582..ef2ae325366c 100644 --- a/ci-operator/jobs/openshift-knative/serverless-operator/openshift-knative-serverless-operator-release-1.4-presubmits.yaml +++ b/ci-operator/jobs/openshift-knative/serverless-operator/openshift-knative-serverless-operator-release-1.4-presubmits.yaml @@ -18,13 +18,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-ocp-42-cluster-profile - --target=e2e-aws-ocp-42 - --template=/usr/local/e2e-aws-ocp-42 @@ -59,6 +57,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -84,6 +85,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )4.2-e2e-aws-ocp-42,?($|\s.*) - agent: kubernetes always_run: true @@ -103,10 +107,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --variant=4.2 command: @@ -124,6 +128,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -135,6 +142,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )4.2-images,?($|\s.*) - agent: kubernetes always_run: true @@ -154,13 +164,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/upgrade-tests-aws-ocp-42-cluster-profile - --target=upgrade-tests-aws-ocp-42 - --template=/usr/local/upgrade-tests-aws-ocp-42 @@ -195,6 +203,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -220,6 +231,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )4.2-upgrade-tests-aws-ocp-42,?($|\s.*) - agent: kubernetes always_run: true @@ -239,13 +253,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-ocp-43-cluster-profile - --target=e2e-aws-ocp-43 - --template=/usr/local/e2e-aws-ocp-43 @@ -280,6 +292,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -305,6 +320,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )4.3-e2e-aws-ocp-43,?($|\s.*) - agent: kubernetes always_run: true @@ -324,10 +342,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --variant=4.3 command: @@ -345,6 +363,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -356,6 +377,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )4.3-images,?($|\s.*) - agent: kubernetes always_run: true @@ -375,13 +399,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/upgrade-tests-aws-ocp-43-cluster-profile - --target=upgrade-tests-aws-ocp-43 - --template=/usr/local/upgrade-tests-aws-ocp-43 @@ -416,6 +438,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -441,6 +466,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )4.3-upgrade-tests-aws-ocp-43,?($|\s.*) - agent: kubernetes always_run: true @@ -459,10 +487,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit-test command: - ci-operator @@ -479,6 +507,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -490,4 +521,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit-test,?($|\s.*) diff --git a/ci-operator/jobs/openshift-knative/serverless-operator/openshift-knative-serverless-operator-release-1.5-postsubmits.yaml b/ci-operator/jobs/openshift-knative/serverless-operator/openshift-knative-serverless-operator-release-1.5-postsubmits.yaml index 9b27284f03f1..da23869554c0 100644 --- a/ci-operator/jobs/openshift-knative/serverless-operator/openshift-knative-serverless-operator-release-1.5-postsubmits.yaml +++ b/ci-operator/jobs/openshift-knative/serverless-operator/openshift-knative-serverless-operator-release-1.5-postsubmits.yaml @@ -8,17 +8,19 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" ci-operator.openshift.io/variant: "4.3" + max_concurrency: 1 name: branch-ci-openshift-knative-serverless-operator-release-1.5-4.3-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --variant=4.3 command: @@ -36,6 +38,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -47,3 +52,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-knative/serverless-operator/openshift-knative-serverless-operator-release-1.5-presubmits.yaml b/ci-operator/jobs/openshift-knative/serverless-operator/openshift-knative-serverless-operator-release-1.5-presubmits.yaml index 9b6bd17e3f6b..eb694e6ef428 100644 --- a/ci-operator/jobs/openshift-knative/serverless-operator/openshift-knative-serverless-operator-release-1.5-presubmits.yaml +++ b/ci-operator/jobs/openshift-knative/serverless-operator/openshift-knative-serverless-operator-release-1.5-presubmits.yaml @@ -18,13 +18,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-ocp-43-cluster-profile - --target=e2e-aws-ocp-43 - --template=/usr/local/e2e-aws-ocp-43 @@ -59,6 +57,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -84,6 +85,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )4.3-e2e-aws-ocp-43,?($|\s.*) - agent: kubernetes always_run: true @@ -103,10 +107,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --variant=4.3 command: @@ -124,6 +128,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -135,6 +142,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )4.3-images,?($|\s.*) - agent: kubernetes always_run: true @@ -154,13 +164,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/upgrade-tests-aws-ocp-43-cluster-profile - --target=upgrade-tests-aws-ocp-43 - --template=/usr/local/upgrade-tests-aws-ocp-43 @@ -195,6 +203,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -220,6 +231,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )4.3-upgrade-tests-aws-ocp-43,?($|\s.*) - agent: kubernetes always_run: true @@ -239,13 +253,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-ocp-44-cluster-profile - --target=e2e-aws-ocp-44 - --template=/usr/local/e2e-aws-ocp-44 @@ -280,6 +292,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -305,6 +320,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )4.4-e2e-aws-ocp-44,?($|\s.*) - agent: kubernetes always_run: true @@ -324,10 +342,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --variant=4.4 command: @@ -345,6 +363,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -356,6 +377,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )4.4-images,?($|\s.*) - agent: kubernetes always_run: true @@ -374,10 +398,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit-test command: - ci-operator @@ -394,6 +418,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -405,4 +432,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit-test,?($|\s.*) diff --git a/ci-operator/jobs/openshift-knative/serverless-operator/openshift-knative-serverless-operator-release-1.6-postsubmits.yaml b/ci-operator/jobs/openshift-knative/serverless-operator/openshift-knative-serverless-operator-release-1.6-postsubmits.yaml index 26312cde5c33..9924bfba4467 100644 --- a/ci-operator/jobs/openshift-knative/serverless-operator/openshift-knative-serverless-operator-release-1.6-postsubmits.yaml +++ b/ci-operator/jobs/openshift-knative/serverless-operator/openshift-knative-serverless-operator-release-1.6-postsubmits.yaml @@ -8,17 +8,19 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" ci-operator.openshift.io/variant: "4.3" + max_concurrency: 1 name: branch-ci-openshift-knative-serverless-operator-release-1.6-4.3-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --variant=4.3 command: @@ -36,6 +38,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -47,3 +52,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-knative/serverless-operator/openshift-knative-serverless-operator-release-1.6-presubmits.yaml b/ci-operator/jobs/openshift-knative/serverless-operator/openshift-knative-serverless-operator-release-1.6-presubmits.yaml index 4f7a781bb3bf..abd0bbc36d7e 100644 --- a/ci-operator/jobs/openshift-knative/serverless-operator/openshift-knative-serverless-operator-release-1.6-presubmits.yaml +++ b/ci-operator/jobs/openshift-knative/serverless-operator/openshift-knative-serverless-operator-release-1.6-presubmits.yaml @@ -18,13 +18,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-ocp-43-cluster-profile - --target=e2e-aws-ocp-43 - --template=/usr/local/e2e-aws-ocp-43 @@ -59,6 +57,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -84,6 +85,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )4.3-e2e-aws-ocp-43,?($|\s.*) - agent: kubernetes always_run: true @@ -103,10 +107,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --variant=4.3 command: @@ -124,6 +128,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -135,6 +142,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )4.3-images,?($|\s.*) - agent: kubernetes always_run: true @@ -154,13 +164,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/upgrade-tests-aws-ocp-43-cluster-profile - --target=upgrade-tests-aws-ocp-43 - --template=/usr/local/upgrade-tests-aws-ocp-43 @@ -195,6 +203,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -220,6 +231,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )4.3-upgrade-tests-aws-ocp-43,?($|\s.*) - agent: kubernetes always_run: true @@ -239,13 +253,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-ocp-44-cluster-profile - --target=e2e-aws-ocp-44 - --template=/usr/local/e2e-aws-ocp-44 @@ -280,6 +292,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -305,6 +320,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )4.4-e2e-aws-ocp-44,?($|\s.*) - agent: kubernetes always_run: true @@ -324,10 +342,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --variant=4.4 command: @@ -345,6 +363,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -356,6 +377,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )4.4-images,?($|\s.*) - agent: kubernetes always_run: true @@ -375,13 +399,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/upgrade-tests-aws-ocp-44-cluster-profile - --target=upgrade-tests-aws-ocp-44 - --template=/usr/local/upgrade-tests-aws-ocp-44 @@ -416,6 +438,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -441,6 +466,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )4.4-upgrade-tests-aws-ocp-44,?($|\s.*) - agent: kubernetes always_run: true @@ -460,13 +488,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-ocp-45-cluster-profile - --target=e2e-aws-ocp-45 - --template=/usr/local/e2e-aws-ocp-45 @@ -501,6 +527,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -526,6 +555,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )4.5-e2e-aws-ocp-45,?($|\s.*) - agent: kubernetes always_run: true @@ -545,10 +577,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --variant=4.5 command: @@ -566,6 +598,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -577,6 +612,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )4.5-images,?($|\s.*) - agent: kubernetes always_run: true @@ -596,13 +634,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/upgrade-tests-aws-ocp-45-cluster-profile - --target=upgrade-tests-aws-ocp-45 - --template=/usr/local/upgrade-tests-aws-ocp-45 @@ -637,6 +673,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -662,6 +701,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )4.5-upgrade-tests-aws-ocp-45,?($|\s.*) - agent: kubernetes always_run: true @@ -680,10 +722,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit-test command: - ci-operator @@ -700,6 +742,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -711,4 +756,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit-test,?($|\s.*) diff --git a/ci-operator/jobs/openshift-knative/serverless-operator/openshift-knative-serverless-operator-release-1.7-periodics.yaml b/ci-operator/jobs/openshift-knative/serverless-operator/openshift-knative-serverless-operator-release-1.7-periodics.yaml index bf23b94093ec..b91d946f20b6 100644 --- a/ci-operator/jobs/openshift-knative/serverless-operator/openshift-knative-serverless-operator-release-1.7-periodics.yaml +++ b/ci-operator/jobs/openshift-knative/serverless-operator/openshift-knative-serverless-operator-release-1.7-periodics.yaml @@ -17,13 +17,11 @@ periodics: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-ocp-43-continuous-cluster-profile - --target=e2e-aws-ocp-43-continuous - --template=/usr/local/e2e-aws-ocp-43-continuous @@ -58,6 +56,9 @@ periodics: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -83,6 +84,9 @@ periodics: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator - agent: kubernetes cluster: api.ci cron: 0 */6 * * * @@ -101,13 +105,11 @@ periodics: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-ocp-44-continuous-cluster-profile - --target=e2e-aws-ocp-44-continuous - --template=/usr/local/e2e-aws-ocp-44-continuous @@ -142,6 +144,9 @@ periodics: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -167,3 +172,6 @@ periodics: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-knative/serverless-operator/openshift-knative-serverless-operator-release-1.7-postsubmits.yaml b/ci-operator/jobs/openshift-knative/serverless-operator/openshift-knative-serverless-operator-release-1.7-postsubmits.yaml index 8d2f78c9c34f..6251fea6fa31 100644 --- a/ci-operator/jobs/openshift-knative/serverless-operator/openshift-knative-serverless-operator-release-1.7-postsubmits.yaml +++ b/ci-operator/jobs/openshift-knative/serverless-operator/openshift-knative-serverless-operator-release-1.7-postsubmits.yaml @@ -8,6 +8,7 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" ci-operator.openshift.io/variant: "4.3" max_concurrency: 1 @@ -15,11 +16,11 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --variant=4.3 command: @@ -37,6 +38,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -48,3 +52,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-knative/serverless-operator/openshift-knative-serverless-operator-release-1.7-presubmits.yaml b/ci-operator/jobs/openshift-knative/serverless-operator/openshift-knative-serverless-operator-release-1.7-presubmits.yaml index dcb2781fc905..3ed439bb4715 100644 --- a/ci-operator/jobs/openshift-knative/serverless-operator/openshift-knative-serverless-operator-release-1.7-presubmits.yaml +++ b/ci-operator/jobs/openshift-knative/serverless-operator/openshift-knative-serverless-operator-release-1.7-presubmits.yaml @@ -18,13 +18,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-ocp-43-cluster-profile - --target=e2e-aws-ocp-43 - --template=/usr/local/e2e-aws-ocp-43 @@ -59,6 +57,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -84,6 +85,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )4.3-e2e-aws-ocp-43,?($|\s.*) - agent: kubernetes always_run: true @@ -103,10 +107,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --variant=4.3 command: @@ -124,6 +128,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -135,6 +142,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )4.3-images,?($|\s.*) - agent: kubernetes always_run: true @@ -154,13 +164,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/upgrade-tests-aws-ocp-43-cluster-profile - --target=upgrade-tests-aws-ocp-43 - --template=/usr/local/upgrade-tests-aws-ocp-43 @@ -195,6 +203,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -220,6 +231,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )4.3-upgrade-tests-aws-ocp-43,?($|\s.*) - agent: kubernetes always_run: true @@ -239,13 +253,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-ocp-44-cluster-profile - --target=e2e-aws-ocp-44 - --template=/usr/local/e2e-aws-ocp-44 @@ -280,6 +292,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -305,6 +320,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )4.4-e2e-aws-ocp-44,?($|\s.*) - agent: kubernetes always_run: true @@ -324,10 +342,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --variant=4.4 command: @@ -345,6 +363,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -356,6 +377,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )4.4-images,?($|\s.*) - agent: kubernetes always_run: true @@ -375,13 +399,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/upgrade-tests-aws-ocp-44-cluster-profile - --target=upgrade-tests-aws-ocp-44 - --template=/usr/local/upgrade-tests-aws-ocp-44 @@ -416,6 +438,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -441,6 +466,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )4.4-upgrade-tests-aws-ocp-44,?($|\s.*) - agent: kubernetes always_run: true @@ -459,10 +487,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit-test command: - ci-operator @@ -479,6 +507,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -490,4 +521,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit-test,?($|\s.*) diff --git a/ci-operator/jobs/openshift-knative/serving-operator/openshift-knative-serving-operator-release-0.11-postsubmits.yaml b/ci-operator/jobs/openshift-knative/serving-operator/openshift-knative-serving-operator-release-0.11-postsubmits.yaml index cf1d1477897a..1a6ab1e517de 100644 --- a/ci-operator/jobs/openshift-knative/serving-operator/openshift-knative-serving-operator-release-0.11-postsubmits.yaml +++ b/ci-operator/jobs/openshift-knative/serving-operator/openshift-knative-serving-operator-release-0.11-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-knative-serving-operator-release-0.11-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-knative/serving-operator/openshift-knative-serving-operator-release-0.11-presubmits.yaml b/ci-operator/jobs/openshift-knative/serving-operator/openshift-knative-serving-operator-release-0.11-presubmits.yaml index 238527c7e3af..7487f79cdc8e 100644 --- a/ci-operator/jobs/openshift-knative/serving-operator/openshift-knative-serving-operator-release-0.11-presubmits.yaml +++ b/ci-operator/jobs/openshift-knative/serving-operator/openshift-knative-serving-operator-release-0.11-presubmits.yaml @@ -17,10 +17,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -37,6 +37,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -48,4 +51,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift-knative/serving-operator/openshift-knative-serving-operator-release-0.12-postsubmits.yaml b/ci-operator/jobs/openshift-knative/serving-operator/openshift-knative-serving-operator-release-0.12-postsubmits.yaml index 499b66ac8a7b..a52f8467fd06 100644 --- a/ci-operator/jobs/openshift-knative/serving-operator/openshift-knative-serving-operator-release-0.12-postsubmits.yaml +++ b/ci-operator/jobs/openshift-knative/serving-operator/openshift-knative-serving-operator-release-0.12-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-knative-serving-operator-release-0.12-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-knative/serving-operator/openshift-knative-serving-operator-release-0.12-presubmits.yaml b/ci-operator/jobs/openshift-knative/serving-operator/openshift-knative-serving-operator-release-0.12-presubmits.yaml index c682ffe0a573..1b5e8b0e6b8d 100644 --- a/ci-operator/jobs/openshift-knative/serving-operator/openshift-knative-serving-operator-release-0.12-presubmits.yaml +++ b/ci-operator/jobs/openshift-knative/serving-operator/openshift-knative-serving-operator-release-0.12-presubmits.yaml @@ -17,10 +17,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -37,6 +37,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -48,4 +51,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift-knative/serving-operator/openshift-knative-serving-operator-release-0.13-postsubmits.yaml b/ci-operator/jobs/openshift-knative/serving-operator/openshift-knative-serving-operator-release-0.13-postsubmits.yaml index b19f461681a8..d6be88f733f7 100644 --- a/ci-operator/jobs/openshift-knative/serving-operator/openshift-knative-serving-operator-release-0.13-postsubmits.yaml +++ b/ci-operator/jobs/openshift-knative/serving-operator/openshift-knative-serving-operator-release-0.13-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-knative-serving-operator-release-0.13-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-knative/serving-operator/openshift-knative-serving-operator-release-0.13-presubmits.yaml b/ci-operator/jobs/openshift-knative/serving-operator/openshift-knative-serving-operator-release-0.13-presubmits.yaml index a7ad44aab0e8..1659f56cb6e4 100644 --- a/ci-operator/jobs/openshift-knative/serving-operator/openshift-knative-serving-operator-release-0.13-presubmits.yaml +++ b/ci-operator/jobs/openshift-knative/serving-operator/openshift-knative-serving-operator-release-0.13-presubmits.yaml @@ -17,10 +17,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -37,6 +37,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -48,4 +51,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift-kni/baremetal-deploy/openshift-kni-baremetal-deploy-master-periodics.yaml b/ci-operator/jobs/openshift-kni/baremetal-deploy/openshift-kni-baremetal-deploy-master-periodics.yaml index e55def90f4ba..ace237cd9831 100644 --- a/ci-operator/jobs/openshift-kni/baremetal-deploy/openshift-kni-baremetal-deploy-master-periodics.yaml +++ b/ci-operator/jobs/openshift-kni/baremetal-deploy/openshift-kni-baremetal-deploy-master-periodics.yaml @@ -16,13 +16,11 @@ periodics: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws - --template=/usr/local/e2e-aws @@ -56,6 +54,9 @@ periodics: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -81,3 +82,6 @@ periodics: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-kni/baremetal-deploy/openshift-kni-baremetal-deploy-master-presubmits.yaml b/ci-operator/jobs/openshift-kni/baremetal-deploy/openshift-kni-baremetal-deploy-master-presubmits.yaml index 2a84397d85f3..93510fee33b9 100644 --- a/ci-operator/jobs/openshift-kni/baremetal-deploy/openshift-kni-baremetal-deploy-master-presubmits.yaml +++ b/ci-operator/jobs/openshift-kni/baremetal-deploy/openshift-kni-baremetal-deploy-master-presubmits.yaml @@ -18,10 +18,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=features-unit-tests command: - ci-operator @@ -38,6 +38,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -49,6 +52,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )features-unit-tests,?($|\s.*) - agent: kubernetes always_run: false @@ -69,13 +75,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/performance-e2e-aws-cluster-profile - --target=performance-e2e-aws - --template=/usr/local/performance-e2e-aws @@ -110,6 +114,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -135,6 +142,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )performance-e2e-aws,?($|\s.*) - agent: kubernetes always_run: false @@ -155,13 +165,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/sctp-e2e-aws-cluster-profile - --target=sctp-e2e-aws - --template=/usr/local/sctp-e2e-aws @@ -195,6 +203,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -220,4 +231,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )sctp-e2e-aws,?($|\s.*) diff --git a/ci-operator/jobs/openshift-kni/cnf-features-deploy/openshift-kni-cnf-features-deploy-master-periodics.yaml b/ci-operator/jobs/openshift-kni/cnf-features-deploy/openshift-kni-cnf-features-deploy-master-periodics.yaml index 48ddde865a52..6f2e2fb2cd9a 100644 --- a/ci-operator/jobs/openshift-kni/cnf-features-deploy/openshift-kni-cnf-features-deploy-master-periodics.yaml +++ b/ci-operator/jobs/openshift-kni/cnf-features-deploy/openshift-kni-cnf-features-deploy-master-periodics.yaml @@ -16,13 +16,11 @@ periodics: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/cnf-e2e-gcp-periodic-cluster-profile - --target=cnf-e2e-gcp-periodic - --template=/usr/local/cnf-e2e-gcp-periodic @@ -57,6 +55,9 @@ periodics: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -84,3 +85,6 @@ periodics: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-kni/cnf-features-deploy/openshift-kni-cnf-features-deploy-master-postsubmits.yaml b/ci-operator/jobs/openshift-kni/cnf-features-deploy/openshift-kni-cnf-features-deploy-master-postsubmits.yaml index 846d8dccfbed..63c095108e6e 100644 --- a/ci-operator/jobs/openshift-kni/cnf-features-deploy/openshift-kni-cnf-features-deploy-master-postsubmits.yaml +++ b/ci-operator/jobs/openshift-kni/cnf-features-deploy/openshift-kni-cnf-features-deploy-master-postsubmits.yaml @@ -8,17 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-kni-cnf-features-deploy-master-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -35,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -46,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-kni/cnf-features-deploy/openshift-kni-cnf-features-deploy-master-presubmits.yaml b/ci-operator/jobs/openshift-kni/cnf-features-deploy/openshift-kni-cnf-features-deploy-master-presubmits.yaml index 390ae4067599..52f468dc510f 100644 --- a/ci-operator/jobs/openshift-kni/cnf-features-deploy/openshift-kni-cnf-features-deploy-master-presubmits.yaml +++ b/ci-operator/jobs/openshift-kni/cnf-features-deploy/openshift-kni-cnf-features-deploy-master-presubmits.yaml @@ -17,10 +17,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=ci command: - ci-operator @@ -37,6 +37,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -48,6 +51,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )ci,?($|\s.*) - agent: kubernetes always_run: true @@ -66,13 +72,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-gcp-cluster-profile - --target=e2e-gcp - --template=/usr/local/e2e-gcp @@ -107,6 +111,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -134,6 +141,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-gcp,?($|\s.*) - agent: kubernetes always_run: true @@ -153,13 +163,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-gcp-origin-cluster-profile - --target=e2e-gcp-origin - --template=/usr/local/e2e-gcp-origin @@ -194,6 +202,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -221,6 +232,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-gcp-origin,?($|\s.*) - agent: kubernetes always_run: true @@ -334,10 +348,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -354,6 +368,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -365,4 +382,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift-kni/cnf-features-deploy/openshift-kni-cnf-features-deploy-release-4.4-periodics.yaml b/ci-operator/jobs/openshift-kni/cnf-features-deploy/openshift-kni-cnf-features-deploy-release-4.4-periodics.yaml index 3ba551b83216..b2be3467ae2d 100644 --- a/ci-operator/jobs/openshift-kni/cnf-features-deploy/openshift-kni-cnf-features-deploy-release-4.4-periodics.yaml +++ b/ci-operator/jobs/openshift-kni/cnf-features-deploy/openshift-kni-cnf-features-deploy-release-4.4-periodics.yaml @@ -16,13 +16,11 @@ periodics: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/cnf-e2e-gcp-periodic-cluster-profile - --target=cnf-e2e-gcp-periodic - --template=/usr/local/cnf-e2e-gcp-periodic @@ -57,6 +55,9 @@ periodics: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -84,3 +85,6 @@ periodics: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-kni/cnf-features-deploy/openshift-kni-cnf-features-deploy-release-4.4-presubmits.yaml b/ci-operator/jobs/openshift-kni/cnf-features-deploy/openshift-kni-cnf-features-deploy-release-4.4-presubmits.yaml index f6d48bd33000..34ec20bade01 100644 --- a/ci-operator/jobs/openshift-kni/cnf-features-deploy/openshift-kni-cnf-features-deploy-release-4.4-presubmits.yaml +++ b/ci-operator/jobs/openshift-kni/cnf-features-deploy/openshift-kni-cnf-features-deploy-release-4.4-presubmits.yaml @@ -17,10 +17,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=ci command: - ci-operator @@ -37,6 +37,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -48,6 +51,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )ci,?($|\s.*) - agent: kubernetes always_run: true @@ -66,13 +72,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-gcp-cluster-profile - --target=e2e-gcp - --template=/usr/local/e2e-gcp @@ -107,6 +111,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -134,6 +141,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-gcp,?($|\s.*) - agent: kubernetes always_run: true @@ -153,13 +163,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-gcp-origin-cluster-profile - --target=e2e-gcp-origin - --template=/usr/local/e2e-gcp-origin @@ -194,6 +202,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -221,6 +232,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-gcp-origin,?($|\s.*) - agent: kubernetes always_run: true @@ -334,10 +348,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -354,6 +368,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -365,4 +382,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift-kni/cnf-features-deploy/openshift-kni-cnf-features-deploy-sctpci-release-v4.3-presubmits.yaml b/ci-operator/jobs/openshift-kni/cnf-features-deploy/openshift-kni-cnf-features-deploy-sctpci-release-v4.3-presubmits.yaml index 5d964a6e2716..eb49253f0b70 100644 --- a/ci-operator/jobs/openshift-kni/cnf-features-deploy/openshift-kni-cnf-features-deploy-sctpci-release-v4.3-presubmits.yaml +++ b/ci-operator/jobs/openshift-kni/cnf-features-deploy/openshift-kni-cnf-features-deploy-sctpci-release-v4.3-presubmits.yaml @@ -17,10 +17,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=ci command: - ci-operator @@ -37,6 +37,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -48,6 +51,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )ci,?($|\s.*) - agent: kubernetes always_run: true @@ -66,10 +72,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -86,6 +92,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -97,4 +106,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift-kni/performance-addon-operators/openshift-kni-performance-addon-operators-master-postsubmits.yaml b/ci-operator/jobs/openshift-kni/performance-addon-operators/openshift-kni-performance-addon-operators-master-postsubmits.yaml index 5f473664ad45..34024b7ff14c 100644 --- a/ci-operator/jobs/openshift-kni/performance-addon-operators/openshift-kni-performance-addon-operators-master-postsubmits.yaml +++ b/ci-operator/jobs/openshift-kni/performance-addon-operators/openshift-kni-performance-addon-operators-master-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-kni-performance-addon-operators-master-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-kni/performance-addon-operators/openshift-kni-performance-addon-operators-master-presubmits.yaml b/ci-operator/jobs/openshift-kni/performance-addon-operators/openshift-kni-performance-addon-operators-master-presubmits.yaml index 0b635c9cc52f..83d5144c491c 100644 --- a/ci-operator/jobs/openshift-kni/performance-addon-operators/openshift-kni-performance-addon-operators-master-presubmits.yaml +++ b/ci-operator/jobs/openshift-kni/performance-addon-operators/openshift-kni-performance-addon-operators-master-presubmits.yaml @@ -17,10 +17,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=ci command: - ci-operator @@ -37,6 +37,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -48,6 +51,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )ci,?($|\s.*) - agent: kubernetes always_run: true @@ -66,13 +72,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-gcp-cluster-profile - --target=e2e-gcp - --template=/usr/local/e2e-gcp @@ -106,6 +110,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -133,6 +140,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-gcp,?($|\s.*) - agent: kubernetes always_run: true @@ -151,10 +161,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -171,6 +181,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -182,4 +195,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift-kni/performance-addon-operators/openshift-kni-performance-addon-operators-release-4.4-postsubmits.yaml b/ci-operator/jobs/openshift-kni/performance-addon-operators/openshift-kni-performance-addon-operators-release-4.4-postsubmits.yaml index 0eada760752e..0df2e5038d51 100644 --- a/ci-operator/jobs/openshift-kni/performance-addon-operators/openshift-kni-performance-addon-operators-release-4.4-postsubmits.yaml +++ b/ci-operator/jobs/openshift-kni/performance-addon-operators/openshift-kni-performance-addon-operators-release-4.4-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-kni-performance-addon-operators-release-4.4-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-kni/performance-addon-operators/openshift-kni-performance-addon-operators-release-4.4-presubmits.yaml b/ci-operator/jobs/openshift-kni/performance-addon-operators/openshift-kni-performance-addon-operators-release-4.4-presubmits.yaml index ec1bd67a3222..dda88006c984 100644 --- a/ci-operator/jobs/openshift-kni/performance-addon-operators/openshift-kni-performance-addon-operators-release-4.4-presubmits.yaml +++ b/ci-operator/jobs/openshift-kni/performance-addon-operators/openshift-kni-performance-addon-operators-release-4.4-presubmits.yaml @@ -17,10 +17,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=ci command: - ci-operator @@ -37,6 +37,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -48,6 +51,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )ci,?($|\s.*) - agent: kubernetes always_run: true @@ -66,13 +72,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-gcp-cluster-profile - --target=e2e-gcp - --template=/usr/local/e2e-gcp @@ -106,6 +110,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -133,6 +140,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-gcp,?($|\s.*) - agent: kubernetes always_run: true @@ -151,10 +161,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -171,6 +181,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -182,4 +195,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/ansible-service-broker/openshift-priv-ansible-service-broker-master-postsubmits.yaml b/ci-operator/jobs/openshift-priv/ansible-service-broker/openshift-priv-ansible-service-broker-master-postsubmits.yaml index 423074cc3fd8..a0c77a195ed3 100644 --- a/ci-operator/jobs/openshift-priv/ansible-service-broker/openshift-priv-ansible-service-broker-master-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/ansible-service-broker/openshift-priv-ansible-service-broker-master-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-ansible-service-broker-master-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/ansible-service-broker/openshift-priv-ansible-service-broker-master-presubmits.yaml b/ci-operator/jobs/openshift-priv/ansible-service-broker/openshift-priv-ansible-service-broker-master-presubmits.yaml index 7d3356668b9f..e391a0549b33 100644 --- a/ci-operator/jobs/openshift-priv/ansible-service-broker/openshift-priv-ansible-service-broker-master-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/ansible-service-broker/openshift-priv-ansible-service-broker-master-presubmits.yaml @@ -19,11 +19,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=build command: - ci-operator @@ -43,6 +43,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -57,6 +60,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )build,?($|\s.*) - agent: kubernetes always_run: true @@ -77,11 +83,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=fmt command: - ci-operator @@ -101,6 +107,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -115,6 +124,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )fmt,?($|\s.*) - agent: kubernetes always_run: true @@ -135,11 +147,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=fmtcheck command: - ci-operator @@ -159,6 +171,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -173,6 +188,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )fmtcheck,?($|\s.*) - agent: kubernetes always_run: true @@ -193,11 +211,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -217,6 +235,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -231,6 +252,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -251,11 +275,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=lint command: - ci-operator @@ -275,6 +299,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -289,6 +316,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )lint,?($|\s.*) - agent: kubernetes always_run: true @@ -309,14 +339,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/operator-molecule-e2e-cluster-profile - --target=operator-molecule-e2e - --template=/usr/local/operator-molecule-e2e @@ -356,6 +384,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -384,6 +415,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )operator-molecule-e2e,?($|\s.*) - agent: kubernetes always_run: true @@ -404,14 +438,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/operator-molecule-olm-e2e-cluster-profile - --target=operator-molecule-olm-e2e - --template=/usr/local/operator-molecule-olm-e2e @@ -451,6 +483,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -479,6 +514,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )operator-molecule-olm-e2e,?($|\s.*) - agent: kubernetes always_run: true @@ -499,11 +537,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=test command: - ci-operator @@ -523,6 +561,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -537,6 +578,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )test,?($|\s.*) - agent: kubernetes always_run: true @@ -557,11 +601,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=vet command: - ci-operator @@ -581,6 +625,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -595,4 +642,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )vet,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/ansible-service-broker/openshift-priv-ansible-service-broker-release-4.1-postsubmits.yaml b/ci-operator/jobs/openshift-priv/ansible-service-broker/openshift-priv-ansible-service-broker-release-4.1-postsubmits.yaml index 88c261015edf..c4fb234ea282 100644 --- a/ci-operator/jobs/openshift-priv/ansible-service-broker/openshift-priv-ansible-service-broker-release-4.1-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/ansible-service-broker/openshift-priv-ansible-service-broker-release-4.1-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-ansible-service-broker-release-4.1-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/ansible-service-broker/openshift-priv-ansible-service-broker-release-4.1-presubmits.yaml b/ci-operator/jobs/openshift-priv/ansible-service-broker/openshift-priv-ansible-service-broker-release-4.1-presubmits.yaml index 39ec7bbc08d9..21d623ff70fc 100644 --- a/ci-operator/jobs/openshift-priv/ansible-service-broker/openshift-priv-ansible-service-broker-release-4.1-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/ansible-service-broker/openshift-priv-ansible-service-broker-release-4.1-presubmits.yaml @@ -19,11 +19,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=build command: - ci-operator @@ -43,6 +43,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -57,6 +60,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )build,?($|\s.*) - agent: kubernetes always_run: true @@ -77,11 +83,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=fmt command: - ci-operator @@ -101,6 +107,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -115,6 +124,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )fmt,?($|\s.*) - agent: kubernetes always_run: true @@ -135,11 +147,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=fmtcheck command: - ci-operator @@ -159,6 +171,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -173,6 +188,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )fmtcheck,?($|\s.*) - agent: kubernetes always_run: true @@ -193,11 +211,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -217,6 +235,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -231,6 +252,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -251,11 +275,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=lint command: - ci-operator @@ -275,6 +299,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -289,6 +316,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )lint,?($|\s.*) - agent: kubernetes always_run: true @@ -309,14 +339,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/operator-molecule-e2e-cluster-profile - --target=operator-molecule-e2e - --template=/usr/local/operator-molecule-e2e @@ -356,6 +384,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -384,6 +415,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )operator-molecule-e2e,?($|\s.*) - agent: kubernetes always_run: true @@ -404,14 +438,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/operator-molecule-olm-e2e-cluster-profile - --target=operator-molecule-olm-e2e - --template=/usr/local/operator-molecule-olm-e2e @@ -451,6 +483,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -479,6 +514,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )operator-molecule-olm-e2e,?($|\s.*) - agent: kubernetes always_run: true @@ -499,11 +537,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=test command: - ci-operator @@ -523,6 +561,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -537,6 +578,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )test,?($|\s.*) - agent: kubernetes always_run: true @@ -557,11 +601,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=vet command: - ci-operator @@ -581,6 +625,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -595,4 +642,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )vet,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/ansible-service-broker/openshift-priv-ansible-service-broker-release-4.2-postsubmits.yaml b/ci-operator/jobs/openshift-priv/ansible-service-broker/openshift-priv-ansible-service-broker-release-4.2-postsubmits.yaml index cb4ff50f6575..37c612466587 100644 --- a/ci-operator/jobs/openshift-priv/ansible-service-broker/openshift-priv-ansible-service-broker-release-4.2-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/ansible-service-broker/openshift-priv-ansible-service-broker-release-4.2-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-ansible-service-broker-release-4.2-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/ansible-service-broker/openshift-priv-ansible-service-broker-release-4.2-presubmits.yaml b/ci-operator/jobs/openshift-priv/ansible-service-broker/openshift-priv-ansible-service-broker-release-4.2-presubmits.yaml index a726c7cd795e..a6b4b377fc60 100644 --- a/ci-operator/jobs/openshift-priv/ansible-service-broker/openshift-priv-ansible-service-broker-release-4.2-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/ansible-service-broker/openshift-priv-ansible-service-broker-release-4.2-presubmits.yaml @@ -19,11 +19,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=build command: - ci-operator @@ -43,6 +43,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -57,6 +60,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )build,?($|\s.*) - agent: kubernetes always_run: true @@ -77,11 +83,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=fmt command: - ci-operator @@ -101,6 +107,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -115,6 +124,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )fmt,?($|\s.*) - agent: kubernetes always_run: true @@ -135,11 +147,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=fmtcheck command: - ci-operator @@ -159,6 +171,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -173,6 +188,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )fmtcheck,?($|\s.*) - agent: kubernetes always_run: true @@ -193,11 +211,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -217,6 +235,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -231,6 +252,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -251,11 +275,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=lint command: - ci-operator @@ -275,6 +299,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -289,6 +316,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )lint,?($|\s.*) - agent: kubernetes always_run: true @@ -309,14 +339,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/operator-molecule-e2e-cluster-profile - --target=operator-molecule-e2e - --template=/usr/local/operator-molecule-e2e @@ -356,6 +384,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -384,6 +415,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )operator-molecule-e2e,?($|\s.*) - agent: kubernetes always_run: true @@ -404,14 +438,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/operator-molecule-olm-e2e-cluster-profile - --target=operator-molecule-olm-e2e - --template=/usr/local/operator-molecule-olm-e2e @@ -451,6 +483,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -479,6 +514,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )operator-molecule-olm-e2e,?($|\s.*) - agent: kubernetes always_run: true @@ -499,11 +537,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=test command: - ci-operator @@ -523,6 +561,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -537,6 +578,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )test,?($|\s.*) - agent: kubernetes always_run: true @@ -557,11 +601,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=vet command: - ci-operator @@ -581,6 +625,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -595,4 +642,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )vet,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/ansible-service-broker/openshift-priv-ansible-service-broker-release-4.3-postsubmits.yaml b/ci-operator/jobs/openshift-priv/ansible-service-broker/openshift-priv-ansible-service-broker-release-4.3-postsubmits.yaml index af53b6f4eb15..faad5bb59f9e 100644 --- a/ci-operator/jobs/openshift-priv/ansible-service-broker/openshift-priv-ansible-service-broker-release-4.3-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/ansible-service-broker/openshift-priv-ansible-service-broker-release-4.3-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-ansible-service-broker-release-4.3-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/ansible-service-broker/openshift-priv-ansible-service-broker-release-4.3-presubmits.yaml b/ci-operator/jobs/openshift-priv/ansible-service-broker/openshift-priv-ansible-service-broker-release-4.3-presubmits.yaml index 8ed6d30b763f..2362c535d9ba 100644 --- a/ci-operator/jobs/openshift-priv/ansible-service-broker/openshift-priv-ansible-service-broker-release-4.3-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/ansible-service-broker/openshift-priv-ansible-service-broker-release-4.3-presubmits.yaml @@ -19,11 +19,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=build command: - ci-operator @@ -43,6 +43,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -57,6 +60,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )build,?($|\s.*) - agent: kubernetes always_run: true @@ -77,11 +83,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=fmt command: - ci-operator @@ -101,6 +107,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -115,6 +124,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )fmt,?($|\s.*) - agent: kubernetes always_run: true @@ -135,11 +147,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=fmtcheck command: - ci-operator @@ -159,6 +171,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -173,6 +188,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )fmtcheck,?($|\s.*) - agent: kubernetes always_run: true @@ -193,11 +211,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -217,6 +235,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -231,6 +252,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -251,11 +275,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=lint command: - ci-operator @@ -275,6 +299,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -289,6 +316,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )lint,?($|\s.*) - agent: kubernetes always_run: true @@ -309,14 +339,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/operator-molecule-e2e-cluster-profile - --target=operator-molecule-e2e - --template=/usr/local/operator-molecule-e2e @@ -356,6 +384,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -384,6 +415,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )operator-molecule-e2e,?($|\s.*) - agent: kubernetes always_run: true @@ -404,14 +438,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/operator-molecule-olm-e2e-cluster-profile - --target=operator-molecule-olm-e2e - --template=/usr/local/operator-molecule-olm-e2e @@ -451,6 +483,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -479,6 +514,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )operator-molecule-olm-e2e,?($|\s.*) - agent: kubernetes always_run: true @@ -499,11 +537,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=test command: - ci-operator @@ -523,6 +561,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -537,6 +578,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )test,?($|\s.*) - agent: kubernetes always_run: true @@ -557,11 +601,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=vet command: - ci-operator @@ -581,6 +625,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -595,4 +642,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )vet,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/ansible-service-broker/openshift-priv-ansible-service-broker-release-4.4-postsubmits.yaml b/ci-operator/jobs/openshift-priv/ansible-service-broker/openshift-priv-ansible-service-broker-release-4.4-postsubmits.yaml index a6acc3903d7e..b1fe85d4d7f4 100644 --- a/ci-operator/jobs/openshift-priv/ansible-service-broker/openshift-priv-ansible-service-broker-release-4.4-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/ansible-service-broker/openshift-priv-ansible-service-broker-release-4.4-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-ansible-service-broker-release-4.4-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/ansible-service-broker/openshift-priv-ansible-service-broker-release-4.4-presubmits.yaml b/ci-operator/jobs/openshift-priv/ansible-service-broker/openshift-priv-ansible-service-broker-release-4.4-presubmits.yaml index 868f103daebb..0606d252feb2 100644 --- a/ci-operator/jobs/openshift-priv/ansible-service-broker/openshift-priv-ansible-service-broker-release-4.4-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/ansible-service-broker/openshift-priv-ansible-service-broker-release-4.4-presubmits.yaml @@ -19,11 +19,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=build command: - ci-operator @@ -43,6 +43,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -57,6 +60,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )build,?($|\s.*) - agent: kubernetes always_run: true @@ -77,11 +83,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=fmt command: - ci-operator @@ -101,6 +107,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -115,6 +124,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )fmt,?($|\s.*) - agent: kubernetes always_run: true @@ -135,11 +147,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=fmtcheck command: - ci-operator @@ -159,6 +171,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -173,6 +188,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )fmtcheck,?($|\s.*) - agent: kubernetes always_run: true @@ -193,11 +211,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -217,6 +235,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -231,6 +252,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -251,11 +275,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=lint command: - ci-operator @@ -275,6 +299,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -289,6 +316,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )lint,?($|\s.*) - agent: kubernetes always_run: true @@ -309,14 +339,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/operator-molecule-e2e-cluster-profile - --target=operator-molecule-e2e - --template=/usr/local/operator-molecule-e2e @@ -356,6 +384,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -384,6 +415,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )operator-molecule-e2e,?($|\s.*) - agent: kubernetes always_run: true @@ -404,14 +438,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/operator-molecule-olm-e2e-cluster-profile - --target=operator-molecule-olm-e2e - --template=/usr/local/operator-molecule-olm-e2e @@ -451,6 +483,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -479,6 +514,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )operator-molecule-olm-e2e,?($|\s.*) - agent: kubernetes always_run: true @@ -499,11 +537,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=test command: - ci-operator @@ -523,6 +561,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -537,6 +578,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )test,?($|\s.*) - agent: kubernetes always_run: true @@ -557,11 +601,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=vet command: - ci-operator @@ -581,6 +625,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -595,4 +642,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )vet,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/ansible-service-broker/openshift-priv-ansible-service-broker-release-4.5-postsubmits.yaml b/ci-operator/jobs/openshift-priv/ansible-service-broker/openshift-priv-ansible-service-broker-release-4.5-postsubmits.yaml index 1186fbad298a..6424a6b1f712 100644 --- a/ci-operator/jobs/openshift-priv/ansible-service-broker/openshift-priv-ansible-service-broker-release-4.5-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/ansible-service-broker/openshift-priv-ansible-service-broker-release-4.5-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-ansible-service-broker-release-4.5-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/ansible-service-broker/openshift-priv-ansible-service-broker-release-4.5-presubmits.yaml b/ci-operator/jobs/openshift-priv/ansible-service-broker/openshift-priv-ansible-service-broker-release-4.5-presubmits.yaml index b70007585179..72ca6097d2a6 100644 --- a/ci-operator/jobs/openshift-priv/ansible-service-broker/openshift-priv-ansible-service-broker-release-4.5-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/ansible-service-broker/openshift-priv-ansible-service-broker-release-4.5-presubmits.yaml @@ -19,11 +19,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=build command: - ci-operator @@ -43,6 +43,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -57,6 +60,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )build,?($|\s.*) - agent: kubernetes always_run: true @@ -77,11 +83,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=fmt command: - ci-operator @@ -101,6 +107,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -115,6 +124,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )fmt,?($|\s.*) - agent: kubernetes always_run: true @@ -135,11 +147,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=fmtcheck command: - ci-operator @@ -159,6 +171,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -173,6 +188,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )fmtcheck,?($|\s.*) - agent: kubernetes always_run: true @@ -193,11 +211,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -217,6 +235,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -231,6 +252,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -251,11 +275,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=lint command: - ci-operator @@ -275,6 +299,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -289,6 +316,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )lint,?($|\s.*) - agent: kubernetes always_run: true @@ -309,14 +339,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/operator-molecule-e2e-cluster-profile - --target=operator-molecule-e2e - --template=/usr/local/operator-molecule-e2e @@ -356,6 +384,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -384,6 +415,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )operator-molecule-e2e,?($|\s.*) - agent: kubernetes always_run: true @@ -404,14 +438,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/operator-molecule-olm-e2e-cluster-profile - --target=operator-molecule-olm-e2e - --template=/usr/local/operator-molecule-olm-e2e @@ -451,6 +483,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -479,6 +514,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )operator-molecule-olm-e2e,?($|\s.*) - agent: kubernetes always_run: true @@ -499,11 +537,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=test command: - ci-operator @@ -523,6 +561,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -537,6 +578,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )test,?($|\s.*) - agent: kubernetes always_run: true @@ -557,11 +601,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=vet command: - ci-operator @@ -581,6 +625,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -595,4 +642,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )vet,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/ansible-service-broker/openshift-priv-ansible-service-broker-release-4.6-postsubmits.yaml b/ci-operator/jobs/openshift-priv/ansible-service-broker/openshift-priv-ansible-service-broker-release-4.6-postsubmits.yaml index aa0b3fe82fad..57f75d3e09de 100644 --- a/ci-operator/jobs/openshift-priv/ansible-service-broker/openshift-priv-ansible-service-broker-release-4.6-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/ansible-service-broker/openshift-priv-ansible-service-broker-release-4.6-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-ansible-service-broker-release-4.6-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/ansible-service-broker/openshift-priv-ansible-service-broker-release-4.6-presubmits.yaml b/ci-operator/jobs/openshift-priv/ansible-service-broker/openshift-priv-ansible-service-broker-release-4.6-presubmits.yaml index ddd8d0264207..862637b1f92b 100644 --- a/ci-operator/jobs/openshift-priv/ansible-service-broker/openshift-priv-ansible-service-broker-release-4.6-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/ansible-service-broker/openshift-priv-ansible-service-broker-release-4.6-presubmits.yaml @@ -19,11 +19,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=build command: - ci-operator @@ -43,6 +43,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -57,6 +60,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )build,?($|\s.*) - agent: kubernetes always_run: true @@ -77,11 +83,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=fmt command: - ci-operator @@ -101,6 +107,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -115,6 +124,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )fmt,?($|\s.*) - agent: kubernetes always_run: true @@ -135,11 +147,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=fmtcheck command: - ci-operator @@ -159,6 +171,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -173,6 +188,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )fmtcheck,?($|\s.*) - agent: kubernetes always_run: true @@ -193,11 +211,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -217,6 +235,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -231,6 +252,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -251,11 +275,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=lint command: - ci-operator @@ -275,6 +299,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -289,6 +316,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )lint,?($|\s.*) - agent: kubernetes always_run: true @@ -309,14 +339,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/operator-molecule-e2e-cluster-profile - --target=operator-molecule-e2e - --template=/usr/local/operator-molecule-e2e @@ -356,6 +384,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -384,6 +415,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )operator-molecule-e2e,?($|\s.*) - agent: kubernetes always_run: true @@ -404,14 +438,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/operator-molecule-olm-e2e-cluster-profile - --target=operator-molecule-olm-e2e - --template=/usr/local/operator-molecule-olm-e2e @@ -451,6 +483,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -479,6 +514,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )operator-molecule-olm-e2e,?($|\s.*) - agent: kubernetes always_run: true @@ -499,11 +537,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=test command: - ci-operator @@ -523,6 +561,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -537,6 +578,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )test,?($|\s.*) - agent: kubernetes always_run: true @@ -557,11 +601,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=vet command: - ci-operator @@ -581,6 +625,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -595,4 +642,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )vet,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/ansible-service-broker/openshift-priv-ansible-service-broker-release-4.7-postsubmits.yaml b/ci-operator/jobs/openshift-priv/ansible-service-broker/openshift-priv-ansible-service-broker-release-4.7-postsubmits.yaml index d4650dd8736c..1b4beaef4ff0 100644 --- a/ci-operator/jobs/openshift-priv/ansible-service-broker/openshift-priv-ansible-service-broker-release-4.7-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/ansible-service-broker/openshift-priv-ansible-service-broker-release-4.7-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-ansible-service-broker-release-4.7-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/ansible-service-broker/openshift-priv-ansible-service-broker-release-4.7-presubmits.yaml b/ci-operator/jobs/openshift-priv/ansible-service-broker/openshift-priv-ansible-service-broker-release-4.7-presubmits.yaml index f886ae97cf43..86ebbe26e226 100644 --- a/ci-operator/jobs/openshift-priv/ansible-service-broker/openshift-priv-ansible-service-broker-release-4.7-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/ansible-service-broker/openshift-priv-ansible-service-broker-release-4.7-presubmits.yaml @@ -19,11 +19,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=build command: - ci-operator @@ -43,6 +43,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -57,6 +60,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )build,?($|\s.*) - agent: kubernetes always_run: true @@ -77,11 +83,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=fmt command: - ci-operator @@ -101,6 +107,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -115,6 +124,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )fmt,?($|\s.*) - agent: kubernetes always_run: true @@ -135,11 +147,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=fmtcheck command: - ci-operator @@ -159,6 +171,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -173,6 +188,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )fmtcheck,?($|\s.*) - agent: kubernetes always_run: true @@ -193,11 +211,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -217,6 +235,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -231,6 +252,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -251,11 +275,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=lint command: - ci-operator @@ -275,6 +299,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -289,6 +316,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )lint,?($|\s.*) - agent: kubernetes always_run: true @@ -309,14 +339,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/operator-molecule-e2e-cluster-profile - --target=operator-molecule-e2e - --template=/usr/local/operator-molecule-e2e @@ -356,6 +384,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -384,6 +415,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )operator-molecule-e2e,?($|\s.*) - agent: kubernetes always_run: true @@ -404,14 +438,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/operator-molecule-olm-e2e-cluster-profile - --target=operator-molecule-olm-e2e - --template=/usr/local/operator-molecule-olm-e2e @@ -451,6 +483,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -479,6 +514,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )operator-molecule-olm-e2e,?($|\s.*) - agent: kubernetes always_run: true @@ -499,11 +537,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=test command: - ci-operator @@ -523,6 +561,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -537,6 +578,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )test,?($|\s.*) - agent: kubernetes always_run: true @@ -557,11 +601,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=vet command: - ci-operator @@ -581,6 +625,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -595,4 +642,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )vet,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/api/openshift-priv-api-master-presubmits.yaml b/ci-operator/jobs/openshift-priv/api/openshift-priv-api-master-presubmits.yaml index 69499a3282ce..92fcc7d35830 100644 --- a/ci-operator/jobs/openshift-priv/api/openshift-priv-api-master-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/api/openshift-priv-api-master-presubmits.yaml @@ -19,11 +19,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=build command: - ci-operator @@ -43,6 +43,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -57,6 +60,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )build,?($|\s.*) - agent: kubernetes always_run: true @@ -77,11 +83,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -101,6 +107,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -115,6 +124,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -135,11 +147,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -159,6 +171,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -173,6 +188,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) - agent: kubernetes always_run: true @@ -193,11 +211,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify-client-go command: - ci-operator @@ -217,6 +235,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -231,6 +252,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify-client-go,?($|\s.*) - agent: kubernetes always_run: true @@ -251,11 +275,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify-deps command: - ci-operator @@ -275,6 +299,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -289,4 +316,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify-deps,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/api/openshift-priv-api-release-4.1-presubmits.yaml b/ci-operator/jobs/openshift-priv/api/openshift-priv-api-release-4.1-presubmits.yaml index 31ef9c4845df..ab53ccdcd8b3 100644 --- a/ci-operator/jobs/openshift-priv/api/openshift-priv-api-release-4.1-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/api/openshift-priv-api-release-4.1-presubmits.yaml @@ -19,11 +19,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -43,6 +43,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -57,6 +60,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) - agent: kubernetes always_run: true @@ -77,11 +83,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify-client-go command: - ci-operator @@ -101,6 +107,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -115,4 +124,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify-client-go,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/api/openshift-priv-api-release-4.2-presubmits.yaml b/ci-operator/jobs/openshift-priv/api/openshift-priv-api-release-4.2-presubmits.yaml index d0578d7f11eb..74bd6e4897c4 100644 --- a/ci-operator/jobs/openshift-priv/api/openshift-priv-api-release-4.2-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/api/openshift-priv-api-release-4.2-presubmits.yaml @@ -19,11 +19,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -43,6 +43,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -57,6 +60,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) - agent: kubernetes always_run: true @@ -77,11 +83,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify-client-go command: - ci-operator @@ -101,6 +107,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -115,4 +124,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify-client-go,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/api/openshift-priv-api-release-4.3-presubmits.yaml b/ci-operator/jobs/openshift-priv/api/openshift-priv-api-release-4.3-presubmits.yaml index 6bd679b59e8b..1861327da99d 100644 --- a/ci-operator/jobs/openshift-priv/api/openshift-priv-api-release-4.3-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/api/openshift-priv-api-release-4.3-presubmits.yaml @@ -19,11 +19,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -43,6 +43,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -57,6 +60,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) - agent: kubernetes always_run: true @@ -77,11 +83,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify-client-go command: - ci-operator @@ -101,6 +107,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -115,4 +124,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify-client-go,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/api/openshift-priv-api-release-4.4-presubmits.yaml b/ci-operator/jobs/openshift-priv/api/openshift-priv-api-release-4.4-presubmits.yaml index 43b49fc409c3..5e654b48d453 100644 --- a/ci-operator/jobs/openshift-priv/api/openshift-priv-api-release-4.4-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/api/openshift-priv-api-release-4.4-presubmits.yaml @@ -19,11 +19,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -43,6 +43,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -57,6 +60,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) - agent: kubernetes always_run: true @@ -77,11 +83,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify-client-go command: - ci-operator @@ -101,6 +107,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -115,4 +124,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify-client-go,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/api/openshift-priv-api-release-4.5-presubmits.yaml b/ci-operator/jobs/openshift-priv/api/openshift-priv-api-release-4.5-presubmits.yaml index 030ef9a6b054..77879bf3b453 100644 --- a/ci-operator/jobs/openshift-priv/api/openshift-priv-api-release-4.5-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/api/openshift-priv-api-release-4.5-presubmits.yaml @@ -19,11 +19,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=build command: - ci-operator @@ -43,6 +43,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -57,6 +60,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )build,?($|\s.*) - agent: kubernetes always_run: true @@ -77,11 +83,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -101,6 +107,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -115,6 +124,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -135,11 +147,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -159,6 +171,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -173,6 +188,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) - agent: kubernetes always_run: true @@ -193,11 +211,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify-client-go command: - ci-operator @@ -217,6 +235,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -231,6 +252,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify-client-go,?($|\s.*) - agent: kubernetes always_run: true @@ -251,11 +275,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify-deps command: - ci-operator @@ -275,6 +299,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -289,4 +316,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify-deps,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/api/openshift-priv-api-release-4.6-presubmits.yaml b/ci-operator/jobs/openshift-priv/api/openshift-priv-api-release-4.6-presubmits.yaml index 1387869a8639..066f512fd9ce 100644 --- a/ci-operator/jobs/openshift-priv/api/openshift-priv-api-release-4.6-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/api/openshift-priv-api-release-4.6-presubmits.yaml @@ -19,11 +19,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=build command: - ci-operator @@ -43,6 +43,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -57,6 +60,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )build,?($|\s.*) - agent: kubernetes always_run: true @@ -77,11 +83,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -101,6 +107,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -115,6 +124,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -135,11 +147,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -159,6 +171,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -173,6 +188,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) - agent: kubernetes always_run: true @@ -193,11 +211,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify-client-go command: - ci-operator @@ -217,6 +235,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -231,6 +252,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify-client-go,?($|\s.*) - agent: kubernetes always_run: true @@ -251,11 +275,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify-deps command: - ci-operator @@ -275,6 +299,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -289,4 +316,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify-deps,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/api/openshift-priv-api-release-4.7-presubmits.yaml b/ci-operator/jobs/openshift-priv/api/openshift-priv-api-release-4.7-presubmits.yaml index 4eb2a0673b81..bfeb2165b16a 100644 --- a/ci-operator/jobs/openshift-priv/api/openshift-priv-api-release-4.7-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/api/openshift-priv-api-release-4.7-presubmits.yaml @@ -19,11 +19,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=build command: - ci-operator @@ -43,6 +43,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -57,6 +60,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )build,?($|\s.*) - agent: kubernetes always_run: true @@ -77,11 +83,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -101,6 +107,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -115,6 +124,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -135,11 +147,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -159,6 +171,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -173,6 +188,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) - agent: kubernetes always_run: true @@ -193,11 +211,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify-client-go command: - ci-operator @@ -217,6 +235,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -231,6 +252,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify-client-go,?($|\s.*) - agent: kubernetes always_run: true @@ -251,11 +275,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify-deps command: - ci-operator @@ -275,6 +299,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -289,4 +316,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify-deps,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/apiserver-library-go/openshift-priv-apiserver-library-go-master-presubmits.yaml b/ci-operator/jobs/openshift-priv/apiserver-library-go/openshift-priv-apiserver-library-go-master-presubmits.yaml index 7cf6ef28afa1..b6ca22c38ca8 100644 --- a/ci-operator/jobs/openshift-priv/apiserver-library-go/openshift-priv-apiserver-library-go-master-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/apiserver-library-go/openshift-priv-apiserver-library-go-master-presubmits.yaml @@ -19,11 +19,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -43,6 +43,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -57,6 +60,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -77,11 +83,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -101,6 +107,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -115,6 +124,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) - agent: kubernetes always_run: true @@ -135,11 +147,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify-deps command: - ci-operator @@ -159,6 +171,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -173,4 +188,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify-deps,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/apiserver-library-go/openshift-priv-apiserver-library-go-release-4.3-presubmits.yaml b/ci-operator/jobs/openshift-priv/apiserver-library-go/openshift-priv-apiserver-library-go-release-4.3-presubmits.yaml index 9f354e0228b2..488b486caa47 100644 --- a/ci-operator/jobs/openshift-priv/apiserver-library-go/openshift-priv-apiserver-library-go-release-4.3-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/apiserver-library-go/openshift-priv-apiserver-library-go-release-4.3-presubmits.yaml @@ -19,11 +19,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -43,6 +43,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -57,6 +60,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -77,11 +83,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -101,6 +107,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -115,6 +124,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) - agent: kubernetes always_run: true @@ -135,11 +147,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify-deps command: - ci-operator @@ -159,6 +171,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -173,4 +188,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify-deps,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/apiserver-library-go/openshift-priv-apiserver-library-go-release-4.4-presubmits.yaml b/ci-operator/jobs/openshift-priv/apiserver-library-go/openshift-priv-apiserver-library-go-release-4.4-presubmits.yaml index be46bb84c0ac..1bf54002c8af 100644 --- a/ci-operator/jobs/openshift-priv/apiserver-library-go/openshift-priv-apiserver-library-go-release-4.4-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/apiserver-library-go/openshift-priv-apiserver-library-go-release-4.4-presubmits.yaml @@ -19,11 +19,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -43,6 +43,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -57,6 +60,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -77,11 +83,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -101,6 +107,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -115,6 +124,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) - agent: kubernetes always_run: true @@ -135,11 +147,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify-deps command: - ci-operator @@ -159,6 +171,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -173,4 +188,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify-deps,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/apiserver-library-go/openshift-priv-apiserver-library-go-release-4.5-presubmits.yaml b/ci-operator/jobs/openshift-priv/apiserver-library-go/openshift-priv-apiserver-library-go-release-4.5-presubmits.yaml index 7a273072fb4b..6ed287510df0 100644 --- a/ci-operator/jobs/openshift-priv/apiserver-library-go/openshift-priv-apiserver-library-go-release-4.5-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/apiserver-library-go/openshift-priv-apiserver-library-go-release-4.5-presubmits.yaml @@ -19,11 +19,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -43,6 +43,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -57,6 +60,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -77,11 +83,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -101,6 +107,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -115,6 +124,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) - agent: kubernetes always_run: true @@ -135,11 +147,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify-deps command: - ci-operator @@ -159,6 +171,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -173,4 +188,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify-deps,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/apiserver-library-go/openshift-priv-apiserver-library-go-release-4.6-presubmits.yaml b/ci-operator/jobs/openshift-priv/apiserver-library-go/openshift-priv-apiserver-library-go-release-4.6-presubmits.yaml index ca2bdfb47e5a..1b3395a4dc2c 100644 --- a/ci-operator/jobs/openshift-priv/apiserver-library-go/openshift-priv-apiserver-library-go-release-4.6-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/apiserver-library-go/openshift-priv-apiserver-library-go-release-4.6-presubmits.yaml @@ -19,11 +19,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -43,6 +43,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -57,6 +60,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -77,11 +83,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -101,6 +107,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -115,6 +124,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) - agent: kubernetes always_run: true @@ -135,11 +147,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify-deps command: - ci-operator @@ -159,6 +171,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -173,4 +188,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify-deps,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/apiserver-library-go/openshift-priv-apiserver-library-go-release-4.7-presubmits.yaml b/ci-operator/jobs/openshift-priv/apiserver-library-go/openshift-priv-apiserver-library-go-release-4.7-presubmits.yaml index 5f054a7c0bfb..fad2c6834f70 100644 --- a/ci-operator/jobs/openshift-priv/apiserver-library-go/openshift-priv-apiserver-library-go-release-4.7-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/apiserver-library-go/openshift-priv-apiserver-library-go-release-4.7-presubmits.yaml @@ -19,11 +19,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -43,6 +43,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -57,6 +60,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -77,11 +83,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -101,6 +107,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -115,6 +124,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) - agent: kubernetes always_run: true @@ -135,11 +147,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify-deps command: - ci-operator @@ -159,6 +171,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -173,4 +188,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify-deps,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/aws-account-operator/openshift-priv-aws-account-operator-release-4.6-postsubmits.yaml b/ci-operator/jobs/openshift-priv/aws-account-operator/openshift-priv-aws-account-operator-release-4.6-postsubmits.yaml index 33f21d4b0f77..44110a12baf5 100644 --- a/ci-operator/jobs/openshift-priv/aws-account-operator/openshift-priv-aws-account-operator-release-4.6-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/aws-account-operator/openshift-priv-aws-account-operator-release-4.6-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-aws-account-operator-release-4.6-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/aws-account-operator/openshift-priv-aws-account-operator-release-4.6-presubmits.yaml b/ci-operator/jobs/openshift-priv/aws-account-operator/openshift-priv-aws-account-operator-release-4.6-presubmits.yaml index 0b550682f5cc..9ec876f4290f 100644 --- a/ci-operator/jobs/openshift-priv/aws-account-operator/openshift-priv-aws-account-operator-release-4.6-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/aws-account-operator/openshift-priv-aws-account-operator-release-4.6-presubmits.yaml @@ -19,11 +19,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -43,6 +43,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -57,4 +60,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/aws-ebs-csi-driver-operator/openshift-priv-aws-ebs-csi-driver-operator-master-postsubmits.yaml b/ci-operator/jobs/openshift-priv/aws-ebs-csi-driver-operator/openshift-priv-aws-ebs-csi-driver-operator-master-postsubmits.yaml index 0649b24f2d30..322beb4466c0 100644 --- a/ci-operator/jobs/openshift-priv/aws-ebs-csi-driver-operator/openshift-priv-aws-ebs-csi-driver-operator-master-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/aws-ebs-csi-driver-operator/openshift-priv-aws-ebs-csi-driver-operator-master-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-aws-ebs-csi-driver-operator-master-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/aws-ebs-csi-driver-operator/openshift-priv-aws-ebs-csi-driver-operator-master-presubmits.yaml b/ci-operator/jobs/openshift-priv/aws-ebs-csi-driver-operator/openshift-priv-aws-ebs-csi-driver-operator-master-presubmits.yaml index 176621e1b355..fa4a2753c4d8 100644 --- a/ci-operator/jobs/openshift-priv/aws-ebs-csi-driver-operator/openshift-priv-aws-ebs-csi-driver-operator-master-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/aws-ebs-csi-driver-operator/openshift-priv-aws-ebs-csi-driver-operator-master-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-operator-cluster-profile - --target=e2e-operator - --template=/usr/local/e2e-operator @@ -66,6 +64,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -94,6 +95,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-operator,?($|\s.*) - agent: kubernetes always_run: true @@ -114,11 +118,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -138,6 +142,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -152,6 +159,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -172,11 +182,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -196,6 +206,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -210,6 +223,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -230,11 +246,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -254,6 +270,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -268,4 +287,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/aws-ebs-csi-driver-operator/openshift-priv-aws-ebs-csi-driver-operator-release-4.5-postsubmits.yaml b/ci-operator/jobs/openshift-priv/aws-ebs-csi-driver-operator/openshift-priv-aws-ebs-csi-driver-operator-release-4.5-postsubmits.yaml index cbe2b83de425..29b3f0bd9cf1 100644 --- a/ci-operator/jobs/openshift-priv/aws-ebs-csi-driver-operator/openshift-priv-aws-ebs-csi-driver-operator-release-4.5-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/aws-ebs-csi-driver-operator/openshift-priv-aws-ebs-csi-driver-operator-release-4.5-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-aws-ebs-csi-driver-operator-release-4.5-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/aws-ebs-csi-driver-operator/openshift-priv-aws-ebs-csi-driver-operator-release-4.5-presubmits.yaml b/ci-operator/jobs/openshift-priv/aws-ebs-csi-driver-operator/openshift-priv-aws-ebs-csi-driver-operator-release-4.5-presubmits.yaml index 3e7879742f3a..ddb5608b4478 100644 --- a/ci-operator/jobs/openshift-priv/aws-ebs-csi-driver-operator/openshift-priv-aws-ebs-csi-driver-operator-release-4.5-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/aws-ebs-csi-driver-operator/openshift-priv-aws-ebs-csi-driver-operator-release-4.5-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-operator-cluster-profile - --target=e2e-operator - --template=/usr/local/e2e-operator @@ -66,6 +64,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -94,6 +95,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-operator,?($|\s.*) - agent: kubernetes always_run: true @@ -114,11 +118,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -138,6 +142,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -152,6 +159,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -172,11 +182,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -196,6 +206,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -210,6 +223,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -230,11 +246,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -254,6 +270,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -268,4 +287,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/aws-ebs-csi-driver-operator/openshift-priv-aws-ebs-csi-driver-operator-release-4.6-postsubmits.yaml b/ci-operator/jobs/openshift-priv/aws-ebs-csi-driver-operator/openshift-priv-aws-ebs-csi-driver-operator-release-4.6-postsubmits.yaml index 6e196539b53c..71be76adfdce 100644 --- a/ci-operator/jobs/openshift-priv/aws-ebs-csi-driver-operator/openshift-priv-aws-ebs-csi-driver-operator-release-4.6-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/aws-ebs-csi-driver-operator/openshift-priv-aws-ebs-csi-driver-operator-release-4.6-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-aws-ebs-csi-driver-operator-release-4.6-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/aws-ebs-csi-driver-operator/openshift-priv-aws-ebs-csi-driver-operator-release-4.6-presubmits.yaml b/ci-operator/jobs/openshift-priv/aws-ebs-csi-driver-operator/openshift-priv-aws-ebs-csi-driver-operator-release-4.6-presubmits.yaml index 92fa0eeab15f..13c8752300dd 100644 --- a/ci-operator/jobs/openshift-priv/aws-ebs-csi-driver-operator/openshift-priv-aws-ebs-csi-driver-operator-release-4.6-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/aws-ebs-csi-driver-operator/openshift-priv-aws-ebs-csi-driver-operator-release-4.6-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-operator-cluster-profile - --target=e2e-operator - --template=/usr/local/e2e-operator @@ -66,6 +64,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -94,6 +95,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-operator,?($|\s.*) - agent: kubernetes always_run: true @@ -114,11 +118,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -138,6 +142,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -152,6 +159,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -172,11 +182,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -196,6 +206,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -210,6 +223,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -230,11 +246,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -254,6 +270,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -268,4 +287,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/aws-ebs-csi-driver-operator/openshift-priv-aws-ebs-csi-driver-operator-release-4.7-postsubmits.yaml b/ci-operator/jobs/openshift-priv/aws-ebs-csi-driver-operator/openshift-priv-aws-ebs-csi-driver-operator-release-4.7-postsubmits.yaml index 62e2567d0194..e79faec4c1ce 100644 --- a/ci-operator/jobs/openshift-priv/aws-ebs-csi-driver-operator/openshift-priv-aws-ebs-csi-driver-operator-release-4.7-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/aws-ebs-csi-driver-operator/openshift-priv-aws-ebs-csi-driver-operator-release-4.7-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-aws-ebs-csi-driver-operator-release-4.7-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/aws-ebs-csi-driver-operator/openshift-priv-aws-ebs-csi-driver-operator-release-4.7-presubmits.yaml b/ci-operator/jobs/openshift-priv/aws-ebs-csi-driver-operator/openshift-priv-aws-ebs-csi-driver-operator-release-4.7-presubmits.yaml index cc24a80a1841..01778c86b0fb 100644 --- a/ci-operator/jobs/openshift-priv/aws-ebs-csi-driver-operator/openshift-priv-aws-ebs-csi-driver-operator-release-4.7-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/aws-ebs-csi-driver-operator/openshift-priv-aws-ebs-csi-driver-operator-release-4.7-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-operator-cluster-profile - --target=e2e-operator - --template=/usr/local/e2e-operator @@ -66,6 +64,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -94,6 +95,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-operator,?($|\s.*) - agent: kubernetes always_run: true @@ -114,11 +118,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -138,6 +142,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -152,6 +159,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -172,11 +182,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -196,6 +206,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -210,6 +223,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -230,11 +246,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -254,6 +270,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -268,4 +287,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/aws-ebs-csi-driver/openshift-priv-aws-ebs-csi-driver-master-postsubmits.yaml b/ci-operator/jobs/openshift-priv/aws-ebs-csi-driver/openshift-priv-aws-ebs-csi-driver-master-postsubmits.yaml index 7ae4be3b8451..abfdf12eccfe 100644 --- a/ci-operator/jobs/openshift-priv/aws-ebs-csi-driver/openshift-priv-aws-ebs-csi-driver-master-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/aws-ebs-csi-driver/openshift-priv-aws-ebs-csi-driver-master-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-aws-ebs-csi-driver-master-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/aws-ebs-csi-driver/openshift-priv-aws-ebs-csi-driver-master-presubmits.yaml b/ci-operator/jobs/openshift-priv/aws-ebs-csi-driver/openshift-priv-aws-ebs-csi-driver-master-presubmits.yaml index fefa7f6f77a4..50046bcc09b1 100644 --- a/ci-operator/jobs/openshift-priv/aws-ebs-csi-driver/openshift-priv-aws-ebs-csi-driver-master-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/aws-ebs-csi-driver/openshift-priv-aws-ebs-csi-driver-master-presubmits.yaml @@ -19,11 +19,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -43,6 +43,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -57,6 +60,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -77,11 +83,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -101,6 +107,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -115,6 +124,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -135,11 +147,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -159,6 +171,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -173,4 +188,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/aws-ebs-csi-driver/openshift-priv-aws-ebs-csi-driver-release-4.5-postsubmits.yaml b/ci-operator/jobs/openshift-priv/aws-ebs-csi-driver/openshift-priv-aws-ebs-csi-driver-release-4.5-postsubmits.yaml index 65b5bb98a774..ccaca30a001c 100644 --- a/ci-operator/jobs/openshift-priv/aws-ebs-csi-driver/openshift-priv-aws-ebs-csi-driver-release-4.5-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/aws-ebs-csi-driver/openshift-priv-aws-ebs-csi-driver-release-4.5-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-aws-ebs-csi-driver-release-4.5-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/aws-ebs-csi-driver/openshift-priv-aws-ebs-csi-driver-release-4.5-presubmits.yaml b/ci-operator/jobs/openshift-priv/aws-ebs-csi-driver/openshift-priv-aws-ebs-csi-driver-release-4.5-presubmits.yaml index fcc9b470491e..c90d94e4cb59 100644 --- a/ci-operator/jobs/openshift-priv/aws-ebs-csi-driver/openshift-priv-aws-ebs-csi-driver-release-4.5-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/aws-ebs-csi-driver/openshift-priv-aws-ebs-csi-driver-release-4.5-presubmits.yaml @@ -19,11 +19,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -43,6 +43,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -57,6 +60,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -77,11 +83,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -101,6 +107,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -115,6 +124,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -135,11 +147,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -159,6 +171,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -173,4 +188,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/aws-ebs-csi-driver/openshift-priv-aws-ebs-csi-driver-release-4.6-postsubmits.yaml b/ci-operator/jobs/openshift-priv/aws-ebs-csi-driver/openshift-priv-aws-ebs-csi-driver-release-4.6-postsubmits.yaml index 3dc3c774cb92..7549692854ce 100644 --- a/ci-operator/jobs/openshift-priv/aws-ebs-csi-driver/openshift-priv-aws-ebs-csi-driver-release-4.6-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/aws-ebs-csi-driver/openshift-priv-aws-ebs-csi-driver-release-4.6-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-aws-ebs-csi-driver-release-4.6-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/aws-ebs-csi-driver/openshift-priv-aws-ebs-csi-driver-release-4.6-presubmits.yaml b/ci-operator/jobs/openshift-priv/aws-ebs-csi-driver/openshift-priv-aws-ebs-csi-driver-release-4.6-presubmits.yaml index ff5c413400d8..5baf54d064d0 100644 --- a/ci-operator/jobs/openshift-priv/aws-ebs-csi-driver/openshift-priv-aws-ebs-csi-driver-release-4.6-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/aws-ebs-csi-driver/openshift-priv-aws-ebs-csi-driver-release-4.6-presubmits.yaml @@ -19,11 +19,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -43,6 +43,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -57,6 +60,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -77,11 +83,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -101,6 +107,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -115,6 +124,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -135,11 +147,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -159,6 +171,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -173,4 +188,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/aws-ebs-csi-driver/openshift-priv-aws-ebs-csi-driver-release-4.7-postsubmits.yaml b/ci-operator/jobs/openshift-priv/aws-ebs-csi-driver/openshift-priv-aws-ebs-csi-driver-release-4.7-postsubmits.yaml index 598876645200..4aef0901c8d7 100644 --- a/ci-operator/jobs/openshift-priv/aws-ebs-csi-driver/openshift-priv-aws-ebs-csi-driver-release-4.7-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/aws-ebs-csi-driver/openshift-priv-aws-ebs-csi-driver-release-4.7-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-aws-ebs-csi-driver-release-4.7-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/aws-ebs-csi-driver/openshift-priv-aws-ebs-csi-driver-release-4.7-presubmits.yaml b/ci-operator/jobs/openshift-priv/aws-ebs-csi-driver/openshift-priv-aws-ebs-csi-driver-release-4.7-presubmits.yaml index 8838849699f3..5fccdc82bb07 100644 --- a/ci-operator/jobs/openshift-priv/aws-ebs-csi-driver/openshift-priv-aws-ebs-csi-driver-release-4.7-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/aws-ebs-csi-driver/openshift-priv-aws-ebs-csi-driver-release-4.7-presubmits.yaml @@ -19,11 +19,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -43,6 +43,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -57,6 +60,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -77,11 +83,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -101,6 +107,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -115,6 +124,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -135,11 +147,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -159,6 +171,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -173,4 +188,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/aws-pod-identity-webhook/openshift-priv-aws-pod-identity-webhook-master-postsubmits.yaml b/ci-operator/jobs/openshift-priv/aws-pod-identity-webhook/openshift-priv-aws-pod-identity-webhook-master-postsubmits.yaml index bfac3560e3f0..e19f47a0a6cd 100644 --- a/ci-operator/jobs/openshift-priv/aws-pod-identity-webhook/openshift-priv-aws-pod-identity-webhook-master-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/aws-pod-identity-webhook/openshift-priv-aws-pod-identity-webhook-master-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-aws-pod-identity-webhook-master-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/aws-pod-identity-webhook/openshift-priv-aws-pod-identity-webhook-master-presubmits.yaml b/ci-operator/jobs/openshift-priv/aws-pod-identity-webhook/openshift-priv-aws-pod-identity-webhook-master-presubmits.yaml index 91402beb064b..967e26400362 100644 --- a/ci-operator/jobs/openshift-priv/aws-pod-identity-webhook/openshift-priv-aws-pod-identity-webhook-master-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/aws-pod-identity-webhook/openshift-priv-aws-pod-identity-webhook-master-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -52,6 +50,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -77,6 +78,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -97,11 +101,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -121,6 +125,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -135,4 +142,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/aws-pod-identity-webhook/openshift-priv-aws-pod-identity-webhook-release-4.5-postsubmits.yaml b/ci-operator/jobs/openshift-priv/aws-pod-identity-webhook/openshift-priv-aws-pod-identity-webhook-release-4.5-postsubmits.yaml index 83bf4f781db4..a05b20551334 100644 --- a/ci-operator/jobs/openshift-priv/aws-pod-identity-webhook/openshift-priv-aws-pod-identity-webhook-release-4.5-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/aws-pod-identity-webhook/openshift-priv-aws-pod-identity-webhook-release-4.5-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-aws-pod-identity-webhook-release-4.5-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/aws-pod-identity-webhook/openshift-priv-aws-pod-identity-webhook-release-4.5-presubmits.yaml b/ci-operator/jobs/openshift-priv/aws-pod-identity-webhook/openshift-priv-aws-pod-identity-webhook-release-4.5-presubmits.yaml index e05dd49ff8cf..a0426d6b9c71 100644 --- a/ci-operator/jobs/openshift-priv/aws-pod-identity-webhook/openshift-priv-aws-pod-identity-webhook-release-4.5-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/aws-pod-identity-webhook/openshift-priv-aws-pod-identity-webhook-release-4.5-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -52,6 +50,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -77,6 +78,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -97,11 +101,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -121,6 +125,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -135,4 +142,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/aws-pod-identity-webhook/openshift-priv-aws-pod-identity-webhook-release-4.6-postsubmits.yaml b/ci-operator/jobs/openshift-priv/aws-pod-identity-webhook/openshift-priv-aws-pod-identity-webhook-release-4.6-postsubmits.yaml index 7d3009636095..5e536e0f7753 100644 --- a/ci-operator/jobs/openshift-priv/aws-pod-identity-webhook/openshift-priv-aws-pod-identity-webhook-release-4.6-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/aws-pod-identity-webhook/openshift-priv-aws-pod-identity-webhook-release-4.6-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-aws-pod-identity-webhook-release-4.6-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/aws-pod-identity-webhook/openshift-priv-aws-pod-identity-webhook-release-4.6-presubmits.yaml b/ci-operator/jobs/openshift-priv/aws-pod-identity-webhook/openshift-priv-aws-pod-identity-webhook-release-4.6-presubmits.yaml index 3f313b1e117e..45279baf7b0a 100644 --- a/ci-operator/jobs/openshift-priv/aws-pod-identity-webhook/openshift-priv-aws-pod-identity-webhook-release-4.6-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/aws-pod-identity-webhook/openshift-priv-aws-pod-identity-webhook-release-4.6-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -52,6 +50,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -77,6 +78,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -97,11 +101,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -121,6 +125,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -135,4 +142,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/aws-pod-identity-webhook/openshift-priv-aws-pod-identity-webhook-release-4.7-postsubmits.yaml b/ci-operator/jobs/openshift-priv/aws-pod-identity-webhook/openshift-priv-aws-pod-identity-webhook-release-4.7-postsubmits.yaml index 745efe47fc35..15db8c803042 100644 --- a/ci-operator/jobs/openshift-priv/aws-pod-identity-webhook/openshift-priv-aws-pod-identity-webhook-release-4.7-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/aws-pod-identity-webhook/openshift-priv-aws-pod-identity-webhook-release-4.7-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-aws-pod-identity-webhook-release-4.7-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/aws-pod-identity-webhook/openshift-priv-aws-pod-identity-webhook-release-4.7-presubmits.yaml b/ci-operator/jobs/openshift-priv/aws-pod-identity-webhook/openshift-priv-aws-pod-identity-webhook-release-4.7-presubmits.yaml index d1e353543f26..12190ffa2624 100644 --- a/ci-operator/jobs/openshift-priv/aws-pod-identity-webhook/openshift-priv-aws-pod-identity-webhook-release-4.7-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/aws-pod-identity-webhook/openshift-priv-aws-pod-identity-webhook-release-4.7-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -52,6 +50,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -77,6 +78,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -97,11 +101,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -121,6 +125,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -135,4 +142,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/baremetal-operator/openshift-priv-baremetal-operator-master-postsubmits.yaml b/ci-operator/jobs/openshift-priv/baremetal-operator/openshift-priv-baremetal-operator-master-postsubmits.yaml index 24ca6080e5a0..984d222f352f 100644 --- a/ci-operator/jobs/openshift-priv/baremetal-operator/openshift-priv-baremetal-operator-master-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/baremetal-operator/openshift-priv-baremetal-operator-master-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-baremetal-operator-master-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/baremetal-operator/openshift-priv-baremetal-operator-master-presubmits.yaml b/ci-operator/jobs/openshift-priv/baremetal-operator/openshift-priv-baremetal-operator-master-presubmits.yaml index ce9acbad696a..a57f38926d79 100644 --- a/ci-operator/jobs/openshift-priv/baremetal-operator/openshift-priv-baremetal-operator-master-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/baremetal-operator/openshift-priv-baremetal-operator-master-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-metal-ipi-cluster-profile - --target=e2e-metal-ipi command: @@ -52,6 +50,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -79,6 +80,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-metal-ipi,?($|\s.*) - agent: kubernetes always_run: true @@ -99,11 +103,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -123,6 +127,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -137,6 +144,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -157,11 +167,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=lint command: - ci-operator @@ -181,6 +191,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -195,6 +208,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )lint,?($|\s.*) - agent: kubernetes always_run: true @@ -215,11 +231,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -239,6 +255,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -253,4 +272,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/baremetal-operator/openshift-priv-baremetal-operator-release-4.1-postsubmits.yaml b/ci-operator/jobs/openshift-priv/baremetal-operator/openshift-priv-baremetal-operator-release-4.1-postsubmits.yaml index e4bf6829bebd..1d34ddbbec48 100644 --- a/ci-operator/jobs/openshift-priv/baremetal-operator/openshift-priv-baremetal-operator-release-4.1-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/baremetal-operator/openshift-priv-baremetal-operator-release-4.1-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-baremetal-operator-release-4.1-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/baremetal-operator/openshift-priv-baremetal-operator-release-4.1-presubmits.yaml b/ci-operator/jobs/openshift-priv/baremetal-operator/openshift-priv-baremetal-operator-release-4.1-presubmits.yaml index ee1e2241bf6c..70f4dcd00b29 100644 --- a/ci-operator/jobs/openshift-priv/baremetal-operator/openshift-priv-baremetal-operator-release-4.1-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/baremetal-operator/openshift-priv-baremetal-operator-release-4.1-presubmits.yaml @@ -19,11 +19,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -43,6 +43,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -57,6 +60,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -77,11 +83,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=lint command: - ci-operator @@ -101,6 +107,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -115,6 +124,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )lint,?($|\s.*) - agent: kubernetes always_run: true @@ -135,11 +147,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -159,6 +171,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -173,4 +188,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/baremetal-operator/openshift-priv-baremetal-operator-release-4.2-postsubmits.yaml b/ci-operator/jobs/openshift-priv/baremetal-operator/openshift-priv-baremetal-operator-release-4.2-postsubmits.yaml index 72938decc760..5eb2bc68781f 100644 --- a/ci-operator/jobs/openshift-priv/baremetal-operator/openshift-priv-baremetal-operator-release-4.2-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/baremetal-operator/openshift-priv-baremetal-operator-release-4.2-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-baremetal-operator-release-4.2-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/baremetal-operator/openshift-priv-baremetal-operator-release-4.2-presubmits.yaml b/ci-operator/jobs/openshift-priv/baremetal-operator/openshift-priv-baremetal-operator-release-4.2-presubmits.yaml index f10e4ca66ed6..f8279c9185a6 100644 --- a/ci-operator/jobs/openshift-priv/baremetal-operator/openshift-priv-baremetal-operator-release-4.2-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/baremetal-operator/openshift-priv-baremetal-operator-release-4.2-presubmits.yaml @@ -19,11 +19,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -43,6 +43,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -57,6 +60,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -77,11 +83,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=lint command: - ci-operator @@ -101,6 +107,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -115,6 +124,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )lint,?($|\s.*) - agent: kubernetes always_run: true @@ -135,11 +147,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -159,6 +171,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -173,4 +188,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/baremetal-operator/openshift-priv-baremetal-operator-release-4.3-postsubmits.yaml b/ci-operator/jobs/openshift-priv/baremetal-operator/openshift-priv-baremetal-operator-release-4.3-postsubmits.yaml index 9b4ac2e35646..986372d9c4cc 100644 --- a/ci-operator/jobs/openshift-priv/baremetal-operator/openshift-priv-baremetal-operator-release-4.3-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/baremetal-operator/openshift-priv-baremetal-operator-release-4.3-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-baremetal-operator-release-4.3-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/baremetal-operator/openshift-priv-baremetal-operator-release-4.3-presubmits.yaml b/ci-operator/jobs/openshift-priv/baremetal-operator/openshift-priv-baremetal-operator-release-4.3-presubmits.yaml index 9714ec8bce34..e5d1c1cfa55f 100644 --- a/ci-operator/jobs/openshift-priv/baremetal-operator/openshift-priv-baremetal-operator-release-4.3-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/baremetal-operator/openshift-priv-baremetal-operator-release-4.3-presubmits.yaml @@ -19,11 +19,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -43,6 +43,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -57,6 +60,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -77,11 +83,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=lint command: - ci-operator @@ -101,6 +107,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -115,6 +124,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )lint,?($|\s.*) - agent: kubernetes always_run: true @@ -135,11 +147,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -159,6 +171,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -173,4 +188,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/baremetal-operator/openshift-priv-baremetal-operator-release-4.4-postsubmits.yaml b/ci-operator/jobs/openshift-priv/baremetal-operator/openshift-priv-baremetal-operator-release-4.4-postsubmits.yaml index 1fcdff1c6426..13b0a6c3927d 100644 --- a/ci-operator/jobs/openshift-priv/baremetal-operator/openshift-priv-baremetal-operator-release-4.4-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/baremetal-operator/openshift-priv-baremetal-operator-release-4.4-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-baremetal-operator-release-4.4-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/baremetal-operator/openshift-priv-baremetal-operator-release-4.4-presubmits.yaml b/ci-operator/jobs/openshift-priv/baremetal-operator/openshift-priv-baremetal-operator-release-4.4-presubmits.yaml index ef5524d29a16..b39f4c423ebd 100644 --- a/ci-operator/jobs/openshift-priv/baremetal-operator/openshift-priv-baremetal-operator-release-4.4-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/baremetal-operator/openshift-priv-baremetal-operator-release-4.4-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-metal-ipi-cluster-profile - --target=e2e-metal-ipi command: @@ -52,6 +50,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -79,6 +80,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-metal-ipi,?($|\s.*) - agent: kubernetes always_run: true @@ -99,11 +103,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -123,6 +127,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -137,6 +144,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -157,11 +167,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=lint command: - ci-operator @@ -181,6 +191,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -195,6 +208,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )lint,?($|\s.*) - agent: kubernetes always_run: true @@ -215,11 +231,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -239,6 +255,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -253,4 +272,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/baremetal-operator/openshift-priv-baremetal-operator-release-4.5-postsubmits.yaml b/ci-operator/jobs/openshift-priv/baremetal-operator/openshift-priv-baremetal-operator-release-4.5-postsubmits.yaml index a6faae467f93..b32a55059958 100644 --- a/ci-operator/jobs/openshift-priv/baremetal-operator/openshift-priv-baremetal-operator-release-4.5-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/baremetal-operator/openshift-priv-baremetal-operator-release-4.5-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-baremetal-operator-release-4.5-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/baremetal-operator/openshift-priv-baremetal-operator-release-4.5-presubmits.yaml b/ci-operator/jobs/openshift-priv/baremetal-operator/openshift-priv-baremetal-operator-release-4.5-presubmits.yaml index ae8014cb01d9..b0cc70d47b11 100644 --- a/ci-operator/jobs/openshift-priv/baremetal-operator/openshift-priv-baremetal-operator-release-4.5-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/baremetal-operator/openshift-priv-baremetal-operator-release-4.5-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-metal-ipi-cluster-profile - --target=e2e-metal-ipi command: @@ -52,6 +50,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -79,6 +80,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-metal-ipi,?($|\s.*) - agent: kubernetes always_run: true @@ -99,11 +103,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -123,6 +127,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -137,6 +144,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -157,11 +167,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=lint command: - ci-operator @@ -181,6 +191,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -195,6 +208,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )lint,?($|\s.*) - agent: kubernetes always_run: true @@ -215,11 +231,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -239,6 +255,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -253,4 +272,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/baremetal-operator/openshift-priv-baremetal-operator-release-4.6-postsubmits.yaml b/ci-operator/jobs/openshift-priv/baremetal-operator/openshift-priv-baremetal-operator-release-4.6-postsubmits.yaml index f12391aaebbe..7df6b00faa79 100644 --- a/ci-operator/jobs/openshift-priv/baremetal-operator/openshift-priv-baremetal-operator-release-4.6-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/baremetal-operator/openshift-priv-baremetal-operator-release-4.6-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-baremetal-operator-release-4.6-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/baremetal-operator/openshift-priv-baremetal-operator-release-4.6-presubmits.yaml b/ci-operator/jobs/openshift-priv/baremetal-operator/openshift-priv-baremetal-operator-release-4.6-presubmits.yaml index 211e3e43161a..570522d360b2 100644 --- a/ci-operator/jobs/openshift-priv/baremetal-operator/openshift-priv-baremetal-operator-release-4.6-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/baremetal-operator/openshift-priv-baremetal-operator-release-4.6-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-metal-ipi-cluster-profile - --target=e2e-metal-ipi command: @@ -52,6 +50,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -79,6 +80,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-metal-ipi,?($|\s.*) - agent: kubernetes always_run: true @@ -99,11 +103,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -123,6 +127,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -137,6 +144,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -157,11 +167,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=lint command: - ci-operator @@ -181,6 +191,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -195,6 +208,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )lint,?($|\s.*) - agent: kubernetes always_run: true @@ -215,11 +231,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -239,6 +255,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -253,4 +272,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/baremetal-operator/openshift-priv-baremetal-operator-release-4.7-postsubmits.yaml b/ci-operator/jobs/openshift-priv/baremetal-operator/openshift-priv-baremetal-operator-release-4.7-postsubmits.yaml index 086992299111..e98b05022541 100644 --- a/ci-operator/jobs/openshift-priv/baremetal-operator/openshift-priv-baremetal-operator-release-4.7-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/baremetal-operator/openshift-priv-baremetal-operator-release-4.7-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-baremetal-operator-release-4.7-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/baremetal-operator/openshift-priv-baremetal-operator-release-4.7-presubmits.yaml b/ci-operator/jobs/openshift-priv/baremetal-operator/openshift-priv-baremetal-operator-release-4.7-presubmits.yaml index 6e87b22ed0a0..0b7fdcbfc4d7 100644 --- a/ci-operator/jobs/openshift-priv/baremetal-operator/openshift-priv-baremetal-operator-release-4.7-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/baremetal-operator/openshift-priv-baremetal-operator-release-4.7-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-metal-ipi-cluster-profile - --target=e2e-metal-ipi command: @@ -52,6 +50,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -79,6 +80,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-metal-ipi,?($|\s.*) - agent: kubernetes always_run: true @@ -99,11 +103,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -123,6 +127,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -137,6 +144,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -157,11 +167,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=lint command: - ci-operator @@ -181,6 +191,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -195,6 +208,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )lint,?($|\s.*) - agent: kubernetes always_run: true @@ -215,11 +231,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -239,6 +255,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -253,4 +272,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/baremetal-runtimecfg/openshift-priv-baremetal-runtimecfg-master-postsubmits.yaml b/ci-operator/jobs/openshift-priv/baremetal-runtimecfg/openshift-priv-baremetal-runtimecfg-master-postsubmits.yaml index 30f273b5ef62..7fe54a9358f7 100644 --- a/ci-operator/jobs/openshift-priv/baremetal-runtimecfg/openshift-priv-baremetal-runtimecfg-master-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/baremetal-runtimecfg/openshift-priv-baremetal-runtimecfg-master-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-baremetal-runtimecfg-master-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/baremetal-runtimecfg/openshift-priv-baremetal-runtimecfg-master-presubmits.yaml b/ci-operator/jobs/openshift-priv/baremetal-runtimecfg/openshift-priv-baremetal-runtimecfg-master-presubmits.yaml index b036f3879735..d0b8fc6389db 100644 --- a/ci-operator/jobs/openshift-priv/baremetal-runtimecfg/openshift-priv-baremetal-runtimecfg-master-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/baremetal-runtimecfg/openshift-priv-baremetal-runtimecfg-master-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-metal-ipi-cluster-profile - --target=e2e-metal-ipi command: @@ -52,6 +50,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -79,6 +80,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-metal-ipi,?($|\s.*) - agent: kubernetes always_run: true @@ -99,11 +103,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=gofmt command: - ci-operator @@ -123,6 +127,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -137,6 +144,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )gofmt,?($|\s.*) - agent: kubernetes always_run: true @@ -157,11 +167,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=govet command: - ci-operator @@ -181,6 +191,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -195,6 +208,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )govet,?($|\s.*) - agent: kubernetes always_run: true @@ -215,11 +231,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -239,6 +255,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -253,6 +272,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -273,11 +295,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -297,6 +319,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -311,4 +336,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/baremetal-runtimecfg/openshift-priv-baremetal-runtimecfg-release-4.2-postsubmits.yaml b/ci-operator/jobs/openshift-priv/baremetal-runtimecfg/openshift-priv-baremetal-runtimecfg-release-4.2-postsubmits.yaml index 225573fe1a7e..60f55528349b 100644 --- a/ci-operator/jobs/openshift-priv/baremetal-runtimecfg/openshift-priv-baremetal-runtimecfg-release-4.2-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/baremetal-runtimecfg/openshift-priv-baremetal-runtimecfg-release-4.2-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-baremetal-runtimecfg-release-4.2-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/baremetal-runtimecfg/openshift-priv-baremetal-runtimecfg-release-4.2-presubmits.yaml b/ci-operator/jobs/openshift-priv/baremetal-runtimecfg/openshift-priv-baremetal-runtimecfg-release-4.2-presubmits.yaml index 4dde6806eb64..3dc725d510bd 100644 --- a/ci-operator/jobs/openshift-priv/baremetal-runtimecfg/openshift-priv-baremetal-runtimecfg-release-4.2-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/baremetal-runtimecfg/openshift-priv-baremetal-runtimecfg-release-4.2-presubmits.yaml @@ -19,11 +19,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=gofmt command: - ci-operator @@ -43,6 +43,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -57,6 +60,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )gofmt,?($|\s.*) - agent: kubernetes always_run: true @@ -77,11 +83,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=govet command: - ci-operator @@ -101,6 +107,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -115,6 +124,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )govet,?($|\s.*) - agent: kubernetes always_run: true @@ -135,11 +147,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -159,6 +171,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -173,4 +188,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/baremetal-runtimecfg/openshift-priv-baremetal-runtimecfg-release-4.3-postsubmits.yaml b/ci-operator/jobs/openshift-priv/baremetal-runtimecfg/openshift-priv-baremetal-runtimecfg-release-4.3-postsubmits.yaml index d03aab9afe68..af35c4643d29 100644 --- a/ci-operator/jobs/openshift-priv/baremetal-runtimecfg/openshift-priv-baremetal-runtimecfg-release-4.3-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/baremetal-runtimecfg/openshift-priv-baremetal-runtimecfg-release-4.3-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-baremetal-runtimecfg-release-4.3-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/baremetal-runtimecfg/openshift-priv-baremetal-runtimecfg-release-4.3-presubmits.yaml b/ci-operator/jobs/openshift-priv/baremetal-runtimecfg/openshift-priv-baremetal-runtimecfg-release-4.3-presubmits.yaml index f94b6dea8bff..20b1f9370bcd 100644 --- a/ci-operator/jobs/openshift-priv/baremetal-runtimecfg/openshift-priv-baremetal-runtimecfg-release-4.3-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/baremetal-runtimecfg/openshift-priv-baremetal-runtimecfg-release-4.3-presubmits.yaml @@ -19,11 +19,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=gofmt command: - ci-operator @@ -43,6 +43,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -57,6 +60,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )gofmt,?($|\s.*) - agent: kubernetes always_run: true @@ -77,11 +83,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=govet command: - ci-operator @@ -101,6 +107,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -115,6 +124,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )govet,?($|\s.*) - agent: kubernetes always_run: true @@ -135,11 +147,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -159,6 +171,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -173,6 +188,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -193,11 +211,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -217,6 +235,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -231,4 +252,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/baremetal-runtimecfg/openshift-priv-baremetal-runtimecfg-release-4.4-postsubmits.yaml b/ci-operator/jobs/openshift-priv/baremetal-runtimecfg/openshift-priv-baremetal-runtimecfg-release-4.4-postsubmits.yaml index a9d300377858..c4b490ef7754 100644 --- a/ci-operator/jobs/openshift-priv/baremetal-runtimecfg/openshift-priv-baremetal-runtimecfg-release-4.4-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/baremetal-runtimecfg/openshift-priv-baremetal-runtimecfg-release-4.4-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-baremetal-runtimecfg-release-4.4-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/baremetal-runtimecfg/openshift-priv-baremetal-runtimecfg-release-4.4-presubmits.yaml b/ci-operator/jobs/openshift-priv/baremetal-runtimecfg/openshift-priv-baremetal-runtimecfg-release-4.4-presubmits.yaml index fdc8edb38928..ccbfdbd99f4e 100644 --- a/ci-operator/jobs/openshift-priv/baremetal-runtimecfg/openshift-priv-baremetal-runtimecfg-release-4.4-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/baremetal-runtimecfg/openshift-priv-baremetal-runtimecfg-release-4.4-presubmits.yaml @@ -19,11 +19,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=gofmt command: - ci-operator @@ -43,6 +43,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -57,6 +60,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )gofmt,?($|\s.*) - agent: kubernetes always_run: true @@ -77,11 +83,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=govet command: - ci-operator @@ -101,6 +107,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -115,6 +124,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )govet,?($|\s.*) - agent: kubernetes always_run: true @@ -135,11 +147,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -159,6 +171,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -173,6 +188,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -193,11 +211,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -217,6 +235,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -231,4 +252,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/baremetal-runtimecfg/openshift-priv-baremetal-runtimecfg-release-4.5-postsubmits.yaml b/ci-operator/jobs/openshift-priv/baremetal-runtimecfg/openshift-priv-baremetal-runtimecfg-release-4.5-postsubmits.yaml index 75e84c0a5d65..3a4da3b9e16d 100644 --- a/ci-operator/jobs/openshift-priv/baremetal-runtimecfg/openshift-priv-baremetal-runtimecfg-release-4.5-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/baremetal-runtimecfg/openshift-priv-baremetal-runtimecfg-release-4.5-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-baremetal-runtimecfg-release-4.5-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/baremetal-runtimecfg/openshift-priv-baremetal-runtimecfg-release-4.5-presubmits.yaml b/ci-operator/jobs/openshift-priv/baremetal-runtimecfg/openshift-priv-baremetal-runtimecfg-release-4.5-presubmits.yaml index 74143d5a6143..5ace0e86e92c 100644 --- a/ci-operator/jobs/openshift-priv/baremetal-runtimecfg/openshift-priv-baremetal-runtimecfg-release-4.5-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/baremetal-runtimecfg/openshift-priv-baremetal-runtimecfg-release-4.5-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-metal-ipi-cluster-profile - --target=e2e-metal-ipi command: @@ -52,6 +50,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -79,6 +80,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-metal-ipi,?($|\s.*) - agent: kubernetes always_run: true @@ -99,11 +103,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=gofmt command: - ci-operator @@ -123,6 +127,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -137,6 +144,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )gofmt,?($|\s.*) - agent: kubernetes always_run: true @@ -157,11 +167,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=govet command: - ci-operator @@ -181,6 +191,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -195,6 +208,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )govet,?($|\s.*) - agent: kubernetes always_run: true @@ -215,11 +231,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -239,6 +255,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -253,6 +272,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -273,11 +295,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -297,6 +319,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -311,4 +336,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/baremetal-runtimecfg/openshift-priv-baremetal-runtimecfg-release-4.6-postsubmits.yaml b/ci-operator/jobs/openshift-priv/baremetal-runtimecfg/openshift-priv-baremetal-runtimecfg-release-4.6-postsubmits.yaml index f8acc9a8adba..b44f64e33ea7 100644 --- a/ci-operator/jobs/openshift-priv/baremetal-runtimecfg/openshift-priv-baremetal-runtimecfg-release-4.6-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/baremetal-runtimecfg/openshift-priv-baremetal-runtimecfg-release-4.6-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-baremetal-runtimecfg-release-4.6-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/baremetal-runtimecfg/openshift-priv-baremetal-runtimecfg-release-4.6-presubmits.yaml b/ci-operator/jobs/openshift-priv/baremetal-runtimecfg/openshift-priv-baremetal-runtimecfg-release-4.6-presubmits.yaml index 51540dff0958..ac0d148cfc71 100644 --- a/ci-operator/jobs/openshift-priv/baremetal-runtimecfg/openshift-priv-baremetal-runtimecfg-release-4.6-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/baremetal-runtimecfg/openshift-priv-baremetal-runtimecfg-release-4.6-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-metal-ipi-cluster-profile - --target=e2e-metal-ipi command: @@ -52,6 +50,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -79,6 +80,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-metal-ipi,?($|\s.*) - agent: kubernetes always_run: true @@ -99,11 +103,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=gofmt command: - ci-operator @@ -123,6 +127,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -137,6 +144,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )gofmt,?($|\s.*) - agent: kubernetes always_run: true @@ -157,11 +167,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=govet command: - ci-operator @@ -181,6 +191,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -195,6 +208,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )govet,?($|\s.*) - agent: kubernetes always_run: true @@ -215,11 +231,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -239,6 +255,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -253,6 +272,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -273,11 +295,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -297,6 +319,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -311,4 +336,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/baremetal-runtimecfg/openshift-priv-baremetal-runtimecfg-release-4.7-postsubmits.yaml b/ci-operator/jobs/openshift-priv/baremetal-runtimecfg/openshift-priv-baremetal-runtimecfg-release-4.7-postsubmits.yaml index 7c3b64442530..2edfb4865741 100644 --- a/ci-operator/jobs/openshift-priv/baremetal-runtimecfg/openshift-priv-baremetal-runtimecfg-release-4.7-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/baremetal-runtimecfg/openshift-priv-baremetal-runtimecfg-release-4.7-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-baremetal-runtimecfg-release-4.7-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/baremetal-runtimecfg/openshift-priv-baremetal-runtimecfg-release-4.7-presubmits.yaml b/ci-operator/jobs/openshift-priv/baremetal-runtimecfg/openshift-priv-baremetal-runtimecfg-release-4.7-presubmits.yaml index aab32556b5b5..c6a4a36cff3d 100644 --- a/ci-operator/jobs/openshift-priv/baremetal-runtimecfg/openshift-priv-baremetal-runtimecfg-release-4.7-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/baremetal-runtimecfg/openshift-priv-baremetal-runtimecfg-release-4.7-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-metal-ipi-cluster-profile - --target=e2e-metal-ipi command: @@ -52,6 +50,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -79,6 +80,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-metal-ipi,?($|\s.*) - agent: kubernetes always_run: true @@ -99,11 +103,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=gofmt command: - ci-operator @@ -123,6 +127,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -137,6 +144,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )gofmt,?($|\s.*) - agent: kubernetes always_run: true @@ -157,11 +167,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=govet command: - ci-operator @@ -181,6 +191,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -195,6 +208,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )govet,?($|\s.*) - agent: kubernetes always_run: true @@ -215,11 +231,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -239,6 +255,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -253,6 +272,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -273,11 +295,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -297,6 +319,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -311,4 +336,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/bond-cni/openshift-priv-bond-cni-master-postsubmits.yaml b/ci-operator/jobs/openshift-priv/bond-cni/openshift-priv-bond-cni-master-postsubmits.yaml index 50994be46ef4..69fba36e02d2 100644 --- a/ci-operator/jobs/openshift-priv/bond-cni/openshift-priv-bond-cni-master-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/bond-cni/openshift-priv-bond-cni-master-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-bond-cni-master-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/bond-cni/openshift-priv-bond-cni-master-presubmits.yaml b/ci-operator/jobs/openshift-priv/bond-cni/openshift-priv-bond-cni-master-presubmits.yaml index 33a6499343b4..8a09c3ee863d 100644 --- a/ci-operator/jobs/openshift-priv/bond-cni/openshift-priv-bond-cni-master-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/bond-cni/openshift-priv-bond-cni-master-presubmits.yaml @@ -19,11 +19,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -43,6 +43,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -57,4 +60,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/bond-cni/openshift-priv-bond-cni-release-4.5-postsubmits.yaml b/ci-operator/jobs/openshift-priv/bond-cni/openshift-priv-bond-cni-release-4.5-postsubmits.yaml index 21ae45c8701c..325ba5e3bca3 100644 --- a/ci-operator/jobs/openshift-priv/bond-cni/openshift-priv-bond-cni-release-4.5-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/bond-cni/openshift-priv-bond-cni-release-4.5-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-bond-cni-release-4.5-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/bond-cni/openshift-priv-bond-cni-release-4.5-presubmits.yaml b/ci-operator/jobs/openshift-priv/bond-cni/openshift-priv-bond-cni-release-4.5-presubmits.yaml index 036fd77cfdf2..896757047957 100644 --- a/ci-operator/jobs/openshift-priv/bond-cni/openshift-priv-bond-cni-release-4.5-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/bond-cni/openshift-priv-bond-cni-release-4.5-presubmits.yaml @@ -19,11 +19,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -43,6 +43,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -57,4 +60,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/bond-cni/openshift-priv-bond-cni-release-4.6-postsubmits.yaml b/ci-operator/jobs/openshift-priv/bond-cni/openshift-priv-bond-cni-release-4.6-postsubmits.yaml index 287e8b1fc39a..bab9de885aa5 100644 --- a/ci-operator/jobs/openshift-priv/bond-cni/openshift-priv-bond-cni-release-4.6-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/bond-cni/openshift-priv-bond-cni-release-4.6-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-bond-cni-release-4.6-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/bond-cni/openshift-priv-bond-cni-release-4.6-presubmits.yaml b/ci-operator/jobs/openshift-priv/bond-cni/openshift-priv-bond-cni-release-4.6-presubmits.yaml index 709510f3ae49..a70921c9636e 100644 --- a/ci-operator/jobs/openshift-priv/bond-cni/openshift-priv-bond-cni-release-4.6-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/bond-cni/openshift-priv-bond-cni-release-4.6-presubmits.yaml @@ -19,11 +19,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -43,6 +43,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -57,4 +60,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/bond-cni/openshift-priv-bond-cni-release-4.7-postsubmits.yaml b/ci-operator/jobs/openshift-priv/bond-cni/openshift-priv-bond-cni-release-4.7-postsubmits.yaml index 2e244ef9219d..b72846e22594 100644 --- a/ci-operator/jobs/openshift-priv/bond-cni/openshift-priv-bond-cni-release-4.7-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/bond-cni/openshift-priv-bond-cni-release-4.7-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-bond-cni-release-4.7-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/bond-cni/openshift-priv-bond-cni-release-4.7-presubmits.yaml b/ci-operator/jobs/openshift-priv/bond-cni/openshift-priv-bond-cni-release-4.7-presubmits.yaml index 49fbb4f04748..dd1bbcd38bb6 100644 --- a/ci-operator/jobs/openshift-priv/bond-cni/openshift-priv-bond-cni-release-4.7-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/bond-cni/openshift-priv-bond-cni-release-4.7-presubmits.yaml @@ -19,11 +19,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -43,6 +43,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -57,4 +60,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/build-machinery-go/openshift-priv-build-machinery-go-master-presubmits.yaml b/ci-operator/jobs/openshift-priv/build-machinery-go/openshift-priv-build-machinery-go-master-presubmits.yaml index 8dc00d586ba3..952f48e53908 100644 --- a/ci-operator/jobs/openshift-priv/build-machinery-go/openshift-priv-build-machinery-go-master-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/build-machinery-go/openshift-priv-build-machinery-go-master-presubmits.yaml @@ -19,11 +19,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -43,6 +43,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -57,4 +60,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/build-machinery-go/openshift-priv-build-machinery-go-release-4.4-presubmits.yaml b/ci-operator/jobs/openshift-priv/build-machinery-go/openshift-priv-build-machinery-go-release-4.4-presubmits.yaml index 0e0a3d7c521f..537944d16138 100644 --- a/ci-operator/jobs/openshift-priv/build-machinery-go/openshift-priv-build-machinery-go-release-4.4-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/build-machinery-go/openshift-priv-build-machinery-go-release-4.4-presubmits.yaml @@ -19,11 +19,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -43,6 +43,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -57,4 +60,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/build-machinery-go/openshift-priv-build-machinery-go-release-4.5-presubmits.yaml b/ci-operator/jobs/openshift-priv/build-machinery-go/openshift-priv-build-machinery-go-release-4.5-presubmits.yaml index 1f9699feccdd..fd5bb80e10a2 100644 --- a/ci-operator/jobs/openshift-priv/build-machinery-go/openshift-priv-build-machinery-go-release-4.5-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/build-machinery-go/openshift-priv-build-machinery-go-release-4.5-presubmits.yaml @@ -19,11 +19,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -43,6 +43,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -57,4 +60,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/build-machinery-go/openshift-priv-build-machinery-go-release-4.6-presubmits.yaml b/ci-operator/jobs/openshift-priv/build-machinery-go/openshift-priv-build-machinery-go-release-4.6-presubmits.yaml index 7e29d6fbb56d..88b68f5b3aff 100644 --- a/ci-operator/jobs/openshift-priv/build-machinery-go/openshift-priv-build-machinery-go-release-4.6-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/build-machinery-go/openshift-priv-build-machinery-go-release-4.6-presubmits.yaml @@ -19,11 +19,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -43,6 +43,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -57,4 +60,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/build-machinery-go/openshift-priv-build-machinery-go-release-4.7-presubmits.yaml b/ci-operator/jobs/openshift-priv/build-machinery-go/openshift-priv-build-machinery-go-release-4.7-presubmits.yaml index 287c74b629c1..0b8e501b1d23 100644 --- a/ci-operator/jobs/openshift-priv/build-machinery-go/openshift-priv-build-machinery-go-release-4.7-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/build-machinery-go/openshift-priv-build-machinery-go-release-4.7-presubmits.yaml @@ -19,11 +19,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -43,6 +43,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -57,4 +60,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/builder/openshift-priv-builder-master-postsubmits.yaml b/ci-operator/jobs/openshift-priv/builder/openshift-priv-builder-master-postsubmits.yaml index f91ad2d4e089..190913973547 100644 --- a/ci-operator/jobs/openshift-priv/builder/openshift-priv-builder-master-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/builder/openshift-priv-builder-master-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-builder-master-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/builder/openshift-priv-builder-master-presubmits.yaml b/ci-operator/jobs/openshift-priv/builder/openshift-priv-builder-master-presubmits.yaml index 4768cddf20bc..b7a2d4f56058 100644 --- a/ci-operator/jobs/openshift-priv/builder/openshift-priv-builder-master-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/builder/openshift-priv-builder-master-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -52,6 +50,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -77,6 +78,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -97,14 +101,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-builds-cluster-profile - --target=e2e-aws-builds - --template=/usr/local/e2e-aws-builds @@ -141,6 +143,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -169,6 +174,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-builds,?($|\s.*) - agent: kubernetes always_run: true @@ -189,14 +197,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-image-ecosystem-cluster-profile - --target=e2e-aws-image-ecosystem - --template=/usr/local/e2e-aws-image-ecosystem @@ -233,6 +239,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -261,6 +270,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-image-ecosystem,?($|\s.*) - agent: kubernetes always_run: true @@ -281,14 +293,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-proxy-cluster-profile - --target=e2e-aws-proxy - --template=/usr/local/e2e-aws-proxy @@ -325,6 +335,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -353,6 +366,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-proxy,?($|\s.*) - agent: kubernetes always_run: true @@ -373,11 +389,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -397,6 +413,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -411,6 +430,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -431,11 +453,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -455,6 +477,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -469,6 +494,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -489,11 +517,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -513,6 +541,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -527,4 +558,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/builder/openshift-priv-builder-release-4.1-postsubmits.yaml b/ci-operator/jobs/openshift-priv/builder/openshift-priv-builder-release-4.1-postsubmits.yaml index a740319369cf..703cfadf0c46 100644 --- a/ci-operator/jobs/openshift-priv/builder/openshift-priv-builder-release-4.1-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/builder/openshift-priv-builder-release-4.1-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-builder-release-4.1-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/builder/openshift-priv-builder-release-4.1-presubmits.yaml b/ci-operator/jobs/openshift-priv/builder/openshift-priv-builder-release-4.1-presubmits.yaml index 1917a09070f3..c0b8ecd82d46 100644 --- a/ci-operator/jobs/openshift-priv/builder/openshift-priv-builder-release-4.1-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/builder/openshift-priv-builder-release-4.1-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -52,6 +50,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -77,6 +78,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -97,14 +101,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-builds-cluster-profile - --target=e2e-aws-builds - --template=/usr/local/e2e-aws-builds @@ -141,6 +143,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -169,6 +174,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-builds,?($|\s.*) - agent: kubernetes always_run: true @@ -189,14 +197,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-image-ecosystem-cluster-profile - --target=e2e-aws-image-ecosystem - --template=/usr/local/e2e-aws-image-ecosystem @@ -233,6 +239,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -261,6 +270,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-image-ecosystem,?($|\s.*) - agent: kubernetes always_run: true @@ -281,11 +293,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -305,6 +317,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -319,6 +334,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -339,11 +357,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -363,6 +381,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -377,6 +398,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -397,11 +421,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -421,6 +445,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -435,4 +462,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/builder/openshift-priv-builder-release-4.2-postsubmits.yaml b/ci-operator/jobs/openshift-priv/builder/openshift-priv-builder-release-4.2-postsubmits.yaml index 7e36efc8abfc..e0b0cdf7ec1b 100644 --- a/ci-operator/jobs/openshift-priv/builder/openshift-priv-builder-release-4.2-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/builder/openshift-priv-builder-release-4.2-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-builder-release-4.2-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/builder/openshift-priv-builder-release-4.2-presubmits.yaml b/ci-operator/jobs/openshift-priv/builder/openshift-priv-builder-release-4.2-presubmits.yaml index 1ada39732f86..f92471edf83f 100644 --- a/ci-operator/jobs/openshift-priv/builder/openshift-priv-builder-release-4.2-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/builder/openshift-priv-builder-release-4.2-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -52,6 +50,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -77,6 +78,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -97,14 +101,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-builds-cluster-profile - --target=e2e-aws-builds - --template=/usr/local/e2e-aws-builds @@ -141,6 +143,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -169,6 +174,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-builds,?($|\s.*) - agent: kubernetes always_run: true @@ -189,14 +197,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-image-ecosystem-cluster-profile - --target=e2e-aws-image-ecosystem - --template=/usr/local/e2e-aws-image-ecosystem @@ -233,6 +239,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -261,6 +270,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-image-ecosystem,?($|\s.*) - agent: kubernetes always_run: true @@ -281,11 +293,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -305,6 +317,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -319,6 +334,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -339,11 +357,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -363,6 +381,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -377,6 +398,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -397,11 +421,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -421,6 +445,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -435,4 +462,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/builder/openshift-priv-builder-release-4.3-postsubmits.yaml b/ci-operator/jobs/openshift-priv/builder/openshift-priv-builder-release-4.3-postsubmits.yaml index efad16c92c4b..20374d99dd2e 100644 --- a/ci-operator/jobs/openshift-priv/builder/openshift-priv-builder-release-4.3-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/builder/openshift-priv-builder-release-4.3-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-builder-release-4.3-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/builder/openshift-priv-builder-release-4.3-presubmits.yaml b/ci-operator/jobs/openshift-priv/builder/openshift-priv-builder-release-4.3-presubmits.yaml index 8abb936f0fb6..cbbe8807debe 100644 --- a/ci-operator/jobs/openshift-priv/builder/openshift-priv-builder-release-4.3-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/builder/openshift-priv-builder-release-4.3-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -52,6 +50,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -77,6 +78,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -97,14 +101,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-builds-cluster-profile - --target=e2e-aws-builds - --template=/usr/local/e2e-aws-builds @@ -141,6 +143,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -169,6 +174,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-builds,?($|\s.*) - agent: kubernetes always_run: true @@ -189,14 +197,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-image-ecosystem-cluster-profile - --target=e2e-aws-image-ecosystem - --template=/usr/local/e2e-aws-image-ecosystem @@ -233,6 +239,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -261,6 +270,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-image-ecosystem,?($|\s.*) - agent: kubernetes always_run: true @@ -281,14 +293,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-proxy-cluster-profile - --target=e2e-aws-proxy - --template=/usr/local/e2e-aws-proxy @@ -325,6 +335,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -353,6 +366,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-proxy,?($|\s.*) - agent: kubernetes always_run: true @@ -373,11 +389,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -397,6 +413,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -411,6 +430,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -431,11 +453,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -455,6 +477,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -469,6 +494,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -489,11 +517,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -513,6 +541,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -527,4 +558,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/builder/openshift-priv-builder-release-4.4-postsubmits.yaml b/ci-operator/jobs/openshift-priv/builder/openshift-priv-builder-release-4.4-postsubmits.yaml index fb30e9100cbd..e17ef8e15f2a 100644 --- a/ci-operator/jobs/openshift-priv/builder/openshift-priv-builder-release-4.4-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/builder/openshift-priv-builder-release-4.4-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-builder-release-4.4-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/builder/openshift-priv-builder-release-4.4-presubmits.yaml b/ci-operator/jobs/openshift-priv/builder/openshift-priv-builder-release-4.4-presubmits.yaml index 97282137c915..c257b561fcef 100644 --- a/ci-operator/jobs/openshift-priv/builder/openshift-priv-builder-release-4.4-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/builder/openshift-priv-builder-release-4.4-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -52,6 +50,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -77,6 +78,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -97,14 +101,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-builds-cluster-profile - --target=e2e-aws-builds - --template=/usr/local/e2e-aws-builds @@ -141,6 +143,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -169,6 +174,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-builds,?($|\s.*) - agent: kubernetes always_run: true @@ -189,14 +197,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-image-ecosystem-cluster-profile - --target=e2e-aws-image-ecosystem - --template=/usr/local/e2e-aws-image-ecosystem @@ -233,6 +239,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -261,6 +270,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-image-ecosystem,?($|\s.*) - agent: kubernetes always_run: true @@ -281,14 +293,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-proxy-cluster-profile - --target=e2e-aws-proxy - --template=/usr/local/e2e-aws-proxy @@ -325,6 +335,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -353,6 +366,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-proxy,?($|\s.*) - agent: kubernetes always_run: true @@ -373,11 +389,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -397,6 +413,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -411,6 +430,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -431,11 +453,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -455,6 +477,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -469,6 +494,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -489,11 +517,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -513,6 +541,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -527,4 +558,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/builder/openshift-priv-builder-release-4.5-postsubmits.yaml b/ci-operator/jobs/openshift-priv/builder/openshift-priv-builder-release-4.5-postsubmits.yaml index ef07ff08c6ab..091010d4f3de 100644 --- a/ci-operator/jobs/openshift-priv/builder/openshift-priv-builder-release-4.5-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/builder/openshift-priv-builder-release-4.5-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-builder-release-4.5-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/builder/openshift-priv-builder-release-4.5-presubmits.yaml b/ci-operator/jobs/openshift-priv/builder/openshift-priv-builder-release-4.5-presubmits.yaml index d1cd5e8521cd..cddf5c80d5bc 100644 --- a/ci-operator/jobs/openshift-priv/builder/openshift-priv-builder-release-4.5-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/builder/openshift-priv-builder-release-4.5-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -52,6 +50,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -77,6 +78,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -97,14 +101,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-builds-cluster-profile - --target=e2e-aws-builds - --template=/usr/local/e2e-aws-builds @@ -141,6 +143,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -169,6 +174,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-builds,?($|\s.*) - agent: kubernetes always_run: true @@ -189,14 +197,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-image-ecosystem-cluster-profile - --target=e2e-aws-image-ecosystem - --template=/usr/local/e2e-aws-image-ecosystem @@ -233,6 +239,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -261,6 +270,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-image-ecosystem,?($|\s.*) - agent: kubernetes always_run: true @@ -281,14 +293,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-proxy-cluster-profile - --target=e2e-aws-proxy - --template=/usr/local/e2e-aws-proxy @@ -325,6 +335,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -353,6 +366,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-proxy,?($|\s.*) - agent: kubernetes always_run: true @@ -373,11 +389,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -397,6 +413,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -411,6 +430,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -431,11 +453,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -455,6 +477,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -469,6 +494,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -489,11 +517,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -513,6 +541,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -527,4 +558,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/builder/openshift-priv-builder-release-4.6-postsubmits.yaml b/ci-operator/jobs/openshift-priv/builder/openshift-priv-builder-release-4.6-postsubmits.yaml index aa548fcb5058..992f9736c1a7 100644 --- a/ci-operator/jobs/openshift-priv/builder/openshift-priv-builder-release-4.6-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/builder/openshift-priv-builder-release-4.6-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-builder-release-4.6-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/builder/openshift-priv-builder-release-4.6-presubmits.yaml b/ci-operator/jobs/openshift-priv/builder/openshift-priv-builder-release-4.6-presubmits.yaml index 705d62acdaeb..77ca70217092 100644 --- a/ci-operator/jobs/openshift-priv/builder/openshift-priv-builder-release-4.6-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/builder/openshift-priv-builder-release-4.6-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -52,6 +50,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -77,6 +78,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -97,14 +101,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-builds-cluster-profile - --target=e2e-aws-builds - --template=/usr/local/e2e-aws-builds @@ -141,6 +143,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -169,6 +174,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-builds,?($|\s.*) - agent: kubernetes always_run: true @@ -189,14 +197,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-image-ecosystem-cluster-profile - --target=e2e-aws-image-ecosystem - --template=/usr/local/e2e-aws-image-ecosystem @@ -233,6 +239,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -261,6 +270,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-image-ecosystem,?($|\s.*) - agent: kubernetes always_run: true @@ -281,14 +293,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-proxy-cluster-profile - --target=e2e-aws-proxy - --template=/usr/local/e2e-aws-proxy @@ -325,6 +335,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -353,6 +366,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-proxy,?($|\s.*) - agent: kubernetes always_run: true @@ -373,11 +389,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -397,6 +413,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -411,6 +430,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -431,11 +453,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -455,6 +477,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -469,6 +494,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -489,11 +517,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -513,6 +541,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -527,4 +558,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/builder/openshift-priv-builder-release-4.7-postsubmits.yaml b/ci-operator/jobs/openshift-priv/builder/openshift-priv-builder-release-4.7-postsubmits.yaml index 1fb3180357ec..e287b0c49743 100644 --- a/ci-operator/jobs/openshift-priv/builder/openshift-priv-builder-release-4.7-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/builder/openshift-priv-builder-release-4.7-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-builder-release-4.7-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/builder/openshift-priv-builder-release-4.7-presubmits.yaml b/ci-operator/jobs/openshift-priv/builder/openshift-priv-builder-release-4.7-presubmits.yaml index 2b32bc0c72fe..ce346d28bf6c 100644 --- a/ci-operator/jobs/openshift-priv/builder/openshift-priv-builder-release-4.7-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/builder/openshift-priv-builder-release-4.7-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -52,6 +50,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -77,6 +78,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -97,14 +101,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-builds-cluster-profile - --target=e2e-aws-builds - --template=/usr/local/e2e-aws-builds @@ -141,6 +143,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -169,6 +174,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-builds,?($|\s.*) - agent: kubernetes always_run: true @@ -189,14 +197,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-image-ecosystem-cluster-profile - --target=e2e-aws-image-ecosystem - --template=/usr/local/e2e-aws-image-ecosystem @@ -233,6 +239,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -261,6 +270,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-image-ecosystem,?($|\s.*) - agent: kubernetes always_run: true @@ -281,14 +293,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-proxy-cluster-profile - --target=e2e-aws-proxy - --template=/usr/local/e2e-aws-proxy @@ -325,6 +335,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -353,6 +366,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-proxy,?($|\s.*) - agent: kubernetes always_run: true @@ -373,11 +389,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -397,6 +413,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -411,6 +430,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -431,11 +453,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -455,6 +477,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -469,6 +494,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -489,11 +517,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -513,6 +541,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -527,4 +558,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/cincinnati-operator/openshift-priv-cincinnati-operator-master-postsubmits.yaml b/ci-operator/jobs/openshift-priv/cincinnati-operator/openshift-priv-cincinnati-operator-master-postsubmits.yaml index 1e0aa3091bf4..f576ca38bbbe 100644 --- a/ci-operator/jobs/openshift-priv/cincinnati-operator/openshift-priv-cincinnati-operator-master-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cincinnati-operator/openshift-priv-cincinnati-operator-master-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-cincinnati-operator-master-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/cincinnati-operator/openshift-priv-cincinnati-operator-master-presubmits.yaml b/ci-operator/jobs/openshift-priv/cincinnati-operator/openshift-priv-cincinnati-operator-master-presubmits.yaml index 567e8a506a13..3ac15e4f1bfb 100644 --- a/ci-operator/jobs/openshift-priv/cincinnati-operator/openshift-priv-cincinnati-operator-master-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cincinnati-operator/openshift-priv-cincinnati-operator-master-presubmits.yaml @@ -19,11 +19,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -43,6 +43,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -57,6 +60,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -77,11 +83,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -101,6 +107,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -115,4 +124,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/cincinnati-operator/openshift-priv-cincinnati-operator-release-4.5-postsubmits.yaml b/ci-operator/jobs/openshift-priv/cincinnati-operator/openshift-priv-cincinnati-operator-release-4.5-postsubmits.yaml index c1fe29714082..bb4576e4e915 100644 --- a/ci-operator/jobs/openshift-priv/cincinnati-operator/openshift-priv-cincinnati-operator-release-4.5-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cincinnati-operator/openshift-priv-cincinnati-operator-release-4.5-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-cincinnati-operator-release-4.5-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/cincinnati-operator/openshift-priv-cincinnati-operator-release-4.5-presubmits.yaml b/ci-operator/jobs/openshift-priv/cincinnati-operator/openshift-priv-cincinnati-operator-release-4.5-presubmits.yaml index e57eabab9ce5..a593f1aac49c 100644 --- a/ci-operator/jobs/openshift-priv/cincinnati-operator/openshift-priv-cincinnati-operator-release-4.5-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cincinnati-operator/openshift-priv-cincinnati-operator-release-4.5-presubmits.yaml @@ -19,11 +19,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -43,6 +43,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -57,6 +60,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -77,11 +83,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -101,6 +107,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -115,4 +124,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/cincinnati-operator/openshift-priv-cincinnati-operator-release-4.6-postsubmits.yaml b/ci-operator/jobs/openshift-priv/cincinnati-operator/openshift-priv-cincinnati-operator-release-4.6-postsubmits.yaml index 87903fca3060..c65ef8f5c773 100644 --- a/ci-operator/jobs/openshift-priv/cincinnati-operator/openshift-priv-cincinnati-operator-release-4.6-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cincinnati-operator/openshift-priv-cincinnati-operator-release-4.6-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-cincinnati-operator-release-4.6-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/cincinnati-operator/openshift-priv-cincinnati-operator-release-4.6-presubmits.yaml b/ci-operator/jobs/openshift-priv/cincinnati-operator/openshift-priv-cincinnati-operator-release-4.6-presubmits.yaml index 149a09778997..8ca457e11d28 100644 --- a/ci-operator/jobs/openshift-priv/cincinnati-operator/openshift-priv-cincinnati-operator-release-4.6-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cincinnati-operator/openshift-priv-cincinnati-operator-release-4.6-presubmits.yaml @@ -19,11 +19,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -43,6 +43,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -57,6 +60,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -77,11 +83,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -101,6 +107,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -115,4 +124,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/client-go/openshift-priv-client-go-master-presubmits.yaml b/ci-operator/jobs/openshift-priv/client-go/openshift-priv-client-go-master-presubmits.yaml index e1d3f7875683..03f154e88c70 100644 --- a/ci-operator/jobs/openshift-priv/client-go/openshift-priv-client-go-master-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/client-go/openshift-priv-client-go-master-presubmits.yaml @@ -19,11 +19,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -43,6 +43,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -57,4 +60,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/client-go/openshift-priv-client-go-release-4.1-presubmits.yaml b/ci-operator/jobs/openshift-priv/client-go/openshift-priv-client-go-release-4.1-presubmits.yaml index f0ca4ae6c503..b60acc78d8b2 100644 --- a/ci-operator/jobs/openshift-priv/client-go/openshift-priv-client-go-release-4.1-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/client-go/openshift-priv-client-go-release-4.1-presubmits.yaml @@ -19,11 +19,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -43,6 +43,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -57,4 +60,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/client-go/openshift-priv-client-go-release-4.2-presubmits.yaml b/ci-operator/jobs/openshift-priv/client-go/openshift-priv-client-go-release-4.2-presubmits.yaml index 8754b0168710..7b02c27ea4ab 100644 --- a/ci-operator/jobs/openshift-priv/client-go/openshift-priv-client-go-release-4.2-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/client-go/openshift-priv-client-go-release-4.2-presubmits.yaml @@ -19,11 +19,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -43,6 +43,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -57,4 +60,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/client-go/openshift-priv-client-go-release-4.3-presubmits.yaml b/ci-operator/jobs/openshift-priv/client-go/openshift-priv-client-go-release-4.3-presubmits.yaml index 7992d52b9882..2dbd8a6a30b3 100644 --- a/ci-operator/jobs/openshift-priv/client-go/openshift-priv-client-go-release-4.3-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/client-go/openshift-priv-client-go-release-4.3-presubmits.yaml @@ -19,11 +19,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -43,6 +43,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -57,4 +60,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/client-go/openshift-priv-client-go-release-4.4-presubmits.yaml b/ci-operator/jobs/openshift-priv/client-go/openshift-priv-client-go-release-4.4-presubmits.yaml index 7a0cccf829fd..d4c0d8a74bba 100644 --- a/ci-operator/jobs/openshift-priv/client-go/openshift-priv-client-go-release-4.4-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/client-go/openshift-priv-client-go-release-4.4-presubmits.yaml @@ -19,11 +19,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -43,6 +43,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -57,4 +60,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/client-go/openshift-priv-client-go-release-4.5-presubmits.yaml b/ci-operator/jobs/openshift-priv/client-go/openshift-priv-client-go-release-4.5-presubmits.yaml index 35620ac6a27a..acaba28d8b20 100644 --- a/ci-operator/jobs/openshift-priv/client-go/openshift-priv-client-go-release-4.5-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/client-go/openshift-priv-client-go-release-4.5-presubmits.yaml @@ -19,11 +19,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -43,6 +43,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -57,4 +60,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/client-go/openshift-priv-client-go-release-4.6-presubmits.yaml b/ci-operator/jobs/openshift-priv/client-go/openshift-priv-client-go-release-4.6-presubmits.yaml index 114d74478687..0b7b6b9e1842 100644 --- a/ci-operator/jobs/openshift-priv/client-go/openshift-priv-client-go-release-4.6-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/client-go/openshift-priv-client-go-release-4.6-presubmits.yaml @@ -19,11 +19,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -43,6 +43,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -57,4 +60,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/client-go/openshift-priv-client-go-release-4.7-presubmits.yaml b/ci-operator/jobs/openshift-priv/client-go/openshift-priv-client-go-release-4.7-presubmits.yaml index 41dc6e185210..7899bdf8d66f 100644 --- a/ci-operator/jobs/openshift-priv/client-go/openshift-priv-client-go-release-4.7-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/client-go/openshift-priv-client-go-release-4.7-presubmits.yaml @@ -19,11 +19,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -43,6 +43,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -57,4 +60,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/cloud-credential-operator/openshift-priv-cloud-credential-operator-master-postsubmits.yaml b/ci-operator/jobs/openshift-priv/cloud-credential-operator/openshift-priv-cloud-credential-operator-master-postsubmits.yaml index 6eac70765e4b..8523d239fce0 100644 --- a/ci-operator/jobs/openshift-priv/cloud-credential-operator/openshift-priv-cloud-credential-operator-master-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cloud-credential-operator/openshift-priv-cloud-credential-operator-master-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-cloud-credential-operator-master-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/cloud-credential-operator/openshift-priv-cloud-credential-operator-master-presubmits.yaml b/ci-operator/jobs/openshift-priv/cloud-credential-operator/openshift-priv-cloud-credential-operator-master-presubmits.yaml index 915760f150ba..562f61bb2abd 100644 --- a/ci-operator/jobs/openshift-priv/cloud-credential-operator/openshift-priv-cloud-credential-operator-master-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cloud-credential-operator/openshift-priv-cloud-credential-operator-master-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -52,6 +50,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -77,6 +78,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -97,14 +101,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -130,6 +132,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -155,6 +160,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -175,14 +183,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-azure-cluster-profile - --target=e2e-azure - --template=/usr/local/e2e-azure @@ -219,6 +225,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -247,6 +256,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-azure,?($|\s.*) - agent: kubernetes always_run: true @@ -267,14 +279,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-gcp-cluster-profile - --target=e2e-gcp - --template=/usr/local/e2e-gcp @@ -311,6 +321,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -341,6 +354,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-gcp,?($|\s.*) - agent: kubernetes always_run: true @@ -361,11 +377,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -385,6 +401,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -399,6 +418,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -419,11 +441,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -443,6 +465,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -457,6 +482,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -477,11 +505,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -501,6 +529,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -515,6 +546,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) - agent: kubernetes always_run: true @@ -535,11 +569,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify-deps command: - ci-operator @@ -559,6 +593,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -573,4 +610,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify-deps,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/cloud-credential-operator/openshift-priv-cloud-credential-operator-release-4.1-postsubmits.yaml b/ci-operator/jobs/openshift-priv/cloud-credential-operator/openshift-priv-cloud-credential-operator-release-4.1-postsubmits.yaml index 108db4dd9190..70c69a1bdc4a 100644 --- a/ci-operator/jobs/openshift-priv/cloud-credential-operator/openshift-priv-cloud-credential-operator-release-4.1-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cloud-credential-operator/openshift-priv-cloud-credential-operator-release-4.1-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-cloud-credential-operator-release-4.1-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/cloud-credential-operator/openshift-priv-cloud-credential-operator-release-4.1-presubmits.yaml b/ci-operator/jobs/openshift-priv/cloud-credential-operator/openshift-priv-cloud-credential-operator-release-4.1-presubmits.yaml index 3a699cba4db4..9dc897c04cd9 100644 --- a/ci-operator/jobs/openshift-priv/cloud-credential-operator/openshift-priv-cloud-credential-operator-release-4.1-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cloud-credential-operator/openshift-priv-cloud-credential-operator-release-4.1-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -52,6 +50,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -77,6 +78,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -97,14 +101,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -130,6 +132,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -155,6 +160,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -175,11 +183,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=govet command: - ci-operator @@ -199,6 +207,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -213,6 +224,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )govet,?($|\s.*) - agent: kubernetes always_run: true @@ -233,11 +247,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -257,6 +271,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -271,6 +288,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -291,11 +311,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -315,6 +335,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -329,4 +352,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/cloud-credential-operator/openshift-priv-cloud-credential-operator-release-4.2-postsubmits.yaml b/ci-operator/jobs/openshift-priv/cloud-credential-operator/openshift-priv-cloud-credential-operator-release-4.2-postsubmits.yaml index 17a683871e7e..c3521172a322 100644 --- a/ci-operator/jobs/openshift-priv/cloud-credential-operator/openshift-priv-cloud-credential-operator-release-4.2-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cloud-credential-operator/openshift-priv-cloud-credential-operator-release-4.2-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-cloud-credential-operator-release-4.2-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/cloud-credential-operator/openshift-priv-cloud-credential-operator-release-4.2-presubmits.yaml b/ci-operator/jobs/openshift-priv/cloud-credential-operator/openshift-priv-cloud-credential-operator-release-4.2-presubmits.yaml index 1ed95bca743c..8cc82952c800 100644 --- a/ci-operator/jobs/openshift-priv/cloud-credential-operator/openshift-priv-cloud-credential-operator-release-4.2-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cloud-credential-operator/openshift-priv-cloud-credential-operator-release-4.2-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -52,6 +50,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -77,6 +78,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -97,14 +101,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -130,6 +132,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -155,6 +160,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -175,14 +183,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-gcp-cluster-profile - --target=e2e-gcp - --template=/usr/local/e2e-gcp @@ -219,6 +225,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -249,6 +258,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-gcp,?($|\s.*) - agent: kubernetes always_run: true @@ -269,11 +281,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=govet command: - ci-operator @@ -293,6 +305,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -307,6 +322,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )govet,?($|\s.*) - agent: kubernetes always_run: true @@ -327,11 +345,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -351,6 +369,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -365,6 +386,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -385,11 +409,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -409,6 +433,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -423,4 +450,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/cloud-credential-operator/openshift-priv-cloud-credential-operator-release-4.3-postsubmits.yaml b/ci-operator/jobs/openshift-priv/cloud-credential-operator/openshift-priv-cloud-credential-operator-release-4.3-postsubmits.yaml index 2b1e0b2973a9..e83f36a7257b 100644 --- a/ci-operator/jobs/openshift-priv/cloud-credential-operator/openshift-priv-cloud-credential-operator-release-4.3-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cloud-credential-operator/openshift-priv-cloud-credential-operator-release-4.3-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-cloud-credential-operator-release-4.3-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/cloud-credential-operator/openshift-priv-cloud-credential-operator-release-4.3-presubmits.yaml b/ci-operator/jobs/openshift-priv/cloud-credential-operator/openshift-priv-cloud-credential-operator-release-4.3-presubmits.yaml index bba10f833911..283bf6bcb20e 100644 --- a/ci-operator/jobs/openshift-priv/cloud-credential-operator/openshift-priv-cloud-credential-operator-release-4.3-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cloud-credential-operator/openshift-priv-cloud-credential-operator-release-4.3-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -52,6 +50,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -77,6 +78,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -97,14 +101,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -130,6 +132,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -155,6 +160,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -175,14 +183,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-azure-cluster-profile - --target=e2e-azure - --template=/usr/local/e2e-azure @@ -219,6 +225,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -247,6 +256,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-azure,?($|\s.*) - agent: kubernetes always_run: true @@ -267,14 +279,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-gcp-cluster-profile - --target=e2e-gcp - --template=/usr/local/e2e-gcp @@ -311,6 +321,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -341,6 +354,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-gcp,?($|\s.*) - agent: kubernetes always_run: true @@ -361,11 +377,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=govet command: - ci-operator @@ -385,6 +401,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -399,6 +418,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )govet,?($|\s.*) - agent: kubernetes always_run: true @@ -419,11 +441,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -443,6 +465,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -457,6 +482,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -477,11 +505,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -501,6 +529,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -515,4 +546,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/cloud-credential-operator/openshift-priv-cloud-credential-operator-release-4.4-postsubmits.yaml b/ci-operator/jobs/openshift-priv/cloud-credential-operator/openshift-priv-cloud-credential-operator-release-4.4-postsubmits.yaml index b5527f281897..d11026b211e0 100644 --- a/ci-operator/jobs/openshift-priv/cloud-credential-operator/openshift-priv-cloud-credential-operator-release-4.4-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cloud-credential-operator/openshift-priv-cloud-credential-operator-release-4.4-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-cloud-credential-operator-release-4.4-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/cloud-credential-operator/openshift-priv-cloud-credential-operator-release-4.4-presubmits.yaml b/ci-operator/jobs/openshift-priv/cloud-credential-operator/openshift-priv-cloud-credential-operator-release-4.4-presubmits.yaml index 4220997e94a2..e050fafe3601 100644 --- a/ci-operator/jobs/openshift-priv/cloud-credential-operator/openshift-priv-cloud-credential-operator-release-4.4-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cloud-credential-operator/openshift-priv-cloud-credential-operator-release-4.4-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -52,6 +50,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -77,6 +78,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -97,14 +101,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -130,6 +132,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -155,6 +160,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -175,14 +183,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-azure-cluster-profile - --target=e2e-azure - --template=/usr/local/e2e-azure @@ -219,6 +225,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -247,6 +256,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-azure,?($|\s.*) - agent: kubernetes always_run: true @@ -267,14 +279,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-gcp-cluster-profile - --target=e2e-gcp - --template=/usr/local/e2e-gcp @@ -311,6 +321,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -341,6 +354,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-gcp,?($|\s.*) - agent: kubernetes always_run: true @@ -361,11 +377,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=govet command: - ci-operator @@ -385,6 +401,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -399,6 +418,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )govet,?($|\s.*) - agent: kubernetes always_run: true @@ -419,11 +441,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -443,6 +465,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -457,6 +482,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -477,11 +505,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -501,6 +529,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -515,4 +546,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/cloud-credential-operator/openshift-priv-cloud-credential-operator-release-4.5-postsubmits.yaml b/ci-operator/jobs/openshift-priv/cloud-credential-operator/openshift-priv-cloud-credential-operator-release-4.5-postsubmits.yaml index ced317f8807e..810e10c8e11e 100644 --- a/ci-operator/jobs/openshift-priv/cloud-credential-operator/openshift-priv-cloud-credential-operator-release-4.5-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cloud-credential-operator/openshift-priv-cloud-credential-operator-release-4.5-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-cloud-credential-operator-release-4.5-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/cloud-credential-operator/openshift-priv-cloud-credential-operator-release-4.5-presubmits.yaml b/ci-operator/jobs/openshift-priv/cloud-credential-operator/openshift-priv-cloud-credential-operator-release-4.5-presubmits.yaml index ce0928075e09..7ab381361b46 100644 --- a/ci-operator/jobs/openshift-priv/cloud-credential-operator/openshift-priv-cloud-credential-operator-release-4.5-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cloud-credential-operator/openshift-priv-cloud-credential-operator-release-4.5-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -52,6 +50,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -77,6 +78,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -97,14 +101,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -130,6 +132,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -155,6 +160,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -175,14 +183,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-azure-cluster-profile - --target=e2e-azure - --template=/usr/local/e2e-azure @@ -219,6 +225,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -247,6 +256,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-azure,?($|\s.*) - agent: kubernetes always_run: true @@ -267,14 +279,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-gcp-cluster-profile - --target=e2e-gcp - --template=/usr/local/e2e-gcp @@ -311,6 +321,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -341,6 +354,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-gcp,?($|\s.*) - agent: kubernetes always_run: true @@ -361,11 +377,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -385,6 +401,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -399,6 +418,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -419,11 +441,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -443,6 +465,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -457,6 +482,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -477,11 +505,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -501,6 +529,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -515,6 +546,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) - agent: kubernetes always_run: true @@ -535,11 +569,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify-deps command: - ci-operator @@ -559,6 +593,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -573,4 +610,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify-deps,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/cloud-credential-operator/openshift-priv-cloud-credential-operator-release-4.6-postsubmits.yaml b/ci-operator/jobs/openshift-priv/cloud-credential-operator/openshift-priv-cloud-credential-operator-release-4.6-postsubmits.yaml index bf3455d01b78..89e83df6ee9a 100644 --- a/ci-operator/jobs/openshift-priv/cloud-credential-operator/openshift-priv-cloud-credential-operator-release-4.6-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cloud-credential-operator/openshift-priv-cloud-credential-operator-release-4.6-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-cloud-credential-operator-release-4.6-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/cloud-credential-operator/openshift-priv-cloud-credential-operator-release-4.6-presubmits.yaml b/ci-operator/jobs/openshift-priv/cloud-credential-operator/openshift-priv-cloud-credential-operator-release-4.6-presubmits.yaml index 52ced83da204..2891d40577e4 100644 --- a/ci-operator/jobs/openshift-priv/cloud-credential-operator/openshift-priv-cloud-credential-operator-release-4.6-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cloud-credential-operator/openshift-priv-cloud-credential-operator-release-4.6-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -52,6 +50,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -77,6 +78,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -97,14 +101,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -130,6 +132,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -155,6 +160,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -175,14 +183,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-azure-cluster-profile - --target=e2e-azure - --template=/usr/local/e2e-azure @@ -219,6 +225,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -247,6 +256,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-azure,?($|\s.*) - agent: kubernetes always_run: true @@ -267,14 +279,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-gcp-cluster-profile - --target=e2e-gcp - --template=/usr/local/e2e-gcp @@ -311,6 +321,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -341,6 +354,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-gcp,?($|\s.*) - agent: kubernetes always_run: true @@ -361,11 +377,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -385,6 +401,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -399,6 +418,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -419,11 +441,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -443,6 +465,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -457,6 +482,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -477,11 +505,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -501,6 +529,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -515,6 +546,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) - agent: kubernetes always_run: true @@ -535,11 +569,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify-deps command: - ci-operator @@ -559,6 +593,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -573,4 +610,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify-deps,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/cloud-credential-operator/openshift-priv-cloud-credential-operator-release-4.7-postsubmits.yaml b/ci-operator/jobs/openshift-priv/cloud-credential-operator/openshift-priv-cloud-credential-operator-release-4.7-postsubmits.yaml index 201c2a68d468..f9c61dd2893e 100644 --- a/ci-operator/jobs/openshift-priv/cloud-credential-operator/openshift-priv-cloud-credential-operator-release-4.7-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cloud-credential-operator/openshift-priv-cloud-credential-operator-release-4.7-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-cloud-credential-operator-release-4.7-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/cloud-credential-operator/openshift-priv-cloud-credential-operator-release-4.7-presubmits.yaml b/ci-operator/jobs/openshift-priv/cloud-credential-operator/openshift-priv-cloud-credential-operator-release-4.7-presubmits.yaml index 61f24531dfb4..2caa9a9c8ce6 100644 --- a/ci-operator/jobs/openshift-priv/cloud-credential-operator/openshift-priv-cloud-credential-operator-release-4.7-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cloud-credential-operator/openshift-priv-cloud-credential-operator-release-4.7-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -52,6 +50,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -77,6 +78,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -97,14 +101,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -130,6 +132,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -155,6 +160,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -175,14 +183,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-azure-cluster-profile - --target=e2e-azure - --template=/usr/local/e2e-azure @@ -219,6 +225,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -247,6 +256,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-azure,?($|\s.*) - agent: kubernetes always_run: true @@ -267,14 +279,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-gcp-cluster-profile - --target=e2e-gcp - --template=/usr/local/e2e-gcp @@ -311,6 +321,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -341,6 +354,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-gcp,?($|\s.*) - agent: kubernetes always_run: true @@ -361,11 +377,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -385,6 +401,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -399,6 +418,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -419,11 +441,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -443,6 +465,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -457,6 +482,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -477,11 +505,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -501,6 +529,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -515,6 +546,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) - agent: kubernetes always_run: true @@ -535,11 +569,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify-deps command: - ci-operator @@ -559,6 +593,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -573,4 +610,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify-deps,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/cloud-provider-openstack/openshift-priv-cloud-provider-openstack-master-postsubmits.yaml b/ci-operator/jobs/openshift-priv/cloud-provider-openstack/openshift-priv-cloud-provider-openstack-master-postsubmits.yaml index 78981ed504c6..37ba196a9f0c 100644 --- a/ci-operator/jobs/openshift-priv/cloud-provider-openstack/openshift-priv-cloud-provider-openstack-master-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cloud-provider-openstack/openshift-priv-cloud-provider-openstack-master-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-cloud-provider-openstack-master-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/cloud-provider-openstack/openshift-priv-cloud-provider-openstack-master-presubmits.yaml b/ci-operator/jobs/openshift-priv/cloud-provider-openstack/openshift-priv-cloud-provider-openstack-master-presubmits.yaml index c17a0328bbd8..67a926c23b54 100644 --- a/ci-operator/jobs/openshift-priv/cloud-provider-openstack/openshift-priv-cloud-provider-openstack-master-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cloud-provider-openstack/openshift-priv-cloud-provider-openstack-master-presubmits.yaml @@ -19,11 +19,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -43,6 +43,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -57,6 +60,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -77,11 +83,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -101,6 +107,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -115,4 +124,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/cloud-provider-openstack/openshift-priv-cloud-provider-openstack-release-4.1-postsubmits.yaml b/ci-operator/jobs/openshift-priv/cloud-provider-openstack/openshift-priv-cloud-provider-openstack-release-4.1-postsubmits.yaml index bcc2c662712d..ff55cf2f6fec 100644 --- a/ci-operator/jobs/openshift-priv/cloud-provider-openstack/openshift-priv-cloud-provider-openstack-release-4.1-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cloud-provider-openstack/openshift-priv-cloud-provider-openstack-release-4.1-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-cloud-provider-openstack-release-4.1-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/cloud-provider-openstack/openshift-priv-cloud-provider-openstack-release-4.1-presubmits.yaml b/ci-operator/jobs/openshift-priv/cloud-provider-openstack/openshift-priv-cloud-provider-openstack-release-4.1-presubmits.yaml index d85b049450f7..7f2c6399a390 100644 --- a/ci-operator/jobs/openshift-priv/cloud-provider-openstack/openshift-priv-cloud-provider-openstack-release-4.1-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cloud-provider-openstack/openshift-priv-cloud-provider-openstack-release-4.1-presubmits.yaml @@ -19,11 +19,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -43,6 +43,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -57,6 +60,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -77,11 +83,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -101,6 +107,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -115,4 +124,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/cloud-provider-openstack/openshift-priv-cloud-provider-openstack-release-4.2-postsubmits.yaml b/ci-operator/jobs/openshift-priv/cloud-provider-openstack/openshift-priv-cloud-provider-openstack-release-4.2-postsubmits.yaml index 2f2b84818d92..f8fe421e662f 100644 --- a/ci-operator/jobs/openshift-priv/cloud-provider-openstack/openshift-priv-cloud-provider-openstack-release-4.2-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cloud-provider-openstack/openshift-priv-cloud-provider-openstack-release-4.2-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-cloud-provider-openstack-release-4.2-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/cloud-provider-openstack/openshift-priv-cloud-provider-openstack-release-4.2-presubmits.yaml b/ci-operator/jobs/openshift-priv/cloud-provider-openstack/openshift-priv-cloud-provider-openstack-release-4.2-presubmits.yaml index 150eab705f24..c36c86caa7a6 100644 --- a/ci-operator/jobs/openshift-priv/cloud-provider-openstack/openshift-priv-cloud-provider-openstack-release-4.2-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cloud-provider-openstack/openshift-priv-cloud-provider-openstack-release-4.2-presubmits.yaml @@ -19,11 +19,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -43,6 +43,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -57,6 +60,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -77,11 +83,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -101,6 +107,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -115,4 +124,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/cloud-provider-openstack/openshift-priv-cloud-provider-openstack-release-4.3-postsubmits.yaml b/ci-operator/jobs/openshift-priv/cloud-provider-openstack/openshift-priv-cloud-provider-openstack-release-4.3-postsubmits.yaml index 5b80351a7390..9db575f405d6 100644 --- a/ci-operator/jobs/openshift-priv/cloud-provider-openstack/openshift-priv-cloud-provider-openstack-release-4.3-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cloud-provider-openstack/openshift-priv-cloud-provider-openstack-release-4.3-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-cloud-provider-openstack-release-4.3-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/cloud-provider-openstack/openshift-priv-cloud-provider-openstack-release-4.3-presubmits.yaml b/ci-operator/jobs/openshift-priv/cloud-provider-openstack/openshift-priv-cloud-provider-openstack-release-4.3-presubmits.yaml index 189cf277cb76..146419fe32df 100644 --- a/ci-operator/jobs/openshift-priv/cloud-provider-openstack/openshift-priv-cloud-provider-openstack-release-4.3-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cloud-provider-openstack/openshift-priv-cloud-provider-openstack-release-4.3-presubmits.yaml @@ -19,11 +19,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -43,6 +43,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -57,6 +60,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -77,11 +83,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -101,6 +107,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -115,4 +124,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/cloud-provider-openstack/openshift-priv-cloud-provider-openstack-release-4.4-postsubmits.yaml b/ci-operator/jobs/openshift-priv/cloud-provider-openstack/openshift-priv-cloud-provider-openstack-release-4.4-postsubmits.yaml index f388378cbb0e..ed78cca57271 100644 --- a/ci-operator/jobs/openshift-priv/cloud-provider-openstack/openshift-priv-cloud-provider-openstack-release-4.4-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cloud-provider-openstack/openshift-priv-cloud-provider-openstack-release-4.4-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-cloud-provider-openstack-release-4.4-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/cloud-provider-openstack/openshift-priv-cloud-provider-openstack-release-4.4-presubmits.yaml b/ci-operator/jobs/openshift-priv/cloud-provider-openstack/openshift-priv-cloud-provider-openstack-release-4.4-presubmits.yaml index 82f171258cd3..e483fba86b7e 100644 --- a/ci-operator/jobs/openshift-priv/cloud-provider-openstack/openshift-priv-cloud-provider-openstack-release-4.4-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cloud-provider-openstack/openshift-priv-cloud-provider-openstack-release-4.4-presubmits.yaml @@ -19,11 +19,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -43,6 +43,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -57,6 +60,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -77,11 +83,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -101,6 +107,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -115,4 +124,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/cloud-provider-openstack/openshift-priv-cloud-provider-openstack-release-4.5-postsubmits.yaml b/ci-operator/jobs/openshift-priv/cloud-provider-openstack/openshift-priv-cloud-provider-openstack-release-4.5-postsubmits.yaml index 23ce51d787aa..a16d527c7df3 100644 --- a/ci-operator/jobs/openshift-priv/cloud-provider-openstack/openshift-priv-cloud-provider-openstack-release-4.5-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cloud-provider-openstack/openshift-priv-cloud-provider-openstack-release-4.5-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-cloud-provider-openstack-release-4.5-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/cloud-provider-openstack/openshift-priv-cloud-provider-openstack-release-4.5-presubmits.yaml b/ci-operator/jobs/openshift-priv/cloud-provider-openstack/openshift-priv-cloud-provider-openstack-release-4.5-presubmits.yaml index 78883dab15f2..483cc15f9d73 100644 --- a/ci-operator/jobs/openshift-priv/cloud-provider-openstack/openshift-priv-cloud-provider-openstack-release-4.5-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cloud-provider-openstack/openshift-priv-cloud-provider-openstack-release-4.5-presubmits.yaml @@ -19,11 +19,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -43,6 +43,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -57,6 +60,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -77,11 +83,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -101,6 +107,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -115,4 +124,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/cloud-provider-openstack/openshift-priv-cloud-provider-openstack-release-4.6-postsubmits.yaml b/ci-operator/jobs/openshift-priv/cloud-provider-openstack/openshift-priv-cloud-provider-openstack-release-4.6-postsubmits.yaml index ed3e5fe7b4a3..1cc092f8afda 100644 --- a/ci-operator/jobs/openshift-priv/cloud-provider-openstack/openshift-priv-cloud-provider-openstack-release-4.6-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cloud-provider-openstack/openshift-priv-cloud-provider-openstack-release-4.6-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-cloud-provider-openstack-release-4.6-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/cloud-provider-openstack/openshift-priv-cloud-provider-openstack-release-4.6-presubmits.yaml b/ci-operator/jobs/openshift-priv/cloud-provider-openstack/openshift-priv-cloud-provider-openstack-release-4.6-presubmits.yaml index 1d95df13555e..67e0dc1e9514 100644 --- a/ci-operator/jobs/openshift-priv/cloud-provider-openstack/openshift-priv-cloud-provider-openstack-release-4.6-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cloud-provider-openstack/openshift-priv-cloud-provider-openstack-release-4.6-presubmits.yaml @@ -19,11 +19,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -43,6 +43,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -57,6 +60,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -77,11 +83,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -101,6 +107,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -115,4 +124,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/cloud-provider-openstack/openshift-priv-cloud-provider-openstack-release-4.7-postsubmits.yaml b/ci-operator/jobs/openshift-priv/cloud-provider-openstack/openshift-priv-cloud-provider-openstack-release-4.7-postsubmits.yaml index e5c1b5b2f440..925e467ee4d5 100644 --- a/ci-operator/jobs/openshift-priv/cloud-provider-openstack/openshift-priv-cloud-provider-openstack-release-4.7-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cloud-provider-openstack/openshift-priv-cloud-provider-openstack-release-4.7-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-cloud-provider-openstack-release-4.7-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/cloud-provider-openstack/openshift-priv-cloud-provider-openstack-release-4.7-presubmits.yaml b/ci-operator/jobs/openshift-priv/cloud-provider-openstack/openshift-priv-cloud-provider-openstack-release-4.7-presubmits.yaml index ccca3850a07e..b6b33d11ab10 100644 --- a/ci-operator/jobs/openshift-priv/cloud-provider-openstack/openshift-priv-cloud-provider-openstack-release-4.7-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cloud-provider-openstack/openshift-priv-cloud-provider-openstack-release-4.7-presubmits.yaml @@ -19,11 +19,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -43,6 +43,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -57,6 +60,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -77,11 +83,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -101,6 +107,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -115,4 +124,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/cluster-api-actuator-pkg/openshift-priv-cluster-api-actuator-pkg-master-postsubmits.yaml b/ci-operator/jobs/openshift-priv/cluster-api-actuator-pkg/openshift-priv-cluster-api-actuator-pkg-master-postsubmits.yaml index 4a6ce9c13c29..2dcbc06631e4 100644 --- a/ci-operator/jobs/openshift-priv/cluster-api-actuator-pkg/openshift-priv-cluster-api-actuator-pkg-master-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cluster-api-actuator-pkg/openshift-priv-cluster-api-actuator-pkg-master-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-cluster-api-actuator-pkg-master-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=src command: @@ -42,6 +43,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -56,3 +60,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/cluster-api-actuator-pkg/openshift-priv-cluster-api-actuator-pkg-master-presubmits.yaml b/ci-operator/jobs/openshift-priv/cluster-api-actuator-pkg/openshift-priv-cluster-api-actuator-pkg-master-presubmits.yaml index 66c530f692ac..941e1d305da9 100644 --- a/ci-operator/jobs/openshift-priv/cluster-api-actuator-pkg/openshift-priv-cluster-api-actuator-pkg-master-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cluster-api-actuator-pkg/openshift-priv-cluster-api-actuator-pkg-master-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-operator-cluster-profile - --target=e2e-aws-operator - --template=/usr/local/e2e-aws-operator @@ -63,6 +61,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -91,6 +92,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-operator,?($|\s.*) - agent: kubernetes always_run: true @@ -111,14 +115,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-operator-tech-preview-cluster-profile - --target=e2e-aws-operator-tech-preview - --template=/usr/local/e2e-aws-operator-tech-preview @@ -155,6 +157,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -183,6 +188,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-operator-tech-preview,?($|\s.*) - agent: kubernetes always_run: true @@ -203,14 +211,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-azure-operator-cluster-profile - --target=e2e-azure-operator - --template=/usr/local/e2e-azure-operator @@ -247,6 +253,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -275,6 +284,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-azure-operator,?($|\s.*) - agent: kubernetes always_run: true @@ -295,14 +307,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-gcp-operator-cluster-profile - --target=e2e-gcp-operator - --template=/usr/local/e2e-gcp-operator @@ -340,6 +350,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -370,6 +383,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-gcp-operator,?($|\s.*) - agent: kubernetes always_run: true @@ -390,11 +406,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=goimports command: - ci-operator @@ -414,6 +430,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -428,6 +447,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )goimports,?($|\s.*) - agent: kubernetes always_run: true @@ -448,11 +470,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=golint command: - ci-operator @@ -472,6 +494,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -486,6 +511,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )golint,?($|\s.*) - agent: kubernetes always_run: true @@ -506,11 +534,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=govet command: - ci-operator @@ -530,6 +558,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -544,6 +575,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )govet,?($|\s.*) - agent: kubernetes always_run: true @@ -564,11 +598,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=src command: @@ -589,6 +623,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -603,4 +640,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/cluster-api-actuator-pkg/openshift-priv-cluster-api-actuator-pkg-release-4.1-postsubmits.yaml b/ci-operator/jobs/openshift-priv/cluster-api-actuator-pkg/openshift-priv-cluster-api-actuator-pkg-release-4.1-postsubmits.yaml index 6388a1c9e2a0..52f55ad01de0 100644 --- a/ci-operator/jobs/openshift-priv/cluster-api-actuator-pkg/openshift-priv-cluster-api-actuator-pkg-release-4.1-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cluster-api-actuator-pkg/openshift-priv-cluster-api-actuator-pkg-release-4.1-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-cluster-api-actuator-pkg-release-4.1-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=src command: @@ -42,6 +43,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -56,3 +60,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/cluster-api-actuator-pkg/openshift-priv-cluster-api-actuator-pkg-release-4.1-presubmits.yaml b/ci-operator/jobs/openshift-priv/cluster-api-actuator-pkg/openshift-priv-cluster-api-actuator-pkg-release-4.1-presubmits.yaml index 27456425fbeb..e49d6d1d844e 100644 --- a/ci-operator/jobs/openshift-priv/cluster-api-actuator-pkg/openshift-priv-cluster-api-actuator-pkg-release-4.1-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cluster-api-actuator-pkg/openshift-priv-cluster-api-actuator-pkg-release-4.1-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-operator-cluster-profile - --target=e2e-aws-operator - --template=/usr/local/e2e-aws-operator @@ -63,6 +61,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -91,6 +92,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-operator,?($|\s.*) - agent: kubernetes always_run: true @@ -111,11 +115,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=gofmt command: - ci-operator @@ -135,6 +139,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -149,6 +156,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )gofmt,?($|\s.*) - agent: kubernetes always_run: true @@ -169,11 +179,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=golint command: - ci-operator @@ -193,6 +203,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -207,6 +220,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )golint,?($|\s.*) - agent: kubernetes always_run: true @@ -227,11 +243,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=govet command: - ci-operator @@ -251,6 +267,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -265,6 +284,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )govet,?($|\s.*) - agent: kubernetes always_run: true @@ -285,11 +307,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=src command: @@ -310,6 +332,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -324,6 +349,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -344,11 +372,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -368,6 +396,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -382,4 +413,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/cluster-api-actuator-pkg/openshift-priv-cluster-api-actuator-pkg-release-4.2-postsubmits.yaml b/ci-operator/jobs/openshift-priv/cluster-api-actuator-pkg/openshift-priv-cluster-api-actuator-pkg-release-4.2-postsubmits.yaml index 561f44013f8f..c019d44a89d0 100644 --- a/ci-operator/jobs/openshift-priv/cluster-api-actuator-pkg/openshift-priv-cluster-api-actuator-pkg-release-4.2-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cluster-api-actuator-pkg/openshift-priv-cluster-api-actuator-pkg-release-4.2-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-cluster-api-actuator-pkg-release-4.2-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=src command: @@ -42,6 +43,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -56,3 +60,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/cluster-api-actuator-pkg/openshift-priv-cluster-api-actuator-pkg-release-4.2-presubmits.yaml b/ci-operator/jobs/openshift-priv/cluster-api-actuator-pkg/openshift-priv-cluster-api-actuator-pkg-release-4.2-presubmits.yaml index 7fb9df415a36..0e415cb7fb91 100644 --- a/ci-operator/jobs/openshift-priv/cluster-api-actuator-pkg/openshift-priv-cluster-api-actuator-pkg-release-4.2-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cluster-api-actuator-pkg/openshift-priv-cluster-api-actuator-pkg-release-4.2-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-operator-cluster-profile - --target=e2e-aws-operator - --template=/usr/local/e2e-aws-operator @@ -63,6 +61,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -91,6 +92,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-operator,?($|\s.*) - agent: kubernetes always_run: true @@ -111,14 +115,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-operator-tech-preview-cluster-profile - --target=e2e-aws-operator-tech-preview - --template=/usr/local/e2e-aws-operator-tech-preview @@ -155,6 +157,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -183,6 +188,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-operator-tech-preview,?($|\s.*) - agent: kubernetes always_run: true @@ -203,14 +211,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-azure-operator-cluster-profile - --target=e2e-azure-operator - --template=/usr/local/e2e-azure-operator @@ -247,6 +253,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -275,6 +284,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-azure-operator,?($|\s.*) - agent: kubernetes always_run: true @@ -295,14 +307,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-gcp-operator-cluster-profile - --target=e2e-gcp-operator - --template=/usr/local/e2e-gcp-operator @@ -339,6 +349,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -369,6 +382,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-gcp-operator,?($|\s.*) - agent: kubernetes always_run: true @@ -389,11 +405,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=goimports command: - ci-operator @@ -413,6 +429,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -427,6 +446,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )goimports,?($|\s.*) - agent: kubernetes always_run: true @@ -447,11 +469,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=golint command: - ci-operator @@ -471,6 +493,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -485,6 +510,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )golint,?($|\s.*) - agent: kubernetes always_run: true @@ -505,11 +533,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=govet command: - ci-operator @@ -529,6 +557,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -543,6 +574,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )govet,?($|\s.*) - agent: kubernetes always_run: true @@ -563,11 +597,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=src command: @@ -588,6 +622,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -602,6 +639,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -622,11 +662,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -646,6 +686,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -660,4 +703,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/cluster-api-actuator-pkg/openshift-priv-cluster-api-actuator-pkg-release-4.3-postsubmits.yaml b/ci-operator/jobs/openshift-priv/cluster-api-actuator-pkg/openshift-priv-cluster-api-actuator-pkg-release-4.3-postsubmits.yaml index 8c76e6045316..fea5d43973e1 100644 --- a/ci-operator/jobs/openshift-priv/cluster-api-actuator-pkg/openshift-priv-cluster-api-actuator-pkg-release-4.3-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cluster-api-actuator-pkg/openshift-priv-cluster-api-actuator-pkg-release-4.3-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-cluster-api-actuator-pkg-release-4.3-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=src command: @@ -42,6 +43,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -56,3 +60,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/cluster-api-actuator-pkg/openshift-priv-cluster-api-actuator-pkg-release-4.3-presubmits.yaml b/ci-operator/jobs/openshift-priv/cluster-api-actuator-pkg/openshift-priv-cluster-api-actuator-pkg-release-4.3-presubmits.yaml index 08ee832c5e6e..626bef4e2fda 100644 --- a/ci-operator/jobs/openshift-priv/cluster-api-actuator-pkg/openshift-priv-cluster-api-actuator-pkg-release-4.3-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cluster-api-actuator-pkg/openshift-priv-cluster-api-actuator-pkg-release-4.3-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-operator-cluster-profile - --target=e2e-aws-operator - --template=/usr/local/e2e-aws-operator @@ -63,6 +61,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -91,6 +92,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-operator,?($|\s.*) - agent: kubernetes always_run: true @@ -111,14 +115,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-operator-tech-preview-cluster-profile - --target=e2e-aws-operator-tech-preview - --template=/usr/local/e2e-aws-operator-tech-preview @@ -155,6 +157,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -183,6 +188,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-operator-tech-preview,?($|\s.*) - agent: kubernetes always_run: true @@ -203,14 +211,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-azure-operator-cluster-profile - --target=e2e-azure-operator - --template=/usr/local/e2e-azure-operator @@ -247,6 +253,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -275,6 +284,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-azure-operator,?($|\s.*) - agent: kubernetes always_run: true @@ -295,14 +307,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-gcp-operator-cluster-profile - --target=e2e-gcp-operator - --template=/usr/local/e2e-gcp-operator @@ -339,6 +349,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -369,6 +382,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-gcp-operator,?($|\s.*) - agent: kubernetes always_run: true @@ -389,11 +405,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=goimports command: - ci-operator @@ -413,6 +429,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -427,6 +446,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )goimports,?($|\s.*) - agent: kubernetes always_run: true @@ -447,11 +469,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=golint command: - ci-operator @@ -471,6 +493,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -485,6 +510,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )golint,?($|\s.*) - agent: kubernetes always_run: true @@ -505,11 +533,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=govet command: - ci-operator @@ -529,6 +557,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -543,6 +574,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )govet,?($|\s.*) - agent: kubernetes always_run: true @@ -563,11 +597,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=src command: @@ -588,6 +622,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -602,6 +639,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -622,11 +662,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -646,6 +686,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -660,4 +703,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/cluster-api-actuator-pkg/openshift-priv-cluster-api-actuator-pkg-release-4.4-postsubmits.yaml b/ci-operator/jobs/openshift-priv/cluster-api-actuator-pkg/openshift-priv-cluster-api-actuator-pkg-release-4.4-postsubmits.yaml index d1feedf84000..7d9144b1efa0 100644 --- a/ci-operator/jobs/openshift-priv/cluster-api-actuator-pkg/openshift-priv-cluster-api-actuator-pkg-release-4.4-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cluster-api-actuator-pkg/openshift-priv-cluster-api-actuator-pkg-release-4.4-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-cluster-api-actuator-pkg-release-4.4-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=src command: @@ -42,6 +43,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -56,3 +60,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/cluster-api-actuator-pkg/openshift-priv-cluster-api-actuator-pkg-release-4.4-presubmits.yaml b/ci-operator/jobs/openshift-priv/cluster-api-actuator-pkg/openshift-priv-cluster-api-actuator-pkg-release-4.4-presubmits.yaml index b6611a7d32d8..ee021dd1c018 100644 --- a/ci-operator/jobs/openshift-priv/cluster-api-actuator-pkg/openshift-priv-cluster-api-actuator-pkg-release-4.4-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cluster-api-actuator-pkg/openshift-priv-cluster-api-actuator-pkg-release-4.4-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-operator-cluster-profile - --target=e2e-aws-operator - --template=/usr/local/e2e-aws-operator @@ -63,6 +61,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -91,6 +92,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-operator,?($|\s.*) - agent: kubernetes always_run: true @@ -111,14 +115,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-operator-tech-preview-cluster-profile - --target=e2e-aws-operator-tech-preview - --template=/usr/local/e2e-aws-operator-tech-preview @@ -155,6 +157,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -183,6 +188,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-operator-tech-preview,?($|\s.*) - agent: kubernetes always_run: true @@ -203,14 +211,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-azure-operator-cluster-profile - --target=e2e-azure-operator - --template=/usr/local/e2e-azure-operator @@ -247,6 +253,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -275,6 +284,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-azure-operator,?($|\s.*) - agent: kubernetes always_run: true @@ -295,14 +307,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-gcp-operator-cluster-profile - --target=e2e-gcp-operator - --template=/usr/local/e2e-gcp-operator @@ -339,6 +349,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -369,6 +382,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-gcp-operator,?($|\s.*) - agent: kubernetes always_run: true @@ -389,11 +405,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=goimports command: - ci-operator @@ -413,6 +429,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -427,6 +446,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )goimports,?($|\s.*) - agent: kubernetes always_run: true @@ -447,11 +469,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=golint command: - ci-operator @@ -471,6 +493,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -485,6 +510,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )golint,?($|\s.*) - agent: kubernetes always_run: true @@ -505,11 +533,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=govet command: - ci-operator @@ -529,6 +557,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -543,6 +574,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )govet,?($|\s.*) - agent: kubernetes always_run: true @@ -563,11 +597,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=src command: @@ -588,6 +622,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -602,6 +639,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -622,11 +662,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -646,6 +686,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -660,4 +703,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/cluster-api-actuator-pkg/openshift-priv-cluster-api-actuator-pkg-release-4.5-postsubmits.yaml b/ci-operator/jobs/openshift-priv/cluster-api-actuator-pkg/openshift-priv-cluster-api-actuator-pkg-release-4.5-postsubmits.yaml index b5af212ad63b..34c289514b59 100644 --- a/ci-operator/jobs/openshift-priv/cluster-api-actuator-pkg/openshift-priv-cluster-api-actuator-pkg-release-4.5-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cluster-api-actuator-pkg/openshift-priv-cluster-api-actuator-pkg-release-4.5-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-cluster-api-actuator-pkg-release-4.5-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=src command: @@ -42,6 +43,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -56,3 +60,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/cluster-api-actuator-pkg/openshift-priv-cluster-api-actuator-pkg-release-4.5-presubmits.yaml b/ci-operator/jobs/openshift-priv/cluster-api-actuator-pkg/openshift-priv-cluster-api-actuator-pkg-release-4.5-presubmits.yaml index c58617d3a8e5..bdc54412683f 100644 --- a/ci-operator/jobs/openshift-priv/cluster-api-actuator-pkg/openshift-priv-cluster-api-actuator-pkg-release-4.5-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cluster-api-actuator-pkg/openshift-priv-cluster-api-actuator-pkg-release-4.5-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-operator-cluster-profile - --target=e2e-aws-operator - --template=/usr/local/e2e-aws-operator @@ -63,6 +61,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -91,6 +92,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-operator,?($|\s.*) - agent: kubernetes always_run: true @@ -111,14 +115,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-operator-tech-preview-cluster-profile - --target=e2e-aws-operator-tech-preview - --template=/usr/local/e2e-aws-operator-tech-preview @@ -155,6 +157,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -183,6 +188,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-operator-tech-preview,?($|\s.*) - agent: kubernetes always_run: true @@ -203,14 +211,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-azure-operator-cluster-profile - --target=e2e-azure-operator - --template=/usr/local/e2e-azure-operator @@ -247,6 +253,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -275,6 +284,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-azure-operator,?($|\s.*) - agent: kubernetes always_run: true @@ -295,14 +307,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-gcp-operator-cluster-profile - --target=e2e-gcp-operator - --template=/usr/local/e2e-gcp-operator @@ -340,6 +350,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -370,6 +383,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-gcp-operator,?($|\s.*) - agent: kubernetes always_run: true @@ -390,11 +406,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=goimports command: - ci-operator @@ -414,6 +430,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -428,6 +447,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )goimports,?($|\s.*) - agent: kubernetes always_run: true @@ -448,11 +470,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=golint command: - ci-operator @@ -472,6 +494,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -486,6 +511,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )golint,?($|\s.*) - agent: kubernetes always_run: true @@ -506,11 +534,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=govet command: - ci-operator @@ -530,6 +558,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -544,6 +575,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )govet,?($|\s.*) - agent: kubernetes always_run: true @@ -564,11 +598,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=src command: @@ -589,6 +623,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -603,4 +640,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/cluster-api-actuator-pkg/openshift-priv-cluster-api-actuator-pkg-release-4.6-postsubmits.yaml b/ci-operator/jobs/openshift-priv/cluster-api-actuator-pkg/openshift-priv-cluster-api-actuator-pkg-release-4.6-postsubmits.yaml index 26f4df9882eb..6194b8703496 100644 --- a/ci-operator/jobs/openshift-priv/cluster-api-actuator-pkg/openshift-priv-cluster-api-actuator-pkg-release-4.6-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cluster-api-actuator-pkg/openshift-priv-cluster-api-actuator-pkg-release-4.6-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-cluster-api-actuator-pkg-release-4.6-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=src command: @@ -42,6 +43,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -56,3 +60,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/cluster-api-actuator-pkg/openshift-priv-cluster-api-actuator-pkg-release-4.6-presubmits.yaml b/ci-operator/jobs/openshift-priv/cluster-api-actuator-pkg/openshift-priv-cluster-api-actuator-pkg-release-4.6-presubmits.yaml index 6ef67d400d88..a92de3616f0a 100644 --- a/ci-operator/jobs/openshift-priv/cluster-api-actuator-pkg/openshift-priv-cluster-api-actuator-pkg-release-4.6-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cluster-api-actuator-pkg/openshift-priv-cluster-api-actuator-pkg-release-4.6-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-operator-cluster-profile - --target=e2e-aws-operator - --template=/usr/local/e2e-aws-operator @@ -63,6 +61,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -91,6 +92,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-operator,?($|\s.*) - agent: kubernetes always_run: true @@ -111,14 +115,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-operator-tech-preview-cluster-profile - --target=e2e-aws-operator-tech-preview - --template=/usr/local/e2e-aws-operator-tech-preview @@ -155,6 +157,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -183,6 +188,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-operator-tech-preview,?($|\s.*) - agent: kubernetes always_run: true @@ -203,14 +211,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-azure-operator-cluster-profile - --target=e2e-azure-operator - --template=/usr/local/e2e-azure-operator @@ -247,6 +253,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -275,6 +284,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-azure-operator,?($|\s.*) - agent: kubernetes always_run: true @@ -295,14 +307,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-gcp-operator-cluster-profile - --target=e2e-gcp-operator - --template=/usr/local/e2e-gcp-operator @@ -340,6 +350,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -370,6 +383,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-gcp-operator,?($|\s.*) - agent: kubernetes always_run: true @@ -390,11 +406,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=goimports command: - ci-operator @@ -414,6 +430,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -428,6 +447,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )goimports,?($|\s.*) - agent: kubernetes always_run: true @@ -448,11 +470,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=golint command: - ci-operator @@ -472,6 +494,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -486,6 +511,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )golint,?($|\s.*) - agent: kubernetes always_run: true @@ -506,11 +534,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=govet command: - ci-operator @@ -530,6 +558,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -544,6 +575,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )govet,?($|\s.*) - agent: kubernetes always_run: true @@ -564,11 +598,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=src command: @@ -589,6 +623,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -603,4 +640,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/cluster-api-actuator-pkg/openshift-priv-cluster-api-actuator-pkg-release-4.7-postsubmits.yaml b/ci-operator/jobs/openshift-priv/cluster-api-actuator-pkg/openshift-priv-cluster-api-actuator-pkg-release-4.7-postsubmits.yaml index d8f3f03727b2..12f795be581f 100644 --- a/ci-operator/jobs/openshift-priv/cluster-api-actuator-pkg/openshift-priv-cluster-api-actuator-pkg-release-4.7-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cluster-api-actuator-pkg/openshift-priv-cluster-api-actuator-pkg-release-4.7-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-cluster-api-actuator-pkg-release-4.7-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=src command: @@ -42,6 +43,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -56,3 +60,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/cluster-api-actuator-pkg/openshift-priv-cluster-api-actuator-pkg-release-4.7-presubmits.yaml b/ci-operator/jobs/openshift-priv/cluster-api-actuator-pkg/openshift-priv-cluster-api-actuator-pkg-release-4.7-presubmits.yaml index 746c8fd206fd..b02aa8ca9e10 100644 --- a/ci-operator/jobs/openshift-priv/cluster-api-actuator-pkg/openshift-priv-cluster-api-actuator-pkg-release-4.7-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cluster-api-actuator-pkg/openshift-priv-cluster-api-actuator-pkg-release-4.7-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-operator-cluster-profile - --target=e2e-aws-operator - --template=/usr/local/e2e-aws-operator @@ -63,6 +61,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -91,6 +92,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-operator,?($|\s.*) - agent: kubernetes always_run: true @@ -111,14 +115,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-operator-tech-preview-cluster-profile - --target=e2e-aws-operator-tech-preview - --template=/usr/local/e2e-aws-operator-tech-preview @@ -155,6 +157,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -183,6 +188,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-operator-tech-preview,?($|\s.*) - agent: kubernetes always_run: true @@ -203,14 +211,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-azure-operator-cluster-profile - --target=e2e-azure-operator - --template=/usr/local/e2e-azure-operator @@ -247,6 +253,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -275,6 +284,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-azure-operator,?($|\s.*) - agent: kubernetes always_run: true @@ -295,14 +307,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-gcp-operator-cluster-profile - --target=e2e-gcp-operator - --template=/usr/local/e2e-gcp-operator @@ -340,6 +350,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -370,6 +383,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-gcp-operator,?($|\s.*) - agent: kubernetes always_run: true @@ -390,11 +406,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=goimports command: - ci-operator @@ -414,6 +430,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -428,6 +447,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )goimports,?($|\s.*) - agent: kubernetes always_run: true @@ -448,11 +470,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=golint command: - ci-operator @@ -472,6 +494,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -486,6 +511,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )golint,?($|\s.*) - agent: kubernetes always_run: true @@ -506,11 +534,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=govet command: - ci-operator @@ -530,6 +558,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -544,6 +575,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )govet,?($|\s.*) - agent: kubernetes always_run: true @@ -564,11 +598,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=src command: @@ -589,6 +623,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -603,4 +640,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/cluster-api-provider-aws/openshift-priv-cluster-api-provider-aws-master-postsubmits.yaml b/ci-operator/jobs/openshift-priv/cluster-api-provider-aws/openshift-priv-cluster-api-provider-aws-master-postsubmits.yaml index e3d6bfbb9e44..d26ff4659d47 100644 --- a/ci-operator/jobs/openshift-priv/cluster-api-provider-aws/openshift-priv-cluster-api-provider-aws-master-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cluster-api-provider-aws/openshift-priv-cluster-api-provider-aws-master-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-cluster-api-provider-aws-master-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/cluster-api-provider-aws/openshift-priv-cluster-api-provider-aws-master-presubmits.yaml b/ci-operator/jobs/openshift-priv/cluster-api-provider-aws/openshift-priv-cluster-api-provider-aws-master-presubmits.yaml index 891c0784bae6..12ab65b0d201 100644 --- a/ci-operator/jobs/openshift-priv/cluster-api-provider-aws/openshift-priv-cluster-api-provider-aws-master-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cluster-api-provider-aws/openshift-priv-cluster-api-provider-aws-master-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -52,6 +50,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -77,6 +78,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -97,14 +101,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-operator-cluster-profile - --target=e2e-aws-operator - --template=/usr/local/e2e-aws-operator @@ -143,6 +145,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -171,6 +176,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-operator,?($|\s.*) - agent: kubernetes always_run: true @@ -191,14 +199,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -224,6 +230,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -249,6 +258,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -269,11 +281,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=goimports command: - ci-operator @@ -293,6 +305,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -307,6 +322,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )goimports,?($|\s.*) - agent: kubernetes always_run: true @@ -327,11 +345,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=golint command: - ci-operator @@ -351,6 +369,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -365,6 +386,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )golint,?($|\s.*) - agent: kubernetes always_run: true @@ -385,11 +409,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=govet command: - ci-operator @@ -409,6 +433,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -423,6 +450,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )govet,?($|\s.*) - agent: kubernetes always_run: true @@ -443,11 +473,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -467,6 +497,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -481,6 +514,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -501,11 +537,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -525,6 +561,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -539,4 +578,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/cluster-api-provider-aws/openshift-priv-cluster-api-provider-aws-release-4.1-postsubmits.yaml b/ci-operator/jobs/openshift-priv/cluster-api-provider-aws/openshift-priv-cluster-api-provider-aws-release-4.1-postsubmits.yaml index 5d3992ad9a5a..1bcaff971f11 100644 --- a/ci-operator/jobs/openshift-priv/cluster-api-provider-aws/openshift-priv-cluster-api-provider-aws-release-4.1-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cluster-api-provider-aws/openshift-priv-cluster-api-provider-aws-release-4.1-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-cluster-api-provider-aws-release-4.1-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/cluster-api-provider-aws/openshift-priv-cluster-api-provider-aws-release-4.1-presubmits.yaml b/ci-operator/jobs/openshift-priv/cluster-api-provider-aws/openshift-priv-cluster-api-provider-aws-release-4.1-presubmits.yaml index 00f9d3c07a20..0ba5d1d5ba75 100644 --- a/ci-operator/jobs/openshift-priv/cluster-api-provider-aws/openshift-priv-cluster-api-provider-aws-release-4.1-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cluster-api-provider-aws/openshift-priv-cluster-api-provider-aws-release-4.1-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -52,6 +50,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -77,6 +78,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -97,14 +101,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-operator-cluster-profile - --target=e2e-aws-operator - --template=/usr/local/e2e-aws-operator @@ -143,6 +145,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -171,6 +176,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-operator,?($|\s.*) - agent: kubernetes always_run: true @@ -191,14 +199,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -224,6 +230,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -249,6 +258,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -269,11 +281,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=gofmt command: - ci-operator @@ -293,6 +305,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -307,6 +322,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )gofmt,?($|\s.*) - agent: kubernetes always_run: true @@ -327,11 +345,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=golint command: - ci-operator @@ -351,6 +369,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -365,6 +386,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )golint,?($|\s.*) - agent: kubernetes always_run: true @@ -385,11 +409,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=govet command: - ci-operator @@ -409,6 +433,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -423,6 +450,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )govet,?($|\s.*) - agent: kubernetes always_run: true @@ -443,11 +473,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -467,6 +497,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -481,6 +514,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -501,11 +537,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -525,6 +561,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -539,4 +578,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/cluster-api-provider-aws/openshift-priv-cluster-api-provider-aws-release-4.2-postsubmits.yaml b/ci-operator/jobs/openshift-priv/cluster-api-provider-aws/openshift-priv-cluster-api-provider-aws-release-4.2-postsubmits.yaml index 37b60b6bf50e..deb81ea88366 100644 --- a/ci-operator/jobs/openshift-priv/cluster-api-provider-aws/openshift-priv-cluster-api-provider-aws-release-4.2-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cluster-api-provider-aws/openshift-priv-cluster-api-provider-aws-release-4.2-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-cluster-api-provider-aws-release-4.2-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/cluster-api-provider-aws/openshift-priv-cluster-api-provider-aws-release-4.2-presubmits.yaml b/ci-operator/jobs/openshift-priv/cluster-api-provider-aws/openshift-priv-cluster-api-provider-aws-release-4.2-presubmits.yaml index 49400dab5fd5..d34c2c0a36a3 100644 --- a/ci-operator/jobs/openshift-priv/cluster-api-provider-aws/openshift-priv-cluster-api-provider-aws-release-4.2-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cluster-api-provider-aws/openshift-priv-cluster-api-provider-aws-release-4.2-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -52,6 +50,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -77,6 +78,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -97,14 +101,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-operator-cluster-profile - --target=e2e-aws-operator - --template=/usr/local/e2e-aws-operator @@ -143,6 +145,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -171,6 +176,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-operator,?($|\s.*) - agent: kubernetes always_run: true @@ -191,14 +199,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -224,6 +230,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -249,6 +258,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -269,11 +281,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=goimports command: - ci-operator @@ -293,6 +305,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -307,6 +322,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )goimports,?($|\s.*) - agent: kubernetes always_run: true @@ -327,11 +345,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=golint command: - ci-operator @@ -351,6 +369,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -365,6 +386,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )golint,?($|\s.*) - agent: kubernetes always_run: true @@ -385,11 +409,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=govet command: - ci-operator @@ -409,6 +433,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -423,6 +450,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )govet,?($|\s.*) - agent: kubernetes always_run: true @@ -443,11 +473,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -467,6 +497,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -481,6 +514,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -501,11 +537,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -525,6 +561,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -539,4 +578,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/cluster-api-provider-aws/openshift-priv-cluster-api-provider-aws-release-4.3-postsubmits.yaml b/ci-operator/jobs/openshift-priv/cluster-api-provider-aws/openshift-priv-cluster-api-provider-aws-release-4.3-postsubmits.yaml index fa897bc359a6..fd9315f0ad87 100644 --- a/ci-operator/jobs/openshift-priv/cluster-api-provider-aws/openshift-priv-cluster-api-provider-aws-release-4.3-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cluster-api-provider-aws/openshift-priv-cluster-api-provider-aws-release-4.3-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-cluster-api-provider-aws-release-4.3-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/cluster-api-provider-aws/openshift-priv-cluster-api-provider-aws-release-4.3-presubmits.yaml b/ci-operator/jobs/openshift-priv/cluster-api-provider-aws/openshift-priv-cluster-api-provider-aws-release-4.3-presubmits.yaml index 83c2b82a2f36..15ffd5da71e7 100644 --- a/ci-operator/jobs/openshift-priv/cluster-api-provider-aws/openshift-priv-cluster-api-provider-aws-release-4.3-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cluster-api-provider-aws/openshift-priv-cluster-api-provider-aws-release-4.3-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -52,6 +50,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -77,6 +78,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -97,14 +101,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-operator-cluster-profile - --target=e2e-aws-operator - --template=/usr/local/e2e-aws-operator @@ -143,6 +145,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -171,6 +176,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-operator,?($|\s.*) - agent: kubernetes always_run: true @@ -191,14 +199,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -224,6 +230,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -249,6 +258,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -269,11 +281,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=goimports command: - ci-operator @@ -293,6 +305,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -307,6 +322,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )goimports,?($|\s.*) - agent: kubernetes always_run: true @@ -327,11 +345,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=golint command: - ci-operator @@ -351,6 +369,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -365,6 +386,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )golint,?($|\s.*) - agent: kubernetes always_run: true @@ -385,11 +409,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=govet command: - ci-operator @@ -409,6 +433,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -423,6 +450,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )govet,?($|\s.*) - agent: kubernetes always_run: true @@ -443,11 +473,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -467,6 +497,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -481,6 +514,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -501,11 +537,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -525,6 +561,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -539,4 +578,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/cluster-api-provider-aws/openshift-priv-cluster-api-provider-aws-release-4.4-postsubmits.yaml b/ci-operator/jobs/openshift-priv/cluster-api-provider-aws/openshift-priv-cluster-api-provider-aws-release-4.4-postsubmits.yaml index 3de412e942fb..59bf23fd8e33 100644 --- a/ci-operator/jobs/openshift-priv/cluster-api-provider-aws/openshift-priv-cluster-api-provider-aws-release-4.4-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cluster-api-provider-aws/openshift-priv-cluster-api-provider-aws-release-4.4-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-cluster-api-provider-aws-release-4.4-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/cluster-api-provider-aws/openshift-priv-cluster-api-provider-aws-release-4.4-presubmits.yaml b/ci-operator/jobs/openshift-priv/cluster-api-provider-aws/openshift-priv-cluster-api-provider-aws-release-4.4-presubmits.yaml index 32ad76acfddc..daafeb4a8b60 100644 --- a/ci-operator/jobs/openshift-priv/cluster-api-provider-aws/openshift-priv-cluster-api-provider-aws-release-4.4-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cluster-api-provider-aws/openshift-priv-cluster-api-provider-aws-release-4.4-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -52,6 +50,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -77,6 +78,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -97,14 +101,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-operator-cluster-profile - --target=e2e-aws-operator - --template=/usr/local/e2e-aws-operator @@ -143,6 +145,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -171,6 +176,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-operator,?($|\s.*) - agent: kubernetes always_run: true @@ -191,14 +199,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -224,6 +230,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -249,6 +258,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -269,11 +281,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=goimports command: - ci-operator @@ -293,6 +305,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -307,6 +322,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )goimports,?($|\s.*) - agent: kubernetes always_run: true @@ -327,11 +345,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=golint command: - ci-operator @@ -351,6 +369,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -365,6 +386,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )golint,?($|\s.*) - agent: kubernetes always_run: true @@ -385,11 +409,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=govet command: - ci-operator @@ -409,6 +433,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -423,6 +450,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )govet,?($|\s.*) - agent: kubernetes always_run: true @@ -443,11 +473,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -467,6 +497,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -481,6 +514,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -501,11 +537,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -525,6 +561,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -539,4 +578,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/cluster-api-provider-aws/openshift-priv-cluster-api-provider-aws-release-4.5-postsubmits.yaml b/ci-operator/jobs/openshift-priv/cluster-api-provider-aws/openshift-priv-cluster-api-provider-aws-release-4.5-postsubmits.yaml index e1c95acc5cd5..aa07124c2689 100644 --- a/ci-operator/jobs/openshift-priv/cluster-api-provider-aws/openshift-priv-cluster-api-provider-aws-release-4.5-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cluster-api-provider-aws/openshift-priv-cluster-api-provider-aws-release-4.5-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-cluster-api-provider-aws-release-4.5-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/cluster-api-provider-aws/openshift-priv-cluster-api-provider-aws-release-4.5-presubmits.yaml b/ci-operator/jobs/openshift-priv/cluster-api-provider-aws/openshift-priv-cluster-api-provider-aws-release-4.5-presubmits.yaml index 5ec2b80e2d73..ec0699835954 100644 --- a/ci-operator/jobs/openshift-priv/cluster-api-provider-aws/openshift-priv-cluster-api-provider-aws-release-4.5-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cluster-api-provider-aws/openshift-priv-cluster-api-provider-aws-release-4.5-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -52,6 +50,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -77,6 +78,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -97,14 +101,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-operator-cluster-profile - --target=e2e-aws-operator - --template=/usr/local/e2e-aws-operator @@ -143,6 +145,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -171,6 +176,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-operator,?($|\s.*) - agent: kubernetes always_run: true @@ -191,14 +199,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -224,6 +230,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -249,6 +258,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -269,11 +281,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=goimports command: - ci-operator @@ -293,6 +305,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -307,6 +322,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )goimports,?($|\s.*) - agent: kubernetes always_run: true @@ -327,11 +345,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=golint command: - ci-operator @@ -351,6 +369,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -365,6 +386,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )golint,?($|\s.*) - agent: kubernetes always_run: true @@ -385,11 +409,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=govet command: - ci-operator @@ -409,6 +433,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -423,6 +450,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )govet,?($|\s.*) - agent: kubernetes always_run: true @@ -443,11 +473,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -467,6 +497,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -481,6 +514,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -501,11 +537,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -525,6 +561,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -539,4 +578,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/cluster-api-provider-aws/openshift-priv-cluster-api-provider-aws-release-4.6-postsubmits.yaml b/ci-operator/jobs/openshift-priv/cluster-api-provider-aws/openshift-priv-cluster-api-provider-aws-release-4.6-postsubmits.yaml index 7c68ab470b4c..3a79f3c515c9 100644 --- a/ci-operator/jobs/openshift-priv/cluster-api-provider-aws/openshift-priv-cluster-api-provider-aws-release-4.6-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cluster-api-provider-aws/openshift-priv-cluster-api-provider-aws-release-4.6-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-cluster-api-provider-aws-release-4.6-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/cluster-api-provider-aws/openshift-priv-cluster-api-provider-aws-release-4.6-presubmits.yaml b/ci-operator/jobs/openshift-priv/cluster-api-provider-aws/openshift-priv-cluster-api-provider-aws-release-4.6-presubmits.yaml index 2eff4456f0b2..c76de1593c0e 100644 --- a/ci-operator/jobs/openshift-priv/cluster-api-provider-aws/openshift-priv-cluster-api-provider-aws-release-4.6-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cluster-api-provider-aws/openshift-priv-cluster-api-provider-aws-release-4.6-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -52,6 +50,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -77,6 +78,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -97,14 +101,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-operator-cluster-profile - --target=e2e-aws-operator - --template=/usr/local/e2e-aws-operator @@ -143,6 +145,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -171,6 +176,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-operator,?($|\s.*) - agent: kubernetes always_run: true @@ -191,14 +199,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -224,6 +230,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -249,6 +258,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -269,11 +281,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=goimports command: - ci-operator @@ -293,6 +305,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -307,6 +322,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )goimports,?($|\s.*) - agent: kubernetes always_run: true @@ -327,11 +345,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=golint command: - ci-operator @@ -351,6 +369,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -365,6 +386,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )golint,?($|\s.*) - agent: kubernetes always_run: true @@ -385,11 +409,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=govet command: - ci-operator @@ -409,6 +433,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -423,6 +450,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )govet,?($|\s.*) - agent: kubernetes always_run: true @@ -443,11 +473,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -467,6 +497,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -481,6 +514,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -501,11 +537,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -525,6 +561,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -539,4 +578,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/cluster-api-provider-aws/openshift-priv-cluster-api-provider-aws-release-4.7-postsubmits.yaml b/ci-operator/jobs/openshift-priv/cluster-api-provider-aws/openshift-priv-cluster-api-provider-aws-release-4.7-postsubmits.yaml index 05c283ea09c4..14e20e35c65a 100644 --- a/ci-operator/jobs/openshift-priv/cluster-api-provider-aws/openshift-priv-cluster-api-provider-aws-release-4.7-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cluster-api-provider-aws/openshift-priv-cluster-api-provider-aws-release-4.7-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-cluster-api-provider-aws-release-4.7-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/cluster-api-provider-aws/openshift-priv-cluster-api-provider-aws-release-4.7-presubmits.yaml b/ci-operator/jobs/openshift-priv/cluster-api-provider-aws/openshift-priv-cluster-api-provider-aws-release-4.7-presubmits.yaml index 6c5cca8cc161..2319786c2d9d 100644 --- a/ci-operator/jobs/openshift-priv/cluster-api-provider-aws/openshift-priv-cluster-api-provider-aws-release-4.7-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cluster-api-provider-aws/openshift-priv-cluster-api-provider-aws-release-4.7-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -52,6 +50,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -77,6 +78,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -97,14 +101,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-operator-cluster-profile - --target=e2e-aws-operator - --template=/usr/local/e2e-aws-operator @@ -143,6 +145,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -171,6 +176,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-operator,?($|\s.*) - agent: kubernetes always_run: true @@ -191,14 +199,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -224,6 +230,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -249,6 +258,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -269,11 +281,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=goimports command: - ci-operator @@ -293,6 +305,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -307,6 +322,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )goimports,?($|\s.*) - agent: kubernetes always_run: true @@ -327,11 +345,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=golint command: - ci-operator @@ -351,6 +369,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -365,6 +386,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )golint,?($|\s.*) - agent: kubernetes always_run: true @@ -385,11 +409,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=govet command: - ci-operator @@ -409,6 +433,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -423,6 +450,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )govet,?($|\s.*) - agent: kubernetes always_run: true @@ -443,11 +473,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -467,6 +497,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -481,6 +514,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -501,11 +537,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -525,6 +561,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -539,4 +578,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/cluster-api-provider-azure/openshift-priv-cluster-api-provider-azure-master-postsubmits.yaml b/ci-operator/jobs/openshift-priv/cluster-api-provider-azure/openshift-priv-cluster-api-provider-azure-master-postsubmits.yaml index b9b12c4bed58..782f935a647a 100644 --- a/ci-operator/jobs/openshift-priv/cluster-api-provider-azure/openshift-priv-cluster-api-provider-azure-master-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cluster-api-provider-azure/openshift-priv-cluster-api-provider-azure-master-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-cluster-api-provider-azure-master-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/cluster-api-provider-azure/openshift-priv-cluster-api-provider-azure-master-presubmits.yaml b/ci-operator/jobs/openshift-priv/cluster-api-provider-azure/openshift-priv-cluster-api-provider-azure-master-presubmits.yaml index 160f45f7b610..07cabcb4723b 100644 --- a/ci-operator/jobs/openshift-priv/cluster-api-provider-azure/openshift-priv-cluster-api-provider-azure-master-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cluster-api-provider-azure/openshift-priv-cluster-api-provider-azure-master-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-azure-cluster-profile - --target=e2e-azure - --template=/usr/local/e2e-azure @@ -63,6 +61,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -91,6 +92,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-azure,?($|\s.*) - agent: kubernetes always_run: true @@ -111,14 +115,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-azure-operator-cluster-profile - --target=e2e-azure-operator - --template=/usr/local/e2e-azure-operator @@ -157,6 +159,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -185,6 +190,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-azure-operator,?($|\s.*) - agent: kubernetes always_run: true @@ -205,11 +213,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=git-history command: - ci-operator @@ -229,6 +237,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -243,6 +254,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )git-history,?($|\s.*) - agent: kubernetes always_run: true @@ -263,11 +277,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=goimports command: - ci-operator @@ -287,6 +301,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -301,6 +318,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )goimports,?($|\s.*) - agent: kubernetes always_run: true @@ -321,11 +341,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=govet command: - ci-operator @@ -345,6 +365,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -359,6 +382,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )govet,?($|\s.*) - agent: kubernetes always_run: true @@ -379,11 +405,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -403,6 +429,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -417,6 +446,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -437,11 +469,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -461,6 +493,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -475,4 +510,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/cluster-api-provider-azure/openshift-priv-cluster-api-provider-azure-release-4.1-postsubmits.yaml b/ci-operator/jobs/openshift-priv/cluster-api-provider-azure/openshift-priv-cluster-api-provider-azure-release-4.1-postsubmits.yaml index 87e158b5b4e2..c292905de62c 100644 --- a/ci-operator/jobs/openshift-priv/cluster-api-provider-azure/openshift-priv-cluster-api-provider-azure-release-4.1-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cluster-api-provider-azure/openshift-priv-cluster-api-provider-azure-release-4.1-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-cluster-api-provider-azure-release-4.1-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/cluster-api-provider-azure/openshift-priv-cluster-api-provider-azure-release-4.1-presubmits.yaml b/ci-operator/jobs/openshift-priv/cluster-api-provider-azure/openshift-priv-cluster-api-provider-azure-release-4.1-presubmits.yaml index 902fe6834799..c9b0403d2572 100644 --- a/ci-operator/jobs/openshift-priv/cluster-api-provider-azure/openshift-priv-cluster-api-provider-azure-release-4.1-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cluster-api-provider-azure/openshift-priv-cluster-api-provider-azure-release-4.1-presubmits.yaml @@ -19,11 +19,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=bazel-build command: - ci-operator @@ -43,6 +43,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -57,6 +60,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )bazel-build,?($|\s.*) - agent: kubernetes always_run: true @@ -77,11 +83,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=bazel-verify command: - ci-operator @@ -101,6 +107,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -115,6 +124,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )bazel-verify,?($|\s.*) - agent: kubernetes always_run: true @@ -135,11 +147,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=gofmt command: - ci-operator @@ -159,6 +171,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -173,6 +188,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )gofmt,?($|\s.*) - agent: kubernetes always_run: true @@ -193,11 +211,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=govet command: - ci-operator @@ -217,6 +235,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -231,6 +252,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )govet,?($|\s.*) - agent: kubernetes always_run: true @@ -251,11 +275,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -275,6 +299,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -289,6 +316,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -309,11 +339,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -333,6 +363,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -347,4 +380,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/cluster-api-provider-azure/openshift-priv-cluster-api-provider-azure-release-4.2-postsubmits.yaml b/ci-operator/jobs/openshift-priv/cluster-api-provider-azure/openshift-priv-cluster-api-provider-azure-release-4.2-postsubmits.yaml index dbae46467edd..891c6bb16c88 100644 --- a/ci-operator/jobs/openshift-priv/cluster-api-provider-azure/openshift-priv-cluster-api-provider-azure-release-4.2-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cluster-api-provider-azure/openshift-priv-cluster-api-provider-azure-release-4.2-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-cluster-api-provider-azure-release-4.2-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/cluster-api-provider-azure/openshift-priv-cluster-api-provider-azure-release-4.2-presubmits.yaml b/ci-operator/jobs/openshift-priv/cluster-api-provider-azure/openshift-priv-cluster-api-provider-azure-release-4.2-presubmits.yaml index 4b987f29918e..3a7490f5d0bd 100644 --- a/ci-operator/jobs/openshift-priv/cluster-api-provider-azure/openshift-priv-cluster-api-provider-azure-release-4.2-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cluster-api-provider-azure/openshift-priv-cluster-api-provider-azure-release-4.2-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-azure-cluster-profile - --target=e2e-azure - --template=/usr/local/e2e-azure @@ -63,6 +61,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -91,6 +92,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-azure,?($|\s.*) - agent: kubernetes always_run: true @@ -111,14 +115,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-azure-operator-cluster-profile - --target=e2e-azure-operator - --template=/usr/local/e2e-azure-operator @@ -157,6 +159,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -185,6 +190,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-azure-operator,?($|\s.*) - agent: kubernetes always_run: true @@ -205,11 +213,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=git-history command: - ci-operator @@ -229,6 +237,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -243,6 +254,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )git-history,?($|\s.*) - agent: kubernetes always_run: true @@ -263,11 +277,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=goimports command: - ci-operator @@ -287,6 +301,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -301,6 +318,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )goimports,?($|\s.*) - agent: kubernetes always_run: true @@ -321,11 +341,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=govet command: - ci-operator @@ -345,6 +365,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -359,6 +382,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )govet,?($|\s.*) - agent: kubernetes always_run: true @@ -379,11 +405,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -403,6 +429,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -417,6 +446,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -437,11 +469,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -461,6 +493,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -475,4 +510,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/cluster-api-provider-azure/openshift-priv-cluster-api-provider-azure-release-4.3-postsubmits.yaml b/ci-operator/jobs/openshift-priv/cluster-api-provider-azure/openshift-priv-cluster-api-provider-azure-release-4.3-postsubmits.yaml index ef3a4acdc43d..90a38c201fd2 100644 --- a/ci-operator/jobs/openshift-priv/cluster-api-provider-azure/openshift-priv-cluster-api-provider-azure-release-4.3-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cluster-api-provider-azure/openshift-priv-cluster-api-provider-azure-release-4.3-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-cluster-api-provider-azure-release-4.3-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/cluster-api-provider-azure/openshift-priv-cluster-api-provider-azure-release-4.3-presubmits.yaml b/ci-operator/jobs/openshift-priv/cluster-api-provider-azure/openshift-priv-cluster-api-provider-azure-release-4.3-presubmits.yaml index 7d49a93c54e0..e772024ddb3f 100644 --- a/ci-operator/jobs/openshift-priv/cluster-api-provider-azure/openshift-priv-cluster-api-provider-azure-release-4.3-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cluster-api-provider-azure/openshift-priv-cluster-api-provider-azure-release-4.3-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-azure-cluster-profile - --target=e2e-azure - --template=/usr/local/e2e-azure @@ -63,6 +61,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -91,6 +92,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-azure,?($|\s.*) - agent: kubernetes always_run: true @@ -111,14 +115,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-azure-operator-cluster-profile - --target=e2e-azure-operator - --template=/usr/local/e2e-azure-operator @@ -157,6 +159,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -185,6 +190,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-azure-operator,?($|\s.*) - agent: kubernetes always_run: true @@ -205,11 +213,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=git-history command: - ci-operator @@ -229,6 +237,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -243,6 +254,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )git-history,?($|\s.*) - agent: kubernetes always_run: true @@ -263,11 +277,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=goimports command: - ci-operator @@ -287,6 +301,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -301,6 +318,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )goimports,?($|\s.*) - agent: kubernetes always_run: true @@ -321,11 +341,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=govet command: - ci-operator @@ -345,6 +365,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -359,6 +382,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )govet,?($|\s.*) - agent: kubernetes always_run: true @@ -379,11 +405,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -403,6 +429,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -417,6 +446,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -437,11 +469,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -461,6 +493,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -475,4 +510,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/cluster-api-provider-azure/openshift-priv-cluster-api-provider-azure-release-4.4-postsubmits.yaml b/ci-operator/jobs/openshift-priv/cluster-api-provider-azure/openshift-priv-cluster-api-provider-azure-release-4.4-postsubmits.yaml index 18af2c819919..1362ac9738b4 100644 --- a/ci-operator/jobs/openshift-priv/cluster-api-provider-azure/openshift-priv-cluster-api-provider-azure-release-4.4-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cluster-api-provider-azure/openshift-priv-cluster-api-provider-azure-release-4.4-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-cluster-api-provider-azure-release-4.4-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/cluster-api-provider-azure/openshift-priv-cluster-api-provider-azure-release-4.4-presubmits.yaml b/ci-operator/jobs/openshift-priv/cluster-api-provider-azure/openshift-priv-cluster-api-provider-azure-release-4.4-presubmits.yaml index b536ca38366a..5a5e8d6b17eb 100644 --- a/ci-operator/jobs/openshift-priv/cluster-api-provider-azure/openshift-priv-cluster-api-provider-azure-release-4.4-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cluster-api-provider-azure/openshift-priv-cluster-api-provider-azure-release-4.4-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-azure-cluster-profile - --target=e2e-azure - --template=/usr/local/e2e-azure @@ -63,6 +61,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -91,6 +92,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-azure,?($|\s.*) - agent: kubernetes always_run: true @@ -111,14 +115,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-azure-operator-cluster-profile - --target=e2e-azure-operator - --template=/usr/local/e2e-azure-operator @@ -157,6 +159,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -185,6 +190,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-azure-operator,?($|\s.*) - agent: kubernetes always_run: true @@ -205,11 +213,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=git-history command: - ci-operator @@ -229,6 +237,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -243,6 +254,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )git-history,?($|\s.*) - agent: kubernetes always_run: true @@ -263,11 +277,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=goimports command: - ci-operator @@ -287,6 +301,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -301,6 +318,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )goimports,?($|\s.*) - agent: kubernetes always_run: true @@ -321,11 +341,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=govet command: - ci-operator @@ -345,6 +365,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -359,6 +382,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )govet,?($|\s.*) - agent: kubernetes always_run: true @@ -379,11 +405,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -403,6 +429,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -417,6 +446,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -437,11 +469,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -461,6 +493,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -475,4 +510,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/cluster-api-provider-azure/openshift-priv-cluster-api-provider-azure-release-4.5-postsubmits.yaml b/ci-operator/jobs/openshift-priv/cluster-api-provider-azure/openshift-priv-cluster-api-provider-azure-release-4.5-postsubmits.yaml index f55b8f40b456..06b236917d03 100644 --- a/ci-operator/jobs/openshift-priv/cluster-api-provider-azure/openshift-priv-cluster-api-provider-azure-release-4.5-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cluster-api-provider-azure/openshift-priv-cluster-api-provider-azure-release-4.5-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-cluster-api-provider-azure-release-4.5-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/cluster-api-provider-azure/openshift-priv-cluster-api-provider-azure-release-4.5-presubmits.yaml b/ci-operator/jobs/openshift-priv/cluster-api-provider-azure/openshift-priv-cluster-api-provider-azure-release-4.5-presubmits.yaml index f858e4c25b50..4cecaabe4246 100644 --- a/ci-operator/jobs/openshift-priv/cluster-api-provider-azure/openshift-priv-cluster-api-provider-azure-release-4.5-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cluster-api-provider-azure/openshift-priv-cluster-api-provider-azure-release-4.5-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-azure-cluster-profile - --target=e2e-azure - --template=/usr/local/e2e-azure @@ -63,6 +61,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -91,6 +92,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-azure,?($|\s.*) - agent: kubernetes always_run: true @@ -111,14 +115,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-azure-operator-cluster-profile - --target=e2e-azure-operator - --template=/usr/local/e2e-azure-operator @@ -157,6 +159,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -185,6 +190,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-azure-operator,?($|\s.*) - agent: kubernetes always_run: true @@ -205,11 +213,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=git-history command: - ci-operator @@ -229,6 +237,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -243,6 +254,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )git-history,?($|\s.*) - agent: kubernetes always_run: true @@ -263,11 +277,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=goimports command: - ci-operator @@ -287,6 +301,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -301,6 +318,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )goimports,?($|\s.*) - agent: kubernetes always_run: true @@ -321,11 +341,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=govet command: - ci-operator @@ -345,6 +365,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -359,6 +382,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )govet,?($|\s.*) - agent: kubernetes always_run: true @@ -379,11 +405,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -403,6 +429,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -417,6 +446,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -437,11 +469,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -461,6 +493,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -475,4 +510,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/cluster-api-provider-azure/openshift-priv-cluster-api-provider-azure-release-4.6-postsubmits.yaml b/ci-operator/jobs/openshift-priv/cluster-api-provider-azure/openshift-priv-cluster-api-provider-azure-release-4.6-postsubmits.yaml index 0e5a761c9450..7e17aff7c768 100644 --- a/ci-operator/jobs/openshift-priv/cluster-api-provider-azure/openshift-priv-cluster-api-provider-azure-release-4.6-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cluster-api-provider-azure/openshift-priv-cluster-api-provider-azure-release-4.6-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-cluster-api-provider-azure-release-4.6-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/cluster-api-provider-azure/openshift-priv-cluster-api-provider-azure-release-4.6-presubmits.yaml b/ci-operator/jobs/openshift-priv/cluster-api-provider-azure/openshift-priv-cluster-api-provider-azure-release-4.6-presubmits.yaml index 1fd59e244dce..bc3160e80576 100644 --- a/ci-operator/jobs/openshift-priv/cluster-api-provider-azure/openshift-priv-cluster-api-provider-azure-release-4.6-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cluster-api-provider-azure/openshift-priv-cluster-api-provider-azure-release-4.6-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-azure-cluster-profile - --target=e2e-azure - --template=/usr/local/e2e-azure @@ -63,6 +61,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -91,6 +92,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-azure,?($|\s.*) - agent: kubernetes always_run: true @@ -111,14 +115,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-azure-operator-cluster-profile - --target=e2e-azure-operator - --template=/usr/local/e2e-azure-operator @@ -157,6 +159,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -185,6 +190,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-azure-operator,?($|\s.*) - agent: kubernetes always_run: true @@ -205,11 +213,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=git-history command: - ci-operator @@ -229,6 +237,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -243,6 +254,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )git-history,?($|\s.*) - agent: kubernetes always_run: true @@ -263,11 +277,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=goimports command: - ci-operator @@ -287,6 +301,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -301,6 +318,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )goimports,?($|\s.*) - agent: kubernetes always_run: true @@ -321,11 +341,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=govet command: - ci-operator @@ -345,6 +365,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -359,6 +382,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )govet,?($|\s.*) - agent: kubernetes always_run: true @@ -379,11 +405,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -403,6 +429,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -417,6 +446,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -437,11 +469,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -461,6 +493,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -475,4 +510,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/cluster-api-provider-azure/openshift-priv-cluster-api-provider-azure-release-4.7-postsubmits.yaml b/ci-operator/jobs/openshift-priv/cluster-api-provider-azure/openshift-priv-cluster-api-provider-azure-release-4.7-postsubmits.yaml index d14ef6bd5d3a..d39591c2fb05 100644 --- a/ci-operator/jobs/openshift-priv/cluster-api-provider-azure/openshift-priv-cluster-api-provider-azure-release-4.7-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cluster-api-provider-azure/openshift-priv-cluster-api-provider-azure-release-4.7-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-cluster-api-provider-azure-release-4.7-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/cluster-api-provider-azure/openshift-priv-cluster-api-provider-azure-release-4.7-presubmits.yaml b/ci-operator/jobs/openshift-priv/cluster-api-provider-azure/openshift-priv-cluster-api-provider-azure-release-4.7-presubmits.yaml index 9e51631e27aa..617ce34dd41f 100644 --- a/ci-operator/jobs/openshift-priv/cluster-api-provider-azure/openshift-priv-cluster-api-provider-azure-release-4.7-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cluster-api-provider-azure/openshift-priv-cluster-api-provider-azure-release-4.7-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-azure-cluster-profile - --target=e2e-azure - --template=/usr/local/e2e-azure @@ -63,6 +61,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -91,6 +92,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-azure,?($|\s.*) - agent: kubernetes always_run: true @@ -111,14 +115,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-azure-operator-cluster-profile - --target=e2e-azure-operator - --template=/usr/local/e2e-azure-operator @@ -157,6 +159,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -185,6 +190,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-azure-operator,?($|\s.*) - agent: kubernetes always_run: true @@ -205,11 +213,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=git-history command: - ci-operator @@ -229,6 +237,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -243,6 +254,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )git-history,?($|\s.*) - agent: kubernetes always_run: true @@ -263,11 +277,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=goimports command: - ci-operator @@ -287,6 +301,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -301,6 +318,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )goimports,?($|\s.*) - agent: kubernetes always_run: true @@ -321,11 +341,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=govet command: - ci-operator @@ -345,6 +365,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -359,6 +382,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )govet,?($|\s.*) - agent: kubernetes always_run: true @@ -379,11 +405,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -403,6 +429,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -417,6 +446,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -437,11 +469,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -461,6 +493,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -475,4 +510,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/cluster-api-provider-baremetal/openshift-priv-cluster-api-provider-baremetal-master-postsubmits.yaml b/ci-operator/jobs/openshift-priv/cluster-api-provider-baremetal/openshift-priv-cluster-api-provider-baremetal-master-postsubmits.yaml index 7077a6ec2fd8..f7bb90f75f7e 100644 --- a/ci-operator/jobs/openshift-priv/cluster-api-provider-baremetal/openshift-priv-cluster-api-provider-baremetal-master-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cluster-api-provider-baremetal/openshift-priv-cluster-api-provider-baremetal-master-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-cluster-api-provider-baremetal-master-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/cluster-api-provider-baremetal/openshift-priv-cluster-api-provider-baremetal-master-presubmits.yaml b/ci-operator/jobs/openshift-priv/cluster-api-provider-baremetal/openshift-priv-cluster-api-provider-baremetal-master-presubmits.yaml index bce168f31db6..834dfb5ead95 100644 --- a/ci-operator/jobs/openshift-priv/cluster-api-provider-baremetal/openshift-priv-cluster-api-provider-baremetal-master-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cluster-api-provider-baremetal/openshift-priv-cluster-api-provider-baremetal-master-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-metal-ipi-cluster-profile - --target=e2e-metal-ipi command: @@ -52,6 +50,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -79,6 +80,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-metal-ipi,?($|\s.*) - agent: kubernetes always_run: true @@ -99,11 +103,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=gofmt command: - ci-operator @@ -123,6 +127,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -137,6 +144,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )gofmt,?($|\s.*) - agent: kubernetes always_run: true @@ -157,11 +167,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=govet command: - ci-operator @@ -181,6 +191,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -195,6 +208,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )govet,?($|\s.*) - agent: kubernetes always_run: true @@ -215,11 +231,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -239,6 +255,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -253,4 +272,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/cluster-api-provider-baremetal/openshift-priv-cluster-api-provider-baremetal-release-4.1-postsubmits.yaml b/ci-operator/jobs/openshift-priv/cluster-api-provider-baremetal/openshift-priv-cluster-api-provider-baremetal-release-4.1-postsubmits.yaml index d5d1eff2803e..801010e42aed 100644 --- a/ci-operator/jobs/openshift-priv/cluster-api-provider-baremetal/openshift-priv-cluster-api-provider-baremetal-release-4.1-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cluster-api-provider-baremetal/openshift-priv-cluster-api-provider-baremetal-release-4.1-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-cluster-api-provider-baremetal-release-4.1-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/cluster-api-provider-baremetal/openshift-priv-cluster-api-provider-baremetal-release-4.1-presubmits.yaml b/ci-operator/jobs/openshift-priv/cluster-api-provider-baremetal/openshift-priv-cluster-api-provider-baremetal-release-4.1-presubmits.yaml index 6266e9eeb660..2c44ebb55e38 100644 --- a/ci-operator/jobs/openshift-priv/cluster-api-provider-baremetal/openshift-priv-cluster-api-provider-baremetal-release-4.1-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cluster-api-provider-baremetal/openshift-priv-cluster-api-provider-baremetal-release-4.1-presubmits.yaml @@ -19,11 +19,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=gofmt command: - ci-operator @@ -43,6 +43,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -57,6 +60,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )gofmt,?($|\s.*) - agent: kubernetes always_run: true @@ -77,11 +83,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=govet command: - ci-operator @@ -101,6 +107,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -115,6 +124,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )govet,?($|\s.*) - agent: kubernetes always_run: true @@ -135,11 +147,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -159,6 +171,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -173,4 +188,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/cluster-api-provider-baremetal/openshift-priv-cluster-api-provider-baremetal-release-4.2-postsubmits.yaml b/ci-operator/jobs/openshift-priv/cluster-api-provider-baremetal/openshift-priv-cluster-api-provider-baremetal-release-4.2-postsubmits.yaml index 143190452333..149d0045857a 100644 --- a/ci-operator/jobs/openshift-priv/cluster-api-provider-baremetal/openshift-priv-cluster-api-provider-baremetal-release-4.2-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cluster-api-provider-baremetal/openshift-priv-cluster-api-provider-baremetal-release-4.2-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-cluster-api-provider-baremetal-release-4.2-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/cluster-api-provider-baremetal/openshift-priv-cluster-api-provider-baremetal-release-4.2-presubmits.yaml b/ci-operator/jobs/openshift-priv/cluster-api-provider-baremetal/openshift-priv-cluster-api-provider-baremetal-release-4.2-presubmits.yaml index c5a63e9ede7a..66f95934c0fe 100644 --- a/ci-operator/jobs/openshift-priv/cluster-api-provider-baremetal/openshift-priv-cluster-api-provider-baremetal-release-4.2-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cluster-api-provider-baremetal/openshift-priv-cluster-api-provider-baremetal-release-4.2-presubmits.yaml @@ -19,11 +19,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=gofmt command: - ci-operator @@ -43,6 +43,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -57,6 +60,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )gofmt,?($|\s.*) - agent: kubernetes always_run: true @@ -77,11 +83,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=govet command: - ci-operator @@ -101,6 +107,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -115,6 +124,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )govet,?($|\s.*) - agent: kubernetes always_run: true @@ -135,11 +147,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -159,6 +171,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -173,4 +188,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/cluster-api-provider-baremetal/openshift-priv-cluster-api-provider-baremetal-release-4.3-postsubmits.yaml b/ci-operator/jobs/openshift-priv/cluster-api-provider-baremetal/openshift-priv-cluster-api-provider-baremetal-release-4.3-postsubmits.yaml index 1488e325bdac..5757ca93a70d 100644 --- a/ci-operator/jobs/openshift-priv/cluster-api-provider-baremetal/openshift-priv-cluster-api-provider-baremetal-release-4.3-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cluster-api-provider-baremetal/openshift-priv-cluster-api-provider-baremetal-release-4.3-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-cluster-api-provider-baremetal-release-4.3-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/cluster-api-provider-baremetal/openshift-priv-cluster-api-provider-baremetal-release-4.3-presubmits.yaml b/ci-operator/jobs/openshift-priv/cluster-api-provider-baremetal/openshift-priv-cluster-api-provider-baremetal-release-4.3-presubmits.yaml index c35f4f607a79..3809cb573116 100644 --- a/ci-operator/jobs/openshift-priv/cluster-api-provider-baremetal/openshift-priv-cluster-api-provider-baremetal-release-4.3-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cluster-api-provider-baremetal/openshift-priv-cluster-api-provider-baremetal-release-4.3-presubmits.yaml @@ -19,11 +19,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=gofmt command: - ci-operator @@ -43,6 +43,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -57,6 +60,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )gofmt,?($|\s.*) - agent: kubernetes always_run: true @@ -77,11 +83,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=govet command: - ci-operator @@ -101,6 +107,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -115,6 +124,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )govet,?($|\s.*) - agent: kubernetes always_run: true @@ -135,11 +147,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -159,6 +171,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -173,4 +188,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/cluster-api-provider-baremetal/openshift-priv-cluster-api-provider-baremetal-release-4.4-postsubmits.yaml b/ci-operator/jobs/openshift-priv/cluster-api-provider-baremetal/openshift-priv-cluster-api-provider-baremetal-release-4.4-postsubmits.yaml index 76e982bb2828..b2892b7418b5 100644 --- a/ci-operator/jobs/openshift-priv/cluster-api-provider-baremetal/openshift-priv-cluster-api-provider-baremetal-release-4.4-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cluster-api-provider-baremetal/openshift-priv-cluster-api-provider-baremetal-release-4.4-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-cluster-api-provider-baremetal-release-4.4-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/cluster-api-provider-baremetal/openshift-priv-cluster-api-provider-baremetal-release-4.4-presubmits.yaml b/ci-operator/jobs/openshift-priv/cluster-api-provider-baremetal/openshift-priv-cluster-api-provider-baremetal-release-4.4-presubmits.yaml index b894e1ab5935..012270f669e9 100644 --- a/ci-operator/jobs/openshift-priv/cluster-api-provider-baremetal/openshift-priv-cluster-api-provider-baremetal-release-4.4-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cluster-api-provider-baremetal/openshift-priv-cluster-api-provider-baremetal-release-4.4-presubmits.yaml @@ -19,11 +19,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=gofmt command: - ci-operator @@ -43,6 +43,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -57,6 +60,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )gofmt,?($|\s.*) - agent: kubernetes always_run: true @@ -77,11 +83,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=govet command: - ci-operator @@ -101,6 +107,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -115,6 +124,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )govet,?($|\s.*) - agent: kubernetes always_run: true @@ -135,11 +147,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -159,6 +171,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -173,4 +188,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/cluster-api-provider-baremetal/openshift-priv-cluster-api-provider-baremetal-release-4.5-postsubmits.yaml b/ci-operator/jobs/openshift-priv/cluster-api-provider-baremetal/openshift-priv-cluster-api-provider-baremetal-release-4.5-postsubmits.yaml index ab6c2b2c2ae6..c3fa65944648 100644 --- a/ci-operator/jobs/openshift-priv/cluster-api-provider-baremetal/openshift-priv-cluster-api-provider-baremetal-release-4.5-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cluster-api-provider-baremetal/openshift-priv-cluster-api-provider-baremetal-release-4.5-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-cluster-api-provider-baremetal-release-4.5-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/cluster-api-provider-baremetal/openshift-priv-cluster-api-provider-baremetal-release-4.5-presubmits.yaml b/ci-operator/jobs/openshift-priv/cluster-api-provider-baremetal/openshift-priv-cluster-api-provider-baremetal-release-4.5-presubmits.yaml index 1c7bb5e9004e..81b810d5de61 100644 --- a/ci-operator/jobs/openshift-priv/cluster-api-provider-baremetal/openshift-priv-cluster-api-provider-baremetal-release-4.5-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cluster-api-provider-baremetal/openshift-priv-cluster-api-provider-baremetal-release-4.5-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-metal-ipi-cluster-profile - --target=e2e-metal-ipi command: @@ -52,6 +50,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -79,6 +80,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-metal-ipi,?($|\s.*) - agent: kubernetes always_run: true @@ -99,11 +103,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=gofmt command: - ci-operator @@ -123,6 +127,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -137,6 +144,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )gofmt,?($|\s.*) - agent: kubernetes always_run: true @@ -157,11 +167,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=govet command: - ci-operator @@ -181,6 +191,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -195,6 +208,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )govet,?($|\s.*) - agent: kubernetes always_run: true @@ -215,11 +231,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -239,6 +255,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -253,4 +272,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/cluster-api-provider-baremetal/openshift-priv-cluster-api-provider-baremetal-release-4.6-postsubmits.yaml b/ci-operator/jobs/openshift-priv/cluster-api-provider-baremetal/openshift-priv-cluster-api-provider-baremetal-release-4.6-postsubmits.yaml index d303101208e9..725b2630d151 100644 --- a/ci-operator/jobs/openshift-priv/cluster-api-provider-baremetal/openshift-priv-cluster-api-provider-baremetal-release-4.6-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cluster-api-provider-baremetal/openshift-priv-cluster-api-provider-baremetal-release-4.6-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-cluster-api-provider-baremetal-release-4.6-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/cluster-api-provider-baremetal/openshift-priv-cluster-api-provider-baremetal-release-4.6-presubmits.yaml b/ci-operator/jobs/openshift-priv/cluster-api-provider-baremetal/openshift-priv-cluster-api-provider-baremetal-release-4.6-presubmits.yaml index 02f20fa21da5..740d98a67880 100644 --- a/ci-operator/jobs/openshift-priv/cluster-api-provider-baremetal/openshift-priv-cluster-api-provider-baremetal-release-4.6-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cluster-api-provider-baremetal/openshift-priv-cluster-api-provider-baremetal-release-4.6-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-metal-ipi-cluster-profile - --target=e2e-metal-ipi command: @@ -52,6 +50,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -79,6 +80,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-metal-ipi,?($|\s.*) - agent: kubernetes always_run: true @@ -99,11 +103,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=gofmt command: - ci-operator @@ -123,6 +127,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -137,6 +144,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )gofmt,?($|\s.*) - agent: kubernetes always_run: true @@ -157,11 +167,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=govet command: - ci-operator @@ -181,6 +191,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -195,6 +208,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )govet,?($|\s.*) - agent: kubernetes always_run: true @@ -215,11 +231,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -239,6 +255,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -253,4 +272,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/cluster-api-provider-baremetal/openshift-priv-cluster-api-provider-baremetal-release-4.7-postsubmits.yaml b/ci-operator/jobs/openshift-priv/cluster-api-provider-baremetal/openshift-priv-cluster-api-provider-baremetal-release-4.7-postsubmits.yaml index 27f12d97ae76..e6a9abfa2913 100644 --- a/ci-operator/jobs/openshift-priv/cluster-api-provider-baremetal/openshift-priv-cluster-api-provider-baremetal-release-4.7-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cluster-api-provider-baremetal/openshift-priv-cluster-api-provider-baremetal-release-4.7-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-cluster-api-provider-baremetal-release-4.7-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/cluster-api-provider-baremetal/openshift-priv-cluster-api-provider-baremetal-release-4.7-presubmits.yaml b/ci-operator/jobs/openshift-priv/cluster-api-provider-baremetal/openshift-priv-cluster-api-provider-baremetal-release-4.7-presubmits.yaml index 105f9f1806b4..1e85f57f4703 100644 --- a/ci-operator/jobs/openshift-priv/cluster-api-provider-baremetal/openshift-priv-cluster-api-provider-baremetal-release-4.7-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cluster-api-provider-baremetal/openshift-priv-cluster-api-provider-baremetal-release-4.7-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-metal-ipi-cluster-profile - --target=e2e-metal-ipi command: @@ -52,6 +50,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -79,6 +80,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-metal-ipi,?($|\s.*) - agent: kubernetes always_run: true @@ -99,11 +103,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=gofmt command: - ci-operator @@ -123,6 +127,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -137,6 +144,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )gofmt,?($|\s.*) - agent: kubernetes always_run: true @@ -157,11 +167,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=govet command: - ci-operator @@ -181,6 +191,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -195,6 +208,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )govet,?($|\s.*) - agent: kubernetes always_run: true @@ -215,11 +231,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -239,6 +255,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -253,4 +272,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/cluster-api-provider-gcp/openshift-priv-cluster-api-provider-gcp-master-postsubmits.yaml b/ci-operator/jobs/openshift-priv/cluster-api-provider-gcp/openshift-priv-cluster-api-provider-gcp-master-postsubmits.yaml index 1ef83b159d8d..aa9b33e4619d 100644 --- a/ci-operator/jobs/openshift-priv/cluster-api-provider-gcp/openshift-priv-cluster-api-provider-gcp-master-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cluster-api-provider-gcp/openshift-priv-cluster-api-provider-gcp-master-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-cluster-api-provider-gcp-master-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/cluster-api-provider-gcp/openshift-priv-cluster-api-provider-gcp-master-presubmits.yaml b/ci-operator/jobs/openshift-priv/cluster-api-provider-gcp/openshift-priv-cluster-api-provider-gcp-master-presubmits.yaml index 896dfae6971a..648e7205cf6d 100644 --- a/ci-operator/jobs/openshift-priv/cluster-api-provider-gcp/openshift-priv-cluster-api-provider-gcp-master-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cluster-api-provider-gcp/openshift-priv-cluster-api-provider-gcp-master-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-gcp-cluster-profile - --target=e2e-gcp - --template=/usr/local/e2e-gcp @@ -63,6 +61,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -93,6 +94,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-gcp,?($|\s.*) - agent: kubernetes always_run: true @@ -113,14 +117,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-gcp-operator-cluster-profile - --target=e2e-gcp-operator - --template=/usr/local/e2e-gcp-operator @@ -159,6 +161,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -189,6 +194,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-gcp-operator,?($|\s.*) - agent: kubernetes always_run: true @@ -209,11 +217,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=goimports command: - ci-operator @@ -233,6 +241,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -247,6 +258,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )goimports,?($|\s.*) - agent: kubernetes always_run: true @@ -267,11 +281,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=govet command: - ci-operator @@ -291,6 +305,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -305,6 +322,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )govet,?($|\s.*) - agent: kubernetes always_run: true @@ -325,11 +345,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -349,6 +369,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -363,6 +386,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -383,11 +409,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -407,6 +433,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -421,4 +450,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/cluster-api-provider-gcp/openshift-priv-cluster-api-provider-gcp-release-4.1-postsubmits.yaml b/ci-operator/jobs/openshift-priv/cluster-api-provider-gcp/openshift-priv-cluster-api-provider-gcp-release-4.1-postsubmits.yaml index a7fab0a1c409..1f9130d29e7e 100644 --- a/ci-operator/jobs/openshift-priv/cluster-api-provider-gcp/openshift-priv-cluster-api-provider-gcp-release-4.1-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cluster-api-provider-gcp/openshift-priv-cluster-api-provider-gcp-release-4.1-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-cluster-api-provider-gcp-release-4.1-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/cluster-api-provider-gcp/openshift-priv-cluster-api-provider-gcp-release-4.1-presubmits.yaml b/ci-operator/jobs/openshift-priv/cluster-api-provider-gcp/openshift-priv-cluster-api-provider-gcp-release-4.1-presubmits.yaml index 213a94c21652..f3d5ce6562dc 100644 --- a/ci-operator/jobs/openshift-priv/cluster-api-provider-gcp/openshift-priv-cluster-api-provider-gcp-release-4.1-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cluster-api-provider-gcp/openshift-priv-cluster-api-provider-gcp-release-4.1-presubmits.yaml @@ -19,11 +19,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=gofmt command: - ci-operator @@ -43,6 +43,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -57,6 +60,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )gofmt,?($|\s.*) - agent: kubernetes always_run: true @@ -77,11 +83,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=govet command: - ci-operator @@ -101,6 +107,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -115,6 +124,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )govet,?($|\s.*) - agent: kubernetes always_run: true @@ -135,11 +147,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -159,6 +171,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -173,6 +188,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -193,11 +211,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -217,6 +235,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -231,4 +252,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/cluster-api-provider-gcp/openshift-priv-cluster-api-provider-gcp-release-4.2-postsubmits.yaml b/ci-operator/jobs/openshift-priv/cluster-api-provider-gcp/openshift-priv-cluster-api-provider-gcp-release-4.2-postsubmits.yaml index 34840bffeb0b..31cb066c81ee 100644 --- a/ci-operator/jobs/openshift-priv/cluster-api-provider-gcp/openshift-priv-cluster-api-provider-gcp-release-4.2-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cluster-api-provider-gcp/openshift-priv-cluster-api-provider-gcp-release-4.2-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-cluster-api-provider-gcp-release-4.2-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/cluster-api-provider-gcp/openshift-priv-cluster-api-provider-gcp-release-4.2-presubmits.yaml b/ci-operator/jobs/openshift-priv/cluster-api-provider-gcp/openshift-priv-cluster-api-provider-gcp-release-4.2-presubmits.yaml index 55c915160852..96a47b753d67 100644 --- a/ci-operator/jobs/openshift-priv/cluster-api-provider-gcp/openshift-priv-cluster-api-provider-gcp-release-4.2-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cluster-api-provider-gcp/openshift-priv-cluster-api-provider-gcp-release-4.2-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-gcp-operator-cluster-profile - --target=e2e-gcp-operator - --template=/usr/local/e2e-gcp-operator @@ -65,6 +63,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -95,6 +96,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-gcp-operator,?($|\s.*) - agent: kubernetes always_run: true @@ -115,11 +119,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=goimports command: - ci-operator @@ -139,6 +143,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -153,6 +160,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )goimports,?($|\s.*) - agent: kubernetes always_run: true @@ -173,11 +183,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=govet command: - ci-operator @@ -197,6 +207,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -211,6 +224,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )govet,?($|\s.*) - agent: kubernetes always_run: true @@ -231,11 +247,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -255,6 +271,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -269,6 +288,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -289,11 +311,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -313,6 +335,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -327,4 +352,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/cluster-api-provider-gcp/openshift-priv-cluster-api-provider-gcp-release-4.3-postsubmits.yaml b/ci-operator/jobs/openshift-priv/cluster-api-provider-gcp/openshift-priv-cluster-api-provider-gcp-release-4.3-postsubmits.yaml index c390dfcbe059..d2bb69ae91a7 100644 --- a/ci-operator/jobs/openshift-priv/cluster-api-provider-gcp/openshift-priv-cluster-api-provider-gcp-release-4.3-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cluster-api-provider-gcp/openshift-priv-cluster-api-provider-gcp-release-4.3-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-cluster-api-provider-gcp-release-4.3-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/cluster-api-provider-gcp/openshift-priv-cluster-api-provider-gcp-release-4.3-presubmits.yaml b/ci-operator/jobs/openshift-priv/cluster-api-provider-gcp/openshift-priv-cluster-api-provider-gcp-release-4.3-presubmits.yaml index f7e54346f1e7..9488a86e610f 100644 --- a/ci-operator/jobs/openshift-priv/cluster-api-provider-gcp/openshift-priv-cluster-api-provider-gcp-release-4.3-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cluster-api-provider-gcp/openshift-priv-cluster-api-provider-gcp-release-4.3-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-gcp-operator-cluster-profile - --target=e2e-gcp-operator - --template=/usr/local/e2e-gcp-operator @@ -65,6 +63,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -95,6 +96,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-gcp-operator,?($|\s.*) - agent: kubernetes always_run: true @@ -115,11 +119,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=goimports command: - ci-operator @@ -139,6 +143,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -153,6 +160,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )goimports,?($|\s.*) - agent: kubernetes always_run: true @@ -173,11 +183,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=govet command: - ci-operator @@ -197,6 +207,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -211,6 +224,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )govet,?($|\s.*) - agent: kubernetes always_run: true @@ -231,11 +247,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -255,6 +271,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -269,6 +288,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -289,11 +311,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -313,6 +335,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -327,4 +352,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/cluster-api-provider-gcp/openshift-priv-cluster-api-provider-gcp-release-4.4-postsubmits.yaml b/ci-operator/jobs/openshift-priv/cluster-api-provider-gcp/openshift-priv-cluster-api-provider-gcp-release-4.4-postsubmits.yaml index 38a51d10857c..8eb5b2e22625 100644 --- a/ci-operator/jobs/openshift-priv/cluster-api-provider-gcp/openshift-priv-cluster-api-provider-gcp-release-4.4-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cluster-api-provider-gcp/openshift-priv-cluster-api-provider-gcp-release-4.4-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-cluster-api-provider-gcp-release-4.4-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/cluster-api-provider-gcp/openshift-priv-cluster-api-provider-gcp-release-4.4-presubmits.yaml b/ci-operator/jobs/openshift-priv/cluster-api-provider-gcp/openshift-priv-cluster-api-provider-gcp-release-4.4-presubmits.yaml index 9683d41ca5ba..ee08ca414636 100644 --- a/ci-operator/jobs/openshift-priv/cluster-api-provider-gcp/openshift-priv-cluster-api-provider-gcp-release-4.4-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cluster-api-provider-gcp/openshift-priv-cluster-api-provider-gcp-release-4.4-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-gcp-cluster-profile - --target=e2e-gcp - --template=/usr/local/e2e-gcp @@ -63,6 +61,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -93,6 +94,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-gcp,?($|\s.*) - agent: kubernetes always_run: true @@ -113,14 +117,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-gcp-operator-cluster-profile - --target=e2e-gcp-operator - --template=/usr/local/e2e-gcp-operator @@ -159,6 +161,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -189,6 +194,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-gcp-operator,?($|\s.*) - agent: kubernetes always_run: true @@ -209,11 +217,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=goimports command: - ci-operator @@ -233,6 +241,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -247,6 +258,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )goimports,?($|\s.*) - agent: kubernetes always_run: true @@ -267,11 +281,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=govet command: - ci-operator @@ -291,6 +305,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -305,6 +322,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )govet,?($|\s.*) - agent: kubernetes always_run: true @@ -325,11 +345,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -349,6 +369,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -363,6 +386,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -383,11 +409,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -407,6 +433,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -421,4 +450,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/cluster-api-provider-gcp/openshift-priv-cluster-api-provider-gcp-release-4.5-postsubmits.yaml b/ci-operator/jobs/openshift-priv/cluster-api-provider-gcp/openshift-priv-cluster-api-provider-gcp-release-4.5-postsubmits.yaml index 228a32a36079..e21824b10e82 100644 --- a/ci-operator/jobs/openshift-priv/cluster-api-provider-gcp/openshift-priv-cluster-api-provider-gcp-release-4.5-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cluster-api-provider-gcp/openshift-priv-cluster-api-provider-gcp-release-4.5-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-cluster-api-provider-gcp-release-4.5-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/cluster-api-provider-gcp/openshift-priv-cluster-api-provider-gcp-release-4.5-presubmits.yaml b/ci-operator/jobs/openshift-priv/cluster-api-provider-gcp/openshift-priv-cluster-api-provider-gcp-release-4.5-presubmits.yaml index 7cee9e55c588..e2d5a7fec5c3 100644 --- a/ci-operator/jobs/openshift-priv/cluster-api-provider-gcp/openshift-priv-cluster-api-provider-gcp-release-4.5-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cluster-api-provider-gcp/openshift-priv-cluster-api-provider-gcp-release-4.5-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-gcp-cluster-profile - --target=e2e-gcp - --template=/usr/local/e2e-gcp @@ -63,6 +61,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -93,6 +94,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-gcp,?($|\s.*) - agent: kubernetes always_run: true @@ -113,14 +117,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-gcp-operator-cluster-profile - --target=e2e-gcp-operator - --template=/usr/local/e2e-gcp-operator @@ -159,6 +161,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -189,6 +194,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-gcp-operator,?($|\s.*) - agent: kubernetes always_run: true @@ -209,11 +217,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=goimports command: - ci-operator @@ -233,6 +241,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -247,6 +258,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )goimports,?($|\s.*) - agent: kubernetes always_run: true @@ -267,11 +281,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=govet command: - ci-operator @@ -291,6 +305,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -305,6 +322,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )govet,?($|\s.*) - agent: kubernetes always_run: true @@ -325,11 +345,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -349,6 +369,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -363,6 +386,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -383,11 +409,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -407,6 +433,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -421,4 +450,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/cluster-api-provider-gcp/openshift-priv-cluster-api-provider-gcp-release-4.6-postsubmits.yaml b/ci-operator/jobs/openshift-priv/cluster-api-provider-gcp/openshift-priv-cluster-api-provider-gcp-release-4.6-postsubmits.yaml index 64af8da7c9b7..686f225c3dc2 100644 --- a/ci-operator/jobs/openshift-priv/cluster-api-provider-gcp/openshift-priv-cluster-api-provider-gcp-release-4.6-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cluster-api-provider-gcp/openshift-priv-cluster-api-provider-gcp-release-4.6-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-cluster-api-provider-gcp-release-4.6-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/cluster-api-provider-gcp/openshift-priv-cluster-api-provider-gcp-release-4.6-presubmits.yaml b/ci-operator/jobs/openshift-priv/cluster-api-provider-gcp/openshift-priv-cluster-api-provider-gcp-release-4.6-presubmits.yaml index 09811e3bcb58..9a59821ed7ef 100644 --- a/ci-operator/jobs/openshift-priv/cluster-api-provider-gcp/openshift-priv-cluster-api-provider-gcp-release-4.6-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cluster-api-provider-gcp/openshift-priv-cluster-api-provider-gcp-release-4.6-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-gcp-cluster-profile - --target=e2e-gcp - --template=/usr/local/e2e-gcp @@ -63,6 +61,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -93,6 +94,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-gcp,?($|\s.*) - agent: kubernetes always_run: true @@ -113,14 +117,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-gcp-operator-cluster-profile - --target=e2e-gcp-operator - --template=/usr/local/e2e-gcp-operator @@ -159,6 +161,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -189,6 +194,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-gcp-operator,?($|\s.*) - agent: kubernetes always_run: true @@ -209,11 +217,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=goimports command: - ci-operator @@ -233,6 +241,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -247,6 +258,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )goimports,?($|\s.*) - agent: kubernetes always_run: true @@ -267,11 +281,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=govet command: - ci-operator @@ -291,6 +305,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -305,6 +322,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )govet,?($|\s.*) - agent: kubernetes always_run: true @@ -325,11 +345,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -349,6 +369,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -363,6 +386,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -383,11 +409,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -407,6 +433,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -421,4 +450,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/cluster-api-provider-gcp/openshift-priv-cluster-api-provider-gcp-release-4.7-postsubmits.yaml b/ci-operator/jobs/openshift-priv/cluster-api-provider-gcp/openshift-priv-cluster-api-provider-gcp-release-4.7-postsubmits.yaml index 2e52a20cdf76..1bfa2820fa27 100644 --- a/ci-operator/jobs/openshift-priv/cluster-api-provider-gcp/openshift-priv-cluster-api-provider-gcp-release-4.7-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cluster-api-provider-gcp/openshift-priv-cluster-api-provider-gcp-release-4.7-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-cluster-api-provider-gcp-release-4.7-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/cluster-api-provider-gcp/openshift-priv-cluster-api-provider-gcp-release-4.7-presubmits.yaml b/ci-operator/jobs/openshift-priv/cluster-api-provider-gcp/openshift-priv-cluster-api-provider-gcp-release-4.7-presubmits.yaml index c557497bbb32..786dcb3c6d9d 100644 --- a/ci-operator/jobs/openshift-priv/cluster-api-provider-gcp/openshift-priv-cluster-api-provider-gcp-release-4.7-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cluster-api-provider-gcp/openshift-priv-cluster-api-provider-gcp-release-4.7-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-gcp-cluster-profile - --target=e2e-gcp - --template=/usr/local/e2e-gcp @@ -63,6 +61,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -93,6 +94,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-gcp,?($|\s.*) - agent: kubernetes always_run: true @@ -113,14 +117,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-gcp-operator-cluster-profile - --target=e2e-gcp-operator - --template=/usr/local/e2e-gcp-operator @@ -159,6 +161,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -189,6 +194,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-gcp-operator,?($|\s.*) - agent: kubernetes always_run: true @@ -209,11 +217,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=goimports command: - ci-operator @@ -233,6 +241,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -247,6 +258,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )goimports,?($|\s.*) - agent: kubernetes always_run: true @@ -267,11 +281,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=govet command: - ci-operator @@ -291,6 +305,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -305,6 +322,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )govet,?($|\s.*) - agent: kubernetes always_run: true @@ -325,11 +345,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -349,6 +369,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -363,6 +386,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -383,11 +409,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -407,6 +433,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -421,4 +450,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/cluster-api-provider-kubemark/openshift-priv-cluster-api-provider-kubemark-master-postsubmits.yaml b/ci-operator/jobs/openshift-priv/cluster-api-provider-kubemark/openshift-priv-cluster-api-provider-kubemark-master-postsubmits.yaml index 0878eaccc57a..8622ce41b680 100644 --- a/ci-operator/jobs/openshift-priv/cluster-api-provider-kubemark/openshift-priv-cluster-api-provider-kubemark-master-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cluster-api-provider-kubemark/openshift-priv-cluster-api-provider-kubemark-master-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-cluster-api-provider-kubemark-master-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/cluster-api-provider-kubemark/openshift-priv-cluster-api-provider-kubemark-master-presubmits.yaml b/ci-operator/jobs/openshift-priv/cluster-api-provider-kubemark/openshift-priv-cluster-api-provider-kubemark-master-presubmits.yaml index aa4c96b2ecf1..3f8c49ef762d 100644 --- a/ci-operator/jobs/openshift-priv/cluster-api-provider-kubemark/openshift-priv-cluster-api-provider-kubemark-master-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cluster-api-provider-kubemark/openshift-priv-cluster-api-provider-kubemark-master-presubmits.yaml @@ -19,11 +19,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=gofmt command: - ci-operator @@ -43,6 +43,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -57,6 +60,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )gofmt,?($|\s.*) - agent: kubernetes always_run: true @@ -77,11 +83,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=golint command: - ci-operator @@ -101,6 +107,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -115,6 +124,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )golint,?($|\s.*) - agent: kubernetes always_run: true @@ -135,11 +147,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=govet command: - ci-operator @@ -159,6 +171,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -173,6 +188,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )govet,?($|\s.*) - agent: kubernetes always_run: true @@ -193,11 +211,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -217,6 +235,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -231,6 +252,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -251,11 +275,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -275,6 +299,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -289,4 +316,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/cluster-api-provider-kubemark/openshift-priv-cluster-api-provider-kubemark-release-4.1-postsubmits.yaml b/ci-operator/jobs/openshift-priv/cluster-api-provider-kubemark/openshift-priv-cluster-api-provider-kubemark-release-4.1-postsubmits.yaml index 4cf914d1f7b0..61b0fbffe5cf 100644 --- a/ci-operator/jobs/openshift-priv/cluster-api-provider-kubemark/openshift-priv-cluster-api-provider-kubemark-release-4.1-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cluster-api-provider-kubemark/openshift-priv-cluster-api-provider-kubemark-release-4.1-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-cluster-api-provider-kubemark-release-4.1-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/cluster-api-provider-kubemark/openshift-priv-cluster-api-provider-kubemark-release-4.1-presubmits.yaml b/ci-operator/jobs/openshift-priv/cluster-api-provider-kubemark/openshift-priv-cluster-api-provider-kubemark-release-4.1-presubmits.yaml index 589ebb09701f..550211c05725 100644 --- a/ci-operator/jobs/openshift-priv/cluster-api-provider-kubemark/openshift-priv-cluster-api-provider-kubemark-release-4.1-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cluster-api-provider-kubemark/openshift-priv-cluster-api-provider-kubemark-release-4.1-presubmits.yaml @@ -19,11 +19,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=gofmt command: - ci-operator @@ -43,6 +43,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -57,6 +60,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )gofmt,?($|\s.*) - agent: kubernetes always_run: true @@ -77,11 +83,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=golint command: - ci-operator @@ -101,6 +107,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -115,6 +124,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )golint,?($|\s.*) - agent: kubernetes always_run: true @@ -135,11 +147,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=govet command: - ci-operator @@ -159,6 +171,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -173,6 +188,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )govet,?($|\s.*) - agent: kubernetes always_run: true @@ -193,11 +211,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -217,6 +235,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -231,6 +252,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -251,11 +275,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -275,6 +299,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -289,4 +316,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/cluster-api-provider-kubemark/openshift-priv-cluster-api-provider-kubemark-release-4.2-postsubmits.yaml b/ci-operator/jobs/openshift-priv/cluster-api-provider-kubemark/openshift-priv-cluster-api-provider-kubemark-release-4.2-postsubmits.yaml index acc768d65425..0f6dc1a77644 100644 --- a/ci-operator/jobs/openshift-priv/cluster-api-provider-kubemark/openshift-priv-cluster-api-provider-kubemark-release-4.2-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cluster-api-provider-kubemark/openshift-priv-cluster-api-provider-kubemark-release-4.2-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-cluster-api-provider-kubemark-release-4.2-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/cluster-api-provider-kubemark/openshift-priv-cluster-api-provider-kubemark-release-4.2-presubmits.yaml b/ci-operator/jobs/openshift-priv/cluster-api-provider-kubemark/openshift-priv-cluster-api-provider-kubemark-release-4.2-presubmits.yaml index 714f76c7af8d..d18407bc8c2d 100644 --- a/ci-operator/jobs/openshift-priv/cluster-api-provider-kubemark/openshift-priv-cluster-api-provider-kubemark-release-4.2-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cluster-api-provider-kubemark/openshift-priv-cluster-api-provider-kubemark-release-4.2-presubmits.yaml @@ -19,11 +19,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=gofmt command: - ci-operator @@ -43,6 +43,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -57,6 +60,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )gofmt,?($|\s.*) - agent: kubernetes always_run: true @@ -77,11 +83,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=golint command: - ci-operator @@ -101,6 +107,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -115,6 +124,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )golint,?($|\s.*) - agent: kubernetes always_run: true @@ -135,11 +147,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=govet command: - ci-operator @@ -159,6 +171,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -173,6 +188,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )govet,?($|\s.*) - agent: kubernetes always_run: true @@ -193,11 +211,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -217,6 +235,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -231,6 +252,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -251,11 +275,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -275,6 +299,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -289,4 +316,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/cluster-api-provider-kubemark/openshift-priv-cluster-api-provider-kubemark-release-4.3-postsubmits.yaml b/ci-operator/jobs/openshift-priv/cluster-api-provider-kubemark/openshift-priv-cluster-api-provider-kubemark-release-4.3-postsubmits.yaml index c6c0e7d12c8a..0074d1158ac6 100644 --- a/ci-operator/jobs/openshift-priv/cluster-api-provider-kubemark/openshift-priv-cluster-api-provider-kubemark-release-4.3-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cluster-api-provider-kubemark/openshift-priv-cluster-api-provider-kubemark-release-4.3-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-cluster-api-provider-kubemark-release-4.3-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/cluster-api-provider-kubemark/openshift-priv-cluster-api-provider-kubemark-release-4.3-presubmits.yaml b/ci-operator/jobs/openshift-priv/cluster-api-provider-kubemark/openshift-priv-cluster-api-provider-kubemark-release-4.3-presubmits.yaml index 50965679b21e..4a62bb8b3de0 100644 --- a/ci-operator/jobs/openshift-priv/cluster-api-provider-kubemark/openshift-priv-cluster-api-provider-kubemark-release-4.3-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cluster-api-provider-kubemark/openshift-priv-cluster-api-provider-kubemark-release-4.3-presubmits.yaml @@ -19,11 +19,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=gofmt command: - ci-operator @@ -43,6 +43,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -57,6 +60,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )gofmt,?($|\s.*) - agent: kubernetes always_run: true @@ -77,11 +83,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=golint command: - ci-operator @@ -101,6 +107,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -115,6 +124,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )golint,?($|\s.*) - agent: kubernetes always_run: true @@ -135,11 +147,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=govet command: - ci-operator @@ -159,6 +171,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -173,6 +188,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )govet,?($|\s.*) - agent: kubernetes always_run: true @@ -193,11 +211,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -217,6 +235,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -231,6 +252,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -251,11 +275,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -275,6 +299,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -289,4 +316,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/cluster-api-provider-kubemark/openshift-priv-cluster-api-provider-kubemark-release-4.4-postsubmits.yaml b/ci-operator/jobs/openshift-priv/cluster-api-provider-kubemark/openshift-priv-cluster-api-provider-kubemark-release-4.4-postsubmits.yaml index b269e8a7af4f..8d75df2f8711 100644 --- a/ci-operator/jobs/openshift-priv/cluster-api-provider-kubemark/openshift-priv-cluster-api-provider-kubemark-release-4.4-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cluster-api-provider-kubemark/openshift-priv-cluster-api-provider-kubemark-release-4.4-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-cluster-api-provider-kubemark-release-4.4-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/cluster-api-provider-kubemark/openshift-priv-cluster-api-provider-kubemark-release-4.4-presubmits.yaml b/ci-operator/jobs/openshift-priv/cluster-api-provider-kubemark/openshift-priv-cluster-api-provider-kubemark-release-4.4-presubmits.yaml index bc36060b2136..4f39b7b56b58 100644 --- a/ci-operator/jobs/openshift-priv/cluster-api-provider-kubemark/openshift-priv-cluster-api-provider-kubemark-release-4.4-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cluster-api-provider-kubemark/openshift-priv-cluster-api-provider-kubemark-release-4.4-presubmits.yaml @@ -19,11 +19,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=gofmt command: - ci-operator @@ -43,6 +43,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -57,6 +60,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )gofmt,?($|\s.*) - agent: kubernetes always_run: true @@ -77,11 +83,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=golint command: - ci-operator @@ -101,6 +107,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -115,6 +124,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )golint,?($|\s.*) - agent: kubernetes always_run: true @@ -135,11 +147,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=govet command: - ci-operator @@ -159,6 +171,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -173,6 +188,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )govet,?($|\s.*) - agent: kubernetes always_run: true @@ -193,11 +211,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -217,6 +235,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -231,6 +252,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -251,11 +275,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -275,6 +299,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -289,4 +316,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/cluster-api-provider-kubemark/openshift-priv-cluster-api-provider-kubemark-release-4.5-postsubmits.yaml b/ci-operator/jobs/openshift-priv/cluster-api-provider-kubemark/openshift-priv-cluster-api-provider-kubemark-release-4.5-postsubmits.yaml index c9f3cddc705b..1daa34c20b96 100644 --- a/ci-operator/jobs/openshift-priv/cluster-api-provider-kubemark/openshift-priv-cluster-api-provider-kubemark-release-4.5-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cluster-api-provider-kubemark/openshift-priv-cluster-api-provider-kubemark-release-4.5-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-cluster-api-provider-kubemark-release-4.5-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/cluster-api-provider-kubemark/openshift-priv-cluster-api-provider-kubemark-release-4.5-presubmits.yaml b/ci-operator/jobs/openshift-priv/cluster-api-provider-kubemark/openshift-priv-cluster-api-provider-kubemark-release-4.5-presubmits.yaml index fbde842f0beb..5e7802b36f57 100644 --- a/ci-operator/jobs/openshift-priv/cluster-api-provider-kubemark/openshift-priv-cluster-api-provider-kubemark-release-4.5-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cluster-api-provider-kubemark/openshift-priv-cluster-api-provider-kubemark-release-4.5-presubmits.yaml @@ -19,11 +19,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=gofmt command: - ci-operator @@ -43,6 +43,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -57,6 +60,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )gofmt,?($|\s.*) - agent: kubernetes always_run: true @@ -77,11 +83,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=golint command: - ci-operator @@ -101,6 +107,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -115,6 +124,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )golint,?($|\s.*) - agent: kubernetes always_run: true @@ -135,11 +147,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=govet command: - ci-operator @@ -159,6 +171,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -173,6 +188,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )govet,?($|\s.*) - agent: kubernetes always_run: true @@ -193,11 +211,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -217,6 +235,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -231,6 +252,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -251,11 +275,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -275,6 +299,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -289,4 +316,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/cluster-api-provider-kubemark/openshift-priv-cluster-api-provider-kubemark-release-4.6-postsubmits.yaml b/ci-operator/jobs/openshift-priv/cluster-api-provider-kubemark/openshift-priv-cluster-api-provider-kubemark-release-4.6-postsubmits.yaml index 04940d2be988..ba4e23f6337d 100644 --- a/ci-operator/jobs/openshift-priv/cluster-api-provider-kubemark/openshift-priv-cluster-api-provider-kubemark-release-4.6-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cluster-api-provider-kubemark/openshift-priv-cluster-api-provider-kubemark-release-4.6-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-cluster-api-provider-kubemark-release-4.6-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/cluster-api-provider-kubemark/openshift-priv-cluster-api-provider-kubemark-release-4.6-presubmits.yaml b/ci-operator/jobs/openshift-priv/cluster-api-provider-kubemark/openshift-priv-cluster-api-provider-kubemark-release-4.6-presubmits.yaml index 95766e443690..0beb62682468 100644 --- a/ci-operator/jobs/openshift-priv/cluster-api-provider-kubemark/openshift-priv-cluster-api-provider-kubemark-release-4.6-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cluster-api-provider-kubemark/openshift-priv-cluster-api-provider-kubemark-release-4.6-presubmits.yaml @@ -19,11 +19,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=gofmt command: - ci-operator @@ -43,6 +43,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -57,6 +60,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )gofmt,?($|\s.*) - agent: kubernetes always_run: true @@ -77,11 +83,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=golint command: - ci-operator @@ -101,6 +107,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -115,6 +124,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )golint,?($|\s.*) - agent: kubernetes always_run: true @@ -135,11 +147,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=govet command: - ci-operator @@ -159,6 +171,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -173,6 +188,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )govet,?($|\s.*) - agent: kubernetes always_run: true @@ -193,11 +211,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -217,6 +235,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -231,6 +252,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -251,11 +275,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -275,6 +299,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -289,4 +316,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/cluster-api-provider-kubemark/openshift-priv-cluster-api-provider-kubemark-release-4.7-postsubmits.yaml b/ci-operator/jobs/openshift-priv/cluster-api-provider-kubemark/openshift-priv-cluster-api-provider-kubemark-release-4.7-postsubmits.yaml index 40dbe46702f5..befb18bdf888 100644 --- a/ci-operator/jobs/openshift-priv/cluster-api-provider-kubemark/openshift-priv-cluster-api-provider-kubemark-release-4.7-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cluster-api-provider-kubemark/openshift-priv-cluster-api-provider-kubemark-release-4.7-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-cluster-api-provider-kubemark-release-4.7-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/cluster-api-provider-kubemark/openshift-priv-cluster-api-provider-kubemark-release-4.7-presubmits.yaml b/ci-operator/jobs/openshift-priv/cluster-api-provider-kubemark/openshift-priv-cluster-api-provider-kubemark-release-4.7-presubmits.yaml index 9beeca9957d6..27bfffe5e927 100644 --- a/ci-operator/jobs/openshift-priv/cluster-api-provider-kubemark/openshift-priv-cluster-api-provider-kubemark-release-4.7-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cluster-api-provider-kubemark/openshift-priv-cluster-api-provider-kubemark-release-4.7-presubmits.yaml @@ -19,11 +19,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=gofmt command: - ci-operator @@ -43,6 +43,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -57,6 +60,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )gofmt,?($|\s.*) - agent: kubernetes always_run: true @@ -77,11 +83,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=golint command: - ci-operator @@ -101,6 +107,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -115,6 +124,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )golint,?($|\s.*) - agent: kubernetes always_run: true @@ -135,11 +147,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=govet command: - ci-operator @@ -159,6 +171,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -173,6 +188,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )govet,?($|\s.*) - agent: kubernetes always_run: true @@ -193,11 +211,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -217,6 +235,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -231,6 +252,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -251,11 +275,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -275,6 +299,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -289,4 +316,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/cluster-api-provider-libvirt/openshift-priv-cluster-api-provider-libvirt-master-postsubmits.yaml b/ci-operator/jobs/openshift-priv/cluster-api-provider-libvirt/openshift-priv-cluster-api-provider-libvirt-master-postsubmits.yaml index 50a8e59f4d01..94778ec5ea8f 100644 --- a/ci-operator/jobs/openshift-priv/cluster-api-provider-libvirt/openshift-priv-cluster-api-provider-libvirt-master-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cluster-api-provider-libvirt/openshift-priv-cluster-api-provider-libvirt-master-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-cluster-api-provider-libvirt-master-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/cluster-api-provider-libvirt/openshift-priv-cluster-api-provider-libvirt-master-presubmits.yaml b/ci-operator/jobs/openshift-priv/cluster-api-provider-libvirt/openshift-priv-cluster-api-provider-libvirt-master-presubmits.yaml index 1f70fd3419db..9d5f81748bd0 100644 --- a/ci-operator/jobs/openshift-priv/cluster-api-provider-libvirt/openshift-priv-cluster-api-provider-libvirt-master-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cluster-api-provider-libvirt/openshift-priv-cluster-api-provider-libvirt-master-presubmits.yaml @@ -19,11 +19,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=actuator-pkg-staleness command: - ci-operator @@ -43,6 +43,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -57,6 +60,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )actuator-pkg-staleness,?($|\s.*) - agent: kubernetes always_run: true @@ -77,11 +83,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=gofmt command: - ci-operator @@ -101,6 +107,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -115,6 +124,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )gofmt,?($|\s.*) - agent: kubernetes always_run: true @@ -135,11 +147,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=golint command: - ci-operator @@ -159,6 +171,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -173,6 +188,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )golint,?($|\s.*) - agent: kubernetes always_run: true @@ -193,11 +211,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=govet command: - ci-operator @@ -217,6 +235,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -231,6 +252,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )govet,?($|\s.*) - agent: kubernetes always_run: true @@ -251,11 +275,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -275,6 +299,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -289,6 +316,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -309,11 +339,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -333,6 +363,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -347,4 +380,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/cluster-api-provider-libvirt/openshift-priv-cluster-api-provider-libvirt-release-4.1-postsubmits.yaml b/ci-operator/jobs/openshift-priv/cluster-api-provider-libvirt/openshift-priv-cluster-api-provider-libvirt-release-4.1-postsubmits.yaml index 5ac1fc2085dd..c896bb7c8a3b 100644 --- a/ci-operator/jobs/openshift-priv/cluster-api-provider-libvirt/openshift-priv-cluster-api-provider-libvirt-release-4.1-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cluster-api-provider-libvirt/openshift-priv-cluster-api-provider-libvirt-release-4.1-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-cluster-api-provider-libvirt-release-4.1-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/cluster-api-provider-libvirt/openshift-priv-cluster-api-provider-libvirt-release-4.1-presubmits.yaml b/ci-operator/jobs/openshift-priv/cluster-api-provider-libvirt/openshift-priv-cluster-api-provider-libvirt-release-4.1-presubmits.yaml index eca1ca1f5d1a..c09355f9604e 100644 --- a/ci-operator/jobs/openshift-priv/cluster-api-provider-libvirt/openshift-priv-cluster-api-provider-libvirt-release-4.1-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cluster-api-provider-libvirt/openshift-priv-cluster-api-provider-libvirt-release-4.1-presubmits.yaml @@ -19,11 +19,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=actuator-pkg-staleness command: - ci-operator @@ -43,6 +43,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -57,6 +60,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )actuator-pkg-staleness,?($|\s.*) - agent: kubernetes always_run: true @@ -77,11 +83,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=gofmt command: - ci-operator @@ -101,6 +107,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -115,6 +124,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )gofmt,?($|\s.*) - agent: kubernetes always_run: true @@ -135,11 +147,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=golint command: - ci-operator @@ -159,6 +171,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -173,6 +188,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )golint,?($|\s.*) - agent: kubernetes always_run: true @@ -193,11 +211,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=govet command: - ci-operator @@ -217,6 +235,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -231,6 +252,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )govet,?($|\s.*) - agent: kubernetes always_run: true @@ -251,11 +275,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -275,6 +299,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -289,6 +316,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -309,11 +339,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -333,6 +363,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -347,4 +380,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/cluster-api-provider-libvirt/openshift-priv-cluster-api-provider-libvirt-release-4.2-postsubmits.yaml b/ci-operator/jobs/openshift-priv/cluster-api-provider-libvirt/openshift-priv-cluster-api-provider-libvirt-release-4.2-postsubmits.yaml index 278dfa4ba5cf..8adeb08445c5 100644 --- a/ci-operator/jobs/openshift-priv/cluster-api-provider-libvirt/openshift-priv-cluster-api-provider-libvirt-release-4.2-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cluster-api-provider-libvirt/openshift-priv-cluster-api-provider-libvirt-release-4.2-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-cluster-api-provider-libvirt-release-4.2-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/cluster-api-provider-libvirt/openshift-priv-cluster-api-provider-libvirt-release-4.2-presubmits.yaml b/ci-operator/jobs/openshift-priv/cluster-api-provider-libvirt/openshift-priv-cluster-api-provider-libvirt-release-4.2-presubmits.yaml index a129f87df69c..b30c2ef199ed 100644 --- a/ci-operator/jobs/openshift-priv/cluster-api-provider-libvirt/openshift-priv-cluster-api-provider-libvirt-release-4.2-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cluster-api-provider-libvirt/openshift-priv-cluster-api-provider-libvirt-release-4.2-presubmits.yaml @@ -19,11 +19,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=actuator-pkg-staleness command: - ci-operator @@ -43,6 +43,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -57,6 +60,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )actuator-pkg-staleness,?($|\s.*) - agent: kubernetes always_run: true @@ -77,11 +83,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=gofmt command: - ci-operator @@ -101,6 +107,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -115,6 +124,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )gofmt,?($|\s.*) - agent: kubernetes always_run: true @@ -135,11 +147,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=golint command: - ci-operator @@ -159,6 +171,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -173,6 +188,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )golint,?($|\s.*) - agent: kubernetes always_run: true @@ -193,11 +211,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=govet command: - ci-operator @@ -217,6 +235,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -231,6 +252,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )govet,?($|\s.*) - agent: kubernetes always_run: true @@ -251,11 +275,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -275,6 +299,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -289,6 +316,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -309,11 +339,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -333,6 +363,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -347,4 +380,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/cluster-api-provider-libvirt/openshift-priv-cluster-api-provider-libvirt-release-4.3-postsubmits.yaml b/ci-operator/jobs/openshift-priv/cluster-api-provider-libvirt/openshift-priv-cluster-api-provider-libvirt-release-4.3-postsubmits.yaml index 922cd486b095..10e531a6dd85 100644 --- a/ci-operator/jobs/openshift-priv/cluster-api-provider-libvirt/openshift-priv-cluster-api-provider-libvirt-release-4.3-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cluster-api-provider-libvirt/openshift-priv-cluster-api-provider-libvirt-release-4.3-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-cluster-api-provider-libvirt-release-4.3-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/cluster-api-provider-libvirt/openshift-priv-cluster-api-provider-libvirt-release-4.3-presubmits.yaml b/ci-operator/jobs/openshift-priv/cluster-api-provider-libvirt/openshift-priv-cluster-api-provider-libvirt-release-4.3-presubmits.yaml index 65730d52e0fb..8d9a25a36c39 100644 --- a/ci-operator/jobs/openshift-priv/cluster-api-provider-libvirt/openshift-priv-cluster-api-provider-libvirt-release-4.3-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cluster-api-provider-libvirt/openshift-priv-cluster-api-provider-libvirt-release-4.3-presubmits.yaml @@ -19,11 +19,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=actuator-pkg-staleness command: - ci-operator @@ -43,6 +43,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -57,6 +60,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )actuator-pkg-staleness,?($|\s.*) - agent: kubernetes always_run: true @@ -77,11 +83,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=gofmt command: - ci-operator @@ -101,6 +107,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -115,6 +124,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )gofmt,?($|\s.*) - agent: kubernetes always_run: true @@ -135,11 +147,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=golint command: - ci-operator @@ -159,6 +171,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -173,6 +188,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )golint,?($|\s.*) - agent: kubernetes always_run: true @@ -193,11 +211,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=govet command: - ci-operator @@ -217,6 +235,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -231,6 +252,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )govet,?($|\s.*) - agent: kubernetes always_run: true @@ -251,11 +275,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -275,6 +299,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -289,6 +316,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -309,11 +339,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -333,6 +363,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -347,4 +380,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/cluster-api-provider-libvirt/openshift-priv-cluster-api-provider-libvirt-release-4.4-postsubmits.yaml b/ci-operator/jobs/openshift-priv/cluster-api-provider-libvirt/openshift-priv-cluster-api-provider-libvirt-release-4.4-postsubmits.yaml index f9ae23372191..1cd410016a67 100644 --- a/ci-operator/jobs/openshift-priv/cluster-api-provider-libvirt/openshift-priv-cluster-api-provider-libvirt-release-4.4-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cluster-api-provider-libvirt/openshift-priv-cluster-api-provider-libvirt-release-4.4-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-cluster-api-provider-libvirt-release-4.4-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/cluster-api-provider-libvirt/openshift-priv-cluster-api-provider-libvirt-release-4.4-presubmits.yaml b/ci-operator/jobs/openshift-priv/cluster-api-provider-libvirt/openshift-priv-cluster-api-provider-libvirt-release-4.4-presubmits.yaml index 288b8e278b4f..8e8ccba43df1 100644 --- a/ci-operator/jobs/openshift-priv/cluster-api-provider-libvirt/openshift-priv-cluster-api-provider-libvirt-release-4.4-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cluster-api-provider-libvirt/openshift-priv-cluster-api-provider-libvirt-release-4.4-presubmits.yaml @@ -19,11 +19,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=actuator-pkg-staleness command: - ci-operator @@ -43,6 +43,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -57,6 +60,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )actuator-pkg-staleness,?($|\s.*) - agent: kubernetes always_run: true @@ -77,11 +83,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=gofmt command: - ci-operator @@ -101,6 +107,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -115,6 +124,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )gofmt,?($|\s.*) - agent: kubernetes always_run: true @@ -135,11 +147,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=golint command: - ci-operator @@ -159,6 +171,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -173,6 +188,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )golint,?($|\s.*) - agent: kubernetes always_run: true @@ -193,11 +211,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=govet command: - ci-operator @@ -217,6 +235,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -231,6 +252,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )govet,?($|\s.*) - agent: kubernetes always_run: true @@ -251,11 +275,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -275,6 +299,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -289,6 +316,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -309,11 +339,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -333,6 +363,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -347,4 +380,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/cluster-api-provider-libvirt/openshift-priv-cluster-api-provider-libvirt-release-4.5-postsubmits.yaml b/ci-operator/jobs/openshift-priv/cluster-api-provider-libvirt/openshift-priv-cluster-api-provider-libvirt-release-4.5-postsubmits.yaml index aeb5bf943d62..e5c49ccd4157 100644 --- a/ci-operator/jobs/openshift-priv/cluster-api-provider-libvirt/openshift-priv-cluster-api-provider-libvirt-release-4.5-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cluster-api-provider-libvirt/openshift-priv-cluster-api-provider-libvirt-release-4.5-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-cluster-api-provider-libvirt-release-4.5-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/cluster-api-provider-libvirt/openshift-priv-cluster-api-provider-libvirt-release-4.5-presubmits.yaml b/ci-operator/jobs/openshift-priv/cluster-api-provider-libvirt/openshift-priv-cluster-api-provider-libvirt-release-4.5-presubmits.yaml index 9e501edd8d2c..e965e742f843 100644 --- a/ci-operator/jobs/openshift-priv/cluster-api-provider-libvirt/openshift-priv-cluster-api-provider-libvirt-release-4.5-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cluster-api-provider-libvirt/openshift-priv-cluster-api-provider-libvirt-release-4.5-presubmits.yaml @@ -19,11 +19,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=actuator-pkg-staleness command: - ci-operator @@ -43,6 +43,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -57,6 +60,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )actuator-pkg-staleness,?($|\s.*) - agent: kubernetes always_run: true @@ -77,11 +83,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=gofmt command: - ci-operator @@ -101,6 +107,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -115,6 +124,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )gofmt,?($|\s.*) - agent: kubernetes always_run: true @@ -135,11 +147,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=golint command: - ci-operator @@ -159,6 +171,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -173,6 +188,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )golint,?($|\s.*) - agent: kubernetes always_run: true @@ -193,11 +211,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=govet command: - ci-operator @@ -217,6 +235,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -231,6 +252,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )govet,?($|\s.*) - agent: kubernetes always_run: true @@ -251,11 +275,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -275,6 +299,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -289,6 +316,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -309,11 +339,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -333,6 +363,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -347,4 +380,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/cluster-api-provider-libvirt/openshift-priv-cluster-api-provider-libvirt-release-4.6-postsubmits.yaml b/ci-operator/jobs/openshift-priv/cluster-api-provider-libvirt/openshift-priv-cluster-api-provider-libvirt-release-4.6-postsubmits.yaml index 35bc409b8ba4..5e365d309f2b 100644 --- a/ci-operator/jobs/openshift-priv/cluster-api-provider-libvirt/openshift-priv-cluster-api-provider-libvirt-release-4.6-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cluster-api-provider-libvirt/openshift-priv-cluster-api-provider-libvirt-release-4.6-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-cluster-api-provider-libvirt-release-4.6-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/cluster-api-provider-libvirt/openshift-priv-cluster-api-provider-libvirt-release-4.6-presubmits.yaml b/ci-operator/jobs/openshift-priv/cluster-api-provider-libvirt/openshift-priv-cluster-api-provider-libvirt-release-4.6-presubmits.yaml index e90f7e38d119..c1991d1994d5 100644 --- a/ci-operator/jobs/openshift-priv/cluster-api-provider-libvirt/openshift-priv-cluster-api-provider-libvirt-release-4.6-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cluster-api-provider-libvirt/openshift-priv-cluster-api-provider-libvirt-release-4.6-presubmits.yaml @@ -19,11 +19,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=actuator-pkg-staleness command: - ci-operator @@ -43,6 +43,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -57,6 +60,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )actuator-pkg-staleness,?($|\s.*) - agent: kubernetes always_run: true @@ -77,11 +83,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=gofmt command: - ci-operator @@ -101,6 +107,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -115,6 +124,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )gofmt,?($|\s.*) - agent: kubernetes always_run: true @@ -135,11 +147,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=golint command: - ci-operator @@ -159,6 +171,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -173,6 +188,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )golint,?($|\s.*) - agent: kubernetes always_run: true @@ -193,11 +211,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=govet command: - ci-operator @@ -217,6 +235,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -231,6 +252,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )govet,?($|\s.*) - agent: kubernetes always_run: true @@ -251,11 +275,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -275,6 +299,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -289,6 +316,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -309,11 +339,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -333,6 +363,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -347,4 +380,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/cluster-api-provider-libvirt/openshift-priv-cluster-api-provider-libvirt-release-4.7-postsubmits.yaml b/ci-operator/jobs/openshift-priv/cluster-api-provider-libvirt/openshift-priv-cluster-api-provider-libvirt-release-4.7-postsubmits.yaml index 8f99c30520bf..6dc9f1ee9ae8 100644 --- a/ci-operator/jobs/openshift-priv/cluster-api-provider-libvirt/openshift-priv-cluster-api-provider-libvirt-release-4.7-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cluster-api-provider-libvirt/openshift-priv-cluster-api-provider-libvirt-release-4.7-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-cluster-api-provider-libvirt-release-4.7-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/cluster-api-provider-libvirt/openshift-priv-cluster-api-provider-libvirt-release-4.7-presubmits.yaml b/ci-operator/jobs/openshift-priv/cluster-api-provider-libvirt/openshift-priv-cluster-api-provider-libvirt-release-4.7-presubmits.yaml index 857787353d3e..5d8dbd32fbef 100644 --- a/ci-operator/jobs/openshift-priv/cluster-api-provider-libvirt/openshift-priv-cluster-api-provider-libvirt-release-4.7-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cluster-api-provider-libvirt/openshift-priv-cluster-api-provider-libvirt-release-4.7-presubmits.yaml @@ -19,11 +19,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=actuator-pkg-staleness command: - ci-operator @@ -43,6 +43,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -57,6 +60,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )actuator-pkg-staleness,?($|\s.*) - agent: kubernetes always_run: true @@ -77,11 +83,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=gofmt command: - ci-operator @@ -101,6 +107,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -115,6 +124,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )gofmt,?($|\s.*) - agent: kubernetes always_run: true @@ -135,11 +147,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=golint command: - ci-operator @@ -159,6 +171,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -173,6 +188,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )golint,?($|\s.*) - agent: kubernetes always_run: true @@ -193,11 +211,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=govet command: - ci-operator @@ -217,6 +235,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -231,6 +252,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )govet,?($|\s.*) - agent: kubernetes always_run: true @@ -251,11 +275,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -275,6 +299,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -289,6 +316,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -309,11 +339,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -333,6 +363,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -347,4 +380,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/cluster-api-provider-openstack/openshift-priv-cluster-api-provider-openstack-master-postsubmits.yaml b/ci-operator/jobs/openshift-priv/cluster-api-provider-openstack/openshift-priv-cluster-api-provider-openstack-master-postsubmits.yaml index 3d994747d466..d6447a23d902 100644 --- a/ci-operator/jobs/openshift-priv/cluster-api-provider-openstack/openshift-priv-cluster-api-provider-openstack-master-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cluster-api-provider-openstack/openshift-priv-cluster-api-provider-openstack-master-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-cluster-api-provider-openstack-master-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/cluster-api-provider-openstack/openshift-priv-cluster-api-provider-openstack-master-presubmits.yaml b/ci-operator/jobs/openshift-priv/cluster-api-provider-openstack/openshift-priv-cluster-api-provider-openstack-master-presubmits.yaml index ae205030b19f..28d0cc7770c9 100644 --- a/ci-operator/jobs/openshift-priv/cluster-api-provider-openstack/openshift-priv-cluster-api-provider-openstack-master-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cluster-api-provider-openstack/openshift-priv-cluster-api-provider-openstack-master-presubmits.yaml @@ -19,11 +19,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=gofmt command: - ci-operator @@ -43,6 +43,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -57,6 +60,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )gofmt,?($|\s.*) - agent: kubernetes always_run: true @@ -77,11 +83,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=golint command: - ci-operator @@ -101,6 +107,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -115,6 +124,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )golint,?($|\s.*) - agent: kubernetes always_run: true @@ -135,11 +147,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=govet command: - ci-operator @@ -159,6 +171,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -173,6 +188,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )govet,?($|\s.*) - agent: kubernetes always_run: true @@ -193,11 +211,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -217,6 +235,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -231,6 +252,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -251,11 +275,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -275,6 +299,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -289,4 +316,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/cluster-api-provider-openstack/openshift-priv-cluster-api-provider-openstack-release-4.1-postsubmits.yaml b/ci-operator/jobs/openshift-priv/cluster-api-provider-openstack/openshift-priv-cluster-api-provider-openstack-release-4.1-postsubmits.yaml index 7da0fcb889a3..c92eb505905d 100644 --- a/ci-operator/jobs/openshift-priv/cluster-api-provider-openstack/openshift-priv-cluster-api-provider-openstack-release-4.1-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cluster-api-provider-openstack/openshift-priv-cluster-api-provider-openstack-release-4.1-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-cluster-api-provider-openstack-release-4.1-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/cluster-api-provider-openstack/openshift-priv-cluster-api-provider-openstack-release-4.1-presubmits.yaml b/ci-operator/jobs/openshift-priv/cluster-api-provider-openstack/openshift-priv-cluster-api-provider-openstack-release-4.1-presubmits.yaml index b3bda3f9cb6b..bdb75fb5c08d 100644 --- a/ci-operator/jobs/openshift-priv/cluster-api-provider-openstack/openshift-priv-cluster-api-provider-openstack-release-4.1-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cluster-api-provider-openstack/openshift-priv-cluster-api-provider-openstack-release-4.1-presubmits.yaml @@ -19,11 +19,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=gofmt command: - ci-operator @@ -43,6 +43,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -57,6 +60,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )gofmt,?($|\s.*) - agent: kubernetes always_run: true @@ -77,11 +83,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=golint command: - ci-operator @@ -101,6 +107,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -115,6 +124,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )golint,?($|\s.*) - agent: kubernetes always_run: true @@ -135,11 +147,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=govet command: - ci-operator @@ -159,6 +171,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -173,6 +188,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )govet,?($|\s.*) - agent: kubernetes always_run: true @@ -193,11 +211,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -217,6 +235,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -231,6 +252,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -251,11 +275,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -275,6 +299,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -289,4 +316,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/cluster-api-provider-openstack/openshift-priv-cluster-api-provider-openstack-release-4.2-postsubmits.yaml b/ci-operator/jobs/openshift-priv/cluster-api-provider-openstack/openshift-priv-cluster-api-provider-openstack-release-4.2-postsubmits.yaml index b5d858247614..f4177a390d4a 100644 --- a/ci-operator/jobs/openshift-priv/cluster-api-provider-openstack/openshift-priv-cluster-api-provider-openstack-release-4.2-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cluster-api-provider-openstack/openshift-priv-cluster-api-provider-openstack-release-4.2-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-cluster-api-provider-openstack-release-4.2-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/cluster-api-provider-openstack/openshift-priv-cluster-api-provider-openstack-release-4.2-presubmits.yaml b/ci-operator/jobs/openshift-priv/cluster-api-provider-openstack/openshift-priv-cluster-api-provider-openstack-release-4.2-presubmits.yaml index 1837e925d94d..d888e1aa597c 100644 --- a/ci-operator/jobs/openshift-priv/cluster-api-provider-openstack/openshift-priv-cluster-api-provider-openstack-release-4.2-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cluster-api-provider-openstack/openshift-priv-cluster-api-provider-openstack-release-4.2-presubmits.yaml @@ -19,11 +19,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=gofmt command: - ci-operator @@ -43,6 +43,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -57,6 +60,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )gofmt,?($|\s.*) - agent: kubernetes always_run: true @@ -77,11 +83,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=golint command: - ci-operator @@ -101,6 +107,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -115,6 +124,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )golint,?($|\s.*) - agent: kubernetes always_run: true @@ -135,11 +147,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=govet command: - ci-operator @@ -159,6 +171,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -173,6 +188,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )govet,?($|\s.*) - agent: kubernetes always_run: true @@ -193,11 +211,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -217,6 +235,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -231,6 +252,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -251,11 +275,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -275,6 +299,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -289,4 +316,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/cluster-api-provider-openstack/openshift-priv-cluster-api-provider-openstack-release-4.3-postsubmits.yaml b/ci-operator/jobs/openshift-priv/cluster-api-provider-openstack/openshift-priv-cluster-api-provider-openstack-release-4.3-postsubmits.yaml index 794498c3b697..375569411fc4 100644 --- a/ci-operator/jobs/openshift-priv/cluster-api-provider-openstack/openshift-priv-cluster-api-provider-openstack-release-4.3-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cluster-api-provider-openstack/openshift-priv-cluster-api-provider-openstack-release-4.3-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-cluster-api-provider-openstack-release-4.3-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/cluster-api-provider-openstack/openshift-priv-cluster-api-provider-openstack-release-4.3-presubmits.yaml b/ci-operator/jobs/openshift-priv/cluster-api-provider-openstack/openshift-priv-cluster-api-provider-openstack-release-4.3-presubmits.yaml index e97b892f7c78..3dea777ee62b 100644 --- a/ci-operator/jobs/openshift-priv/cluster-api-provider-openstack/openshift-priv-cluster-api-provider-openstack-release-4.3-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cluster-api-provider-openstack/openshift-priv-cluster-api-provider-openstack-release-4.3-presubmits.yaml @@ -19,11 +19,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=gofmt command: - ci-operator @@ -43,6 +43,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -57,6 +60,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )gofmt,?($|\s.*) - agent: kubernetes always_run: true @@ -77,11 +83,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=golint command: - ci-operator @@ -101,6 +107,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -115,6 +124,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )golint,?($|\s.*) - agent: kubernetes always_run: true @@ -135,11 +147,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=govet command: - ci-operator @@ -159,6 +171,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -173,6 +188,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )govet,?($|\s.*) - agent: kubernetes always_run: true @@ -193,11 +211,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -217,6 +235,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -231,6 +252,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -251,11 +275,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -275,6 +299,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -289,4 +316,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/cluster-api-provider-openstack/openshift-priv-cluster-api-provider-openstack-release-4.4-postsubmits.yaml b/ci-operator/jobs/openshift-priv/cluster-api-provider-openstack/openshift-priv-cluster-api-provider-openstack-release-4.4-postsubmits.yaml index 6cce44d37376..4f8a12ecd0ac 100644 --- a/ci-operator/jobs/openshift-priv/cluster-api-provider-openstack/openshift-priv-cluster-api-provider-openstack-release-4.4-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cluster-api-provider-openstack/openshift-priv-cluster-api-provider-openstack-release-4.4-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-cluster-api-provider-openstack-release-4.4-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/cluster-api-provider-openstack/openshift-priv-cluster-api-provider-openstack-release-4.4-presubmits.yaml b/ci-operator/jobs/openshift-priv/cluster-api-provider-openstack/openshift-priv-cluster-api-provider-openstack-release-4.4-presubmits.yaml index c4720f15e92d..81d0770f1ed1 100644 --- a/ci-operator/jobs/openshift-priv/cluster-api-provider-openstack/openshift-priv-cluster-api-provider-openstack-release-4.4-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cluster-api-provider-openstack/openshift-priv-cluster-api-provider-openstack-release-4.4-presubmits.yaml @@ -19,11 +19,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=gofmt command: - ci-operator @@ -43,6 +43,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -57,6 +60,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )gofmt,?($|\s.*) - agent: kubernetes always_run: true @@ -77,11 +83,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=golint command: - ci-operator @@ -101,6 +107,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -115,6 +124,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )golint,?($|\s.*) - agent: kubernetes always_run: true @@ -135,11 +147,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=govet command: - ci-operator @@ -159,6 +171,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -173,6 +188,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )govet,?($|\s.*) - agent: kubernetes always_run: true @@ -193,11 +211,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -217,6 +235,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -231,6 +252,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -251,11 +275,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -275,6 +299,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -289,4 +316,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/cluster-api-provider-openstack/openshift-priv-cluster-api-provider-openstack-release-4.5-postsubmits.yaml b/ci-operator/jobs/openshift-priv/cluster-api-provider-openstack/openshift-priv-cluster-api-provider-openstack-release-4.5-postsubmits.yaml index 3a3546a82fab..1ad29795a1ba 100644 --- a/ci-operator/jobs/openshift-priv/cluster-api-provider-openstack/openshift-priv-cluster-api-provider-openstack-release-4.5-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cluster-api-provider-openstack/openshift-priv-cluster-api-provider-openstack-release-4.5-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-cluster-api-provider-openstack-release-4.5-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/cluster-api-provider-openstack/openshift-priv-cluster-api-provider-openstack-release-4.5-presubmits.yaml b/ci-operator/jobs/openshift-priv/cluster-api-provider-openstack/openshift-priv-cluster-api-provider-openstack-release-4.5-presubmits.yaml index 2aea9289dd9c..744d1d77ad14 100644 --- a/ci-operator/jobs/openshift-priv/cluster-api-provider-openstack/openshift-priv-cluster-api-provider-openstack-release-4.5-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cluster-api-provider-openstack/openshift-priv-cluster-api-provider-openstack-release-4.5-presubmits.yaml @@ -19,11 +19,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=gofmt command: - ci-operator @@ -43,6 +43,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -57,6 +60,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )gofmt,?($|\s.*) - agent: kubernetes always_run: true @@ -77,11 +83,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=golint command: - ci-operator @@ -101,6 +107,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -115,6 +124,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )golint,?($|\s.*) - agent: kubernetes always_run: true @@ -135,11 +147,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=govet command: - ci-operator @@ -159,6 +171,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -173,6 +188,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )govet,?($|\s.*) - agent: kubernetes always_run: true @@ -193,11 +211,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -217,6 +235,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -231,6 +252,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -251,11 +275,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -275,6 +299,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -289,4 +316,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/cluster-api-provider-openstack/openshift-priv-cluster-api-provider-openstack-release-4.6-postsubmits.yaml b/ci-operator/jobs/openshift-priv/cluster-api-provider-openstack/openshift-priv-cluster-api-provider-openstack-release-4.6-postsubmits.yaml index c67678ed6e8a..2fccbf42aae8 100644 --- a/ci-operator/jobs/openshift-priv/cluster-api-provider-openstack/openshift-priv-cluster-api-provider-openstack-release-4.6-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cluster-api-provider-openstack/openshift-priv-cluster-api-provider-openstack-release-4.6-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-cluster-api-provider-openstack-release-4.6-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/cluster-api-provider-openstack/openshift-priv-cluster-api-provider-openstack-release-4.6-presubmits.yaml b/ci-operator/jobs/openshift-priv/cluster-api-provider-openstack/openshift-priv-cluster-api-provider-openstack-release-4.6-presubmits.yaml index 2414fd6761c3..40468329e7b4 100644 --- a/ci-operator/jobs/openshift-priv/cluster-api-provider-openstack/openshift-priv-cluster-api-provider-openstack-release-4.6-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cluster-api-provider-openstack/openshift-priv-cluster-api-provider-openstack-release-4.6-presubmits.yaml @@ -19,11 +19,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=gofmt command: - ci-operator @@ -43,6 +43,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -57,6 +60,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )gofmt,?($|\s.*) - agent: kubernetes always_run: true @@ -77,11 +83,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=golint command: - ci-operator @@ -101,6 +107,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -115,6 +124,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )golint,?($|\s.*) - agent: kubernetes always_run: true @@ -135,11 +147,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=govet command: - ci-operator @@ -159,6 +171,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -173,6 +188,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )govet,?($|\s.*) - agent: kubernetes always_run: true @@ -193,11 +211,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -217,6 +235,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -231,6 +252,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -251,11 +275,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -275,6 +299,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -289,4 +316,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/cluster-api-provider-openstack/openshift-priv-cluster-api-provider-openstack-release-4.7-postsubmits.yaml b/ci-operator/jobs/openshift-priv/cluster-api-provider-openstack/openshift-priv-cluster-api-provider-openstack-release-4.7-postsubmits.yaml index db8e578fb651..9e6eb2a2d1dc 100644 --- a/ci-operator/jobs/openshift-priv/cluster-api-provider-openstack/openshift-priv-cluster-api-provider-openstack-release-4.7-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cluster-api-provider-openstack/openshift-priv-cluster-api-provider-openstack-release-4.7-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-cluster-api-provider-openstack-release-4.7-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/cluster-api-provider-openstack/openshift-priv-cluster-api-provider-openstack-release-4.7-presubmits.yaml b/ci-operator/jobs/openshift-priv/cluster-api-provider-openstack/openshift-priv-cluster-api-provider-openstack-release-4.7-presubmits.yaml index 9585564fd25c..59135fc698ca 100644 --- a/ci-operator/jobs/openshift-priv/cluster-api-provider-openstack/openshift-priv-cluster-api-provider-openstack-release-4.7-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cluster-api-provider-openstack/openshift-priv-cluster-api-provider-openstack-release-4.7-presubmits.yaml @@ -19,11 +19,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=gofmt command: - ci-operator @@ -43,6 +43,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -57,6 +60,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )gofmt,?($|\s.*) - agent: kubernetes always_run: true @@ -77,11 +83,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=golint command: - ci-operator @@ -101,6 +107,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -115,6 +124,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )golint,?($|\s.*) - agent: kubernetes always_run: true @@ -135,11 +147,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=govet command: - ci-operator @@ -159,6 +171,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -173,6 +188,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )govet,?($|\s.*) - agent: kubernetes always_run: true @@ -193,11 +211,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -217,6 +235,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -231,6 +252,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -251,11 +275,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -275,6 +299,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -289,4 +316,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/cluster-api-provider-ovirt/openshift-priv-cluster-api-provider-ovirt-master-postsubmits.yaml b/ci-operator/jobs/openshift-priv/cluster-api-provider-ovirt/openshift-priv-cluster-api-provider-ovirt-master-postsubmits.yaml index 2579e4a6f36e..7c03ad0deef4 100644 --- a/ci-operator/jobs/openshift-priv/cluster-api-provider-ovirt/openshift-priv-cluster-api-provider-ovirt-master-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cluster-api-provider-ovirt/openshift-priv-cluster-api-provider-ovirt-master-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-cluster-api-provider-ovirt-master-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/cluster-api-provider-ovirt/openshift-priv-cluster-api-provider-ovirt-master-presubmits.yaml b/ci-operator/jobs/openshift-priv/cluster-api-provider-ovirt/openshift-priv-cluster-api-provider-ovirt-master-presubmits.yaml index 42abdbd0094d..e1327368a4cb 100644 --- a/ci-operator/jobs/openshift-priv/cluster-api-provider-ovirt/openshift-priv-cluster-api-provider-ovirt-master-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cluster-api-provider-ovirt/openshift-priv-cluster-api-provider-ovirt-master-presubmits.yaml @@ -19,11 +19,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -43,6 +43,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -57,4 +60,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/cluster-api-provider-ovirt/openshift-priv-cluster-api-provider-ovirt-release-4.4-postsubmits.yaml b/ci-operator/jobs/openshift-priv/cluster-api-provider-ovirt/openshift-priv-cluster-api-provider-ovirt-release-4.4-postsubmits.yaml index 6c05e6cc9a12..60a00de85151 100644 --- a/ci-operator/jobs/openshift-priv/cluster-api-provider-ovirt/openshift-priv-cluster-api-provider-ovirt-release-4.4-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cluster-api-provider-ovirt/openshift-priv-cluster-api-provider-ovirt-release-4.4-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-cluster-api-provider-ovirt-release-4.4-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/cluster-api-provider-ovirt/openshift-priv-cluster-api-provider-ovirt-release-4.4-presubmits.yaml b/ci-operator/jobs/openshift-priv/cluster-api-provider-ovirt/openshift-priv-cluster-api-provider-ovirt-release-4.4-presubmits.yaml index a7985d9e70e3..5c75cf839063 100644 --- a/ci-operator/jobs/openshift-priv/cluster-api-provider-ovirt/openshift-priv-cluster-api-provider-ovirt-release-4.4-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cluster-api-provider-ovirt/openshift-priv-cluster-api-provider-ovirt-release-4.4-presubmits.yaml @@ -19,11 +19,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -43,6 +43,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -57,4 +60,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/cluster-api-provider-ovirt/openshift-priv-cluster-api-provider-ovirt-release-4.5-postsubmits.yaml b/ci-operator/jobs/openshift-priv/cluster-api-provider-ovirt/openshift-priv-cluster-api-provider-ovirt-release-4.5-postsubmits.yaml index 6c385c6310de..1027946ff651 100644 --- a/ci-operator/jobs/openshift-priv/cluster-api-provider-ovirt/openshift-priv-cluster-api-provider-ovirt-release-4.5-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cluster-api-provider-ovirt/openshift-priv-cluster-api-provider-ovirt-release-4.5-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-cluster-api-provider-ovirt-release-4.5-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/cluster-api-provider-ovirt/openshift-priv-cluster-api-provider-ovirt-release-4.5-presubmits.yaml b/ci-operator/jobs/openshift-priv/cluster-api-provider-ovirt/openshift-priv-cluster-api-provider-ovirt-release-4.5-presubmits.yaml index 92de165d4df4..e720dae966a2 100644 --- a/ci-operator/jobs/openshift-priv/cluster-api-provider-ovirt/openshift-priv-cluster-api-provider-ovirt-release-4.5-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cluster-api-provider-ovirt/openshift-priv-cluster-api-provider-ovirt-release-4.5-presubmits.yaml @@ -19,11 +19,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -43,6 +43,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -57,4 +60,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/cluster-api-provider-ovirt/openshift-priv-cluster-api-provider-ovirt-release-4.6-postsubmits.yaml b/ci-operator/jobs/openshift-priv/cluster-api-provider-ovirt/openshift-priv-cluster-api-provider-ovirt-release-4.6-postsubmits.yaml index 680281724351..bb7d1e985dde 100644 --- a/ci-operator/jobs/openshift-priv/cluster-api-provider-ovirt/openshift-priv-cluster-api-provider-ovirt-release-4.6-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cluster-api-provider-ovirt/openshift-priv-cluster-api-provider-ovirt-release-4.6-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-cluster-api-provider-ovirt-release-4.6-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/cluster-api-provider-ovirt/openshift-priv-cluster-api-provider-ovirt-release-4.6-presubmits.yaml b/ci-operator/jobs/openshift-priv/cluster-api-provider-ovirt/openshift-priv-cluster-api-provider-ovirt-release-4.6-presubmits.yaml index b0e3e12e9e14..9374cab592e9 100644 --- a/ci-operator/jobs/openshift-priv/cluster-api-provider-ovirt/openshift-priv-cluster-api-provider-ovirt-release-4.6-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cluster-api-provider-ovirt/openshift-priv-cluster-api-provider-ovirt-release-4.6-presubmits.yaml @@ -19,11 +19,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -43,6 +43,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -57,4 +60,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/cluster-api-provider-ovirt/openshift-priv-cluster-api-provider-ovirt-release-4.7-postsubmits.yaml b/ci-operator/jobs/openshift-priv/cluster-api-provider-ovirt/openshift-priv-cluster-api-provider-ovirt-release-4.7-postsubmits.yaml index fa0097fad5cf..e56f54587ae6 100644 --- a/ci-operator/jobs/openshift-priv/cluster-api-provider-ovirt/openshift-priv-cluster-api-provider-ovirt-release-4.7-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cluster-api-provider-ovirt/openshift-priv-cluster-api-provider-ovirt-release-4.7-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-cluster-api-provider-ovirt-release-4.7-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/cluster-api-provider-ovirt/openshift-priv-cluster-api-provider-ovirt-release-4.7-presubmits.yaml b/ci-operator/jobs/openshift-priv/cluster-api-provider-ovirt/openshift-priv-cluster-api-provider-ovirt-release-4.7-presubmits.yaml index a8cf35f80734..094fef7d7074 100644 --- a/ci-operator/jobs/openshift-priv/cluster-api-provider-ovirt/openshift-priv-cluster-api-provider-ovirt-release-4.7-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cluster-api-provider-ovirt/openshift-priv-cluster-api-provider-ovirt-release-4.7-presubmits.yaml @@ -19,11 +19,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -43,6 +43,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -57,4 +60,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/cluster-authentication-operator/openshift-priv-cluster-authentication-operator-master-postsubmits.yaml b/ci-operator/jobs/openshift-priv/cluster-authentication-operator/openshift-priv-cluster-authentication-operator-master-postsubmits.yaml index 34e49bfd1e43..84eb3ab7ff8c 100644 --- a/ci-operator/jobs/openshift-priv/cluster-authentication-operator/openshift-priv-cluster-authentication-operator-master-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cluster-authentication-operator/openshift-priv-cluster-authentication-operator-master-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-cluster-authentication-operator-master-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/cluster-authentication-operator/openshift-priv-cluster-authentication-operator-master-presubmits.yaml b/ci-operator/jobs/openshift-priv/cluster-authentication-operator/openshift-priv-cluster-authentication-operator-master-presubmits.yaml index 6c04a3a3b6ed..063c8618862f 100644 --- a/ci-operator/jobs/openshift-priv/cluster-authentication-operator/openshift-priv-cluster-authentication-operator-master-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cluster-authentication-operator/openshift-priv-cluster-authentication-operator-master-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -52,6 +50,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -77,6 +78,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -97,14 +101,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-console-login-cluster-profile - --target=e2e-aws-console-login - --template=/usr/local/e2e-aws-console-login @@ -143,6 +145,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -171,6 +176,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-console-login,?($|\s.*) - agent: kubernetes always_run: true @@ -191,14 +199,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-operator-cluster-profile - --target=e2e-aws-operator - --template=/usr/local/e2e-aws-operator @@ -237,6 +243,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -265,6 +274,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-operator,?($|\s.*) - agent: kubernetes always_run: true @@ -285,14 +297,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-operator-encryption-cluster-profile - --target=e2e-aws-operator-encryption - --template=/usr/local/e2e-aws-operator-encryption @@ -331,6 +341,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -359,6 +372,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-operator-encryption,?($|\s.*) - agent: kubernetes always_run: true @@ -379,14 +395,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -412,6 +426,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -437,6 +454,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -457,11 +477,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -481,6 +501,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -495,6 +518,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -515,11 +541,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -539,6 +565,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -553,6 +582,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -573,11 +605,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -597,6 +629,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -611,6 +646,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) - agent: kubernetes always_run: true @@ -631,11 +669,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify-deps command: - ci-operator @@ -655,6 +693,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -669,4 +710,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify-deps,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/cluster-authentication-operator/openshift-priv-cluster-authentication-operator-release-4.1-postsubmits.yaml b/ci-operator/jobs/openshift-priv/cluster-authentication-operator/openshift-priv-cluster-authentication-operator-release-4.1-postsubmits.yaml index a76398be0fef..54fda6dc9d14 100644 --- a/ci-operator/jobs/openshift-priv/cluster-authentication-operator/openshift-priv-cluster-authentication-operator-release-4.1-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cluster-authentication-operator/openshift-priv-cluster-authentication-operator-release-4.1-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-cluster-authentication-operator-release-4.1-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/cluster-authentication-operator/openshift-priv-cluster-authentication-operator-release-4.1-presubmits.yaml b/ci-operator/jobs/openshift-priv/cluster-authentication-operator/openshift-priv-cluster-authentication-operator-release-4.1-presubmits.yaml index 3a5481ebf02c..eba823effc68 100644 --- a/ci-operator/jobs/openshift-priv/cluster-authentication-operator/openshift-priv-cluster-authentication-operator-release-4.1-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cluster-authentication-operator/openshift-priv-cluster-authentication-operator-release-4.1-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -52,6 +50,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -77,6 +78,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -97,14 +101,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-console-login-cluster-profile - --target=e2e-aws-console-login - --template=/usr/local/e2e-aws-console-login @@ -143,6 +145,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -171,6 +176,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-console-login,?($|\s.*) - agent: kubernetes always_run: true @@ -191,14 +199,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-operator-cluster-profile - --target=e2e-aws-operator - --template=/usr/local/e2e-aws-operator @@ -237,6 +243,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -265,6 +274,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-operator,?($|\s.*) - agent: kubernetes always_run: true @@ -285,14 +297,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -318,6 +328,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -343,6 +356,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -363,11 +379,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -387,6 +403,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -401,6 +420,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -421,11 +443,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -445,6 +467,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -459,6 +484,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -479,11 +507,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -503,6 +531,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -517,4 +548,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/cluster-authentication-operator/openshift-priv-cluster-authentication-operator-release-4.2-postsubmits.yaml b/ci-operator/jobs/openshift-priv/cluster-authentication-operator/openshift-priv-cluster-authentication-operator-release-4.2-postsubmits.yaml index b5f4ce0581a5..c7d74317c8f2 100644 --- a/ci-operator/jobs/openshift-priv/cluster-authentication-operator/openshift-priv-cluster-authentication-operator-release-4.2-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cluster-authentication-operator/openshift-priv-cluster-authentication-operator-release-4.2-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-cluster-authentication-operator-release-4.2-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/cluster-authentication-operator/openshift-priv-cluster-authentication-operator-release-4.2-presubmits.yaml b/ci-operator/jobs/openshift-priv/cluster-authentication-operator/openshift-priv-cluster-authentication-operator-release-4.2-presubmits.yaml index f62525cb60ea..c7df918f92bf 100644 --- a/ci-operator/jobs/openshift-priv/cluster-authentication-operator/openshift-priv-cluster-authentication-operator-release-4.2-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cluster-authentication-operator/openshift-priv-cluster-authentication-operator-release-4.2-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -52,6 +50,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -77,6 +78,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -97,14 +101,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-console-login-cluster-profile - --target=e2e-aws-console-login - --template=/usr/local/e2e-aws-console-login @@ -143,6 +145,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -171,6 +176,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-console-login,?($|\s.*) - agent: kubernetes always_run: true @@ -191,14 +199,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-operator-cluster-profile - --target=e2e-aws-operator - --template=/usr/local/e2e-aws-operator @@ -237,6 +243,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -265,6 +274,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-operator,?($|\s.*) - agent: kubernetes always_run: true @@ -285,14 +297,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -318,6 +328,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -343,6 +356,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -363,11 +379,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -387,6 +403,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -401,6 +420,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -421,11 +443,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -445,6 +467,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -459,6 +484,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -479,11 +507,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -503,6 +531,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -517,4 +548,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/cluster-authentication-operator/openshift-priv-cluster-authentication-operator-release-4.3-postsubmits.yaml b/ci-operator/jobs/openshift-priv/cluster-authentication-operator/openshift-priv-cluster-authentication-operator-release-4.3-postsubmits.yaml index fe6e7e07c949..40531f10fd57 100644 --- a/ci-operator/jobs/openshift-priv/cluster-authentication-operator/openshift-priv-cluster-authentication-operator-release-4.3-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cluster-authentication-operator/openshift-priv-cluster-authentication-operator-release-4.3-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-cluster-authentication-operator-release-4.3-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/cluster-authentication-operator/openshift-priv-cluster-authentication-operator-release-4.3-presubmits.yaml b/ci-operator/jobs/openshift-priv/cluster-authentication-operator/openshift-priv-cluster-authentication-operator-release-4.3-presubmits.yaml index 9d6d28c11dd6..798e3b3c2dd4 100644 --- a/ci-operator/jobs/openshift-priv/cluster-authentication-operator/openshift-priv-cluster-authentication-operator-release-4.3-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cluster-authentication-operator/openshift-priv-cluster-authentication-operator-release-4.3-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -52,6 +50,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -77,6 +78,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -97,14 +101,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-console-login-cluster-profile - --target=e2e-aws-console-login - --template=/usr/local/e2e-aws-console-login @@ -143,6 +145,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -171,6 +176,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-console-login,?($|\s.*) - agent: kubernetes always_run: true @@ -191,14 +199,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-operator-cluster-profile - --target=e2e-aws-operator - --template=/usr/local/e2e-aws-operator @@ -237,6 +243,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -265,6 +274,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-operator,?($|\s.*) - agent: kubernetes always_run: true @@ -285,14 +297,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -318,6 +328,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -343,6 +356,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -363,11 +379,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -387,6 +403,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -401,6 +420,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -421,11 +443,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -445,6 +467,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -459,6 +484,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -479,11 +507,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -503,6 +531,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -517,4 +548,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/cluster-authentication-operator/openshift-priv-cluster-authentication-operator-release-4.4-postsubmits.yaml b/ci-operator/jobs/openshift-priv/cluster-authentication-operator/openshift-priv-cluster-authentication-operator-release-4.4-postsubmits.yaml index 6ae8dc262c1a..62e67ce2adef 100644 --- a/ci-operator/jobs/openshift-priv/cluster-authentication-operator/openshift-priv-cluster-authentication-operator-release-4.4-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cluster-authentication-operator/openshift-priv-cluster-authentication-operator-release-4.4-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-cluster-authentication-operator-release-4.4-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/cluster-authentication-operator/openshift-priv-cluster-authentication-operator-release-4.4-presubmits.yaml b/ci-operator/jobs/openshift-priv/cluster-authentication-operator/openshift-priv-cluster-authentication-operator-release-4.4-presubmits.yaml index 7ba33055cbbd..520296086359 100644 --- a/ci-operator/jobs/openshift-priv/cluster-authentication-operator/openshift-priv-cluster-authentication-operator-release-4.4-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cluster-authentication-operator/openshift-priv-cluster-authentication-operator-release-4.4-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -52,6 +50,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -77,6 +78,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -97,14 +101,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-console-login-cluster-profile - --target=e2e-aws-console-login - --template=/usr/local/e2e-aws-console-login @@ -143,6 +145,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -171,6 +176,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-console-login,?($|\s.*) - agent: kubernetes always_run: true @@ -191,14 +199,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-operator-cluster-profile - --target=e2e-aws-operator - --template=/usr/local/e2e-aws-operator @@ -237,6 +243,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -265,6 +274,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-operator,?($|\s.*) - agent: kubernetes always_run: true @@ -285,14 +297,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -318,6 +328,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -343,6 +356,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -363,11 +379,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -387,6 +403,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -401,6 +420,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -421,11 +443,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -445,6 +467,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -459,6 +484,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -479,11 +507,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -503,6 +531,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -517,4 +548,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/cluster-authentication-operator/openshift-priv-cluster-authentication-operator-release-4.5-postsubmits.yaml b/ci-operator/jobs/openshift-priv/cluster-authentication-operator/openshift-priv-cluster-authentication-operator-release-4.5-postsubmits.yaml index 344db897839c..32ac84692c01 100644 --- a/ci-operator/jobs/openshift-priv/cluster-authentication-operator/openshift-priv-cluster-authentication-operator-release-4.5-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cluster-authentication-operator/openshift-priv-cluster-authentication-operator-release-4.5-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-cluster-authentication-operator-release-4.5-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/cluster-authentication-operator/openshift-priv-cluster-authentication-operator-release-4.5-presubmits.yaml b/ci-operator/jobs/openshift-priv/cluster-authentication-operator/openshift-priv-cluster-authentication-operator-release-4.5-presubmits.yaml index c9a196d3cb24..02190c352ff7 100644 --- a/ci-operator/jobs/openshift-priv/cluster-authentication-operator/openshift-priv-cluster-authentication-operator-release-4.5-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cluster-authentication-operator/openshift-priv-cluster-authentication-operator-release-4.5-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -52,6 +50,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -77,6 +78,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -97,14 +101,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-console-login-cluster-profile - --target=e2e-aws-console-login - --template=/usr/local/e2e-aws-console-login @@ -143,6 +145,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -171,6 +176,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-console-login,?($|\s.*) - agent: kubernetes always_run: true @@ -191,14 +199,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-operator-cluster-profile - --target=e2e-aws-operator - --template=/usr/local/e2e-aws-operator @@ -237,6 +243,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -265,6 +274,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-operator,?($|\s.*) - agent: kubernetes always_run: true @@ -285,14 +297,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-operator-encryption-cluster-profile - --target=e2e-aws-operator-encryption - --template=/usr/local/e2e-aws-operator-encryption @@ -331,6 +341,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -359,6 +372,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-operator-encryption,?($|\s.*) - agent: kubernetes always_run: true @@ -379,14 +395,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -412,6 +426,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -437,6 +454,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -457,11 +477,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -481,6 +501,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -495,6 +518,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -515,11 +541,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -539,6 +565,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -553,6 +582,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -573,11 +605,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -597,6 +629,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -611,6 +646,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) - agent: kubernetes always_run: true @@ -631,11 +669,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify-deps command: - ci-operator @@ -655,6 +693,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -669,4 +710,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify-deps,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/cluster-authentication-operator/openshift-priv-cluster-authentication-operator-release-4.6-postsubmits.yaml b/ci-operator/jobs/openshift-priv/cluster-authentication-operator/openshift-priv-cluster-authentication-operator-release-4.6-postsubmits.yaml index 2bbc08a479e3..6b9cfd659b44 100644 --- a/ci-operator/jobs/openshift-priv/cluster-authentication-operator/openshift-priv-cluster-authentication-operator-release-4.6-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cluster-authentication-operator/openshift-priv-cluster-authentication-operator-release-4.6-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-cluster-authentication-operator-release-4.6-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/cluster-authentication-operator/openshift-priv-cluster-authentication-operator-release-4.6-presubmits.yaml b/ci-operator/jobs/openshift-priv/cluster-authentication-operator/openshift-priv-cluster-authentication-operator-release-4.6-presubmits.yaml index fbaed3b7148e..0b19433669c3 100644 --- a/ci-operator/jobs/openshift-priv/cluster-authentication-operator/openshift-priv-cluster-authentication-operator-release-4.6-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cluster-authentication-operator/openshift-priv-cluster-authentication-operator-release-4.6-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -52,6 +50,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -77,6 +78,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -97,14 +101,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-console-login-cluster-profile - --target=e2e-aws-console-login - --template=/usr/local/e2e-aws-console-login @@ -143,6 +145,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -171,6 +176,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-console-login,?($|\s.*) - agent: kubernetes always_run: true @@ -191,14 +199,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-operator-cluster-profile - --target=e2e-aws-operator - --template=/usr/local/e2e-aws-operator @@ -237,6 +243,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -265,6 +274,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-operator,?($|\s.*) - agent: kubernetes always_run: true @@ -285,14 +297,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-operator-encryption-cluster-profile - --target=e2e-aws-operator-encryption - --template=/usr/local/e2e-aws-operator-encryption @@ -331,6 +341,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -359,6 +372,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-operator-encryption,?($|\s.*) - agent: kubernetes always_run: true @@ -379,14 +395,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -412,6 +426,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -437,6 +454,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -457,11 +477,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -481,6 +501,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -495,6 +518,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -515,11 +541,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -539,6 +565,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -553,6 +582,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -573,11 +605,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -597,6 +629,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -611,6 +646,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) - agent: kubernetes always_run: true @@ -631,11 +669,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify-deps command: - ci-operator @@ -655,6 +693,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -669,4 +710,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify-deps,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/cluster-authentication-operator/openshift-priv-cluster-authentication-operator-release-4.7-postsubmits.yaml b/ci-operator/jobs/openshift-priv/cluster-authentication-operator/openshift-priv-cluster-authentication-operator-release-4.7-postsubmits.yaml index 5ca364ecea96..3773b51c5601 100644 --- a/ci-operator/jobs/openshift-priv/cluster-authentication-operator/openshift-priv-cluster-authentication-operator-release-4.7-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cluster-authentication-operator/openshift-priv-cluster-authentication-operator-release-4.7-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-cluster-authentication-operator-release-4.7-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/cluster-authentication-operator/openshift-priv-cluster-authentication-operator-release-4.7-presubmits.yaml b/ci-operator/jobs/openshift-priv/cluster-authentication-operator/openshift-priv-cluster-authentication-operator-release-4.7-presubmits.yaml index c58e23e07670..02a975c06f74 100644 --- a/ci-operator/jobs/openshift-priv/cluster-authentication-operator/openshift-priv-cluster-authentication-operator-release-4.7-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cluster-authentication-operator/openshift-priv-cluster-authentication-operator-release-4.7-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -52,6 +50,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -77,6 +78,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -97,14 +101,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-console-login-cluster-profile - --target=e2e-aws-console-login - --template=/usr/local/e2e-aws-console-login @@ -143,6 +145,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -171,6 +176,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-console-login,?($|\s.*) - agent: kubernetes always_run: true @@ -191,14 +199,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-operator-cluster-profile - --target=e2e-aws-operator - --template=/usr/local/e2e-aws-operator @@ -237,6 +243,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -265,6 +274,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-operator,?($|\s.*) - agent: kubernetes always_run: true @@ -285,14 +297,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-operator-encryption-cluster-profile - --target=e2e-aws-operator-encryption - --template=/usr/local/e2e-aws-operator-encryption @@ -331,6 +341,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -359,6 +372,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-operator-encryption,?($|\s.*) - agent: kubernetes always_run: true @@ -379,14 +395,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -412,6 +426,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -437,6 +454,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -457,11 +477,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -481,6 +501,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -495,6 +518,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -515,11 +541,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -539,6 +565,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -553,6 +582,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -573,11 +605,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -597,6 +629,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -611,6 +646,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) - agent: kubernetes always_run: true @@ -631,11 +669,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify-deps command: - ci-operator @@ -655,6 +693,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -669,4 +710,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify-deps,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/cluster-autoscaler-operator/openshift-priv-cluster-autoscaler-operator-master-postsubmits.yaml b/ci-operator/jobs/openshift-priv/cluster-autoscaler-operator/openshift-priv-cluster-autoscaler-operator-master-postsubmits.yaml index 0fc0f444230f..dabe1b12be25 100644 --- a/ci-operator/jobs/openshift-priv/cluster-autoscaler-operator/openshift-priv-cluster-autoscaler-operator-master-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cluster-autoscaler-operator/openshift-priv-cluster-autoscaler-operator-master-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-cluster-autoscaler-operator-master-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/cluster-autoscaler-operator/openshift-priv-cluster-autoscaler-operator-master-presubmits.yaml b/ci-operator/jobs/openshift-priv/cluster-autoscaler-operator/openshift-priv-cluster-autoscaler-operator-master-presubmits.yaml index 870c580561c3..a0ed78991ba4 100644 --- a/ci-operator/jobs/openshift-priv/cluster-autoscaler-operator/openshift-priv-cluster-autoscaler-operator-master-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cluster-autoscaler-operator/openshift-priv-cluster-autoscaler-operator-master-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -52,6 +50,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -77,6 +78,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -97,14 +101,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-operator-cluster-profile - --target=e2e-aws-operator - --template=/usr/local/e2e-aws-operator @@ -143,6 +145,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -171,6 +176,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-operator,?($|\s.*) - agent: kubernetes always_run: true @@ -191,14 +199,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -224,6 +230,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -249,6 +258,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -269,11 +281,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=goimports command: - ci-operator @@ -293,6 +305,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -307,6 +322,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )goimports,?($|\s.*) - agent: kubernetes always_run: true @@ -327,11 +345,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=golint command: - ci-operator @@ -351,6 +369,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -365,6 +386,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )golint,?($|\s.*) - agent: kubernetes always_run: true @@ -385,11 +409,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=govet command: - ci-operator @@ -409,6 +433,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -423,6 +450,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )govet,?($|\s.*) - agent: kubernetes always_run: true @@ -443,11 +473,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -467,6 +497,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -481,6 +514,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -501,11 +537,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -525,6 +561,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -539,4 +578,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/cluster-autoscaler-operator/openshift-priv-cluster-autoscaler-operator-release-4.1-postsubmits.yaml b/ci-operator/jobs/openshift-priv/cluster-autoscaler-operator/openshift-priv-cluster-autoscaler-operator-release-4.1-postsubmits.yaml index 9957fb90525a..bc875b768635 100644 --- a/ci-operator/jobs/openshift-priv/cluster-autoscaler-operator/openshift-priv-cluster-autoscaler-operator-release-4.1-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cluster-autoscaler-operator/openshift-priv-cluster-autoscaler-operator-release-4.1-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-cluster-autoscaler-operator-release-4.1-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/cluster-autoscaler-operator/openshift-priv-cluster-autoscaler-operator-release-4.1-presubmits.yaml b/ci-operator/jobs/openshift-priv/cluster-autoscaler-operator/openshift-priv-cluster-autoscaler-operator-release-4.1-presubmits.yaml index 5e83a71ca52d..e446e31b560c 100644 --- a/ci-operator/jobs/openshift-priv/cluster-autoscaler-operator/openshift-priv-cluster-autoscaler-operator-release-4.1-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cluster-autoscaler-operator/openshift-priv-cluster-autoscaler-operator-release-4.1-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -52,6 +50,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -77,6 +78,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -97,14 +101,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-operator-cluster-profile - --target=e2e-aws-operator - --template=/usr/local/e2e-aws-operator @@ -143,6 +145,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -171,6 +176,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-operator,?($|\s.*) - agent: kubernetes always_run: true @@ -191,14 +199,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -224,6 +230,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -249,6 +258,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -269,11 +281,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=gofmt command: - ci-operator @@ -293,6 +305,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -307,6 +322,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )gofmt,?($|\s.*) - agent: kubernetes always_run: true @@ -327,11 +345,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=golint command: - ci-operator @@ -351,6 +369,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -365,6 +386,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )golint,?($|\s.*) - agent: kubernetes always_run: true @@ -385,11 +409,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=govet command: - ci-operator @@ -409,6 +433,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -423,6 +450,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )govet,?($|\s.*) - agent: kubernetes always_run: true @@ -443,11 +473,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -467,6 +497,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -481,6 +514,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -501,11 +537,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -525,6 +561,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -539,4 +578,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/cluster-autoscaler-operator/openshift-priv-cluster-autoscaler-operator-release-4.2-postsubmits.yaml b/ci-operator/jobs/openshift-priv/cluster-autoscaler-operator/openshift-priv-cluster-autoscaler-operator-release-4.2-postsubmits.yaml index fb3d8047405a..1e40df76dccc 100644 --- a/ci-operator/jobs/openshift-priv/cluster-autoscaler-operator/openshift-priv-cluster-autoscaler-operator-release-4.2-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cluster-autoscaler-operator/openshift-priv-cluster-autoscaler-operator-release-4.2-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-cluster-autoscaler-operator-release-4.2-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/cluster-autoscaler-operator/openshift-priv-cluster-autoscaler-operator-release-4.2-presubmits.yaml b/ci-operator/jobs/openshift-priv/cluster-autoscaler-operator/openshift-priv-cluster-autoscaler-operator-release-4.2-presubmits.yaml index 13ecebb88c00..6cbf61802cad 100644 --- a/ci-operator/jobs/openshift-priv/cluster-autoscaler-operator/openshift-priv-cluster-autoscaler-operator-release-4.2-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cluster-autoscaler-operator/openshift-priv-cluster-autoscaler-operator-release-4.2-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -52,6 +50,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -77,6 +78,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -97,14 +101,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-operator-cluster-profile - --target=e2e-aws-operator - --template=/usr/local/e2e-aws-operator @@ -143,6 +145,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -171,6 +176,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-operator,?($|\s.*) - agent: kubernetes always_run: true @@ -191,14 +199,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -224,6 +230,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -249,6 +258,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -269,11 +281,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=goimports command: - ci-operator @@ -293,6 +305,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -307,6 +322,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )goimports,?($|\s.*) - agent: kubernetes always_run: true @@ -327,11 +345,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=golint command: - ci-operator @@ -351,6 +369,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -365,6 +386,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )golint,?($|\s.*) - agent: kubernetes always_run: true @@ -385,11 +409,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=govet command: - ci-operator @@ -409,6 +433,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -423,6 +450,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )govet,?($|\s.*) - agent: kubernetes always_run: true @@ -443,11 +473,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -467,6 +497,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -481,6 +514,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -501,11 +537,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -525,6 +561,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -539,4 +578,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/cluster-autoscaler-operator/openshift-priv-cluster-autoscaler-operator-release-4.3-postsubmits.yaml b/ci-operator/jobs/openshift-priv/cluster-autoscaler-operator/openshift-priv-cluster-autoscaler-operator-release-4.3-postsubmits.yaml index 93e1c7560d90..d65e8c7437cb 100644 --- a/ci-operator/jobs/openshift-priv/cluster-autoscaler-operator/openshift-priv-cluster-autoscaler-operator-release-4.3-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cluster-autoscaler-operator/openshift-priv-cluster-autoscaler-operator-release-4.3-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-cluster-autoscaler-operator-release-4.3-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/cluster-autoscaler-operator/openshift-priv-cluster-autoscaler-operator-release-4.3-presubmits.yaml b/ci-operator/jobs/openshift-priv/cluster-autoscaler-operator/openshift-priv-cluster-autoscaler-operator-release-4.3-presubmits.yaml index a8cdea563bcc..7171474582ed 100644 --- a/ci-operator/jobs/openshift-priv/cluster-autoscaler-operator/openshift-priv-cluster-autoscaler-operator-release-4.3-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cluster-autoscaler-operator/openshift-priv-cluster-autoscaler-operator-release-4.3-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -52,6 +50,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -77,6 +78,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -97,14 +101,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-operator-cluster-profile - --target=e2e-aws-operator - --template=/usr/local/e2e-aws-operator @@ -143,6 +145,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -171,6 +176,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-operator,?($|\s.*) - agent: kubernetes always_run: true @@ -191,14 +199,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -224,6 +230,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -249,6 +258,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -269,11 +281,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=goimports command: - ci-operator @@ -293,6 +305,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -307,6 +322,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )goimports,?($|\s.*) - agent: kubernetes always_run: true @@ -327,11 +345,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=golint command: - ci-operator @@ -351,6 +369,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -365,6 +386,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )golint,?($|\s.*) - agent: kubernetes always_run: true @@ -385,11 +409,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=govet command: - ci-operator @@ -409,6 +433,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -423,6 +450,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )govet,?($|\s.*) - agent: kubernetes always_run: true @@ -443,11 +473,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -467,6 +497,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -481,6 +514,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -501,11 +537,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -525,6 +561,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -539,4 +578,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/cluster-autoscaler-operator/openshift-priv-cluster-autoscaler-operator-release-4.4-postsubmits.yaml b/ci-operator/jobs/openshift-priv/cluster-autoscaler-operator/openshift-priv-cluster-autoscaler-operator-release-4.4-postsubmits.yaml index 03e2d3fdb96e..7d6017d55b4d 100644 --- a/ci-operator/jobs/openshift-priv/cluster-autoscaler-operator/openshift-priv-cluster-autoscaler-operator-release-4.4-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cluster-autoscaler-operator/openshift-priv-cluster-autoscaler-operator-release-4.4-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-cluster-autoscaler-operator-release-4.4-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/cluster-autoscaler-operator/openshift-priv-cluster-autoscaler-operator-release-4.4-presubmits.yaml b/ci-operator/jobs/openshift-priv/cluster-autoscaler-operator/openshift-priv-cluster-autoscaler-operator-release-4.4-presubmits.yaml index 3469f0d130a5..9944974be86d 100644 --- a/ci-operator/jobs/openshift-priv/cluster-autoscaler-operator/openshift-priv-cluster-autoscaler-operator-release-4.4-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cluster-autoscaler-operator/openshift-priv-cluster-autoscaler-operator-release-4.4-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -52,6 +50,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -77,6 +78,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -97,14 +101,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-operator-cluster-profile - --target=e2e-aws-operator - --template=/usr/local/e2e-aws-operator @@ -143,6 +145,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -171,6 +176,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-operator,?($|\s.*) - agent: kubernetes always_run: true @@ -191,14 +199,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -224,6 +230,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -249,6 +258,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -269,11 +281,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=goimports command: - ci-operator @@ -293,6 +305,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -307,6 +322,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )goimports,?($|\s.*) - agent: kubernetes always_run: true @@ -327,11 +345,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=golint command: - ci-operator @@ -351,6 +369,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -365,6 +386,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )golint,?($|\s.*) - agent: kubernetes always_run: true @@ -385,11 +409,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=govet command: - ci-operator @@ -409,6 +433,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -423,6 +450,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )govet,?($|\s.*) - agent: kubernetes always_run: true @@ -443,11 +473,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -467,6 +497,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -481,6 +514,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -501,11 +537,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -525,6 +561,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -539,4 +578,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/cluster-autoscaler-operator/openshift-priv-cluster-autoscaler-operator-release-4.5-postsubmits.yaml b/ci-operator/jobs/openshift-priv/cluster-autoscaler-operator/openshift-priv-cluster-autoscaler-operator-release-4.5-postsubmits.yaml index ce05c5f88334..82c354178248 100644 --- a/ci-operator/jobs/openshift-priv/cluster-autoscaler-operator/openshift-priv-cluster-autoscaler-operator-release-4.5-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cluster-autoscaler-operator/openshift-priv-cluster-autoscaler-operator-release-4.5-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-cluster-autoscaler-operator-release-4.5-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/cluster-autoscaler-operator/openshift-priv-cluster-autoscaler-operator-release-4.5-presubmits.yaml b/ci-operator/jobs/openshift-priv/cluster-autoscaler-operator/openshift-priv-cluster-autoscaler-operator-release-4.5-presubmits.yaml index 6611bc899248..888058e4b7cd 100644 --- a/ci-operator/jobs/openshift-priv/cluster-autoscaler-operator/openshift-priv-cluster-autoscaler-operator-release-4.5-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cluster-autoscaler-operator/openshift-priv-cluster-autoscaler-operator-release-4.5-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -52,6 +50,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -77,6 +78,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -97,14 +101,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-operator-cluster-profile - --target=e2e-aws-operator - --template=/usr/local/e2e-aws-operator @@ -143,6 +145,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -171,6 +176,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-operator,?($|\s.*) - agent: kubernetes always_run: true @@ -191,14 +199,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -224,6 +230,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -249,6 +258,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -269,11 +281,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=goimports command: - ci-operator @@ -293,6 +305,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -307,6 +322,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )goimports,?($|\s.*) - agent: kubernetes always_run: true @@ -327,11 +345,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=golint command: - ci-operator @@ -351,6 +369,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -365,6 +386,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )golint,?($|\s.*) - agent: kubernetes always_run: true @@ -385,11 +409,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=govet command: - ci-operator @@ -409,6 +433,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -423,6 +450,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )govet,?($|\s.*) - agent: kubernetes always_run: true @@ -443,11 +473,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -467,6 +497,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -481,6 +514,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -501,11 +537,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -525,6 +561,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -539,4 +578,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/cluster-autoscaler-operator/openshift-priv-cluster-autoscaler-operator-release-4.6-postsubmits.yaml b/ci-operator/jobs/openshift-priv/cluster-autoscaler-operator/openshift-priv-cluster-autoscaler-operator-release-4.6-postsubmits.yaml index c3e47773e431..7ad72dc6c08f 100644 --- a/ci-operator/jobs/openshift-priv/cluster-autoscaler-operator/openshift-priv-cluster-autoscaler-operator-release-4.6-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cluster-autoscaler-operator/openshift-priv-cluster-autoscaler-operator-release-4.6-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-cluster-autoscaler-operator-release-4.6-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/cluster-autoscaler-operator/openshift-priv-cluster-autoscaler-operator-release-4.6-presubmits.yaml b/ci-operator/jobs/openshift-priv/cluster-autoscaler-operator/openshift-priv-cluster-autoscaler-operator-release-4.6-presubmits.yaml index ae759295ba1d..5c686b9ef98d 100644 --- a/ci-operator/jobs/openshift-priv/cluster-autoscaler-operator/openshift-priv-cluster-autoscaler-operator-release-4.6-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cluster-autoscaler-operator/openshift-priv-cluster-autoscaler-operator-release-4.6-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -52,6 +50,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -77,6 +78,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -97,14 +101,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-operator-cluster-profile - --target=e2e-aws-operator - --template=/usr/local/e2e-aws-operator @@ -143,6 +145,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -171,6 +176,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-operator,?($|\s.*) - agent: kubernetes always_run: true @@ -191,14 +199,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -224,6 +230,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -249,6 +258,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -269,11 +281,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=goimports command: - ci-operator @@ -293,6 +305,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -307,6 +322,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )goimports,?($|\s.*) - agent: kubernetes always_run: true @@ -327,11 +345,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=golint command: - ci-operator @@ -351,6 +369,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -365,6 +386,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )golint,?($|\s.*) - agent: kubernetes always_run: true @@ -385,11 +409,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=govet command: - ci-operator @@ -409,6 +433,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -423,6 +450,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )govet,?($|\s.*) - agent: kubernetes always_run: true @@ -443,11 +473,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -467,6 +497,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -481,6 +514,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -501,11 +537,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -525,6 +561,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -539,4 +578,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/cluster-autoscaler-operator/openshift-priv-cluster-autoscaler-operator-release-4.7-postsubmits.yaml b/ci-operator/jobs/openshift-priv/cluster-autoscaler-operator/openshift-priv-cluster-autoscaler-operator-release-4.7-postsubmits.yaml index 354f69822392..7a54a7771e6f 100644 --- a/ci-operator/jobs/openshift-priv/cluster-autoscaler-operator/openshift-priv-cluster-autoscaler-operator-release-4.7-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cluster-autoscaler-operator/openshift-priv-cluster-autoscaler-operator-release-4.7-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-cluster-autoscaler-operator-release-4.7-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/cluster-autoscaler-operator/openshift-priv-cluster-autoscaler-operator-release-4.7-presubmits.yaml b/ci-operator/jobs/openshift-priv/cluster-autoscaler-operator/openshift-priv-cluster-autoscaler-operator-release-4.7-presubmits.yaml index 3933195baabf..979d4b420528 100644 --- a/ci-operator/jobs/openshift-priv/cluster-autoscaler-operator/openshift-priv-cluster-autoscaler-operator-release-4.7-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cluster-autoscaler-operator/openshift-priv-cluster-autoscaler-operator-release-4.7-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -52,6 +50,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -77,6 +78,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -97,14 +101,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-operator-cluster-profile - --target=e2e-aws-operator - --template=/usr/local/e2e-aws-operator @@ -143,6 +145,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -171,6 +176,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-operator,?($|\s.*) - agent: kubernetes always_run: true @@ -191,14 +199,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -224,6 +230,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -249,6 +258,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -269,11 +281,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=goimports command: - ci-operator @@ -293,6 +305,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -307,6 +322,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )goimports,?($|\s.*) - agent: kubernetes always_run: true @@ -327,11 +345,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=golint command: - ci-operator @@ -351,6 +369,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -365,6 +386,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )golint,?($|\s.*) - agent: kubernetes always_run: true @@ -385,11 +409,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=govet command: - ci-operator @@ -409,6 +433,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -423,6 +450,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )govet,?($|\s.*) - agent: kubernetes always_run: true @@ -443,11 +473,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -467,6 +497,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -481,6 +514,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -501,11 +537,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -525,6 +561,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -539,4 +578,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/cluster-bootstrap/openshift-priv-cluster-bootstrap-master-postsubmits.yaml b/ci-operator/jobs/openshift-priv/cluster-bootstrap/openshift-priv-cluster-bootstrap-master-postsubmits.yaml index 8a9e1bc0da2f..2a6f6a9a7028 100644 --- a/ci-operator/jobs/openshift-priv/cluster-bootstrap/openshift-priv-cluster-bootstrap-master-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cluster-bootstrap/openshift-priv-cluster-bootstrap-master-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-cluster-bootstrap-master-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/cluster-bootstrap/openshift-priv-cluster-bootstrap-master-presubmits.yaml b/ci-operator/jobs/openshift-priv/cluster-bootstrap/openshift-priv-cluster-bootstrap-master-presubmits.yaml index 53142c7e60fb..589f5d835742 100644 --- a/ci-operator/jobs/openshift-priv/cluster-bootstrap/openshift-priv-cluster-bootstrap-master-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cluster-bootstrap/openshift-priv-cluster-bootstrap-master-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -52,6 +50,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -77,6 +78,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -97,14 +101,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -130,6 +132,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -155,6 +160,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -175,11 +183,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -199,6 +207,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -213,6 +224,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -233,11 +247,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -257,6 +271,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -271,6 +288,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -291,11 +311,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -315,6 +335,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -329,6 +352,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) - agent: kubernetes always_run: true @@ -349,11 +375,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify-deps command: - ci-operator @@ -373,6 +399,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -387,4 +416,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify-deps,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/cluster-bootstrap/openshift-priv-cluster-bootstrap-release-4.1-postsubmits.yaml b/ci-operator/jobs/openshift-priv/cluster-bootstrap/openshift-priv-cluster-bootstrap-release-4.1-postsubmits.yaml index 0c3fd65a4a2e..df03b7d4c20d 100644 --- a/ci-operator/jobs/openshift-priv/cluster-bootstrap/openshift-priv-cluster-bootstrap-release-4.1-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cluster-bootstrap/openshift-priv-cluster-bootstrap-release-4.1-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-cluster-bootstrap-release-4.1-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/cluster-bootstrap/openshift-priv-cluster-bootstrap-release-4.1-presubmits.yaml b/ci-operator/jobs/openshift-priv/cluster-bootstrap/openshift-priv-cluster-bootstrap-release-4.1-presubmits.yaml index bf90fef605dc..13086c9c1218 100644 --- a/ci-operator/jobs/openshift-priv/cluster-bootstrap/openshift-priv-cluster-bootstrap-release-4.1-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cluster-bootstrap/openshift-priv-cluster-bootstrap-release-4.1-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -52,6 +50,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -77,6 +78,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -97,14 +101,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -130,6 +132,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -155,6 +160,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -175,11 +183,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -199,6 +207,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -213,6 +224,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -233,11 +247,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -257,6 +271,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -271,6 +288,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -291,11 +311,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -315,6 +335,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -329,6 +352,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) - agent: kubernetes always_run: true @@ -349,11 +375,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify-deps command: - ci-operator @@ -373,6 +399,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -387,4 +416,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify-deps,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/cluster-bootstrap/openshift-priv-cluster-bootstrap-release-4.2-postsubmits.yaml b/ci-operator/jobs/openshift-priv/cluster-bootstrap/openshift-priv-cluster-bootstrap-release-4.2-postsubmits.yaml index 0b2b00e57a92..e786cf099bff 100644 --- a/ci-operator/jobs/openshift-priv/cluster-bootstrap/openshift-priv-cluster-bootstrap-release-4.2-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cluster-bootstrap/openshift-priv-cluster-bootstrap-release-4.2-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-cluster-bootstrap-release-4.2-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/cluster-bootstrap/openshift-priv-cluster-bootstrap-release-4.2-presubmits.yaml b/ci-operator/jobs/openshift-priv/cluster-bootstrap/openshift-priv-cluster-bootstrap-release-4.2-presubmits.yaml index 790785e50071..974becd756c5 100644 --- a/ci-operator/jobs/openshift-priv/cluster-bootstrap/openshift-priv-cluster-bootstrap-release-4.2-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cluster-bootstrap/openshift-priv-cluster-bootstrap-release-4.2-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -52,6 +50,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -77,6 +78,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -97,14 +101,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -130,6 +132,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -155,6 +160,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -175,11 +183,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -199,6 +207,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -213,6 +224,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -233,11 +247,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -257,6 +271,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -271,6 +288,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -291,11 +311,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -315,6 +335,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -329,6 +352,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) - agent: kubernetes always_run: true @@ -349,11 +375,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify-deps command: - ci-operator @@ -373,6 +399,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -387,4 +416,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify-deps,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/cluster-bootstrap/openshift-priv-cluster-bootstrap-release-4.3-postsubmits.yaml b/ci-operator/jobs/openshift-priv/cluster-bootstrap/openshift-priv-cluster-bootstrap-release-4.3-postsubmits.yaml index a379141dbc96..9cd4e95bb6f5 100644 --- a/ci-operator/jobs/openshift-priv/cluster-bootstrap/openshift-priv-cluster-bootstrap-release-4.3-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cluster-bootstrap/openshift-priv-cluster-bootstrap-release-4.3-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-cluster-bootstrap-release-4.3-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/cluster-bootstrap/openshift-priv-cluster-bootstrap-release-4.3-presubmits.yaml b/ci-operator/jobs/openshift-priv/cluster-bootstrap/openshift-priv-cluster-bootstrap-release-4.3-presubmits.yaml index 54da4d1f5f4c..4130f9343476 100644 --- a/ci-operator/jobs/openshift-priv/cluster-bootstrap/openshift-priv-cluster-bootstrap-release-4.3-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cluster-bootstrap/openshift-priv-cluster-bootstrap-release-4.3-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -52,6 +50,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -77,6 +78,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -97,14 +101,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -130,6 +132,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -155,6 +160,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -175,11 +183,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -199,6 +207,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -213,6 +224,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -233,11 +247,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -257,6 +271,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -271,6 +288,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -291,11 +311,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -315,6 +335,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -329,6 +352,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) - agent: kubernetes always_run: true @@ -349,11 +375,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify-deps command: - ci-operator @@ -373,6 +399,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -387,4 +416,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify-deps,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/cluster-bootstrap/openshift-priv-cluster-bootstrap-release-4.4-postsubmits.yaml b/ci-operator/jobs/openshift-priv/cluster-bootstrap/openshift-priv-cluster-bootstrap-release-4.4-postsubmits.yaml index 7224a8ded365..a02942e90f58 100644 --- a/ci-operator/jobs/openshift-priv/cluster-bootstrap/openshift-priv-cluster-bootstrap-release-4.4-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cluster-bootstrap/openshift-priv-cluster-bootstrap-release-4.4-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-cluster-bootstrap-release-4.4-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/cluster-bootstrap/openshift-priv-cluster-bootstrap-release-4.4-presubmits.yaml b/ci-operator/jobs/openshift-priv/cluster-bootstrap/openshift-priv-cluster-bootstrap-release-4.4-presubmits.yaml index f1b9d4d47def..cdb9c68d187d 100644 --- a/ci-operator/jobs/openshift-priv/cluster-bootstrap/openshift-priv-cluster-bootstrap-release-4.4-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cluster-bootstrap/openshift-priv-cluster-bootstrap-release-4.4-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -52,6 +50,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -77,6 +78,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -97,14 +101,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -130,6 +132,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -155,6 +160,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -175,11 +183,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -199,6 +207,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -213,6 +224,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -233,11 +247,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -257,6 +271,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -271,6 +288,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -291,11 +311,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -315,6 +335,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -329,6 +352,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) - agent: kubernetes always_run: true @@ -349,11 +375,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify-deps command: - ci-operator @@ -373,6 +399,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -387,4 +416,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify-deps,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/cluster-bootstrap/openshift-priv-cluster-bootstrap-release-4.5-postsubmits.yaml b/ci-operator/jobs/openshift-priv/cluster-bootstrap/openshift-priv-cluster-bootstrap-release-4.5-postsubmits.yaml index d690ab992197..0928c8388dba 100644 --- a/ci-operator/jobs/openshift-priv/cluster-bootstrap/openshift-priv-cluster-bootstrap-release-4.5-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cluster-bootstrap/openshift-priv-cluster-bootstrap-release-4.5-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-cluster-bootstrap-release-4.5-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/cluster-bootstrap/openshift-priv-cluster-bootstrap-release-4.5-presubmits.yaml b/ci-operator/jobs/openshift-priv/cluster-bootstrap/openshift-priv-cluster-bootstrap-release-4.5-presubmits.yaml index 7cf7be32a7f8..c2b7cd505541 100644 --- a/ci-operator/jobs/openshift-priv/cluster-bootstrap/openshift-priv-cluster-bootstrap-release-4.5-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cluster-bootstrap/openshift-priv-cluster-bootstrap-release-4.5-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -52,6 +50,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -77,6 +78,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -97,14 +101,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -130,6 +132,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -155,6 +160,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -175,11 +183,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -199,6 +207,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -213,6 +224,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -233,11 +247,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -257,6 +271,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -271,6 +288,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -291,11 +311,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -315,6 +335,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -329,6 +352,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) - agent: kubernetes always_run: true @@ -349,11 +375,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify-deps command: - ci-operator @@ -373,6 +399,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -387,4 +416,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify-deps,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/cluster-bootstrap/openshift-priv-cluster-bootstrap-release-4.6-postsubmits.yaml b/ci-operator/jobs/openshift-priv/cluster-bootstrap/openshift-priv-cluster-bootstrap-release-4.6-postsubmits.yaml index 221bf16fdce4..6d340068f6fc 100644 --- a/ci-operator/jobs/openshift-priv/cluster-bootstrap/openshift-priv-cluster-bootstrap-release-4.6-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cluster-bootstrap/openshift-priv-cluster-bootstrap-release-4.6-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-cluster-bootstrap-release-4.6-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/cluster-bootstrap/openshift-priv-cluster-bootstrap-release-4.6-presubmits.yaml b/ci-operator/jobs/openshift-priv/cluster-bootstrap/openshift-priv-cluster-bootstrap-release-4.6-presubmits.yaml index 74e622cb63b9..6959d0f7f32e 100644 --- a/ci-operator/jobs/openshift-priv/cluster-bootstrap/openshift-priv-cluster-bootstrap-release-4.6-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cluster-bootstrap/openshift-priv-cluster-bootstrap-release-4.6-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -52,6 +50,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -77,6 +78,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -97,14 +101,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -130,6 +132,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -155,6 +160,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -175,11 +183,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -199,6 +207,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -213,6 +224,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -233,11 +247,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -257,6 +271,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -271,6 +288,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -291,11 +311,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -315,6 +335,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -329,6 +352,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) - agent: kubernetes always_run: true @@ -349,11 +375,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify-deps command: - ci-operator @@ -373,6 +399,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -387,4 +416,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify-deps,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/cluster-bootstrap/openshift-priv-cluster-bootstrap-release-4.7-postsubmits.yaml b/ci-operator/jobs/openshift-priv/cluster-bootstrap/openshift-priv-cluster-bootstrap-release-4.7-postsubmits.yaml index eaded6eedf49..76a1bac6e724 100644 --- a/ci-operator/jobs/openshift-priv/cluster-bootstrap/openshift-priv-cluster-bootstrap-release-4.7-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cluster-bootstrap/openshift-priv-cluster-bootstrap-release-4.7-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-cluster-bootstrap-release-4.7-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/cluster-bootstrap/openshift-priv-cluster-bootstrap-release-4.7-presubmits.yaml b/ci-operator/jobs/openshift-priv/cluster-bootstrap/openshift-priv-cluster-bootstrap-release-4.7-presubmits.yaml index 5ae6f266f102..5b189933821d 100644 --- a/ci-operator/jobs/openshift-priv/cluster-bootstrap/openshift-priv-cluster-bootstrap-release-4.7-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cluster-bootstrap/openshift-priv-cluster-bootstrap-release-4.7-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -52,6 +50,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -77,6 +78,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -97,14 +101,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -130,6 +132,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -155,6 +160,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -175,11 +183,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -199,6 +207,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -213,6 +224,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -233,11 +247,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -257,6 +271,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -271,6 +288,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -291,11 +311,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -315,6 +335,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -329,6 +352,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) - agent: kubernetes always_run: true @@ -349,11 +375,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify-deps command: - ci-operator @@ -373,6 +399,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -387,4 +416,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify-deps,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/cluster-capacity/openshift-priv-cluster-capacity-master-postsubmits.yaml b/ci-operator/jobs/openshift-priv/cluster-capacity/openshift-priv-cluster-capacity-master-postsubmits.yaml index 5793ef772bd1..c237540d9be2 100644 --- a/ci-operator/jobs/openshift-priv/cluster-capacity/openshift-priv-cluster-capacity-master-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cluster-capacity/openshift-priv-cluster-capacity-master-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-cluster-capacity-master-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/cluster-capacity/openshift-priv-cluster-capacity-master-presubmits.yaml b/ci-operator/jobs/openshift-priv/cluster-capacity/openshift-priv-cluster-capacity-master-presubmits.yaml index b10d55b9df7c..d173aa844299 100644 --- a/ci-operator/jobs/openshift-priv/cluster-capacity/openshift-priv-cluster-capacity-master-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cluster-capacity/openshift-priv-cluster-capacity-master-presubmits.yaml @@ -19,11 +19,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -43,6 +43,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -57,6 +60,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -77,11 +83,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -101,6 +107,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -115,4 +124,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/cluster-capacity/openshift-priv-cluster-capacity-release-4.1-postsubmits.yaml b/ci-operator/jobs/openshift-priv/cluster-capacity/openshift-priv-cluster-capacity-release-4.1-postsubmits.yaml index 196edeb01826..0e93a6a48611 100644 --- a/ci-operator/jobs/openshift-priv/cluster-capacity/openshift-priv-cluster-capacity-release-4.1-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cluster-capacity/openshift-priv-cluster-capacity-release-4.1-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-cluster-capacity-release-4.1-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/cluster-capacity/openshift-priv-cluster-capacity-release-4.1-presubmits.yaml b/ci-operator/jobs/openshift-priv/cluster-capacity/openshift-priv-cluster-capacity-release-4.1-presubmits.yaml index a553c7d1cdf5..96b1db09f781 100644 --- a/ci-operator/jobs/openshift-priv/cluster-capacity/openshift-priv-cluster-capacity-release-4.1-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cluster-capacity/openshift-priv-cluster-capacity-release-4.1-presubmits.yaml @@ -19,11 +19,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -43,6 +43,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -57,6 +60,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -77,11 +83,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -101,6 +107,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -115,4 +124,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/cluster-capacity/openshift-priv-cluster-capacity-release-4.2-postsubmits.yaml b/ci-operator/jobs/openshift-priv/cluster-capacity/openshift-priv-cluster-capacity-release-4.2-postsubmits.yaml index a5d430d8b518..a06ee52d028b 100644 --- a/ci-operator/jobs/openshift-priv/cluster-capacity/openshift-priv-cluster-capacity-release-4.2-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cluster-capacity/openshift-priv-cluster-capacity-release-4.2-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-cluster-capacity-release-4.2-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/cluster-capacity/openshift-priv-cluster-capacity-release-4.2-presubmits.yaml b/ci-operator/jobs/openshift-priv/cluster-capacity/openshift-priv-cluster-capacity-release-4.2-presubmits.yaml index d907ceb6241e..ab571b3396fb 100644 --- a/ci-operator/jobs/openshift-priv/cluster-capacity/openshift-priv-cluster-capacity-release-4.2-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cluster-capacity/openshift-priv-cluster-capacity-release-4.2-presubmits.yaml @@ -19,11 +19,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -43,6 +43,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -57,6 +60,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -77,11 +83,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -101,6 +107,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -115,4 +124,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/cluster-capacity/openshift-priv-cluster-capacity-release-4.3-postsubmits.yaml b/ci-operator/jobs/openshift-priv/cluster-capacity/openshift-priv-cluster-capacity-release-4.3-postsubmits.yaml index f0cc08cab871..55e305f725ba 100644 --- a/ci-operator/jobs/openshift-priv/cluster-capacity/openshift-priv-cluster-capacity-release-4.3-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cluster-capacity/openshift-priv-cluster-capacity-release-4.3-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-cluster-capacity-release-4.3-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/cluster-capacity/openshift-priv-cluster-capacity-release-4.3-presubmits.yaml b/ci-operator/jobs/openshift-priv/cluster-capacity/openshift-priv-cluster-capacity-release-4.3-presubmits.yaml index d2df30a473df..d3405782d8e3 100644 --- a/ci-operator/jobs/openshift-priv/cluster-capacity/openshift-priv-cluster-capacity-release-4.3-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cluster-capacity/openshift-priv-cluster-capacity-release-4.3-presubmits.yaml @@ -19,11 +19,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -43,6 +43,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -57,6 +60,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -77,11 +83,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -101,6 +107,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -115,4 +124,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/cluster-capacity/openshift-priv-cluster-capacity-release-4.4-postsubmits.yaml b/ci-operator/jobs/openshift-priv/cluster-capacity/openshift-priv-cluster-capacity-release-4.4-postsubmits.yaml index 726b95b74d45..d7eaade2d09a 100644 --- a/ci-operator/jobs/openshift-priv/cluster-capacity/openshift-priv-cluster-capacity-release-4.4-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cluster-capacity/openshift-priv-cluster-capacity-release-4.4-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-cluster-capacity-release-4.4-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/cluster-capacity/openshift-priv-cluster-capacity-release-4.4-presubmits.yaml b/ci-operator/jobs/openshift-priv/cluster-capacity/openshift-priv-cluster-capacity-release-4.4-presubmits.yaml index 09df99f60774..93b35fa80585 100644 --- a/ci-operator/jobs/openshift-priv/cluster-capacity/openshift-priv-cluster-capacity-release-4.4-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cluster-capacity/openshift-priv-cluster-capacity-release-4.4-presubmits.yaml @@ -19,11 +19,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -43,6 +43,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -57,6 +60,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -77,11 +83,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -101,6 +107,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -115,4 +124,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/cluster-capacity/openshift-priv-cluster-capacity-release-4.5-postsubmits.yaml b/ci-operator/jobs/openshift-priv/cluster-capacity/openshift-priv-cluster-capacity-release-4.5-postsubmits.yaml index 25c831e660c3..4b5d7b6ea921 100644 --- a/ci-operator/jobs/openshift-priv/cluster-capacity/openshift-priv-cluster-capacity-release-4.5-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cluster-capacity/openshift-priv-cluster-capacity-release-4.5-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-cluster-capacity-release-4.5-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/cluster-capacity/openshift-priv-cluster-capacity-release-4.5-presubmits.yaml b/ci-operator/jobs/openshift-priv/cluster-capacity/openshift-priv-cluster-capacity-release-4.5-presubmits.yaml index 168dbae971de..561183c7a89c 100644 --- a/ci-operator/jobs/openshift-priv/cluster-capacity/openshift-priv-cluster-capacity-release-4.5-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cluster-capacity/openshift-priv-cluster-capacity-release-4.5-presubmits.yaml @@ -19,11 +19,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -43,6 +43,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -57,6 +60,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -77,11 +83,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -101,6 +107,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -115,4 +124,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/cluster-capacity/openshift-priv-cluster-capacity-release-4.6-postsubmits.yaml b/ci-operator/jobs/openshift-priv/cluster-capacity/openshift-priv-cluster-capacity-release-4.6-postsubmits.yaml index 4a6334cf6bb0..35393e60f24b 100644 --- a/ci-operator/jobs/openshift-priv/cluster-capacity/openshift-priv-cluster-capacity-release-4.6-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cluster-capacity/openshift-priv-cluster-capacity-release-4.6-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-cluster-capacity-release-4.6-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/cluster-capacity/openshift-priv-cluster-capacity-release-4.6-presubmits.yaml b/ci-operator/jobs/openshift-priv/cluster-capacity/openshift-priv-cluster-capacity-release-4.6-presubmits.yaml index bd5e6e7c4441..2eba1d6e84f4 100644 --- a/ci-operator/jobs/openshift-priv/cluster-capacity/openshift-priv-cluster-capacity-release-4.6-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cluster-capacity/openshift-priv-cluster-capacity-release-4.6-presubmits.yaml @@ -19,11 +19,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -43,6 +43,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -57,6 +60,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -77,11 +83,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -101,6 +107,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -115,4 +124,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/cluster-capacity/openshift-priv-cluster-capacity-release-4.7-postsubmits.yaml b/ci-operator/jobs/openshift-priv/cluster-capacity/openshift-priv-cluster-capacity-release-4.7-postsubmits.yaml index 7a22e380cb04..6bb4b024bacb 100644 --- a/ci-operator/jobs/openshift-priv/cluster-capacity/openshift-priv-cluster-capacity-release-4.7-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cluster-capacity/openshift-priv-cluster-capacity-release-4.7-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-cluster-capacity-release-4.7-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/cluster-capacity/openshift-priv-cluster-capacity-release-4.7-presubmits.yaml b/ci-operator/jobs/openshift-priv/cluster-capacity/openshift-priv-cluster-capacity-release-4.7-presubmits.yaml index c86eb015f70d..ce7f2e28be59 100644 --- a/ci-operator/jobs/openshift-priv/cluster-capacity/openshift-priv-cluster-capacity-release-4.7-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cluster-capacity/openshift-priv-cluster-capacity-release-4.7-presubmits.yaml @@ -19,11 +19,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -43,6 +43,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -57,6 +60,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -77,11 +83,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -101,6 +107,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -115,4 +124,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/cluster-config-operator/openshift-priv-cluster-config-operator-master-postsubmits.yaml b/ci-operator/jobs/openshift-priv/cluster-config-operator/openshift-priv-cluster-config-operator-master-postsubmits.yaml index ddeb4175047e..c3478aa9ac91 100644 --- a/ci-operator/jobs/openshift-priv/cluster-config-operator/openshift-priv-cluster-config-operator-master-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cluster-config-operator/openshift-priv-cluster-config-operator-master-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-cluster-config-operator-master-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/cluster-config-operator/openshift-priv-cluster-config-operator-master-presubmits.yaml b/ci-operator/jobs/openshift-priv/cluster-config-operator/openshift-priv-cluster-config-operator-master-presubmits.yaml index f953e7b3ecd0..4bb8d2eb81d1 100644 --- a/ci-operator/jobs/openshift-priv/cluster-config-operator/openshift-priv-cluster-config-operator-master-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cluster-config-operator/openshift-priv-cluster-config-operator-master-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -52,6 +50,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -77,6 +78,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -97,14 +101,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -130,6 +132,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -155,6 +160,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -175,14 +183,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-azure-cluster-profile - --target=e2e-azure - --template=/usr/local/e2e-azure @@ -219,6 +225,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -247,6 +256,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-azure,?($|\s.*) - agent: kubernetes always_run: true @@ -267,14 +279,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-gcp-cluster-profile - --target=e2e-gcp - --template=/usr/local/e2e-gcp @@ -311,6 +321,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -341,6 +354,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-gcp,?($|\s.*) - agent: kubernetes always_run: true @@ -361,11 +377,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -385,6 +401,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -399,6 +418,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -419,11 +441,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -443,6 +465,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -457,6 +482,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -477,11 +505,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -501,6 +529,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -515,6 +546,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) - agent: kubernetes always_run: true @@ -535,11 +569,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify-deps command: - ci-operator @@ -559,6 +593,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -573,4 +610,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify-deps,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/cluster-config-operator/openshift-priv-cluster-config-operator-release-4.1-postsubmits.yaml b/ci-operator/jobs/openshift-priv/cluster-config-operator/openshift-priv-cluster-config-operator-release-4.1-postsubmits.yaml index 22d688964cd0..1064e1507680 100644 --- a/ci-operator/jobs/openshift-priv/cluster-config-operator/openshift-priv-cluster-config-operator-release-4.1-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cluster-config-operator/openshift-priv-cluster-config-operator-release-4.1-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-cluster-config-operator-release-4.1-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/cluster-config-operator/openshift-priv-cluster-config-operator-release-4.1-presubmits.yaml b/ci-operator/jobs/openshift-priv/cluster-config-operator/openshift-priv-cluster-config-operator-release-4.1-presubmits.yaml index 5195dc682d90..bef3f9d27eb8 100644 --- a/ci-operator/jobs/openshift-priv/cluster-config-operator/openshift-priv-cluster-config-operator-release-4.1-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cluster-config-operator/openshift-priv-cluster-config-operator-release-4.1-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -52,6 +50,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -77,6 +78,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -97,14 +101,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -130,6 +132,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -155,6 +160,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -175,11 +183,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -199,6 +207,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -213,6 +224,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -233,11 +247,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -257,6 +271,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -271,6 +288,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -291,11 +311,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -315,6 +335,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -329,6 +352,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) - agent: kubernetes always_run: true @@ -349,11 +375,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify-deps command: - ci-operator @@ -373,6 +399,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -387,4 +416,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify-deps,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/cluster-config-operator/openshift-priv-cluster-config-operator-release-4.2-postsubmits.yaml b/ci-operator/jobs/openshift-priv/cluster-config-operator/openshift-priv-cluster-config-operator-release-4.2-postsubmits.yaml index 097fa5c4460d..7be07fb71630 100644 --- a/ci-operator/jobs/openshift-priv/cluster-config-operator/openshift-priv-cluster-config-operator-release-4.2-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cluster-config-operator/openshift-priv-cluster-config-operator-release-4.2-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-cluster-config-operator-release-4.2-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/cluster-config-operator/openshift-priv-cluster-config-operator-release-4.2-presubmits.yaml b/ci-operator/jobs/openshift-priv/cluster-config-operator/openshift-priv-cluster-config-operator-release-4.2-presubmits.yaml index dd5e560267a1..519faff9037c 100644 --- a/ci-operator/jobs/openshift-priv/cluster-config-operator/openshift-priv-cluster-config-operator-release-4.2-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cluster-config-operator/openshift-priv-cluster-config-operator-release-4.2-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -52,6 +50,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -77,6 +78,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -97,14 +101,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -130,6 +132,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -155,6 +160,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -175,11 +183,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -199,6 +207,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -213,6 +224,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -233,11 +247,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -257,6 +271,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -271,6 +288,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -291,11 +311,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -315,6 +335,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -329,6 +352,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) - agent: kubernetes always_run: true @@ -349,11 +375,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify-deps command: - ci-operator @@ -373,6 +399,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -387,4 +416,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify-deps,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/cluster-config-operator/openshift-priv-cluster-config-operator-release-4.3-postsubmits.yaml b/ci-operator/jobs/openshift-priv/cluster-config-operator/openshift-priv-cluster-config-operator-release-4.3-postsubmits.yaml index 9fae5e49ab19..e15f68c19e19 100644 --- a/ci-operator/jobs/openshift-priv/cluster-config-operator/openshift-priv-cluster-config-operator-release-4.3-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cluster-config-operator/openshift-priv-cluster-config-operator-release-4.3-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-cluster-config-operator-release-4.3-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/cluster-config-operator/openshift-priv-cluster-config-operator-release-4.3-presubmits.yaml b/ci-operator/jobs/openshift-priv/cluster-config-operator/openshift-priv-cluster-config-operator-release-4.3-presubmits.yaml index ffaf5671b666..1e69a2d2f7b1 100644 --- a/ci-operator/jobs/openshift-priv/cluster-config-operator/openshift-priv-cluster-config-operator-release-4.3-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cluster-config-operator/openshift-priv-cluster-config-operator-release-4.3-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -52,6 +50,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -77,6 +78,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -97,14 +101,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -130,6 +132,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -155,6 +160,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -175,11 +183,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -199,6 +207,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -213,6 +224,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -233,11 +247,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -257,6 +271,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -271,6 +288,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -291,11 +311,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -315,6 +335,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -329,6 +352,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) - agent: kubernetes always_run: true @@ -349,11 +375,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify-deps command: - ci-operator @@ -373,6 +399,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -387,4 +416,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify-deps,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/cluster-config-operator/openshift-priv-cluster-config-operator-release-4.4-postsubmits.yaml b/ci-operator/jobs/openshift-priv/cluster-config-operator/openshift-priv-cluster-config-operator-release-4.4-postsubmits.yaml index 0798f2611be2..25a1e807e5f8 100644 --- a/ci-operator/jobs/openshift-priv/cluster-config-operator/openshift-priv-cluster-config-operator-release-4.4-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cluster-config-operator/openshift-priv-cluster-config-operator-release-4.4-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-cluster-config-operator-release-4.4-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/cluster-config-operator/openshift-priv-cluster-config-operator-release-4.4-presubmits.yaml b/ci-operator/jobs/openshift-priv/cluster-config-operator/openshift-priv-cluster-config-operator-release-4.4-presubmits.yaml index ef0b2a21bde1..ff6df8823760 100644 --- a/ci-operator/jobs/openshift-priv/cluster-config-operator/openshift-priv-cluster-config-operator-release-4.4-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cluster-config-operator/openshift-priv-cluster-config-operator-release-4.4-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -52,6 +50,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -77,6 +78,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -97,14 +101,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -130,6 +132,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -155,6 +160,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -175,11 +183,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -199,6 +207,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -213,6 +224,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -233,11 +247,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -257,6 +271,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -271,6 +288,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -291,11 +311,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -315,6 +335,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -329,6 +352,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) - agent: kubernetes always_run: true @@ -349,11 +375,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify-deps command: - ci-operator @@ -373,6 +399,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -387,4 +416,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify-deps,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/cluster-config-operator/openshift-priv-cluster-config-operator-release-4.5-postsubmits.yaml b/ci-operator/jobs/openshift-priv/cluster-config-operator/openshift-priv-cluster-config-operator-release-4.5-postsubmits.yaml index dd732214fd53..e9fba042e735 100644 --- a/ci-operator/jobs/openshift-priv/cluster-config-operator/openshift-priv-cluster-config-operator-release-4.5-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cluster-config-operator/openshift-priv-cluster-config-operator-release-4.5-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-cluster-config-operator-release-4.5-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/cluster-config-operator/openshift-priv-cluster-config-operator-release-4.5-presubmits.yaml b/ci-operator/jobs/openshift-priv/cluster-config-operator/openshift-priv-cluster-config-operator-release-4.5-presubmits.yaml index 11406abde90a..0b9e005111ba 100644 --- a/ci-operator/jobs/openshift-priv/cluster-config-operator/openshift-priv-cluster-config-operator-release-4.5-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cluster-config-operator/openshift-priv-cluster-config-operator-release-4.5-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -52,6 +50,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -77,6 +78,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -97,14 +101,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -130,6 +132,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -155,6 +160,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -175,14 +183,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-azure-cluster-profile - --target=e2e-azure - --template=/usr/local/e2e-azure @@ -219,6 +225,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -247,6 +256,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-azure,?($|\s.*) - agent: kubernetes always_run: true @@ -267,14 +279,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-gcp-cluster-profile - --target=e2e-gcp - --template=/usr/local/e2e-gcp @@ -311,6 +321,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -341,6 +354,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-gcp,?($|\s.*) - agent: kubernetes always_run: true @@ -361,11 +377,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -385,6 +401,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -399,6 +418,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -419,11 +441,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -443,6 +465,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -457,6 +482,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -477,11 +505,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -501,6 +529,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -515,6 +546,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) - agent: kubernetes always_run: true @@ -535,11 +569,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify-deps command: - ci-operator @@ -559,6 +593,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -573,4 +610,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify-deps,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/cluster-config-operator/openshift-priv-cluster-config-operator-release-4.6-postsubmits.yaml b/ci-operator/jobs/openshift-priv/cluster-config-operator/openshift-priv-cluster-config-operator-release-4.6-postsubmits.yaml index 70ffb1195a68..7bddd9d80b00 100644 --- a/ci-operator/jobs/openshift-priv/cluster-config-operator/openshift-priv-cluster-config-operator-release-4.6-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cluster-config-operator/openshift-priv-cluster-config-operator-release-4.6-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-cluster-config-operator-release-4.6-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/cluster-config-operator/openshift-priv-cluster-config-operator-release-4.6-presubmits.yaml b/ci-operator/jobs/openshift-priv/cluster-config-operator/openshift-priv-cluster-config-operator-release-4.6-presubmits.yaml index b186aa28a0c8..9a9caeb8cb06 100644 --- a/ci-operator/jobs/openshift-priv/cluster-config-operator/openshift-priv-cluster-config-operator-release-4.6-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cluster-config-operator/openshift-priv-cluster-config-operator-release-4.6-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -52,6 +50,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -77,6 +78,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -97,14 +101,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -130,6 +132,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -155,6 +160,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -175,14 +183,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-azure-cluster-profile - --target=e2e-azure - --template=/usr/local/e2e-azure @@ -219,6 +225,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -247,6 +256,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-azure,?($|\s.*) - agent: kubernetes always_run: true @@ -267,14 +279,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-gcp-cluster-profile - --target=e2e-gcp - --template=/usr/local/e2e-gcp @@ -311,6 +321,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -341,6 +354,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-gcp,?($|\s.*) - agent: kubernetes always_run: true @@ -361,11 +377,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -385,6 +401,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -399,6 +418,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -419,11 +441,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -443,6 +465,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -457,6 +482,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -477,11 +505,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -501,6 +529,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -515,6 +546,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) - agent: kubernetes always_run: true @@ -535,11 +569,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify-deps command: - ci-operator @@ -559,6 +593,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -573,4 +610,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify-deps,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/cluster-config-operator/openshift-priv-cluster-config-operator-release-4.7-postsubmits.yaml b/ci-operator/jobs/openshift-priv/cluster-config-operator/openshift-priv-cluster-config-operator-release-4.7-postsubmits.yaml index 52c847bf1d4a..d89213de76eb 100644 --- a/ci-operator/jobs/openshift-priv/cluster-config-operator/openshift-priv-cluster-config-operator-release-4.7-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cluster-config-operator/openshift-priv-cluster-config-operator-release-4.7-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-cluster-config-operator-release-4.7-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/cluster-config-operator/openshift-priv-cluster-config-operator-release-4.7-presubmits.yaml b/ci-operator/jobs/openshift-priv/cluster-config-operator/openshift-priv-cluster-config-operator-release-4.7-presubmits.yaml index cba81ecb062b..2a6cf3737a89 100644 --- a/ci-operator/jobs/openshift-priv/cluster-config-operator/openshift-priv-cluster-config-operator-release-4.7-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cluster-config-operator/openshift-priv-cluster-config-operator-release-4.7-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -52,6 +50,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -77,6 +78,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -97,14 +101,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -130,6 +132,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -155,6 +160,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -175,14 +183,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-azure-cluster-profile - --target=e2e-azure - --template=/usr/local/e2e-azure @@ -219,6 +225,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -247,6 +256,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-azure,?($|\s.*) - agent: kubernetes always_run: true @@ -267,14 +279,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-gcp-cluster-profile - --target=e2e-gcp - --template=/usr/local/e2e-gcp @@ -311,6 +321,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -341,6 +354,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-gcp,?($|\s.*) - agent: kubernetes always_run: true @@ -361,11 +377,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -385,6 +401,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -399,6 +418,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -419,11 +441,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -443,6 +465,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -457,6 +482,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -477,11 +505,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -501,6 +529,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -515,6 +546,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) - agent: kubernetes always_run: true @@ -535,11 +569,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify-deps command: - ci-operator @@ -559,6 +593,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -573,4 +610,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify-deps,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/cluster-csi-snapshot-controller-operator/openshift-priv-cluster-csi-snapshot-controller-operator-master-postsubmits.yaml b/ci-operator/jobs/openshift-priv/cluster-csi-snapshot-controller-operator/openshift-priv-cluster-csi-snapshot-controller-operator-master-postsubmits.yaml index 0d37d8dfde86..b4c57c3705b4 100644 --- a/ci-operator/jobs/openshift-priv/cluster-csi-snapshot-controller-operator/openshift-priv-cluster-csi-snapshot-controller-operator-master-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cluster-csi-snapshot-controller-operator/openshift-priv-cluster-csi-snapshot-controller-operator-master-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-cluster-csi-snapshot-controller-operator-master-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/cluster-csi-snapshot-controller-operator/openshift-priv-cluster-csi-snapshot-controller-operator-master-presubmits.yaml b/ci-operator/jobs/openshift-priv/cluster-csi-snapshot-controller-operator/openshift-priv-cluster-csi-snapshot-controller-operator-master-presubmits.yaml index 884714507de0..29662045ee29 100644 --- a/ci-operator/jobs/openshift-priv/cluster-csi-snapshot-controller-operator/openshift-priv-cluster-csi-snapshot-controller-operator-master-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cluster-csi-snapshot-controller-operator/openshift-priv-cluster-csi-snapshot-controller-operator-master-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -52,6 +50,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -77,6 +78,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -97,14 +101,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -130,6 +132,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -155,6 +160,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -175,11 +183,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -199,6 +207,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -213,6 +224,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -233,11 +247,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -257,6 +271,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -271,6 +288,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -291,11 +311,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -315,6 +335,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -329,4 +352,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/cluster-csi-snapshot-controller-operator/openshift-priv-cluster-csi-snapshot-controller-operator-release-4.4-postsubmits.yaml b/ci-operator/jobs/openshift-priv/cluster-csi-snapshot-controller-operator/openshift-priv-cluster-csi-snapshot-controller-operator-release-4.4-postsubmits.yaml index 0b6a96f46564..f332db1150ce 100644 --- a/ci-operator/jobs/openshift-priv/cluster-csi-snapshot-controller-operator/openshift-priv-cluster-csi-snapshot-controller-operator-release-4.4-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cluster-csi-snapshot-controller-operator/openshift-priv-cluster-csi-snapshot-controller-operator-release-4.4-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-cluster-csi-snapshot-controller-operator-release-4.4-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/cluster-csi-snapshot-controller-operator/openshift-priv-cluster-csi-snapshot-controller-operator-release-4.4-presubmits.yaml b/ci-operator/jobs/openshift-priv/cluster-csi-snapshot-controller-operator/openshift-priv-cluster-csi-snapshot-controller-operator-release-4.4-presubmits.yaml index 6c062b530db7..5dd50ed4d933 100644 --- a/ci-operator/jobs/openshift-priv/cluster-csi-snapshot-controller-operator/openshift-priv-cluster-csi-snapshot-controller-operator-release-4.4-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cluster-csi-snapshot-controller-operator/openshift-priv-cluster-csi-snapshot-controller-operator-release-4.4-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -52,6 +50,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -77,6 +78,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -97,14 +101,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -130,6 +132,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -155,6 +160,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -175,11 +183,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -199,6 +207,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -213,6 +224,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -233,11 +247,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -257,6 +271,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -271,6 +288,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -291,11 +311,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -315,6 +335,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -329,4 +352,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/cluster-csi-snapshot-controller-operator/openshift-priv-cluster-csi-snapshot-controller-operator-release-4.5-postsubmits.yaml b/ci-operator/jobs/openshift-priv/cluster-csi-snapshot-controller-operator/openshift-priv-cluster-csi-snapshot-controller-operator-release-4.5-postsubmits.yaml index e5416b848cf2..59a6013c8d40 100644 --- a/ci-operator/jobs/openshift-priv/cluster-csi-snapshot-controller-operator/openshift-priv-cluster-csi-snapshot-controller-operator-release-4.5-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cluster-csi-snapshot-controller-operator/openshift-priv-cluster-csi-snapshot-controller-operator-release-4.5-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-cluster-csi-snapshot-controller-operator-release-4.5-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/cluster-csi-snapshot-controller-operator/openshift-priv-cluster-csi-snapshot-controller-operator-release-4.5-presubmits.yaml b/ci-operator/jobs/openshift-priv/cluster-csi-snapshot-controller-operator/openshift-priv-cluster-csi-snapshot-controller-operator-release-4.5-presubmits.yaml index 79d95d99dafd..428dfe1ee6aa 100644 --- a/ci-operator/jobs/openshift-priv/cluster-csi-snapshot-controller-operator/openshift-priv-cluster-csi-snapshot-controller-operator-release-4.5-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cluster-csi-snapshot-controller-operator/openshift-priv-cluster-csi-snapshot-controller-operator-release-4.5-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -52,6 +50,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -77,6 +78,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -97,14 +101,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -130,6 +132,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -155,6 +160,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -175,11 +183,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -199,6 +207,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -213,6 +224,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -233,11 +247,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -257,6 +271,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -271,6 +288,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -291,11 +311,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -315,6 +335,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -329,4 +352,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/cluster-csi-snapshot-controller-operator/openshift-priv-cluster-csi-snapshot-controller-operator-release-4.6-postsubmits.yaml b/ci-operator/jobs/openshift-priv/cluster-csi-snapshot-controller-operator/openshift-priv-cluster-csi-snapshot-controller-operator-release-4.6-postsubmits.yaml index 15e604bcd13f..e6d6a02a8e71 100644 --- a/ci-operator/jobs/openshift-priv/cluster-csi-snapshot-controller-operator/openshift-priv-cluster-csi-snapshot-controller-operator-release-4.6-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cluster-csi-snapshot-controller-operator/openshift-priv-cluster-csi-snapshot-controller-operator-release-4.6-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-cluster-csi-snapshot-controller-operator-release-4.6-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/cluster-csi-snapshot-controller-operator/openshift-priv-cluster-csi-snapshot-controller-operator-release-4.6-presubmits.yaml b/ci-operator/jobs/openshift-priv/cluster-csi-snapshot-controller-operator/openshift-priv-cluster-csi-snapshot-controller-operator-release-4.6-presubmits.yaml index d4e243bbc869..46b2e9740a4b 100644 --- a/ci-operator/jobs/openshift-priv/cluster-csi-snapshot-controller-operator/openshift-priv-cluster-csi-snapshot-controller-operator-release-4.6-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cluster-csi-snapshot-controller-operator/openshift-priv-cluster-csi-snapshot-controller-operator-release-4.6-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -52,6 +50,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -77,6 +78,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -97,14 +101,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -130,6 +132,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -155,6 +160,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -175,11 +183,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -199,6 +207,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -213,6 +224,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -233,11 +247,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -257,6 +271,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -271,6 +288,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -291,11 +311,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -315,6 +335,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -329,4 +352,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/cluster-csi-snapshot-controller-operator/openshift-priv-cluster-csi-snapshot-controller-operator-release-4.7-postsubmits.yaml b/ci-operator/jobs/openshift-priv/cluster-csi-snapshot-controller-operator/openshift-priv-cluster-csi-snapshot-controller-operator-release-4.7-postsubmits.yaml index 78e6514c8f02..4d9cd46b6220 100644 --- a/ci-operator/jobs/openshift-priv/cluster-csi-snapshot-controller-operator/openshift-priv-cluster-csi-snapshot-controller-operator-release-4.7-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cluster-csi-snapshot-controller-operator/openshift-priv-cluster-csi-snapshot-controller-operator-release-4.7-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-cluster-csi-snapshot-controller-operator-release-4.7-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/cluster-csi-snapshot-controller-operator/openshift-priv-cluster-csi-snapshot-controller-operator-release-4.7-presubmits.yaml b/ci-operator/jobs/openshift-priv/cluster-csi-snapshot-controller-operator/openshift-priv-cluster-csi-snapshot-controller-operator-release-4.7-presubmits.yaml index a844c1a97b8a..c0672b670481 100644 --- a/ci-operator/jobs/openshift-priv/cluster-csi-snapshot-controller-operator/openshift-priv-cluster-csi-snapshot-controller-operator-release-4.7-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cluster-csi-snapshot-controller-operator/openshift-priv-cluster-csi-snapshot-controller-operator-release-4.7-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -52,6 +50,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -77,6 +78,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -97,14 +101,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -130,6 +132,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -155,6 +160,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -175,11 +183,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -199,6 +207,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -213,6 +224,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -233,11 +247,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -257,6 +271,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -271,6 +288,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -291,11 +311,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -315,6 +335,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -329,4 +352,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/cluster-dns-operator/openshift-priv-cluster-dns-operator-master-postsubmits.yaml b/ci-operator/jobs/openshift-priv/cluster-dns-operator/openshift-priv-cluster-dns-operator-master-postsubmits.yaml index 097a5af0ad79..1ce2653d694b 100644 --- a/ci-operator/jobs/openshift-priv/cluster-dns-operator/openshift-priv-cluster-dns-operator-master-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cluster-dns-operator/openshift-priv-cluster-dns-operator-master-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-cluster-dns-operator-master-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/cluster-dns-operator/openshift-priv-cluster-dns-operator-master-presubmits.yaml b/ci-operator/jobs/openshift-priv/cluster-dns-operator/openshift-priv-cluster-dns-operator-master-presubmits.yaml index ed5c62e5ebb7..86bca4ecc04a 100644 --- a/ci-operator/jobs/openshift-priv/cluster-dns-operator/openshift-priv-cluster-dns-operator-master-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cluster-dns-operator/openshift-priv-cluster-dns-operator-master-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -52,6 +50,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -77,6 +78,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -97,14 +101,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-operator-cluster-profile - --target=e2e-aws-operator - --template=/usr/local/e2e-aws-operator @@ -141,6 +143,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -169,6 +174,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-operator,?($|\s.*) - agent: kubernetes always_run: true @@ -189,14 +197,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -222,6 +228,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -247,6 +256,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -267,11 +279,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -291,6 +303,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -305,6 +320,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -325,11 +343,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -349,6 +367,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -363,6 +384,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -383,11 +407,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -407,6 +431,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -421,4 +448,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/cluster-dns-operator/openshift-priv-cluster-dns-operator-release-4.1-postsubmits.yaml b/ci-operator/jobs/openshift-priv/cluster-dns-operator/openshift-priv-cluster-dns-operator-release-4.1-postsubmits.yaml index 4aee6d0ecd2b..fadbfa31808f 100644 --- a/ci-operator/jobs/openshift-priv/cluster-dns-operator/openshift-priv-cluster-dns-operator-release-4.1-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cluster-dns-operator/openshift-priv-cluster-dns-operator-release-4.1-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-cluster-dns-operator-release-4.1-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/cluster-dns-operator/openshift-priv-cluster-dns-operator-release-4.1-presubmits.yaml b/ci-operator/jobs/openshift-priv/cluster-dns-operator/openshift-priv-cluster-dns-operator-release-4.1-presubmits.yaml index 48de5839077b..c169104f46db 100644 --- a/ci-operator/jobs/openshift-priv/cluster-dns-operator/openshift-priv-cluster-dns-operator-release-4.1-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cluster-dns-operator/openshift-priv-cluster-dns-operator-release-4.1-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -52,6 +50,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -77,6 +78,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -97,14 +101,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-operator-cluster-profile - --target=e2e-aws-operator - --template=/usr/local/e2e-aws-operator @@ -141,6 +143,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -169,6 +174,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-operator,?($|\s.*) - agent: kubernetes always_run: true @@ -189,14 +197,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -222,6 +228,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -247,6 +256,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -267,11 +279,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -291,6 +303,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -305,6 +320,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -325,11 +343,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -349,6 +367,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -363,4 +384,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/cluster-dns-operator/openshift-priv-cluster-dns-operator-release-4.2-postsubmits.yaml b/ci-operator/jobs/openshift-priv/cluster-dns-operator/openshift-priv-cluster-dns-operator-release-4.2-postsubmits.yaml index 1460173f4a6f..3f4e2ddb4b4d 100644 --- a/ci-operator/jobs/openshift-priv/cluster-dns-operator/openshift-priv-cluster-dns-operator-release-4.2-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cluster-dns-operator/openshift-priv-cluster-dns-operator-release-4.2-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-cluster-dns-operator-release-4.2-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/cluster-dns-operator/openshift-priv-cluster-dns-operator-release-4.2-presubmits.yaml b/ci-operator/jobs/openshift-priv/cluster-dns-operator/openshift-priv-cluster-dns-operator-release-4.2-presubmits.yaml index daea99b60fdf..b522432be881 100644 --- a/ci-operator/jobs/openshift-priv/cluster-dns-operator/openshift-priv-cluster-dns-operator-release-4.2-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cluster-dns-operator/openshift-priv-cluster-dns-operator-release-4.2-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -52,6 +50,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -77,6 +78,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -97,14 +101,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-operator-cluster-profile - --target=e2e-aws-operator - --template=/usr/local/e2e-aws-operator @@ -141,6 +143,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -169,6 +174,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-operator,?($|\s.*) - agent: kubernetes always_run: true @@ -189,14 +197,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -222,6 +228,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -247,6 +256,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -267,11 +279,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -291,6 +303,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -305,6 +320,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -325,11 +343,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -349,6 +367,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -363,4 +384,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/cluster-dns-operator/openshift-priv-cluster-dns-operator-release-4.3-postsubmits.yaml b/ci-operator/jobs/openshift-priv/cluster-dns-operator/openshift-priv-cluster-dns-operator-release-4.3-postsubmits.yaml index d22530883683..bd59251374fb 100644 --- a/ci-operator/jobs/openshift-priv/cluster-dns-operator/openshift-priv-cluster-dns-operator-release-4.3-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cluster-dns-operator/openshift-priv-cluster-dns-operator-release-4.3-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-cluster-dns-operator-release-4.3-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/cluster-dns-operator/openshift-priv-cluster-dns-operator-release-4.3-presubmits.yaml b/ci-operator/jobs/openshift-priv/cluster-dns-operator/openshift-priv-cluster-dns-operator-release-4.3-presubmits.yaml index 77a6df235b6f..81b27f9df023 100644 --- a/ci-operator/jobs/openshift-priv/cluster-dns-operator/openshift-priv-cluster-dns-operator-release-4.3-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cluster-dns-operator/openshift-priv-cluster-dns-operator-release-4.3-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -52,6 +50,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -77,6 +78,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -97,14 +101,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-operator-cluster-profile - --target=e2e-aws-operator - --template=/usr/local/e2e-aws-operator @@ -141,6 +143,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -169,6 +174,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-operator,?($|\s.*) - agent: kubernetes always_run: true @@ -189,14 +197,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -222,6 +228,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -247,6 +256,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -267,11 +279,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -291,6 +303,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -305,6 +320,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -325,11 +343,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -349,6 +367,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -363,4 +384,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/cluster-dns-operator/openshift-priv-cluster-dns-operator-release-4.4-postsubmits.yaml b/ci-operator/jobs/openshift-priv/cluster-dns-operator/openshift-priv-cluster-dns-operator-release-4.4-postsubmits.yaml index 4fffcf61aa84..f85c50ccfa84 100644 --- a/ci-operator/jobs/openshift-priv/cluster-dns-operator/openshift-priv-cluster-dns-operator-release-4.4-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cluster-dns-operator/openshift-priv-cluster-dns-operator-release-4.4-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-cluster-dns-operator-release-4.4-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/cluster-dns-operator/openshift-priv-cluster-dns-operator-release-4.4-presubmits.yaml b/ci-operator/jobs/openshift-priv/cluster-dns-operator/openshift-priv-cluster-dns-operator-release-4.4-presubmits.yaml index fa3696de55e8..8545372977b8 100644 --- a/ci-operator/jobs/openshift-priv/cluster-dns-operator/openshift-priv-cluster-dns-operator-release-4.4-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cluster-dns-operator/openshift-priv-cluster-dns-operator-release-4.4-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -52,6 +50,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -77,6 +78,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -97,14 +101,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-operator-cluster-profile - --target=e2e-aws-operator - --template=/usr/local/e2e-aws-operator @@ -141,6 +143,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -169,6 +174,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-operator,?($|\s.*) - agent: kubernetes always_run: true @@ -189,14 +197,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -222,6 +228,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -247,6 +256,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -267,11 +279,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -291,6 +303,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -305,6 +320,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -325,11 +343,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -349,6 +367,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -363,4 +384,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/cluster-dns-operator/openshift-priv-cluster-dns-operator-release-4.5-postsubmits.yaml b/ci-operator/jobs/openshift-priv/cluster-dns-operator/openshift-priv-cluster-dns-operator-release-4.5-postsubmits.yaml index 4b01b16afad3..5617adc884da 100644 --- a/ci-operator/jobs/openshift-priv/cluster-dns-operator/openshift-priv-cluster-dns-operator-release-4.5-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cluster-dns-operator/openshift-priv-cluster-dns-operator-release-4.5-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-cluster-dns-operator-release-4.5-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/cluster-dns-operator/openshift-priv-cluster-dns-operator-release-4.5-presubmits.yaml b/ci-operator/jobs/openshift-priv/cluster-dns-operator/openshift-priv-cluster-dns-operator-release-4.5-presubmits.yaml index e19efe30a044..49ce2e72d242 100644 --- a/ci-operator/jobs/openshift-priv/cluster-dns-operator/openshift-priv-cluster-dns-operator-release-4.5-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cluster-dns-operator/openshift-priv-cluster-dns-operator-release-4.5-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -52,6 +50,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -77,6 +78,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -97,14 +101,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-operator-cluster-profile - --target=e2e-aws-operator - --template=/usr/local/e2e-aws-operator @@ -141,6 +143,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -169,6 +174,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-operator,?($|\s.*) - agent: kubernetes always_run: true @@ -189,14 +197,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -222,6 +228,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -247,6 +256,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -267,11 +279,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -291,6 +303,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -305,6 +320,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -325,11 +343,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -349,6 +367,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -363,6 +384,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -383,11 +407,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -407,6 +431,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -421,4 +448,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/cluster-dns-operator/openshift-priv-cluster-dns-operator-release-4.6-postsubmits.yaml b/ci-operator/jobs/openshift-priv/cluster-dns-operator/openshift-priv-cluster-dns-operator-release-4.6-postsubmits.yaml index 5627fa97b20f..bc701dfee76a 100644 --- a/ci-operator/jobs/openshift-priv/cluster-dns-operator/openshift-priv-cluster-dns-operator-release-4.6-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cluster-dns-operator/openshift-priv-cluster-dns-operator-release-4.6-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-cluster-dns-operator-release-4.6-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/cluster-dns-operator/openshift-priv-cluster-dns-operator-release-4.6-presubmits.yaml b/ci-operator/jobs/openshift-priv/cluster-dns-operator/openshift-priv-cluster-dns-operator-release-4.6-presubmits.yaml index a0dcb3567b0a..2d725f3e723d 100644 --- a/ci-operator/jobs/openshift-priv/cluster-dns-operator/openshift-priv-cluster-dns-operator-release-4.6-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cluster-dns-operator/openshift-priv-cluster-dns-operator-release-4.6-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -52,6 +50,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -77,6 +78,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -97,14 +101,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-operator-cluster-profile - --target=e2e-aws-operator - --template=/usr/local/e2e-aws-operator @@ -141,6 +143,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -169,6 +174,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-operator,?($|\s.*) - agent: kubernetes always_run: true @@ -189,14 +197,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -222,6 +228,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -247,6 +256,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -267,11 +279,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -291,6 +303,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -305,6 +320,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -325,11 +343,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -349,6 +367,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -363,6 +384,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -383,11 +407,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -407,6 +431,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -421,4 +448,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/cluster-dns-operator/openshift-priv-cluster-dns-operator-release-4.7-postsubmits.yaml b/ci-operator/jobs/openshift-priv/cluster-dns-operator/openshift-priv-cluster-dns-operator-release-4.7-postsubmits.yaml index e6ff6a0c219c..34d7cbcc437e 100644 --- a/ci-operator/jobs/openshift-priv/cluster-dns-operator/openshift-priv-cluster-dns-operator-release-4.7-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cluster-dns-operator/openshift-priv-cluster-dns-operator-release-4.7-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-cluster-dns-operator-release-4.7-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/cluster-dns-operator/openshift-priv-cluster-dns-operator-release-4.7-presubmits.yaml b/ci-operator/jobs/openshift-priv/cluster-dns-operator/openshift-priv-cluster-dns-operator-release-4.7-presubmits.yaml index a05ba488f63f..b99a142cd8aa 100644 --- a/ci-operator/jobs/openshift-priv/cluster-dns-operator/openshift-priv-cluster-dns-operator-release-4.7-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cluster-dns-operator/openshift-priv-cluster-dns-operator-release-4.7-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -52,6 +50,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -77,6 +78,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -97,14 +101,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-operator-cluster-profile - --target=e2e-aws-operator - --template=/usr/local/e2e-aws-operator @@ -141,6 +143,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -169,6 +174,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-operator,?($|\s.*) - agent: kubernetes always_run: true @@ -189,14 +197,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -222,6 +228,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -247,6 +256,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -267,11 +279,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -291,6 +303,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -305,6 +320,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -325,11 +343,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -349,6 +367,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -363,6 +384,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -383,11 +407,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -407,6 +431,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -421,4 +448,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/cluster-etcd-operator/openshift-priv-cluster-etcd-operator-master-postsubmits.yaml b/ci-operator/jobs/openshift-priv/cluster-etcd-operator/openshift-priv-cluster-etcd-operator-master-postsubmits.yaml index 6539ab8a80ad..b7fb436d2d2e 100644 --- a/ci-operator/jobs/openshift-priv/cluster-etcd-operator/openshift-priv-cluster-etcd-operator-master-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cluster-etcd-operator/openshift-priv-cluster-etcd-operator-master-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-cluster-etcd-operator-master-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/cluster-etcd-operator/openshift-priv-cluster-etcd-operator-master-presubmits.yaml b/ci-operator/jobs/openshift-priv/cluster-etcd-operator/openshift-priv-cluster-etcd-operator-master-presubmits.yaml index 63b898be0667..e9c36247e371 100644 --- a/ci-operator/jobs/openshift-priv/cluster-etcd-operator/openshift-priv-cluster-etcd-operator-master-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cluster-etcd-operator/openshift-priv-cluster-etcd-operator-master-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -52,6 +50,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -77,6 +78,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -97,14 +101,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-disruptive-cluster-profile - --target=e2e-aws-disruptive - --template=/usr/local/e2e-aws-disruptive @@ -142,6 +144,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -170,6 +175,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-disruptive,?($|\s.*) - agent: kubernetes always_run: true @@ -190,14 +198,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-azure-cluster-profile - --target=e2e-azure - --template=/usr/local/e2e-azure @@ -234,6 +240,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -262,6 +271,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-azure,?($|\s.*) - agent: kubernetes always_run: true @@ -282,14 +294,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-gcp-cluster-profile - --target=e2e-gcp - --template=/usr/local/e2e-gcp @@ -326,6 +336,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -356,6 +369,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-gcp,?($|\s.*) - agent: kubernetes always_run: true @@ -376,14 +392,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-gcp-upgrade-cluster-profile - --target=e2e-gcp-upgrade command: @@ -409,6 +423,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -436,6 +453,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-gcp-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -456,14 +476,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-metal-ipi-cluster-profile - --target=e2e-metal-ipi command: @@ -489,6 +507,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -516,6 +537,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-metal-ipi,?($|\s.*) - agent: kubernetes always_run: true @@ -536,11 +560,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -560,6 +584,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -574,6 +601,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -594,11 +624,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -618,6 +648,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -632,6 +665,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -652,11 +688,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -676,6 +712,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -690,6 +729,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) - agent: kubernetes always_run: true @@ -710,11 +752,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify-deps command: - ci-operator @@ -734,6 +776,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -748,4 +793,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify-deps,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/cluster-etcd-operator/openshift-priv-cluster-etcd-operator-release-4.2-postsubmits.yaml b/ci-operator/jobs/openshift-priv/cluster-etcd-operator/openshift-priv-cluster-etcd-operator-release-4.2-postsubmits.yaml index f908eacc4f16..2e5786ec0da9 100644 --- a/ci-operator/jobs/openshift-priv/cluster-etcd-operator/openshift-priv-cluster-etcd-operator-release-4.2-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cluster-etcd-operator/openshift-priv-cluster-etcd-operator-release-4.2-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-cluster-etcd-operator-release-4.2-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/cluster-etcd-operator/openshift-priv-cluster-etcd-operator-release-4.2-presubmits.yaml b/ci-operator/jobs/openshift-priv/cluster-etcd-operator/openshift-priv-cluster-etcd-operator-release-4.2-presubmits.yaml index 09f55a8136c5..e9ef60391e72 100644 --- a/ci-operator/jobs/openshift-priv/cluster-etcd-operator/openshift-priv-cluster-etcd-operator-release-4.2-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cluster-etcd-operator/openshift-priv-cluster-etcd-operator-release-4.2-presubmits.yaml @@ -19,11 +19,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -43,6 +43,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -57,6 +60,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -77,11 +83,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -101,6 +107,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -115,6 +124,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -135,11 +147,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -159,6 +171,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -173,6 +188,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) - agent: kubernetes always_run: true @@ -193,11 +211,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify-deps command: - ci-operator @@ -217,6 +235,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -231,4 +252,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify-deps,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/cluster-etcd-operator/openshift-priv-cluster-etcd-operator-release-4.3-postsubmits.yaml b/ci-operator/jobs/openshift-priv/cluster-etcd-operator/openshift-priv-cluster-etcd-operator-release-4.3-postsubmits.yaml index 665193ef3c4f..c82361228da4 100644 --- a/ci-operator/jobs/openshift-priv/cluster-etcd-operator/openshift-priv-cluster-etcd-operator-release-4.3-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cluster-etcd-operator/openshift-priv-cluster-etcd-operator-release-4.3-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-cluster-etcd-operator-release-4.3-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/cluster-etcd-operator/openshift-priv-cluster-etcd-operator-release-4.3-presubmits.yaml b/ci-operator/jobs/openshift-priv/cluster-etcd-operator/openshift-priv-cluster-etcd-operator-release-4.3-presubmits.yaml index dbbbefdfdb56..53b92f36ed92 100644 --- a/ci-operator/jobs/openshift-priv/cluster-etcd-operator/openshift-priv-cluster-etcd-operator-release-4.3-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cluster-etcd-operator/openshift-priv-cluster-etcd-operator-release-4.3-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -52,6 +50,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -77,6 +78,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -97,14 +101,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-disruptive-cluster-profile - --target=e2e-aws-disruptive - --template=/usr/local/e2e-aws-disruptive @@ -142,6 +144,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -170,6 +175,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-disruptive,?($|\s.*) - agent: kubernetes always_run: true @@ -190,14 +198,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-gcp-upgrade-cluster-profile - --target=e2e-gcp-upgrade command: @@ -223,6 +229,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -250,6 +259,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-gcp-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -270,11 +282,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -294,6 +306,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -308,6 +323,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -328,11 +346,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -352,6 +370,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -366,6 +387,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -386,11 +410,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -410,6 +434,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -424,6 +451,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) - agent: kubernetes always_run: true @@ -444,11 +474,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify-deps command: - ci-operator @@ -468,6 +498,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -482,4 +515,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify-deps,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/cluster-etcd-operator/openshift-priv-cluster-etcd-operator-release-4.4-postsubmits.yaml b/ci-operator/jobs/openshift-priv/cluster-etcd-operator/openshift-priv-cluster-etcd-operator-release-4.4-postsubmits.yaml index 4de35f1c2f6c..1bdd5541dd1c 100644 --- a/ci-operator/jobs/openshift-priv/cluster-etcd-operator/openshift-priv-cluster-etcd-operator-release-4.4-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cluster-etcd-operator/openshift-priv-cluster-etcd-operator-release-4.4-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-cluster-etcd-operator-release-4.4-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/cluster-etcd-operator/openshift-priv-cluster-etcd-operator-release-4.4-presubmits.yaml b/ci-operator/jobs/openshift-priv/cluster-etcd-operator/openshift-priv-cluster-etcd-operator-release-4.4-presubmits.yaml index bd65b4f95331..19a931b67df5 100644 --- a/ci-operator/jobs/openshift-priv/cluster-etcd-operator/openshift-priv-cluster-etcd-operator-release-4.4-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cluster-etcd-operator/openshift-priv-cluster-etcd-operator-release-4.4-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -52,6 +50,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -77,6 +78,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -97,14 +101,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-disruptive-cluster-profile - --target=e2e-aws-disruptive - --template=/usr/local/e2e-aws-disruptive @@ -142,6 +144,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -170,6 +175,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-disruptive,?($|\s.*) - agent: kubernetes always_run: true @@ -190,14 +198,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-azure-cluster-profile - --target=e2e-azure - --template=/usr/local/e2e-azure @@ -234,6 +240,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -262,6 +271,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-azure,?($|\s.*) - agent: kubernetes always_run: true @@ -282,14 +294,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-gcp-cluster-profile - --target=e2e-gcp - --template=/usr/local/e2e-gcp @@ -326,6 +336,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -356,6 +369,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-gcp,?($|\s.*) - agent: kubernetes always_run: true @@ -376,14 +392,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-gcp-upgrade-cluster-profile - --target=e2e-gcp-upgrade command: @@ -409,6 +423,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -436,6 +453,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-gcp-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -456,14 +476,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-metal-ipi-cluster-profile - --target=e2e-metal-ipi command: @@ -489,6 +507,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -516,6 +537,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-metal-ipi,?($|\s.*) - agent: kubernetes always_run: true @@ -536,11 +560,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -560,6 +584,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -574,6 +601,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -594,11 +624,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -618,6 +648,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -632,6 +665,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -652,11 +688,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -676,6 +712,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -690,6 +729,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) - agent: kubernetes always_run: true @@ -710,11 +752,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify-deps command: - ci-operator @@ -734,6 +776,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -748,4 +793,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify-deps,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/cluster-etcd-operator/openshift-priv-cluster-etcd-operator-release-4.5-postsubmits.yaml b/ci-operator/jobs/openshift-priv/cluster-etcd-operator/openshift-priv-cluster-etcd-operator-release-4.5-postsubmits.yaml index 88a7f1e2864b..36f1d840805b 100644 --- a/ci-operator/jobs/openshift-priv/cluster-etcd-operator/openshift-priv-cluster-etcd-operator-release-4.5-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cluster-etcd-operator/openshift-priv-cluster-etcd-operator-release-4.5-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-cluster-etcd-operator-release-4.5-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/cluster-etcd-operator/openshift-priv-cluster-etcd-operator-release-4.5-presubmits.yaml b/ci-operator/jobs/openshift-priv/cluster-etcd-operator/openshift-priv-cluster-etcd-operator-release-4.5-presubmits.yaml index c3745d3a4fd6..2e181152da55 100644 --- a/ci-operator/jobs/openshift-priv/cluster-etcd-operator/openshift-priv-cluster-etcd-operator-release-4.5-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cluster-etcd-operator/openshift-priv-cluster-etcd-operator-release-4.5-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -52,6 +50,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -77,6 +78,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -97,14 +101,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-disruptive-cluster-profile - --target=e2e-aws-disruptive - --template=/usr/local/e2e-aws-disruptive @@ -142,6 +144,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -170,6 +175,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-disruptive,?($|\s.*) - agent: kubernetes always_run: true @@ -190,14 +198,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-azure-cluster-profile - --target=e2e-azure - --template=/usr/local/e2e-azure @@ -234,6 +240,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -262,6 +271,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-azure,?($|\s.*) - agent: kubernetes always_run: true @@ -282,14 +294,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-gcp-cluster-profile - --target=e2e-gcp - --template=/usr/local/e2e-gcp @@ -326,6 +336,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -356,6 +369,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-gcp,?($|\s.*) - agent: kubernetes always_run: true @@ -376,14 +392,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-gcp-upgrade-cluster-profile - --target=e2e-gcp-upgrade command: @@ -409,6 +423,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -436,6 +453,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-gcp-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -456,14 +476,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-metal-ipi-cluster-profile - --target=e2e-metal-ipi command: @@ -489,6 +507,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -516,6 +537,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-metal-ipi,?($|\s.*) - agent: kubernetes always_run: true @@ -536,11 +560,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -560,6 +584,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -574,6 +601,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -594,11 +624,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -618,6 +648,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -632,6 +665,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -652,11 +688,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -676,6 +712,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -690,6 +729,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) - agent: kubernetes always_run: true @@ -710,11 +752,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify-deps command: - ci-operator @@ -734,6 +776,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -748,4 +793,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify-deps,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/cluster-etcd-operator/openshift-priv-cluster-etcd-operator-release-4.6-postsubmits.yaml b/ci-operator/jobs/openshift-priv/cluster-etcd-operator/openshift-priv-cluster-etcd-operator-release-4.6-postsubmits.yaml index 97bf692053d7..34ae91fd3aa6 100644 --- a/ci-operator/jobs/openshift-priv/cluster-etcd-operator/openshift-priv-cluster-etcd-operator-release-4.6-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cluster-etcd-operator/openshift-priv-cluster-etcd-operator-release-4.6-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-cluster-etcd-operator-release-4.6-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/cluster-etcd-operator/openshift-priv-cluster-etcd-operator-release-4.6-presubmits.yaml b/ci-operator/jobs/openshift-priv/cluster-etcd-operator/openshift-priv-cluster-etcd-operator-release-4.6-presubmits.yaml index 7a7cd515545d..597999e87978 100644 --- a/ci-operator/jobs/openshift-priv/cluster-etcd-operator/openshift-priv-cluster-etcd-operator-release-4.6-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cluster-etcd-operator/openshift-priv-cluster-etcd-operator-release-4.6-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -52,6 +50,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -77,6 +78,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -97,14 +101,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-disruptive-cluster-profile - --target=e2e-aws-disruptive - --template=/usr/local/e2e-aws-disruptive @@ -142,6 +144,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -170,6 +175,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-disruptive,?($|\s.*) - agent: kubernetes always_run: true @@ -190,14 +198,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-azure-cluster-profile - --target=e2e-azure - --template=/usr/local/e2e-azure @@ -234,6 +240,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -262,6 +271,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-azure,?($|\s.*) - agent: kubernetes always_run: true @@ -282,14 +294,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-gcp-cluster-profile - --target=e2e-gcp - --template=/usr/local/e2e-gcp @@ -326,6 +336,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -356,6 +369,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-gcp,?($|\s.*) - agent: kubernetes always_run: true @@ -376,14 +392,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-gcp-upgrade-cluster-profile - --target=e2e-gcp-upgrade command: @@ -409,6 +423,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -436,6 +453,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-gcp-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -456,14 +476,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-metal-ipi-cluster-profile - --target=e2e-metal-ipi command: @@ -489,6 +507,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -516,6 +537,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-metal-ipi,?($|\s.*) - agent: kubernetes always_run: true @@ -536,11 +560,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -560,6 +584,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -574,6 +601,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -594,11 +624,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -618,6 +648,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -632,6 +665,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -652,11 +688,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -676,6 +712,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -690,6 +729,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) - agent: kubernetes always_run: true @@ -710,11 +752,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify-deps command: - ci-operator @@ -734,6 +776,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -748,4 +793,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify-deps,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/cluster-etcd-operator/openshift-priv-cluster-etcd-operator-release-4.7-postsubmits.yaml b/ci-operator/jobs/openshift-priv/cluster-etcd-operator/openshift-priv-cluster-etcd-operator-release-4.7-postsubmits.yaml index 9ca28d9c0aad..b896c29d658a 100644 --- a/ci-operator/jobs/openshift-priv/cluster-etcd-operator/openshift-priv-cluster-etcd-operator-release-4.7-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cluster-etcd-operator/openshift-priv-cluster-etcd-operator-release-4.7-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-cluster-etcd-operator-release-4.7-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/cluster-etcd-operator/openshift-priv-cluster-etcd-operator-release-4.7-presubmits.yaml b/ci-operator/jobs/openshift-priv/cluster-etcd-operator/openshift-priv-cluster-etcd-operator-release-4.7-presubmits.yaml index 5c2954117c31..393148318a90 100644 --- a/ci-operator/jobs/openshift-priv/cluster-etcd-operator/openshift-priv-cluster-etcd-operator-release-4.7-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cluster-etcd-operator/openshift-priv-cluster-etcd-operator-release-4.7-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -52,6 +50,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -77,6 +78,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -97,14 +101,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-disruptive-cluster-profile - --target=e2e-aws-disruptive - --template=/usr/local/e2e-aws-disruptive @@ -142,6 +144,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -170,6 +175,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-disruptive,?($|\s.*) - agent: kubernetes always_run: true @@ -190,14 +198,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-azure-cluster-profile - --target=e2e-azure - --template=/usr/local/e2e-azure @@ -234,6 +240,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -262,6 +271,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-azure,?($|\s.*) - agent: kubernetes always_run: true @@ -282,14 +294,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-gcp-cluster-profile - --target=e2e-gcp - --template=/usr/local/e2e-gcp @@ -326,6 +336,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -356,6 +369,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-gcp,?($|\s.*) - agent: kubernetes always_run: true @@ -376,14 +392,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-gcp-upgrade-cluster-profile - --target=e2e-gcp-upgrade command: @@ -409,6 +423,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -436,6 +453,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-gcp-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -456,14 +476,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-metal-ipi-cluster-profile - --target=e2e-metal-ipi command: @@ -489,6 +507,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -516,6 +537,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-metal-ipi,?($|\s.*) - agent: kubernetes always_run: true @@ -536,11 +560,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -560,6 +584,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -574,6 +601,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -594,11 +624,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -618,6 +648,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -632,6 +665,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -652,11 +688,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -676,6 +712,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -690,6 +729,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) - agent: kubernetes always_run: true @@ -710,11 +752,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify-deps command: - ci-operator @@ -734,6 +776,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -748,4 +793,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify-deps,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/cluster-image-registry-operator/openshift-priv-cluster-image-registry-operator-master-postsubmits.yaml b/ci-operator/jobs/openshift-priv/cluster-image-registry-operator/openshift-priv-cluster-image-registry-operator-master-postsubmits.yaml index 33bf9ccb9630..588421901760 100644 --- a/ci-operator/jobs/openshift-priv/cluster-image-registry-operator/openshift-priv-cluster-image-registry-operator-master-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cluster-image-registry-operator/openshift-priv-cluster-image-registry-operator-master-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-cluster-image-registry-operator-master-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/cluster-image-registry-operator/openshift-priv-cluster-image-registry-operator-master-presubmits.yaml b/ci-operator/jobs/openshift-priv/cluster-image-registry-operator/openshift-priv-cluster-image-registry-operator-master-presubmits.yaml index e1493c09bc84..372fc7bc56d8 100644 --- a/ci-operator/jobs/openshift-priv/cluster-image-registry-operator/openshift-priv-cluster-image-registry-operator-master-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cluster-image-registry-operator/openshift-priv-cluster-image-registry-operator-master-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -52,6 +50,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -77,6 +78,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -97,14 +101,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-image-registry-cluster-profile - --target=e2e-aws-image-registry - --template=/usr/local/e2e-aws-image-registry @@ -141,6 +143,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -169,6 +174,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-image-registry,?($|\s.*) - agent: kubernetes always_run: true @@ -189,14 +197,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-operator-cluster-profile - --target=e2e-aws-operator - --template=/usr/local/e2e-aws-operator @@ -233,6 +239,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -261,6 +270,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-operator,?($|\s.*) - agent: kubernetes always_run: true @@ -281,14 +293,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -314,6 +324,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -339,6 +352,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -359,14 +375,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-azure-cluster-profile - --target=e2e-azure - --template=/usr/local/e2e-azure @@ -403,6 +417,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -431,6 +448,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-azure,?($|\s.*) - agent: kubernetes always_run: true @@ -451,14 +471,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-azure-operator-cluster-profile - --target=e2e-azure-operator - --template=/usr/local/e2e-azure-operator @@ -495,6 +513,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -523,6 +544,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-azure-operator,?($|\s.*) - agent: kubernetes always_run: true @@ -543,14 +567,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-gcp-cluster-profile - --target=e2e-gcp - --template=/usr/local/e2e-gcp @@ -587,6 +609,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -617,6 +642,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-gcp,?($|\s.*) - agent: kubernetes always_run: true @@ -637,14 +665,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-gcp-operator-cluster-profile - --target=e2e-gcp-operator - --template=/usr/local/e2e-gcp-operator @@ -681,6 +707,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -711,6 +740,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-gcp-operator,?($|\s.*) - agent: kubernetes always_run: true @@ -731,14 +763,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-vsphere-cluster-profile - --target=e2e-vsphere - --template=/usr/local/e2e-vsphere @@ -775,6 +805,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -803,6 +836,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-vsphere,?($|\s.*) - agent: kubernetes always_run: true @@ -823,14 +859,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-vsphere-operator-cluster-profile - --target=e2e-vsphere-operator - --template=/usr/local/e2e-vsphere-operator @@ -867,6 +901,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -895,6 +932,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-vsphere-operator,?($|\s.*) - agent: kubernetes always_run: true @@ -915,11 +955,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -939,6 +979,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -953,6 +996,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -973,11 +1019,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -997,6 +1043,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -1011,6 +1060,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -1031,11 +1083,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -1055,6 +1107,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -1069,4 +1124,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/cluster-image-registry-operator/openshift-priv-cluster-image-registry-operator-release-4.1-postsubmits.yaml b/ci-operator/jobs/openshift-priv/cluster-image-registry-operator/openshift-priv-cluster-image-registry-operator-release-4.1-postsubmits.yaml index 6b0ddadd54c4..2669e01704e0 100644 --- a/ci-operator/jobs/openshift-priv/cluster-image-registry-operator/openshift-priv-cluster-image-registry-operator-release-4.1-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cluster-image-registry-operator/openshift-priv-cluster-image-registry-operator-release-4.1-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-cluster-image-registry-operator-release-4.1-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/cluster-image-registry-operator/openshift-priv-cluster-image-registry-operator-release-4.1-presubmits.yaml b/ci-operator/jobs/openshift-priv/cluster-image-registry-operator/openshift-priv-cluster-image-registry-operator-release-4.1-presubmits.yaml index 42a3215e8aff..790efbc8d8f6 100644 --- a/ci-operator/jobs/openshift-priv/cluster-image-registry-operator/openshift-priv-cluster-image-registry-operator-release-4.1-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cluster-image-registry-operator/openshift-priv-cluster-image-registry-operator-release-4.1-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -52,6 +50,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -77,6 +78,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -97,14 +101,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-image-registry-cluster-profile - --target=e2e-aws-image-registry - --template=/usr/local/e2e-aws-image-registry @@ -141,6 +143,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -169,6 +174,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-image-registry,?($|\s.*) - agent: kubernetes always_run: true @@ -189,14 +197,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-operator-cluster-profile - --target=e2e-aws-operator - --template=/usr/local/e2e-aws-operator @@ -233,6 +239,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -261,6 +270,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-operator,?($|\s.*) - agent: kubernetes always_run: true @@ -281,14 +293,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -314,6 +324,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -339,6 +352,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -359,11 +375,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -383,6 +399,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -397,6 +416,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -417,11 +439,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -441,6 +463,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -455,6 +480,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -475,11 +503,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -499,6 +527,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -513,4 +544,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/cluster-image-registry-operator/openshift-priv-cluster-image-registry-operator-release-4.2-postsubmits.yaml b/ci-operator/jobs/openshift-priv/cluster-image-registry-operator/openshift-priv-cluster-image-registry-operator-release-4.2-postsubmits.yaml index c88095686a08..1cb8c843c39b 100644 --- a/ci-operator/jobs/openshift-priv/cluster-image-registry-operator/openshift-priv-cluster-image-registry-operator-release-4.2-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cluster-image-registry-operator/openshift-priv-cluster-image-registry-operator-release-4.2-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-cluster-image-registry-operator-release-4.2-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/cluster-image-registry-operator/openshift-priv-cluster-image-registry-operator-release-4.2-presubmits.yaml b/ci-operator/jobs/openshift-priv/cluster-image-registry-operator/openshift-priv-cluster-image-registry-operator-release-4.2-presubmits.yaml index 3f2127dae703..2e0a094c4584 100644 --- a/ci-operator/jobs/openshift-priv/cluster-image-registry-operator/openshift-priv-cluster-image-registry-operator-release-4.2-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cluster-image-registry-operator/openshift-priv-cluster-image-registry-operator-release-4.2-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -52,6 +50,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -77,6 +78,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -97,14 +101,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-image-registry-cluster-profile - --target=e2e-aws-image-registry - --template=/usr/local/e2e-aws-image-registry @@ -141,6 +143,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -169,6 +174,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-image-registry,?($|\s.*) - agent: kubernetes always_run: true @@ -189,14 +197,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-operator-cluster-profile - --target=e2e-aws-operator - --template=/usr/local/e2e-aws-operator @@ -233,6 +239,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -261,6 +270,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-operator,?($|\s.*) - agent: kubernetes always_run: true @@ -281,14 +293,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -314,6 +324,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -339,6 +352,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -359,14 +375,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-azure-cluster-profile - --target=e2e-azure - --template=/usr/local/e2e-azure @@ -403,6 +417,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -431,6 +448,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-azure,?($|\s.*) - agent: kubernetes always_run: true @@ -451,14 +471,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-azure-operator-cluster-profile - --target=e2e-azure-operator - --template=/usr/local/e2e-azure-operator @@ -495,6 +513,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -523,6 +544,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-azure-operator,?($|\s.*) - agent: kubernetes always_run: true @@ -543,14 +567,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-gcp-cluster-profile - --target=e2e-gcp - --template=/usr/local/e2e-gcp @@ -587,6 +609,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -617,6 +642,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-gcp,?($|\s.*) - agent: kubernetes always_run: true @@ -637,14 +665,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-gcp-operator-cluster-profile - --target=e2e-gcp-operator - --template=/usr/local/e2e-gcp-operator @@ -681,6 +707,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -711,6 +740,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-gcp-operator,?($|\s.*) - agent: kubernetes always_run: true @@ -731,11 +763,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -755,6 +787,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -769,6 +804,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -789,11 +827,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -813,6 +851,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -827,6 +868,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -847,11 +891,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -871,6 +915,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -885,4 +932,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/cluster-image-registry-operator/openshift-priv-cluster-image-registry-operator-release-4.3-postsubmits.yaml b/ci-operator/jobs/openshift-priv/cluster-image-registry-operator/openshift-priv-cluster-image-registry-operator-release-4.3-postsubmits.yaml index 9b9565c62a72..85594e5b6c8c 100644 --- a/ci-operator/jobs/openshift-priv/cluster-image-registry-operator/openshift-priv-cluster-image-registry-operator-release-4.3-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cluster-image-registry-operator/openshift-priv-cluster-image-registry-operator-release-4.3-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-cluster-image-registry-operator-release-4.3-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/cluster-image-registry-operator/openshift-priv-cluster-image-registry-operator-release-4.3-presubmits.yaml b/ci-operator/jobs/openshift-priv/cluster-image-registry-operator/openshift-priv-cluster-image-registry-operator-release-4.3-presubmits.yaml index 067977aecaae..3801eed92092 100644 --- a/ci-operator/jobs/openshift-priv/cluster-image-registry-operator/openshift-priv-cluster-image-registry-operator-release-4.3-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cluster-image-registry-operator/openshift-priv-cluster-image-registry-operator-release-4.3-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -52,6 +50,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -77,6 +78,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -97,14 +101,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-image-registry-cluster-profile - --target=e2e-aws-image-registry - --template=/usr/local/e2e-aws-image-registry @@ -141,6 +143,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -169,6 +174,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-image-registry,?($|\s.*) - agent: kubernetes always_run: true @@ -189,14 +197,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-operator-cluster-profile - --target=e2e-aws-operator - --template=/usr/local/e2e-aws-operator @@ -233,6 +239,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -261,6 +270,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-operator,?($|\s.*) - agent: kubernetes always_run: true @@ -281,14 +293,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -314,6 +324,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -339,6 +352,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -359,14 +375,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-azure-cluster-profile - --target=e2e-azure - --template=/usr/local/e2e-azure @@ -403,6 +417,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -431,6 +448,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-azure,?($|\s.*) - agent: kubernetes always_run: true @@ -451,14 +471,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-azure-operator-cluster-profile - --target=e2e-azure-operator - --template=/usr/local/e2e-azure-operator @@ -495,6 +513,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -523,6 +544,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-azure-operator,?($|\s.*) - agent: kubernetes always_run: true @@ -543,14 +567,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-gcp-cluster-profile - --target=e2e-gcp - --template=/usr/local/e2e-gcp @@ -587,6 +609,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -617,6 +642,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-gcp,?($|\s.*) - agent: kubernetes always_run: true @@ -637,14 +665,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-gcp-operator-cluster-profile - --target=e2e-gcp-operator - --template=/usr/local/e2e-gcp-operator @@ -681,6 +707,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -711,6 +740,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-gcp-operator,?($|\s.*) - agent: kubernetes always_run: true @@ -731,11 +763,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -755,6 +787,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -769,6 +804,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -789,11 +827,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -813,6 +851,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -827,6 +868,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -847,11 +891,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -871,6 +915,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -885,4 +932,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/cluster-image-registry-operator/openshift-priv-cluster-image-registry-operator-release-4.4-postsubmits.yaml b/ci-operator/jobs/openshift-priv/cluster-image-registry-operator/openshift-priv-cluster-image-registry-operator-release-4.4-postsubmits.yaml index 94d581d73f54..1138d8a46b4c 100644 --- a/ci-operator/jobs/openshift-priv/cluster-image-registry-operator/openshift-priv-cluster-image-registry-operator-release-4.4-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cluster-image-registry-operator/openshift-priv-cluster-image-registry-operator-release-4.4-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-cluster-image-registry-operator-release-4.4-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/cluster-image-registry-operator/openshift-priv-cluster-image-registry-operator-release-4.4-presubmits.yaml b/ci-operator/jobs/openshift-priv/cluster-image-registry-operator/openshift-priv-cluster-image-registry-operator-release-4.4-presubmits.yaml index b7c0cd87b51c..ecd6f21c92ca 100644 --- a/ci-operator/jobs/openshift-priv/cluster-image-registry-operator/openshift-priv-cluster-image-registry-operator-release-4.4-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cluster-image-registry-operator/openshift-priv-cluster-image-registry-operator-release-4.4-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -52,6 +50,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -77,6 +78,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -97,14 +101,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-image-registry-cluster-profile - --target=e2e-aws-image-registry - --template=/usr/local/e2e-aws-image-registry @@ -141,6 +143,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -169,6 +174,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-image-registry,?($|\s.*) - agent: kubernetes always_run: true @@ -189,14 +197,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-operator-cluster-profile - --target=e2e-aws-operator - --template=/usr/local/e2e-aws-operator @@ -233,6 +239,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -261,6 +270,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-operator,?($|\s.*) - agent: kubernetes always_run: true @@ -281,14 +293,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -314,6 +324,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -339,6 +352,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -359,14 +375,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-azure-cluster-profile - --target=e2e-azure - --template=/usr/local/e2e-azure @@ -403,6 +417,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -431,6 +448,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-azure,?($|\s.*) - agent: kubernetes always_run: true @@ -451,14 +471,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-azure-operator-cluster-profile - --target=e2e-azure-operator - --template=/usr/local/e2e-azure-operator @@ -495,6 +513,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -523,6 +544,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-azure-operator,?($|\s.*) - agent: kubernetes always_run: true @@ -543,14 +567,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-gcp-cluster-profile - --target=e2e-gcp - --template=/usr/local/e2e-gcp @@ -587,6 +609,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -617,6 +642,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-gcp,?($|\s.*) - agent: kubernetes always_run: true @@ -637,14 +665,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-gcp-operator-cluster-profile - --target=e2e-gcp-operator - --template=/usr/local/e2e-gcp-operator @@ -681,6 +707,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -711,6 +740,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-gcp-operator,?($|\s.*) - agent: kubernetes always_run: true @@ -731,11 +763,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -755,6 +787,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -769,6 +804,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -789,11 +827,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -813,6 +851,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -827,6 +868,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -847,11 +891,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -871,6 +915,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -885,4 +932,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/cluster-image-registry-operator/openshift-priv-cluster-image-registry-operator-release-4.5-postsubmits.yaml b/ci-operator/jobs/openshift-priv/cluster-image-registry-operator/openshift-priv-cluster-image-registry-operator-release-4.5-postsubmits.yaml index 88eb65858fe7..058ec4ac67ba 100644 --- a/ci-operator/jobs/openshift-priv/cluster-image-registry-operator/openshift-priv-cluster-image-registry-operator-release-4.5-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cluster-image-registry-operator/openshift-priv-cluster-image-registry-operator-release-4.5-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-cluster-image-registry-operator-release-4.5-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/cluster-image-registry-operator/openshift-priv-cluster-image-registry-operator-release-4.5-presubmits.yaml b/ci-operator/jobs/openshift-priv/cluster-image-registry-operator/openshift-priv-cluster-image-registry-operator-release-4.5-presubmits.yaml index b6404bdf7606..1ddaadecc274 100644 --- a/ci-operator/jobs/openshift-priv/cluster-image-registry-operator/openshift-priv-cluster-image-registry-operator-release-4.5-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cluster-image-registry-operator/openshift-priv-cluster-image-registry-operator-release-4.5-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -52,6 +50,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -77,6 +78,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -97,14 +101,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-image-registry-cluster-profile - --target=e2e-aws-image-registry - --template=/usr/local/e2e-aws-image-registry @@ -141,6 +143,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -169,6 +174,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-image-registry,?($|\s.*) - agent: kubernetes always_run: true @@ -189,14 +197,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-operator-cluster-profile - --target=e2e-aws-operator - --template=/usr/local/e2e-aws-operator @@ -233,6 +239,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -261,6 +270,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-operator,?($|\s.*) - agent: kubernetes always_run: true @@ -281,14 +293,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -314,6 +324,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -339,6 +352,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -359,14 +375,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-azure-cluster-profile - --target=e2e-azure - --template=/usr/local/e2e-azure @@ -403,6 +417,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -431,6 +448,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-azure,?($|\s.*) - agent: kubernetes always_run: true @@ -451,14 +471,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-azure-operator-cluster-profile - --target=e2e-azure-operator - --template=/usr/local/e2e-azure-operator @@ -495,6 +513,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -523,6 +544,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-azure-operator,?($|\s.*) - agent: kubernetes always_run: true @@ -543,14 +567,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-gcp-cluster-profile - --target=e2e-gcp - --template=/usr/local/e2e-gcp @@ -587,6 +609,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -617,6 +642,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-gcp,?($|\s.*) - agent: kubernetes always_run: true @@ -637,14 +665,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-gcp-operator-cluster-profile - --target=e2e-gcp-operator - --template=/usr/local/e2e-gcp-operator @@ -681,6 +707,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -711,6 +740,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-gcp-operator,?($|\s.*) - agent: kubernetes always_run: true @@ -731,14 +763,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-vsphere-cluster-profile - --target=e2e-vsphere - --template=/usr/local/e2e-vsphere @@ -775,6 +805,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -803,6 +836,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-vsphere,?($|\s.*) - agent: kubernetes always_run: true @@ -823,14 +859,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-vsphere-operator-cluster-profile - --target=e2e-vsphere-operator - --template=/usr/local/e2e-vsphere-operator @@ -867,6 +901,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -895,6 +932,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-vsphere-operator,?($|\s.*) - agent: kubernetes always_run: true @@ -915,11 +955,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -939,6 +979,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -953,6 +996,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -973,11 +1019,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -997,6 +1043,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -1011,6 +1060,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -1031,11 +1083,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -1055,6 +1107,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -1069,4 +1124,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/cluster-image-registry-operator/openshift-priv-cluster-image-registry-operator-release-4.6-postsubmits.yaml b/ci-operator/jobs/openshift-priv/cluster-image-registry-operator/openshift-priv-cluster-image-registry-operator-release-4.6-postsubmits.yaml index db80519e0508..071351f858bf 100644 --- a/ci-operator/jobs/openshift-priv/cluster-image-registry-operator/openshift-priv-cluster-image-registry-operator-release-4.6-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cluster-image-registry-operator/openshift-priv-cluster-image-registry-operator-release-4.6-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-cluster-image-registry-operator-release-4.6-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/cluster-image-registry-operator/openshift-priv-cluster-image-registry-operator-release-4.6-presubmits.yaml b/ci-operator/jobs/openshift-priv/cluster-image-registry-operator/openshift-priv-cluster-image-registry-operator-release-4.6-presubmits.yaml index 619cee79d2cd..d54c115007ad 100644 --- a/ci-operator/jobs/openshift-priv/cluster-image-registry-operator/openshift-priv-cluster-image-registry-operator-release-4.6-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cluster-image-registry-operator/openshift-priv-cluster-image-registry-operator-release-4.6-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -52,6 +50,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -77,6 +78,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -97,14 +101,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-image-registry-cluster-profile - --target=e2e-aws-image-registry - --template=/usr/local/e2e-aws-image-registry @@ -141,6 +143,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -169,6 +174,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-image-registry,?($|\s.*) - agent: kubernetes always_run: true @@ -189,14 +197,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-operator-cluster-profile - --target=e2e-aws-operator - --template=/usr/local/e2e-aws-operator @@ -233,6 +239,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -261,6 +270,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-operator,?($|\s.*) - agent: kubernetes always_run: true @@ -281,14 +293,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -314,6 +324,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -339,6 +352,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -359,14 +375,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-azure-cluster-profile - --target=e2e-azure - --template=/usr/local/e2e-azure @@ -403,6 +417,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -431,6 +448,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-azure,?($|\s.*) - agent: kubernetes always_run: true @@ -451,14 +471,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-azure-operator-cluster-profile - --target=e2e-azure-operator - --template=/usr/local/e2e-azure-operator @@ -495,6 +513,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -523,6 +544,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-azure-operator,?($|\s.*) - agent: kubernetes always_run: true @@ -543,14 +567,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-gcp-cluster-profile - --target=e2e-gcp - --template=/usr/local/e2e-gcp @@ -587,6 +609,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -617,6 +642,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-gcp,?($|\s.*) - agent: kubernetes always_run: true @@ -637,14 +665,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-gcp-operator-cluster-profile - --target=e2e-gcp-operator - --template=/usr/local/e2e-gcp-operator @@ -681,6 +707,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -711,6 +740,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-gcp-operator,?($|\s.*) - agent: kubernetes always_run: true @@ -731,14 +763,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-vsphere-cluster-profile - --target=e2e-vsphere - --template=/usr/local/e2e-vsphere @@ -775,6 +805,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -803,6 +836,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-vsphere,?($|\s.*) - agent: kubernetes always_run: true @@ -823,14 +859,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-vsphere-operator-cluster-profile - --target=e2e-vsphere-operator - --template=/usr/local/e2e-vsphere-operator @@ -867,6 +901,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -895,6 +932,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-vsphere-operator,?($|\s.*) - agent: kubernetes always_run: true @@ -915,11 +955,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -939,6 +979,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -953,6 +996,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -973,11 +1019,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -997,6 +1043,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -1011,6 +1060,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -1031,11 +1083,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -1055,6 +1107,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -1069,4 +1124,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/cluster-image-registry-operator/openshift-priv-cluster-image-registry-operator-release-4.7-postsubmits.yaml b/ci-operator/jobs/openshift-priv/cluster-image-registry-operator/openshift-priv-cluster-image-registry-operator-release-4.7-postsubmits.yaml index 7656afba6258..2385f141da6b 100644 --- a/ci-operator/jobs/openshift-priv/cluster-image-registry-operator/openshift-priv-cluster-image-registry-operator-release-4.7-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cluster-image-registry-operator/openshift-priv-cluster-image-registry-operator-release-4.7-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-cluster-image-registry-operator-release-4.7-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/cluster-image-registry-operator/openshift-priv-cluster-image-registry-operator-release-4.7-presubmits.yaml b/ci-operator/jobs/openshift-priv/cluster-image-registry-operator/openshift-priv-cluster-image-registry-operator-release-4.7-presubmits.yaml index 301a771efbfc..772b9bacef83 100644 --- a/ci-operator/jobs/openshift-priv/cluster-image-registry-operator/openshift-priv-cluster-image-registry-operator-release-4.7-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cluster-image-registry-operator/openshift-priv-cluster-image-registry-operator-release-4.7-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -52,6 +50,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -77,6 +78,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -97,14 +101,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-image-registry-cluster-profile - --target=e2e-aws-image-registry - --template=/usr/local/e2e-aws-image-registry @@ -141,6 +143,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -169,6 +174,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-image-registry,?($|\s.*) - agent: kubernetes always_run: true @@ -189,14 +197,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-operator-cluster-profile - --target=e2e-aws-operator - --template=/usr/local/e2e-aws-operator @@ -233,6 +239,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -261,6 +270,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-operator,?($|\s.*) - agent: kubernetes always_run: true @@ -281,14 +293,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -314,6 +324,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -339,6 +352,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -359,14 +375,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-azure-cluster-profile - --target=e2e-azure - --template=/usr/local/e2e-azure @@ -403,6 +417,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -431,6 +448,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-azure,?($|\s.*) - agent: kubernetes always_run: true @@ -451,14 +471,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-azure-operator-cluster-profile - --target=e2e-azure-operator - --template=/usr/local/e2e-azure-operator @@ -495,6 +513,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -523,6 +544,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-azure-operator,?($|\s.*) - agent: kubernetes always_run: true @@ -543,14 +567,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-gcp-cluster-profile - --target=e2e-gcp - --template=/usr/local/e2e-gcp @@ -587,6 +609,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -617,6 +642,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-gcp,?($|\s.*) - agent: kubernetes always_run: true @@ -637,14 +665,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-gcp-operator-cluster-profile - --target=e2e-gcp-operator - --template=/usr/local/e2e-gcp-operator @@ -681,6 +707,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -711,6 +740,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-gcp-operator,?($|\s.*) - agent: kubernetes always_run: true @@ -731,14 +763,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-vsphere-cluster-profile - --target=e2e-vsphere - --template=/usr/local/e2e-vsphere @@ -775,6 +805,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -803,6 +836,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-vsphere,?($|\s.*) - agent: kubernetes always_run: true @@ -823,14 +859,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-vsphere-operator-cluster-profile - --target=e2e-vsphere-operator - --template=/usr/local/e2e-vsphere-operator @@ -867,6 +901,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -895,6 +932,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-vsphere-operator,?($|\s.*) - agent: kubernetes always_run: true @@ -915,11 +955,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -939,6 +979,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -953,6 +996,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -973,11 +1019,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -997,6 +1043,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -1011,6 +1060,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -1031,11 +1083,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -1055,6 +1107,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -1069,4 +1124,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/cluster-ingress-operator/openshift-priv-cluster-ingress-operator-master-postsubmits.yaml b/ci-operator/jobs/openshift-priv/cluster-ingress-operator/openshift-priv-cluster-ingress-operator-master-postsubmits.yaml index 00d795cfb749..4519f7f85983 100644 --- a/ci-operator/jobs/openshift-priv/cluster-ingress-operator/openshift-priv-cluster-ingress-operator-master-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cluster-ingress-operator/openshift-priv-cluster-ingress-operator-master-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-cluster-ingress-operator-master-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/cluster-ingress-operator/openshift-priv-cluster-ingress-operator-master-presubmits.yaml b/ci-operator/jobs/openshift-priv/cluster-ingress-operator/openshift-priv-cluster-ingress-operator-master-presubmits.yaml index 988be4f48cb9..fcb73811282b 100644 --- a/ci-operator/jobs/openshift-priv/cluster-ingress-operator/openshift-priv-cluster-ingress-operator-master-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cluster-ingress-operator/openshift-priv-cluster-ingress-operator-master-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -52,6 +50,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -77,6 +78,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -97,14 +101,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-operator-cluster-profile - --target=e2e-aws-operator - --template=/usr/local/e2e-aws-operator @@ -141,6 +143,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -169,6 +174,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-operator,?($|\s.*) - agent: kubernetes always_run: true @@ -189,14 +197,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -222,6 +228,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -247,6 +256,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -267,14 +279,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-azure-cluster-profile - --target=e2e-azure - --template=/usr/local/e2e-azure @@ -311,6 +321,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -339,6 +352,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-azure,?($|\s.*) - agent: kubernetes always_run: true @@ -359,11 +375,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -383,6 +399,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -397,6 +416,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -417,11 +439,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -441,6 +463,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -455,6 +480,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -475,11 +503,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -499,6 +527,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -513,4 +544,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/cluster-ingress-operator/openshift-priv-cluster-ingress-operator-release-4.1-postsubmits.yaml b/ci-operator/jobs/openshift-priv/cluster-ingress-operator/openshift-priv-cluster-ingress-operator-release-4.1-postsubmits.yaml index 60571c2250de..8bb0f9c5729b 100644 --- a/ci-operator/jobs/openshift-priv/cluster-ingress-operator/openshift-priv-cluster-ingress-operator-release-4.1-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cluster-ingress-operator/openshift-priv-cluster-ingress-operator-release-4.1-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-cluster-ingress-operator-release-4.1-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/cluster-ingress-operator/openshift-priv-cluster-ingress-operator-release-4.1-presubmits.yaml b/ci-operator/jobs/openshift-priv/cluster-ingress-operator/openshift-priv-cluster-ingress-operator-release-4.1-presubmits.yaml index d4b93b6cc885..f17cc011c62c 100644 --- a/ci-operator/jobs/openshift-priv/cluster-ingress-operator/openshift-priv-cluster-ingress-operator-release-4.1-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cluster-ingress-operator/openshift-priv-cluster-ingress-operator-release-4.1-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -52,6 +50,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -77,6 +78,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -97,14 +101,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-operator-cluster-profile - --target=e2e-aws-operator - --template=/usr/local/e2e-aws-operator @@ -141,6 +143,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -169,6 +174,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-operator,?($|\s.*) - agent: kubernetes always_run: true @@ -189,14 +197,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -222,6 +228,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -247,6 +256,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -267,11 +279,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -291,6 +303,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -305,6 +320,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -325,11 +343,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -349,6 +367,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -363,4 +384,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/cluster-ingress-operator/openshift-priv-cluster-ingress-operator-release-4.2-postsubmits.yaml b/ci-operator/jobs/openshift-priv/cluster-ingress-operator/openshift-priv-cluster-ingress-operator-release-4.2-postsubmits.yaml index 7eeb2641b654..13afd277df70 100644 --- a/ci-operator/jobs/openshift-priv/cluster-ingress-operator/openshift-priv-cluster-ingress-operator-release-4.2-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cluster-ingress-operator/openshift-priv-cluster-ingress-operator-release-4.2-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-cluster-ingress-operator-release-4.2-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/cluster-ingress-operator/openshift-priv-cluster-ingress-operator-release-4.2-presubmits.yaml b/ci-operator/jobs/openshift-priv/cluster-ingress-operator/openshift-priv-cluster-ingress-operator-release-4.2-presubmits.yaml index 66cf231fcebe..6d1fd06ea9e4 100644 --- a/ci-operator/jobs/openshift-priv/cluster-ingress-operator/openshift-priv-cluster-ingress-operator-release-4.2-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cluster-ingress-operator/openshift-priv-cluster-ingress-operator-release-4.2-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -52,6 +50,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -77,6 +78,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -97,14 +101,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-operator-cluster-profile - --target=e2e-aws-operator - --template=/usr/local/e2e-aws-operator @@ -141,6 +143,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -169,6 +174,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-operator,?($|\s.*) - agent: kubernetes always_run: true @@ -189,14 +197,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -222,6 +228,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -247,6 +256,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -267,14 +279,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-azure-cluster-profile - --target=e2e-azure - --template=/usr/local/e2e-azure @@ -311,6 +321,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -339,6 +352,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-azure,?($|\s.*) - agent: kubernetes always_run: true @@ -359,11 +375,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -383,6 +399,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -397,6 +416,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -417,11 +439,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -441,6 +463,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -455,4 +480,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/cluster-ingress-operator/openshift-priv-cluster-ingress-operator-release-4.3-postsubmits.yaml b/ci-operator/jobs/openshift-priv/cluster-ingress-operator/openshift-priv-cluster-ingress-operator-release-4.3-postsubmits.yaml index 911bac8e8474..df7d21e6953f 100644 --- a/ci-operator/jobs/openshift-priv/cluster-ingress-operator/openshift-priv-cluster-ingress-operator-release-4.3-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cluster-ingress-operator/openshift-priv-cluster-ingress-operator-release-4.3-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-cluster-ingress-operator-release-4.3-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/cluster-ingress-operator/openshift-priv-cluster-ingress-operator-release-4.3-presubmits.yaml b/ci-operator/jobs/openshift-priv/cluster-ingress-operator/openshift-priv-cluster-ingress-operator-release-4.3-presubmits.yaml index ff4a30bef44c..8e5976a08c5d 100644 --- a/ci-operator/jobs/openshift-priv/cluster-ingress-operator/openshift-priv-cluster-ingress-operator-release-4.3-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cluster-ingress-operator/openshift-priv-cluster-ingress-operator-release-4.3-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -52,6 +50,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -77,6 +78,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -97,14 +101,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-operator-cluster-profile - --target=e2e-aws-operator - --template=/usr/local/e2e-aws-operator @@ -141,6 +143,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -169,6 +174,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-operator,?($|\s.*) - agent: kubernetes always_run: true @@ -189,14 +197,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -222,6 +228,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -247,6 +256,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -267,14 +279,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-azure-cluster-profile - --target=e2e-azure - --template=/usr/local/e2e-azure @@ -311,6 +321,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -339,6 +352,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-azure,?($|\s.*) - agent: kubernetes always_run: true @@ -359,11 +375,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -383,6 +399,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -397,6 +416,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -417,11 +439,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -441,6 +463,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -455,4 +480,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/cluster-ingress-operator/openshift-priv-cluster-ingress-operator-release-4.4-postsubmits.yaml b/ci-operator/jobs/openshift-priv/cluster-ingress-operator/openshift-priv-cluster-ingress-operator-release-4.4-postsubmits.yaml index 086c3c86865d..2402cacb3cfd 100644 --- a/ci-operator/jobs/openshift-priv/cluster-ingress-operator/openshift-priv-cluster-ingress-operator-release-4.4-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cluster-ingress-operator/openshift-priv-cluster-ingress-operator-release-4.4-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-cluster-ingress-operator-release-4.4-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/cluster-ingress-operator/openshift-priv-cluster-ingress-operator-release-4.4-presubmits.yaml b/ci-operator/jobs/openshift-priv/cluster-ingress-operator/openshift-priv-cluster-ingress-operator-release-4.4-presubmits.yaml index 36663aaf355e..0c8e49b69fb5 100644 --- a/ci-operator/jobs/openshift-priv/cluster-ingress-operator/openshift-priv-cluster-ingress-operator-release-4.4-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cluster-ingress-operator/openshift-priv-cluster-ingress-operator-release-4.4-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -52,6 +50,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -77,6 +78,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -97,14 +101,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-operator-cluster-profile - --target=e2e-aws-operator - --template=/usr/local/e2e-aws-operator @@ -141,6 +143,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -169,6 +174,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-operator,?($|\s.*) - agent: kubernetes always_run: true @@ -189,14 +197,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -222,6 +228,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -247,6 +256,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -267,14 +279,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-azure-cluster-profile - --target=e2e-azure - --template=/usr/local/e2e-azure @@ -311,6 +321,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -339,6 +352,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-azure,?($|\s.*) - agent: kubernetes always_run: true @@ -359,11 +375,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -383,6 +399,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -397,6 +416,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -417,11 +439,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -441,6 +463,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -455,4 +480,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/cluster-ingress-operator/openshift-priv-cluster-ingress-operator-release-4.5-postsubmits.yaml b/ci-operator/jobs/openshift-priv/cluster-ingress-operator/openshift-priv-cluster-ingress-operator-release-4.5-postsubmits.yaml index e5fe1c846b61..0a271daa700d 100644 --- a/ci-operator/jobs/openshift-priv/cluster-ingress-operator/openshift-priv-cluster-ingress-operator-release-4.5-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cluster-ingress-operator/openshift-priv-cluster-ingress-operator-release-4.5-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-cluster-ingress-operator-release-4.5-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/cluster-ingress-operator/openshift-priv-cluster-ingress-operator-release-4.5-presubmits.yaml b/ci-operator/jobs/openshift-priv/cluster-ingress-operator/openshift-priv-cluster-ingress-operator-release-4.5-presubmits.yaml index 712ac04324ca..ed9f225095a7 100644 --- a/ci-operator/jobs/openshift-priv/cluster-ingress-operator/openshift-priv-cluster-ingress-operator-release-4.5-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cluster-ingress-operator/openshift-priv-cluster-ingress-operator-release-4.5-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -52,6 +50,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -77,6 +78,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -97,14 +101,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-operator-cluster-profile - --target=e2e-aws-operator - --template=/usr/local/e2e-aws-operator @@ -141,6 +143,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -169,6 +174,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-operator,?($|\s.*) - agent: kubernetes always_run: true @@ -189,14 +197,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -222,6 +228,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -247,6 +256,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -267,14 +279,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-azure-cluster-profile - --target=e2e-azure - --template=/usr/local/e2e-azure @@ -311,6 +321,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -339,6 +352,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-azure,?($|\s.*) - agent: kubernetes always_run: true @@ -359,11 +375,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -383,6 +399,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -397,6 +416,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -417,11 +439,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -441,6 +463,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -455,6 +480,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -475,11 +503,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -499,6 +527,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -513,4 +544,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/cluster-ingress-operator/openshift-priv-cluster-ingress-operator-release-4.6-postsubmits.yaml b/ci-operator/jobs/openshift-priv/cluster-ingress-operator/openshift-priv-cluster-ingress-operator-release-4.6-postsubmits.yaml index fb80730b9555..f3db7f668cbf 100644 --- a/ci-operator/jobs/openshift-priv/cluster-ingress-operator/openshift-priv-cluster-ingress-operator-release-4.6-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cluster-ingress-operator/openshift-priv-cluster-ingress-operator-release-4.6-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-cluster-ingress-operator-release-4.6-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/cluster-ingress-operator/openshift-priv-cluster-ingress-operator-release-4.6-presubmits.yaml b/ci-operator/jobs/openshift-priv/cluster-ingress-operator/openshift-priv-cluster-ingress-operator-release-4.6-presubmits.yaml index adae6e53f508..190dd91a245b 100644 --- a/ci-operator/jobs/openshift-priv/cluster-ingress-operator/openshift-priv-cluster-ingress-operator-release-4.6-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cluster-ingress-operator/openshift-priv-cluster-ingress-operator-release-4.6-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -52,6 +50,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -77,6 +78,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -97,14 +101,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-operator-cluster-profile - --target=e2e-aws-operator - --template=/usr/local/e2e-aws-operator @@ -141,6 +143,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -169,6 +174,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-operator,?($|\s.*) - agent: kubernetes always_run: true @@ -189,14 +197,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -222,6 +228,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -247,6 +256,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -267,14 +279,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-azure-cluster-profile - --target=e2e-azure - --template=/usr/local/e2e-azure @@ -311,6 +321,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -339,6 +352,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-azure,?($|\s.*) - agent: kubernetes always_run: true @@ -359,11 +375,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -383,6 +399,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -397,6 +416,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -417,11 +439,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -441,6 +463,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -455,6 +480,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -475,11 +503,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -499,6 +527,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -513,4 +544,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/cluster-ingress-operator/openshift-priv-cluster-ingress-operator-release-4.7-postsubmits.yaml b/ci-operator/jobs/openshift-priv/cluster-ingress-operator/openshift-priv-cluster-ingress-operator-release-4.7-postsubmits.yaml index e759604d788f..5f83b66db234 100644 --- a/ci-operator/jobs/openshift-priv/cluster-ingress-operator/openshift-priv-cluster-ingress-operator-release-4.7-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cluster-ingress-operator/openshift-priv-cluster-ingress-operator-release-4.7-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-cluster-ingress-operator-release-4.7-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/cluster-ingress-operator/openshift-priv-cluster-ingress-operator-release-4.7-presubmits.yaml b/ci-operator/jobs/openshift-priv/cluster-ingress-operator/openshift-priv-cluster-ingress-operator-release-4.7-presubmits.yaml index 9cfa70a98249..7b85b663766e 100644 --- a/ci-operator/jobs/openshift-priv/cluster-ingress-operator/openshift-priv-cluster-ingress-operator-release-4.7-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cluster-ingress-operator/openshift-priv-cluster-ingress-operator-release-4.7-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -52,6 +50,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -77,6 +78,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -97,14 +101,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-operator-cluster-profile - --target=e2e-aws-operator - --template=/usr/local/e2e-aws-operator @@ -141,6 +143,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -169,6 +174,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-operator,?($|\s.*) - agent: kubernetes always_run: true @@ -189,14 +197,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -222,6 +228,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -247,6 +256,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -267,14 +279,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-azure-cluster-profile - --target=e2e-azure - --template=/usr/local/e2e-azure @@ -311,6 +321,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -339,6 +352,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-azure,?($|\s.*) - agent: kubernetes always_run: true @@ -359,11 +375,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -383,6 +399,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -397,6 +416,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -417,11 +439,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -441,6 +463,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -455,6 +480,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -475,11 +503,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -499,6 +527,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -513,4 +544,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/cluster-kube-apiserver-operator/openshift-priv-cluster-kube-apiserver-operator-master-postsubmits.yaml b/ci-operator/jobs/openshift-priv/cluster-kube-apiserver-operator/openshift-priv-cluster-kube-apiserver-operator-master-postsubmits.yaml index 08a7df9d10c2..48d0ccc49a30 100644 --- a/ci-operator/jobs/openshift-priv/cluster-kube-apiserver-operator/openshift-priv-cluster-kube-apiserver-operator-master-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cluster-kube-apiserver-operator/openshift-priv-cluster-kube-apiserver-operator-master-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-cluster-kube-apiserver-operator-master-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/cluster-kube-apiserver-operator/openshift-priv-cluster-kube-apiserver-operator-master-presubmits.yaml b/ci-operator/jobs/openshift-priv/cluster-kube-apiserver-operator/openshift-priv-cluster-kube-apiserver-operator-master-presubmits.yaml index 83339f6c60b7..4d44040f7cd5 100644 --- a/ci-operator/jobs/openshift-priv/cluster-kube-apiserver-operator/openshift-priv-cluster-kube-apiserver-operator-master-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cluster-kube-apiserver-operator/openshift-priv-cluster-kube-apiserver-operator-master-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -52,6 +50,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -77,6 +78,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -97,14 +101,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-operator-cluster-profile - --target=e2e-aws-operator - --template=/usr/local/e2e-aws-operator @@ -142,6 +144,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -170,6 +175,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-operator,?($|\s.*) - agent: kubernetes always_run: true @@ -190,14 +198,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-operator-encryption-cluster-profile - --target=e2e-aws-operator-encryption - --template=/usr/local/e2e-aws-operator-encryption @@ -235,6 +241,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -263,6 +272,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-operator-encryption,?($|\s.*) - agent: kubernetes always_run: true @@ -283,14 +295,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-operator-encryption-perf-cluster-profile - --target=e2e-aws-operator-encryption-perf - --template=/usr/local/e2e-aws-operator-encryption-perf @@ -328,6 +338,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -356,6 +369,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-operator-encryption-perf,?($|\s.*) - agent: kubernetes always_run: true @@ -376,14 +392,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-serial-cluster-profile - --target=e2e-aws-serial - --template=/usr/local/e2e-aws-serial @@ -420,6 +434,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -448,6 +465,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-serial,?($|\s.*) - agent: kubernetes always_run: true @@ -468,14 +488,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -501,6 +519,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -526,6 +547,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -546,11 +570,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -570,6 +594,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -584,6 +611,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -604,11 +634,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -628,6 +658,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -642,6 +675,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -662,11 +698,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -686,6 +722,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -700,6 +739,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) - agent: kubernetes always_run: true @@ -720,11 +762,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify-deps command: - ci-operator @@ -744,6 +786,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -758,4 +803,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify-deps,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/cluster-kube-apiserver-operator/openshift-priv-cluster-kube-apiserver-operator-release-4.1-postsubmits.yaml b/ci-operator/jobs/openshift-priv/cluster-kube-apiserver-operator/openshift-priv-cluster-kube-apiserver-operator-release-4.1-postsubmits.yaml index c635c3d9e20f..41adbe9d1d76 100644 --- a/ci-operator/jobs/openshift-priv/cluster-kube-apiserver-operator/openshift-priv-cluster-kube-apiserver-operator-release-4.1-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cluster-kube-apiserver-operator/openshift-priv-cluster-kube-apiserver-operator-release-4.1-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-cluster-kube-apiserver-operator-release-4.1-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/cluster-kube-apiserver-operator/openshift-priv-cluster-kube-apiserver-operator-release-4.1-presubmits.yaml b/ci-operator/jobs/openshift-priv/cluster-kube-apiserver-operator/openshift-priv-cluster-kube-apiserver-operator-release-4.1-presubmits.yaml index 9c0456322e64..1931cc1cfbf7 100644 --- a/ci-operator/jobs/openshift-priv/cluster-kube-apiserver-operator/openshift-priv-cluster-kube-apiserver-operator-release-4.1-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cluster-kube-apiserver-operator/openshift-priv-cluster-kube-apiserver-operator-release-4.1-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -52,6 +50,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -77,6 +78,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -97,14 +101,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-operator-cluster-profile - --target=e2e-aws-operator - --template=/usr/local/e2e-aws-operator @@ -143,6 +145,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -171,6 +176,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-operator,?($|\s.*) - agent: kubernetes always_run: true @@ -191,14 +199,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -224,6 +230,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -249,6 +258,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -269,11 +281,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -293,6 +305,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -307,6 +322,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -327,11 +345,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -351,6 +369,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -365,6 +386,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -385,11 +409,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -409,6 +433,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -423,6 +450,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) - agent: kubernetes always_run: true @@ -443,11 +473,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify-deps command: - ci-operator @@ -467,6 +497,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -481,4 +514,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify-deps,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/cluster-kube-apiserver-operator/openshift-priv-cluster-kube-apiserver-operator-release-4.2-postsubmits.yaml b/ci-operator/jobs/openshift-priv/cluster-kube-apiserver-operator/openshift-priv-cluster-kube-apiserver-operator-release-4.2-postsubmits.yaml index 62475424bca3..80ad1cb8b76f 100644 --- a/ci-operator/jobs/openshift-priv/cluster-kube-apiserver-operator/openshift-priv-cluster-kube-apiserver-operator-release-4.2-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cluster-kube-apiserver-operator/openshift-priv-cluster-kube-apiserver-operator-release-4.2-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-cluster-kube-apiserver-operator-release-4.2-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/cluster-kube-apiserver-operator/openshift-priv-cluster-kube-apiserver-operator-release-4.2-presubmits.yaml b/ci-operator/jobs/openshift-priv/cluster-kube-apiserver-operator/openshift-priv-cluster-kube-apiserver-operator-release-4.2-presubmits.yaml index 36788c000eb7..255782f30ae7 100644 --- a/ci-operator/jobs/openshift-priv/cluster-kube-apiserver-operator/openshift-priv-cluster-kube-apiserver-operator-release-4.2-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cluster-kube-apiserver-operator/openshift-priv-cluster-kube-apiserver-operator-release-4.2-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -52,6 +50,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -77,6 +78,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -97,14 +101,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-operator-cluster-profile - --target=e2e-aws-operator - --template=/usr/local/e2e-aws-operator @@ -143,6 +145,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -171,6 +176,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-operator,?($|\s.*) - agent: kubernetes always_run: true @@ -191,14 +199,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-operator-encryption-cluster-profile - --target=e2e-aws-operator-encryption - --template=/usr/local/e2e-aws-operator-encryption @@ -237,6 +243,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -265,6 +274,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-operator-encryption,?($|\s.*) - agent: kubernetes always_run: true @@ -285,14 +297,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -318,6 +328,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -343,6 +356,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -363,11 +379,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -387,6 +403,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -401,6 +420,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -421,11 +443,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -445,6 +467,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -459,6 +484,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -479,11 +507,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -503,6 +531,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -517,6 +548,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) - agent: kubernetes always_run: true @@ -537,11 +571,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify-deps command: - ci-operator @@ -561,6 +595,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -575,4 +612,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify-deps,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/cluster-kube-apiserver-operator/openshift-priv-cluster-kube-apiserver-operator-release-4.3-postsubmits.yaml b/ci-operator/jobs/openshift-priv/cluster-kube-apiserver-operator/openshift-priv-cluster-kube-apiserver-operator-release-4.3-postsubmits.yaml index 35154277fbfe..bafbe5cb9cb3 100644 --- a/ci-operator/jobs/openshift-priv/cluster-kube-apiserver-operator/openshift-priv-cluster-kube-apiserver-operator-release-4.3-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cluster-kube-apiserver-operator/openshift-priv-cluster-kube-apiserver-operator-release-4.3-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-cluster-kube-apiserver-operator-release-4.3-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/cluster-kube-apiserver-operator/openshift-priv-cluster-kube-apiserver-operator-release-4.3-presubmits.yaml b/ci-operator/jobs/openshift-priv/cluster-kube-apiserver-operator/openshift-priv-cluster-kube-apiserver-operator-release-4.3-presubmits.yaml index dd52318eb54d..8aad739cbf37 100644 --- a/ci-operator/jobs/openshift-priv/cluster-kube-apiserver-operator/openshift-priv-cluster-kube-apiserver-operator-release-4.3-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cluster-kube-apiserver-operator/openshift-priv-cluster-kube-apiserver-operator-release-4.3-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -52,6 +50,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -77,6 +78,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -97,14 +101,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-operator-cluster-profile - --target=e2e-aws-operator - --template=/usr/local/e2e-aws-operator @@ -143,6 +145,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -171,6 +176,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-operator,?($|\s.*) - agent: kubernetes always_run: true @@ -191,14 +199,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-operator-encryption-cluster-profile - --target=e2e-aws-operator-encryption - --template=/usr/local/e2e-aws-operator-encryption @@ -237,6 +243,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -265,6 +274,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-operator-encryption,?($|\s.*) - agent: kubernetes always_run: true @@ -285,14 +297,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -318,6 +328,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -343,6 +356,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -363,11 +379,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -387,6 +403,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -401,6 +420,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -421,11 +443,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -445,6 +467,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -459,6 +484,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -479,11 +507,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -503,6 +531,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -517,4 +548,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/cluster-kube-apiserver-operator/openshift-priv-cluster-kube-apiserver-operator-release-4.4-postsubmits.yaml b/ci-operator/jobs/openshift-priv/cluster-kube-apiserver-operator/openshift-priv-cluster-kube-apiserver-operator-release-4.4-postsubmits.yaml index 73ef0dac5ae6..2449ebb77567 100644 --- a/ci-operator/jobs/openshift-priv/cluster-kube-apiserver-operator/openshift-priv-cluster-kube-apiserver-operator-release-4.4-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cluster-kube-apiserver-operator/openshift-priv-cluster-kube-apiserver-operator-release-4.4-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-cluster-kube-apiserver-operator-release-4.4-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/cluster-kube-apiserver-operator/openshift-priv-cluster-kube-apiserver-operator-release-4.4-presubmits.yaml b/ci-operator/jobs/openshift-priv/cluster-kube-apiserver-operator/openshift-priv-cluster-kube-apiserver-operator-release-4.4-presubmits.yaml index be495aca1f36..c5579737055f 100644 --- a/ci-operator/jobs/openshift-priv/cluster-kube-apiserver-operator/openshift-priv-cluster-kube-apiserver-operator-release-4.4-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cluster-kube-apiserver-operator/openshift-priv-cluster-kube-apiserver-operator-release-4.4-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -52,6 +50,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -77,6 +78,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -97,14 +101,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-operator-cluster-profile - --target=e2e-aws-operator - --template=/usr/local/e2e-aws-operator @@ -142,6 +144,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -170,6 +175,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-operator,?($|\s.*) - agent: kubernetes always_run: true @@ -190,14 +198,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-operator-encryption-cluster-profile - --target=e2e-aws-operator-encryption - --template=/usr/local/e2e-aws-operator-encryption @@ -235,6 +241,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -263,6 +272,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-operator-encryption,?($|\s.*) - agent: kubernetes always_run: true @@ -283,14 +295,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-operator-encryption-perf-cluster-profile - --target=e2e-aws-operator-encryption-perf - --template=/usr/local/e2e-aws-operator-encryption-perf @@ -328,6 +338,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -356,6 +369,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-operator-encryption-perf,?($|\s.*) - agent: kubernetes always_run: true @@ -376,14 +392,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-serial-cluster-profile - --target=e2e-aws-serial - --template=/usr/local/e2e-aws-serial @@ -420,6 +434,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -448,6 +465,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-serial,?($|\s.*) - agent: kubernetes always_run: true @@ -468,14 +488,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -501,6 +519,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -526,6 +547,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -546,11 +570,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -570,6 +594,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -584,6 +611,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -604,11 +634,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -628,6 +658,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -642,6 +675,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -662,11 +698,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -686,6 +722,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -700,6 +739,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) - agent: kubernetes always_run: true @@ -720,11 +762,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify-deps command: - ci-operator @@ -744,6 +786,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -758,4 +803,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify-deps,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/cluster-kube-apiserver-operator/openshift-priv-cluster-kube-apiserver-operator-release-4.5-postsubmits.yaml b/ci-operator/jobs/openshift-priv/cluster-kube-apiserver-operator/openshift-priv-cluster-kube-apiserver-operator-release-4.5-postsubmits.yaml index c0e0780d2946..f98b48b3931b 100644 --- a/ci-operator/jobs/openshift-priv/cluster-kube-apiserver-operator/openshift-priv-cluster-kube-apiserver-operator-release-4.5-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cluster-kube-apiserver-operator/openshift-priv-cluster-kube-apiserver-operator-release-4.5-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-cluster-kube-apiserver-operator-release-4.5-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/cluster-kube-apiserver-operator/openshift-priv-cluster-kube-apiserver-operator-release-4.5-presubmits.yaml b/ci-operator/jobs/openshift-priv/cluster-kube-apiserver-operator/openshift-priv-cluster-kube-apiserver-operator-release-4.5-presubmits.yaml index f3a7f851686b..03751b3bfe5a 100644 --- a/ci-operator/jobs/openshift-priv/cluster-kube-apiserver-operator/openshift-priv-cluster-kube-apiserver-operator-release-4.5-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cluster-kube-apiserver-operator/openshift-priv-cluster-kube-apiserver-operator-release-4.5-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -52,6 +50,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -77,6 +78,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -97,14 +101,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-operator-cluster-profile - --target=e2e-aws-operator - --template=/usr/local/e2e-aws-operator @@ -142,6 +144,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -170,6 +175,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-operator,?($|\s.*) - agent: kubernetes always_run: true @@ -190,14 +198,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-operator-encryption-cluster-profile - --target=e2e-aws-operator-encryption - --template=/usr/local/e2e-aws-operator-encryption @@ -235,6 +241,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -263,6 +272,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-operator-encryption,?($|\s.*) - agent: kubernetes always_run: true @@ -283,14 +295,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-operator-encryption-perf-cluster-profile - --target=e2e-aws-operator-encryption-perf - --template=/usr/local/e2e-aws-operator-encryption-perf @@ -328,6 +338,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -356,6 +369,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-operator-encryption-perf,?($|\s.*) - agent: kubernetes always_run: true @@ -376,14 +392,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-serial-cluster-profile - --target=e2e-aws-serial - --template=/usr/local/e2e-aws-serial @@ -420,6 +434,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -448,6 +465,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-serial,?($|\s.*) - agent: kubernetes always_run: true @@ -468,14 +488,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -501,6 +519,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -526,6 +547,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -546,11 +570,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -570,6 +594,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -584,6 +611,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -604,11 +634,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -628,6 +658,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -642,6 +675,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -662,11 +698,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -686,6 +722,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -700,6 +739,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) - agent: kubernetes always_run: true @@ -720,11 +762,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify-deps command: - ci-operator @@ -744,6 +786,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -758,4 +803,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify-deps,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/cluster-kube-apiserver-operator/openshift-priv-cluster-kube-apiserver-operator-release-4.6-postsubmits.yaml b/ci-operator/jobs/openshift-priv/cluster-kube-apiserver-operator/openshift-priv-cluster-kube-apiserver-operator-release-4.6-postsubmits.yaml index dd492b40e5aa..f6d3c08b06c6 100644 --- a/ci-operator/jobs/openshift-priv/cluster-kube-apiserver-operator/openshift-priv-cluster-kube-apiserver-operator-release-4.6-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cluster-kube-apiserver-operator/openshift-priv-cluster-kube-apiserver-operator-release-4.6-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-cluster-kube-apiserver-operator-release-4.6-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/cluster-kube-apiserver-operator/openshift-priv-cluster-kube-apiserver-operator-release-4.6-presubmits.yaml b/ci-operator/jobs/openshift-priv/cluster-kube-apiserver-operator/openshift-priv-cluster-kube-apiserver-operator-release-4.6-presubmits.yaml index dab3caf11e2d..81ae595340a7 100644 --- a/ci-operator/jobs/openshift-priv/cluster-kube-apiserver-operator/openshift-priv-cluster-kube-apiserver-operator-release-4.6-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cluster-kube-apiserver-operator/openshift-priv-cluster-kube-apiserver-operator-release-4.6-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -52,6 +50,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -77,6 +78,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -97,14 +101,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-operator-cluster-profile - --target=e2e-aws-operator - --template=/usr/local/e2e-aws-operator @@ -142,6 +144,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -170,6 +175,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-operator,?($|\s.*) - agent: kubernetes always_run: true @@ -190,14 +198,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-operator-encryption-cluster-profile - --target=e2e-aws-operator-encryption - --template=/usr/local/e2e-aws-operator-encryption @@ -235,6 +241,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -263,6 +272,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-operator-encryption,?($|\s.*) - agent: kubernetes always_run: true @@ -283,14 +295,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-operator-encryption-perf-cluster-profile - --target=e2e-aws-operator-encryption-perf - --template=/usr/local/e2e-aws-operator-encryption-perf @@ -328,6 +338,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -356,6 +369,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-operator-encryption-perf,?($|\s.*) - agent: kubernetes always_run: true @@ -376,14 +392,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-serial-cluster-profile - --target=e2e-aws-serial - --template=/usr/local/e2e-aws-serial @@ -420,6 +434,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -448,6 +465,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-serial,?($|\s.*) - agent: kubernetes always_run: true @@ -468,14 +488,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -501,6 +519,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -526,6 +547,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -546,11 +570,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -570,6 +594,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -584,6 +611,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -604,11 +634,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -628,6 +658,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -642,6 +675,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -662,11 +698,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -686,6 +722,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -700,6 +739,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) - agent: kubernetes always_run: true @@ -720,11 +762,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify-deps command: - ci-operator @@ -744,6 +786,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -758,4 +803,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify-deps,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/cluster-kube-apiserver-operator/openshift-priv-cluster-kube-apiserver-operator-release-4.7-postsubmits.yaml b/ci-operator/jobs/openshift-priv/cluster-kube-apiserver-operator/openshift-priv-cluster-kube-apiserver-operator-release-4.7-postsubmits.yaml index 2e37fbfc93e7..ab0115745805 100644 --- a/ci-operator/jobs/openshift-priv/cluster-kube-apiserver-operator/openshift-priv-cluster-kube-apiserver-operator-release-4.7-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cluster-kube-apiserver-operator/openshift-priv-cluster-kube-apiserver-operator-release-4.7-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-cluster-kube-apiserver-operator-release-4.7-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/cluster-kube-apiserver-operator/openshift-priv-cluster-kube-apiserver-operator-release-4.7-presubmits.yaml b/ci-operator/jobs/openshift-priv/cluster-kube-apiserver-operator/openshift-priv-cluster-kube-apiserver-operator-release-4.7-presubmits.yaml index e480e6712284..287c53e2cde7 100644 --- a/ci-operator/jobs/openshift-priv/cluster-kube-apiserver-operator/openshift-priv-cluster-kube-apiserver-operator-release-4.7-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cluster-kube-apiserver-operator/openshift-priv-cluster-kube-apiserver-operator-release-4.7-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -52,6 +50,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -77,6 +78,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -97,14 +101,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-operator-cluster-profile - --target=e2e-aws-operator - --template=/usr/local/e2e-aws-operator @@ -142,6 +144,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -170,6 +175,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-operator,?($|\s.*) - agent: kubernetes always_run: true @@ -190,14 +198,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-operator-encryption-cluster-profile - --target=e2e-aws-operator-encryption - --template=/usr/local/e2e-aws-operator-encryption @@ -235,6 +241,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -263,6 +272,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-operator-encryption,?($|\s.*) - agent: kubernetes always_run: true @@ -283,14 +295,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-operator-encryption-perf-cluster-profile - --target=e2e-aws-operator-encryption-perf - --template=/usr/local/e2e-aws-operator-encryption-perf @@ -328,6 +338,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -356,6 +369,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-operator-encryption-perf,?($|\s.*) - agent: kubernetes always_run: true @@ -376,14 +392,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-serial-cluster-profile - --target=e2e-aws-serial - --template=/usr/local/e2e-aws-serial @@ -420,6 +434,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -448,6 +465,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-serial,?($|\s.*) - agent: kubernetes always_run: true @@ -468,14 +488,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -501,6 +519,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -526,6 +547,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -546,11 +570,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -570,6 +594,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -584,6 +611,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -604,11 +634,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -628,6 +658,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -642,6 +675,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -662,11 +698,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -686,6 +722,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -700,6 +739,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) - agent: kubernetes always_run: true @@ -720,11 +762,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify-deps command: - ci-operator @@ -744,6 +786,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -758,4 +803,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify-deps,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/cluster-kube-controller-manager-operator/openshift-priv-cluster-kube-controller-manager-operator-master-postsubmits.yaml b/ci-operator/jobs/openshift-priv/cluster-kube-controller-manager-operator/openshift-priv-cluster-kube-controller-manager-operator-master-postsubmits.yaml index 9860f992800f..08e3a7a8167a 100644 --- a/ci-operator/jobs/openshift-priv/cluster-kube-controller-manager-operator/openshift-priv-cluster-kube-controller-manager-operator-master-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cluster-kube-controller-manager-operator/openshift-priv-cluster-kube-controller-manager-operator-master-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-cluster-kube-controller-manager-operator-master-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/cluster-kube-controller-manager-operator/openshift-priv-cluster-kube-controller-manager-operator-master-presubmits.yaml b/ci-operator/jobs/openshift-priv/cluster-kube-controller-manager-operator/openshift-priv-cluster-kube-controller-manager-operator-master-presubmits.yaml index 617c1a47d2be..e83713a497ff 100644 --- a/ci-operator/jobs/openshift-priv/cluster-kube-controller-manager-operator/openshift-priv-cluster-kube-controller-manager-operator-master-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cluster-kube-controller-manager-operator/openshift-priv-cluster-kube-controller-manager-operator-master-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -52,6 +50,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -77,6 +78,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -97,14 +101,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-operator-cluster-profile - --target=e2e-aws-operator - --template=/usr/local/e2e-aws-operator @@ -142,6 +144,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -170,6 +175,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-operator,?($|\s.*) - agent: kubernetes always_run: true @@ -190,14 +198,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -223,6 +229,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -248,6 +257,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -268,11 +280,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -292,6 +304,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -306,6 +321,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -326,11 +344,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -350,6 +368,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -364,6 +385,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -384,11 +408,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -408,6 +432,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -422,6 +449,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) - agent: kubernetes always_run: true @@ -442,11 +472,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify-deps command: - ci-operator @@ -466,6 +496,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -480,4 +513,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify-deps,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/cluster-kube-controller-manager-operator/openshift-priv-cluster-kube-controller-manager-operator-release-4.1-postsubmits.yaml b/ci-operator/jobs/openshift-priv/cluster-kube-controller-manager-operator/openshift-priv-cluster-kube-controller-manager-operator-release-4.1-postsubmits.yaml index 864c90d06134..386f04948d8a 100644 --- a/ci-operator/jobs/openshift-priv/cluster-kube-controller-manager-operator/openshift-priv-cluster-kube-controller-manager-operator-release-4.1-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cluster-kube-controller-manager-operator/openshift-priv-cluster-kube-controller-manager-operator-release-4.1-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-cluster-kube-controller-manager-operator-release-4.1-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/cluster-kube-controller-manager-operator/openshift-priv-cluster-kube-controller-manager-operator-release-4.1-presubmits.yaml b/ci-operator/jobs/openshift-priv/cluster-kube-controller-manager-operator/openshift-priv-cluster-kube-controller-manager-operator-release-4.1-presubmits.yaml index c3e5c8ee4312..16e14e6f0acc 100644 --- a/ci-operator/jobs/openshift-priv/cluster-kube-controller-manager-operator/openshift-priv-cluster-kube-controller-manager-operator-release-4.1-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cluster-kube-controller-manager-operator/openshift-priv-cluster-kube-controller-manager-operator-release-4.1-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -52,6 +50,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -77,6 +78,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -97,14 +101,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-operator-cluster-profile - --target=e2e-aws-operator - --template=/usr/local/e2e-aws-operator @@ -143,6 +145,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -171,6 +176,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-operator,?($|\s.*) - agent: kubernetes always_run: true @@ -191,14 +199,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -224,6 +230,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -249,6 +258,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -269,11 +281,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -293,6 +305,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -307,6 +322,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -327,11 +345,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -351,6 +369,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -365,6 +386,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -385,11 +409,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -409,6 +433,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -423,6 +450,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) - agent: kubernetes always_run: true @@ -443,11 +473,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify-deps command: - ci-operator @@ -467,6 +497,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -481,4 +514,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify-deps,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/cluster-kube-controller-manager-operator/openshift-priv-cluster-kube-controller-manager-operator-release-4.2-postsubmits.yaml b/ci-operator/jobs/openshift-priv/cluster-kube-controller-manager-operator/openshift-priv-cluster-kube-controller-manager-operator-release-4.2-postsubmits.yaml index 64a30c4ca0ba..6313abdcbeb2 100644 --- a/ci-operator/jobs/openshift-priv/cluster-kube-controller-manager-operator/openshift-priv-cluster-kube-controller-manager-operator-release-4.2-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cluster-kube-controller-manager-operator/openshift-priv-cluster-kube-controller-manager-operator-release-4.2-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-cluster-kube-controller-manager-operator-release-4.2-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/cluster-kube-controller-manager-operator/openshift-priv-cluster-kube-controller-manager-operator-release-4.2-presubmits.yaml b/ci-operator/jobs/openshift-priv/cluster-kube-controller-manager-operator/openshift-priv-cluster-kube-controller-manager-operator-release-4.2-presubmits.yaml index d6aaf2fa7668..8a13817aff3b 100644 --- a/ci-operator/jobs/openshift-priv/cluster-kube-controller-manager-operator/openshift-priv-cluster-kube-controller-manager-operator-release-4.2-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cluster-kube-controller-manager-operator/openshift-priv-cluster-kube-controller-manager-operator-release-4.2-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -52,6 +50,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -77,6 +78,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -97,14 +101,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-operator-cluster-profile - --target=e2e-aws-operator - --template=/usr/local/e2e-aws-operator @@ -143,6 +145,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -171,6 +176,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-operator,?($|\s.*) - agent: kubernetes always_run: true @@ -191,14 +199,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -224,6 +230,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -249,6 +258,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -269,11 +281,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -293,6 +305,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -307,6 +322,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -327,11 +345,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -351,6 +369,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -365,6 +386,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -385,11 +409,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -409,6 +433,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -423,6 +450,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) - agent: kubernetes always_run: true @@ -443,11 +473,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify-deps command: - ci-operator @@ -467,6 +497,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -481,4 +514,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify-deps,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/cluster-kube-controller-manager-operator/openshift-priv-cluster-kube-controller-manager-operator-release-4.3-postsubmits.yaml b/ci-operator/jobs/openshift-priv/cluster-kube-controller-manager-operator/openshift-priv-cluster-kube-controller-manager-operator-release-4.3-postsubmits.yaml index 260ed5bb04a9..9f1690eb5b37 100644 --- a/ci-operator/jobs/openshift-priv/cluster-kube-controller-manager-operator/openshift-priv-cluster-kube-controller-manager-operator-release-4.3-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cluster-kube-controller-manager-operator/openshift-priv-cluster-kube-controller-manager-operator-release-4.3-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-cluster-kube-controller-manager-operator-release-4.3-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/cluster-kube-controller-manager-operator/openshift-priv-cluster-kube-controller-manager-operator-release-4.3-presubmits.yaml b/ci-operator/jobs/openshift-priv/cluster-kube-controller-manager-operator/openshift-priv-cluster-kube-controller-manager-operator-release-4.3-presubmits.yaml index 2054fe284c7c..5b82110e012b 100644 --- a/ci-operator/jobs/openshift-priv/cluster-kube-controller-manager-operator/openshift-priv-cluster-kube-controller-manager-operator-release-4.3-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cluster-kube-controller-manager-operator/openshift-priv-cluster-kube-controller-manager-operator-release-4.3-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -52,6 +50,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -77,6 +78,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -97,14 +101,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-operator-cluster-profile - --target=e2e-aws-operator - --template=/usr/local/e2e-aws-operator @@ -143,6 +145,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -171,6 +176,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-operator,?($|\s.*) - agent: kubernetes always_run: true @@ -191,14 +199,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -224,6 +230,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -249,6 +258,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -269,11 +281,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -293,6 +305,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -307,6 +322,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -327,11 +345,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -351,6 +369,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -365,6 +386,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -385,11 +409,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -409,6 +433,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -423,4 +450,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/cluster-kube-controller-manager-operator/openshift-priv-cluster-kube-controller-manager-operator-release-4.4-postsubmits.yaml b/ci-operator/jobs/openshift-priv/cluster-kube-controller-manager-operator/openshift-priv-cluster-kube-controller-manager-operator-release-4.4-postsubmits.yaml index 87456a954ff8..7ff7f5b293d7 100644 --- a/ci-operator/jobs/openshift-priv/cluster-kube-controller-manager-operator/openshift-priv-cluster-kube-controller-manager-operator-release-4.4-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cluster-kube-controller-manager-operator/openshift-priv-cluster-kube-controller-manager-operator-release-4.4-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-cluster-kube-controller-manager-operator-release-4.4-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/cluster-kube-controller-manager-operator/openshift-priv-cluster-kube-controller-manager-operator-release-4.4-presubmits.yaml b/ci-operator/jobs/openshift-priv/cluster-kube-controller-manager-operator/openshift-priv-cluster-kube-controller-manager-operator-release-4.4-presubmits.yaml index cd41b9993408..f642c03f720d 100644 --- a/ci-operator/jobs/openshift-priv/cluster-kube-controller-manager-operator/openshift-priv-cluster-kube-controller-manager-operator-release-4.4-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cluster-kube-controller-manager-operator/openshift-priv-cluster-kube-controller-manager-operator-release-4.4-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -52,6 +50,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -77,6 +78,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -97,14 +101,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-operator-cluster-profile - --target=e2e-aws-operator - --template=/usr/local/e2e-aws-operator @@ -142,6 +144,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -170,6 +175,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-operator,?($|\s.*) - agent: kubernetes always_run: true @@ -190,14 +198,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -223,6 +229,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -248,6 +257,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -268,11 +280,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -292,6 +304,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -306,6 +321,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -326,11 +344,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -350,6 +368,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -364,6 +385,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -384,11 +408,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -408,6 +432,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -422,6 +449,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) - agent: kubernetes always_run: true @@ -442,11 +472,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify-deps command: - ci-operator @@ -466,6 +496,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -480,4 +513,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify-deps,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/cluster-kube-controller-manager-operator/openshift-priv-cluster-kube-controller-manager-operator-release-4.5-postsubmits.yaml b/ci-operator/jobs/openshift-priv/cluster-kube-controller-manager-operator/openshift-priv-cluster-kube-controller-manager-operator-release-4.5-postsubmits.yaml index a02d14d1c207..ac228cb58cc9 100644 --- a/ci-operator/jobs/openshift-priv/cluster-kube-controller-manager-operator/openshift-priv-cluster-kube-controller-manager-operator-release-4.5-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cluster-kube-controller-manager-operator/openshift-priv-cluster-kube-controller-manager-operator-release-4.5-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-cluster-kube-controller-manager-operator-release-4.5-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/cluster-kube-controller-manager-operator/openshift-priv-cluster-kube-controller-manager-operator-release-4.5-presubmits.yaml b/ci-operator/jobs/openshift-priv/cluster-kube-controller-manager-operator/openshift-priv-cluster-kube-controller-manager-operator-release-4.5-presubmits.yaml index 565b7b2bf24d..e3fdfee4e4cf 100644 --- a/ci-operator/jobs/openshift-priv/cluster-kube-controller-manager-operator/openshift-priv-cluster-kube-controller-manager-operator-release-4.5-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cluster-kube-controller-manager-operator/openshift-priv-cluster-kube-controller-manager-operator-release-4.5-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -52,6 +50,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -77,6 +78,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -97,14 +101,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-operator-cluster-profile - --target=e2e-aws-operator - --template=/usr/local/e2e-aws-operator @@ -142,6 +144,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -170,6 +175,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-operator,?($|\s.*) - agent: kubernetes always_run: true @@ -190,14 +198,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -223,6 +229,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -248,6 +257,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -268,11 +280,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -292,6 +304,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -306,6 +321,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -326,11 +344,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -350,6 +368,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -364,6 +385,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -384,11 +408,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -408,6 +432,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -422,6 +449,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) - agent: kubernetes always_run: true @@ -442,11 +472,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify-deps command: - ci-operator @@ -466,6 +496,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -480,4 +513,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify-deps,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/cluster-kube-controller-manager-operator/openshift-priv-cluster-kube-controller-manager-operator-release-4.6-postsubmits.yaml b/ci-operator/jobs/openshift-priv/cluster-kube-controller-manager-operator/openshift-priv-cluster-kube-controller-manager-operator-release-4.6-postsubmits.yaml index bd3ec1ed41da..be551e5390bc 100644 --- a/ci-operator/jobs/openshift-priv/cluster-kube-controller-manager-operator/openshift-priv-cluster-kube-controller-manager-operator-release-4.6-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cluster-kube-controller-manager-operator/openshift-priv-cluster-kube-controller-manager-operator-release-4.6-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-cluster-kube-controller-manager-operator-release-4.6-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/cluster-kube-controller-manager-operator/openshift-priv-cluster-kube-controller-manager-operator-release-4.6-presubmits.yaml b/ci-operator/jobs/openshift-priv/cluster-kube-controller-manager-operator/openshift-priv-cluster-kube-controller-manager-operator-release-4.6-presubmits.yaml index 7238b0f07b87..d9157bcd65a2 100644 --- a/ci-operator/jobs/openshift-priv/cluster-kube-controller-manager-operator/openshift-priv-cluster-kube-controller-manager-operator-release-4.6-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cluster-kube-controller-manager-operator/openshift-priv-cluster-kube-controller-manager-operator-release-4.6-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -52,6 +50,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -77,6 +78,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -97,14 +101,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-operator-cluster-profile - --target=e2e-aws-operator - --template=/usr/local/e2e-aws-operator @@ -142,6 +144,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -170,6 +175,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-operator,?($|\s.*) - agent: kubernetes always_run: true @@ -190,14 +198,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -223,6 +229,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -248,6 +257,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -268,11 +280,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -292,6 +304,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -306,6 +321,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -326,11 +344,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -350,6 +368,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -364,6 +385,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -384,11 +408,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -408,6 +432,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -422,6 +449,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) - agent: kubernetes always_run: true @@ -442,11 +472,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify-deps command: - ci-operator @@ -466,6 +496,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -480,4 +513,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify-deps,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/cluster-kube-controller-manager-operator/openshift-priv-cluster-kube-controller-manager-operator-release-4.7-postsubmits.yaml b/ci-operator/jobs/openshift-priv/cluster-kube-controller-manager-operator/openshift-priv-cluster-kube-controller-manager-operator-release-4.7-postsubmits.yaml index 696bf7335572..a56559086e42 100644 --- a/ci-operator/jobs/openshift-priv/cluster-kube-controller-manager-operator/openshift-priv-cluster-kube-controller-manager-operator-release-4.7-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cluster-kube-controller-manager-operator/openshift-priv-cluster-kube-controller-manager-operator-release-4.7-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-cluster-kube-controller-manager-operator-release-4.7-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/cluster-kube-controller-manager-operator/openshift-priv-cluster-kube-controller-manager-operator-release-4.7-presubmits.yaml b/ci-operator/jobs/openshift-priv/cluster-kube-controller-manager-operator/openshift-priv-cluster-kube-controller-manager-operator-release-4.7-presubmits.yaml index 92de3dc9c650..bced4f08dc2d 100644 --- a/ci-operator/jobs/openshift-priv/cluster-kube-controller-manager-operator/openshift-priv-cluster-kube-controller-manager-operator-release-4.7-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cluster-kube-controller-manager-operator/openshift-priv-cluster-kube-controller-manager-operator-release-4.7-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -52,6 +50,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -77,6 +78,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -97,14 +101,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-operator-cluster-profile - --target=e2e-aws-operator - --template=/usr/local/e2e-aws-operator @@ -142,6 +144,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -170,6 +175,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-operator,?($|\s.*) - agent: kubernetes always_run: true @@ -190,14 +198,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -223,6 +229,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -248,6 +257,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -268,11 +280,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -292,6 +304,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -306,6 +321,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -326,11 +344,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -350,6 +368,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -364,6 +385,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -384,11 +408,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -408,6 +432,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -422,6 +449,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) - agent: kubernetes always_run: true @@ -442,11 +472,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify-deps command: - ci-operator @@ -466,6 +496,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -480,4 +513,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify-deps,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/cluster-kube-descheduler-operator/openshift-priv-cluster-kube-descheduler-operator-master-postsubmits.yaml b/ci-operator/jobs/openshift-priv/cluster-kube-descheduler-operator/openshift-priv-cluster-kube-descheduler-operator-master-postsubmits.yaml index fd810a019094..43cd1c7cc1f8 100644 --- a/ci-operator/jobs/openshift-priv/cluster-kube-descheduler-operator/openshift-priv-cluster-kube-descheduler-operator-master-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cluster-kube-descheduler-operator/openshift-priv-cluster-kube-descheduler-operator-master-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-cluster-kube-descheduler-operator-master-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/cluster-kube-descheduler-operator/openshift-priv-cluster-kube-descheduler-operator-master-presubmits.yaml b/ci-operator/jobs/openshift-priv/cluster-kube-descheduler-operator/openshift-priv-cluster-kube-descheduler-operator-master-presubmits.yaml index d1ab89856e47..2744232695b4 100644 --- a/ci-operator/jobs/openshift-priv/cluster-kube-descheduler-operator/openshift-priv-cluster-kube-descheduler-operator-master-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cluster-kube-descheduler-operator/openshift-priv-cluster-kube-descheduler-operator-master-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-operator-cluster-profile - --target=e2e-aws-operator - --template=/usr/local/e2e-aws-operator @@ -63,6 +61,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -91,6 +92,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-operator,?($|\s.*) - agent: kubernetes always_run: true @@ -111,11 +115,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -135,6 +139,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -149,6 +156,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -169,11 +179,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -193,6 +203,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -207,6 +220,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -227,11 +243,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -251,6 +267,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -265,4 +284,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/cluster-kube-descheduler-operator/openshift-priv-cluster-kube-descheduler-operator-release-4.1-postsubmits.yaml b/ci-operator/jobs/openshift-priv/cluster-kube-descheduler-operator/openshift-priv-cluster-kube-descheduler-operator-release-4.1-postsubmits.yaml index 7916f590fc51..8bb9d5fda47f 100644 --- a/ci-operator/jobs/openshift-priv/cluster-kube-descheduler-operator/openshift-priv-cluster-kube-descheduler-operator-release-4.1-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cluster-kube-descheduler-operator/openshift-priv-cluster-kube-descheduler-operator-release-4.1-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-cluster-kube-descheduler-operator-release-4.1-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/cluster-kube-descheduler-operator/openshift-priv-cluster-kube-descheduler-operator-release-4.1-presubmits.yaml b/ci-operator/jobs/openshift-priv/cluster-kube-descheduler-operator/openshift-priv-cluster-kube-descheduler-operator-release-4.1-presubmits.yaml index 56f9ec02b60d..e8b03b796f56 100644 --- a/ci-operator/jobs/openshift-priv/cluster-kube-descheduler-operator/openshift-priv-cluster-kube-descheduler-operator-release-4.1-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cluster-kube-descheduler-operator/openshift-priv-cluster-kube-descheduler-operator-release-4.1-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-operator-cluster-profile - --target=e2e-aws-operator - --template=/usr/local/e2e-aws-operator @@ -63,6 +61,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -91,6 +92,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-operator,?($|\s.*) - agent: kubernetes always_run: true @@ -111,11 +115,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -135,6 +139,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -149,6 +156,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -169,11 +179,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -193,6 +203,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -207,6 +220,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -227,11 +243,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -251,6 +267,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -265,4 +284,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/cluster-kube-descheduler-operator/openshift-priv-cluster-kube-descheduler-operator-release-4.2-postsubmits.yaml b/ci-operator/jobs/openshift-priv/cluster-kube-descheduler-operator/openshift-priv-cluster-kube-descheduler-operator-release-4.2-postsubmits.yaml index 40604bfe1bde..fdc2e681738b 100644 --- a/ci-operator/jobs/openshift-priv/cluster-kube-descheduler-operator/openshift-priv-cluster-kube-descheduler-operator-release-4.2-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cluster-kube-descheduler-operator/openshift-priv-cluster-kube-descheduler-operator-release-4.2-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-cluster-kube-descheduler-operator-release-4.2-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/cluster-kube-descheduler-operator/openshift-priv-cluster-kube-descheduler-operator-release-4.2-presubmits.yaml b/ci-operator/jobs/openshift-priv/cluster-kube-descheduler-operator/openshift-priv-cluster-kube-descheduler-operator-release-4.2-presubmits.yaml index 9020013b1fba..98f411456dd1 100644 --- a/ci-operator/jobs/openshift-priv/cluster-kube-descheduler-operator/openshift-priv-cluster-kube-descheduler-operator-release-4.2-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cluster-kube-descheduler-operator/openshift-priv-cluster-kube-descheduler-operator-release-4.2-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-operator-cluster-profile - --target=e2e-aws-operator - --template=/usr/local/e2e-aws-operator @@ -63,6 +61,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -91,6 +92,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-operator,?($|\s.*) - agent: kubernetes always_run: true @@ -111,11 +115,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -135,6 +139,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -149,6 +156,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -169,11 +179,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -193,6 +203,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -207,6 +220,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -227,11 +243,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -251,6 +267,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -265,4 +284,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/cluster-kube-descheduler-operator/openshift-priv-cluster-kube-descheduler-operator-release-4.3-postsubmits.yaml b/ci-operator/jobs/openshift-priv/cluster-kube-descheduler-operator/openshift-priv-cluster-kube-descheduler-operator-release-4.3-postsubmits.yaml index 3cfdfa795269..965ea2fd21c6 100644 --- a/ci-operator/jobs/openshift-priv/cluster-kube-descheduler-operator/openshift-priv-cluster-kube-descheduler-operator-release-4.3-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cluster-kube-descheduler-operator/openshift-priv-cluster-kube-descheduler-operator-release-4.3-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-cluster-kube-descheduler-operator-release-4.3-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/cluster-kube-descheduler-operator/openshift-priv-cluster-kube-descheduler-operator-release-4.3-presubmits.yaml b/ci-operator/jobs/openshift-priv/cluster-kube-descheduler-operator/openshift-priv-cluster-kube-descheduler-operator-release-4.3-presubmits.yaml index 4aa412de7afc..0d635043a285 100644 --- a/ci-operator/jobs/openshift-priv/cluster-kube-descheduler-operator/openshift-priv-cluster-kube-descheduler-operator-release-4.3-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cluster-kube-descheduler-operator/openshift-priv-cluster-kube-descheduler-operator-release-4.3-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-operator-cluster-profile - --target=e2e-aws-operator - --template=/usr/local/e2e-aws-operator @@ -63,6 +61,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -91,6 +92,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-operator,?($|\s.*) - agent: kubernetes always_run: true @@ -111,11 +115,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -135,6 +139,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -149,6 +156,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -169,11 +179,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -193,6 +203,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -207,6 +220,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -227,11 +243,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -251,6 +267,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -265,4 +284,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/cluster-kube-descheduler-operator/openshift-priv-cluster-kube-descheduler-operator-release-4.4-postsubmits.yaml b/ci-operator/jobs/openshift-priv/cluster-kube-descheduler-operator/openshift-priv-cluster-kube-descheduler-operator-release-4.4-postsubmits.yaml index 283ca01a03f8..29acc4ec7c99 100644 --- a/ci-operator/jobs/openshift-priv/cluster-kube-descheduler-operator/openshift-priv-cluster-kube-descheduler-operator-release-4.4-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cluster-kube-descheduler-operator/openshift-priv-cluster-kube-descheduler-operator-release-4.4-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-cluster-kube-descheduler-operator-release-4.4-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/cluster-kube-descheduler-operator/openshift-priv-cluster-kube-descheduler-operator-release-4.4-presubmits.yaml b/ci-operator/jobs/openshift-priv/cluster-kube-descheduler-operator/openshift-priv-cluster-kube-descheduler-operator-release-4.4-presubmits.yaml index 94ca708c0505..c9e0a9a4f03a 100644 --- a/ci-operator/jobs/openshift-priv/cluster-kube-descheduler-operator/openshift-priv-cluster-kube-descheduler-operator-release-4.4-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cluster-kube-descheduler-operator/openshift-priv-cluster-kube-descheduler-operator-release-4.4-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-operator-cluster-profile - --target=e2e-aws-operator - --template=/usr/local/e2e-aws-operator @@ -63,6 +61,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -91,6 +92,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-operator,?($|\s.*) - agent: kubernetes always_run: true @@ -111,11 +115,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -135,6 +139,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -149,6 +156,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -169,11 +179,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -193,6 +203,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -207,6 +220,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -227,11 +243,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -251,6 +267,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -265,4 +284,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/cluster-kube-descheduler-operator/openshift-priv-cluster-kube-descheduler-operator-release-4.5-postsubmits.yaml b/ci-operator/jobs/openshift-priv/cluster-kube-descheduler-operator/openshift-priv-cluster-kube-descheduler-operator-release-4.5-postsubmits.yaml index 27570da0fe03..86354709d188 100644 --- a/ci-operator/jobs/openshift-priv/cluster-kube-descheduler-operator/openshift-priv-cluster-kube-descheduler-operator-release-4.5-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cluster-kube-descheduler-operator/openshift-priv-cluster-kube-descheduler-operator-release-4.5-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-cluster-kube-descheduler-operator-release-4.5-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/cluster-kube-descheduler-operator/openshift-priv-cluster-kube-descheduler-operator-release-4.5-presubmits.yaml b/ci-operator/jobs/openshift-priv/cluster-kube-descheduler-operator/openshift-priv-cluster-kube-descheduler-operator-release-4.5-presubmits.yaml index 08710aa62624..1b81b6b269e5 100644 --- a/ci-operator/jobs/openshift-priv/cluster-kube-descheduler-operator/openshift-priv-cluster-kube-descheduler-operator-release-4.5-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cluster-kube-descheduler-operator/openshift-priv-cluster-kube-descheduler-operator-release-4.5-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-operator-cluster-profile - --target=e2e-aws-operator - --template=/usr/local/e2e-aws-operator @@ -63,6 +61,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -91,6 +92,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-operator,?($|\s.*) - agent: kubernetes always_run: true @@ -111,11 +115,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -135,6 +139,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -149,6 +156,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -169,11 +179,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -193,6 +203,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -207,6 +220,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -227,11 +243,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -251,6 +267,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -265,4 +284,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/cluster-kube-descheduler-operator/openshift-priv-cluster-kube-descheduler-operator-release-4.6-postsubmits.yaml b/ci-operator/jobs/openshift-priv/cluster-kube-descheduler-operator/openshift-priv-cluster-kube-descheduler-operator-release-4.6-postsubmits.yaml index c708ad88fb66..8bd889641d6e 100644 --- a/ci-operator/jobs/openshift-priv/cluster-kube-descheduler-operator/openshift-priv-cluster-kube-descheduler-operator-release-4.6-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cluster-kube-descheduler-operator/openshift-priv-cluster-kube-descheduler-operator-release-4.6-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-cluster-kube-descheduler-operator-release-4.6-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/cluster-kube-descheduler-operator/openshift-priv-cluster-kube-descheduler-operator-release-4.6-presubmits.yaml b/ci-operator/jobs/openshift-priv/cluster-kube-descheduler-operator/openshift-priv-cluster-kube-descheduler-operator-release-4.6-presubmits.yaml index e236ad340c94..7a7ad529196b 100644 --- a/ci-operator/jobs/openshift-priv/cluster-kube-descheduler-operator/openshift-priv-cluster-kube-descheduler-operator-release-4.6-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cluster-kube-descheduler-operator/openshift-priv-cluster-kube-descheduler-operator-release-4.6-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-operator-cluster-profile - --target=e2e-aws-operator - --template=/usr/local/e2e-aws-operator @@ -63,6 +61,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -91,6 +92,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-operator,?($|\s.*) - agent: kubernetes always_run: true @@ -111,11 +115,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -135,6 +139,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -149,6 +156,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -169,11 +179,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -193,6 +203,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -207,6 +220,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -227,11 +243,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -251,6 +267,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -265,4 +284,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/cluster-kube-descheduler-operator/openshift-priv-cluster-kube-descheduler-operator-release-4.7-postsubmits.yaml b/ci-operator/jobs/openshift-priv/cluster-kube-descheduler-operator/openshift-priv-cluster-kube-descheduler-operator-release-4.7-postsubmits.yaml index b87ec52b8774..6f8a4501b846 100644 --- a/ci-operator/jobs/openshift-priv/cluster-kube-descheduler-operator/openshift-priv-cluster-kube-descheduler-operator-release-4.7-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cluster-kube-descheduler-operator/openshift-priv-cluster-kube-descheduler-operator-release-4.7-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-cluster-kube-descheduler-operator-release-4.7-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/cluster-kube-descheduler-operator/openshift-priv-cluster-kube-descheduler-operator-release-4.7-presubmits.yaml b/ci-operator/jobs/openshift-priv/cluster-kube-descheduler-operator/openshift-priv-cluster-kube-descheduler-operator-release-4.7-presubmits.yaml index 21cafc49f653..2ee438a439f0 100644 --- a/ci-operator/jobs/openshift-priv/cluster-kube-descheduler-operator/openshift-priv-cluster-kube-descheduler-operator-release-4.7-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cluster-kube-descheduler-operator/openshift-priv-cluster-kube-descheduler-operator-release-4.7-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-operator-cluster-profile - --target=e2e-aws-operator - --template=/usr/local/e2e-aws-operator @@ -63,6 +61,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -91,6 +92,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-operator,?($|\s.*) - agent: kubernetes always_run: true @@ -111,11 +115,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -135,6 +139,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -149,6 +156,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -169,11 +179,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -193,6 +203,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -207,6 +220,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -227,11 +243,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -251,6 +267,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -265,4 +284,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/cluster-kube-scheduler-operator/openshift-priv-cluster-kube-scheduler-operator-master-postsubmits.yaml b/ci-operator/jobs/openshift-priv/cluster-kube-scheduler-operator/openshift-priv-cluster-kube-scheduler-operator-master-postsubmits.yaml index 7d684eec8b4f..1349d9688bee 100644 --- a/ci-operator/jobs/openshift-priv/cluster-kube-scheduler-operator/openshift-priv-cluster-kube-scheduler-operator-master-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cluster-kube-scheduler-operator/openshift-priv-cluster-kube-scheduler-operator-master-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-cluster-kube-scheduler-operator-master-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/cluster-kube-scheduler-operator/openshift-priv-cluster-kube-scheduler-operator-master-presubmits.yaml b/ci-operator/jobs/openshift-priv/cluster-kube-scheduler-operator/openshift-priv-cluster-kube-scheduler-operator-master-presubmits.yaml index bc8ee6f1dcd7..290a11c02fd5 100644 --- a/ci-operator/jobs/openshift-priv/cluster-kube-scheduler-operator/openshift-priv-cluster-kube-scheduler-operator-master-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cluster-kube-scheduler-operator/openshift-priv-cluster-kube-scheduler-operator-master-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -52,6 +50,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -77,6 +78,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -97,14 +101,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-operator-cluster-profile - --target=e2e-aws-operator - --template=/usr/local/e2e-aws-operator @@ -141,6 +143,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -169,6 +174,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-operator,?($|\s.*) - agent: kubernetes always_run: true @@ -189,14 +197,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-serial-cluster-profile - --target=e2e-aws-serial - --template=/usr/local/e2e-aws-serial @@ -233,6 +239,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -261,6 +270,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-serial,?($|\s.*) - agent: kubernetes always_run: true @@ -281,14 +293,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -314,6 +324,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -339,6 +352,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -359,11 +375,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -383,6 +399,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -397,6 +416,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -417,11 +439,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -441,6 +463,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -455,6 +480,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -475,11 +503,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -499,6 +527,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -513,6 +544,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) - agent: kubernetes always_run: true @@ -533,11 +567,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify-deps command: - ci-operator @@ -557,6 +591,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -571,4 +608,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify-deps,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/cluster-kube-scheduler-operator/openshift-priv-cluster-kube-scheduler-operator-release-4.1-postsubmits.yaml b/ci-operator/jobs/openshift-priv/cluster-kube-scheduler-operator/openshift-priv-cluster-kube-scheduler-operator-release-4.1-postsubmits.yaml index 4f40d936fb8e..475e237a0356 100644 --- a/ci-operator/jobs/openshift-priv/cluster-kube-scheduler-operator/openshift-priv-cluster-kube-scheduler-operator-release-4.1-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cluster-kube-scheduler-operator/openshift-priv-cluster-kube-scheduler-operator-release-4.1-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-cluster-kube-scheduler-operator-release-4.1-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/cluster-kube-scheduler-operator/openshift-priv-cluster-kube-scheduler-operator-release-4.1-presubmits.yaml b/ci-operator/jobs/openshift-priv/cluster-kube-scheduler-operator/openshift-priv-cluster-kube-scheduler-operator-release-4.1-presubmits.yaml index 12435790e188..1eb461a5c9b4 100644 --- a/ci-operator/jobs/openshift-priv/cluster-kube-scheduler-operator/openshift-priv-cluster-kube-scheduler-operator-release-4.1-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cluster-kube-scheduler-operator/openshift-priv-cluster-kube-scheduler-operator-release-4.1-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -52,6 +50,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -77,6 +78,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -97,14 +101,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-operator-cluster-profile - --target=e2e-aws-operator - --template=/usr/local/e2e-aws-operator @@ -141,6 +143,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -169,6 +174,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-operator,?($|\s.*) - agent: kubernetes always_run: true @@ -189,14 +197,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-serial-cluster-profile - --target=e2e-aws-serial - --template=/usr/local/e2e-aws-serial @@ -233,6 +239,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -261,6 +270,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-serial,?($|\s.*) - agent: kubernetes always_run: true @@ -281,14 +293,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -314,6 +324,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -339,6 +352,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -359,11 +375,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -383,6 +399,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -397,6 +416,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -417,11 +439,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -441,6 +463,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -455,6 +480,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -475,11 +503,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -499,6 +527,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -513,6 +544,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) - agent: kubernetes always_run: true @@ -533,11 +567,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify-deps command: - ci-operator @@ -557,6 +591,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -571,4 +608,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify-deps,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/cluster-kube-scheduler-operator/openshift-priv-cluster-kube-scheduler-operator-release-4.2-postsubmits.yaml b/ci-operator/jobs/openshift-priv/cluster-kube-scheduler-operator/openshift-priv-cluster-kube-scheduler-operator-release-4.2-postsubmits.yaml index ec1c9c4e7e5f..26a2f06afc14 100644 --- a/ci-operator/jobs/openshift-priv/cluster-kube-scheduler-operator/openshift-priv-cluster-kube-scheduler-operator-release-4.2-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cluster-kube-scheduler-operator/openshift-priv-cluster-kube-scheduler-operator-release-4.2-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-cluster-kube-scheduler-operator-release-4.2-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/cluster-kube-scheduler-operator/openshift-priv-cluster-kube-scheduler-operator-release-4.2-presubmits.yaml b/ci-operator/jobs/openshift-priv/cluster-kube-scheduler-operator/openshift-priv-cluster-kube-scheduler-operator-release-4.2-presubmits.yaml index a261efdd1f83..6417775fc446 100644 --- a/ci-operator/jobs/openshift-priv/cluster-kube-scheduler-operator/openshift-priv-cluster-kube-scheduler-operator-release-4.2-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cluster-kube-scheduler-operator/openshift-priv-cluster-kube-scheduler-operator-release-4.2-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -52,6 +50,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -77,6 +78,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -97,14 +101,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-operator-cluster-profile - --target=e2e-aws-operator - --template=/usr/local/e2e-aws-operator @@ -141,6 +143,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -169,6 +174,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-operator,?($|\s.*) - agent: kubernetes always_run: true @@ -189,14 +197,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-serial-cluster-profile - --target=e2e-aws-serial - --template=/usr/local/e2e-aws-serial @@ -233,6 +239,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -261,6 +270,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-serial,?($|\s.*) - agent: kubernetes always_run: true @@ -281,14 +293,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -314,6 +324,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -339,6 +352,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -359,11 +375,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -383,6 +399,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -397,6 +416,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -417,11 +439,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -441,6 +463,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -455,6 +480,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -475,11 +503,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -499,6 +527,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -513,6 +544,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) - agent: kubernetes always_run: true @@ -533,11 +567,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify-deps command: - ci-operator @@ -557,6 +591,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -571,4 +608,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify-deps,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/cluster-kube-scheduler-operator/openshift-priv-cluster-kube-scheduler-operator-release-4.3-postsubmits.yaml b/ci-operator/jobs/openshift-priv/cluster-kube-scheduler-operator/openshift-priv-cluster-kube-scheduler-operator-release-4.3-postsubmits.yaml index 04b14da2916d..da3da887a87c 100644 --- a/ci-operator/jobs/openshift-priv/cluster-kube-scheduler-operator/openshift-priv-cluster-kube-scheduler-operator-release-4.3-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cluster-kube-scheduler-operator/openshift-priv-cluster-kube-scheduler-operator-release-4.3-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-cluster-kube-scheduler-operator-release-4.3-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/cluster-kube-scheduler-operator/openshift-priv-cluster-kube-scheduler-operator-release-4.3-presubmits.yaml b/ci-operator/jobs/openshift-priv/cluster-kube-scheduler-operator/openshift-priv-cluster-kube-scheduler-operator-release-4.3-presubmits.yaml index a403308ad62c..e80ab4e56cdf 100644 --- a/ci-operator/jobs/openshift-priv/cluster-kube-scheduler-operator/openshift-priv-cluster-kube-scheduler-operator-release-4.3-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cluster-kube-scheduler-operator/openshift-priv-cluster-kube-scheduler-operator-release-4.3-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -52,6 +50,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -77,6 +78,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -97,14 +101,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-operator-cluster-profile - --target=e2e-aws-operator - --template=/usr/local/e2e-aws-operator @@ -141,6 +143,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -169,6 +174,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-operator,?($|\s.*) - agent: kubernetes always_run: true @@ -189,14 +197,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-serial-cluster-profile - --target=e2e-aws-serial - --template=/usr/local/e2e-aws-serial @@ -233,6 +239,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -261,6 +270,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-serial,?($|\s.*) - agent: kubernetes always_run: true @@ -281,14 +293,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -314,6 +324,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -339,6 +352,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -359,11 +375,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -383,6 +399,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -397,6 +416,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -417,11 +439,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -441,6 +463,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -455,6 +480,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -475,11 +503,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -499,6 +527,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -513,4 +544,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/cluster-kube-scheduler-operator/openshift-priv-cluster-kube-scheduler-operator-release-4.4-postsubmits.yaml b/ci-operator/jobs/openshift-priv/cluster-kube-scheduler-operator/openshift-priv-cluster-kube-scheduler-operator-release-4.4-postsubmits.yaml index 3a23814744bd..6f5804e320fc 100644 --- a/ci-operator/jobs/openshift-priv/cluster-kube-scheduler-operator/openshift-priv-cluster-kube-scheduler-operator-release-4.4-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cluster-kube-scheduler-operator/openshift-priv-cluster-kube-scheduler-operator-release-4.4-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-cluster-kube-scheduler-operator-release-4.4-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/cluster-kube-scheduler-operator/openshift-priv-cluster-kube-scheduler-operator-release-4.4-presubmits.yaml b/ci-operator/jobs/openshift-priv/cluster-kube-scheduler-operator/openshift-priv-cluster-kube-scheduler-operator-release-4.4-presubmits.yaml index 0d2180a701f8..26788f58645f 100644 --- a/ci-operator/jobs/openshift-priv/cluster-kube-scheduler-operator/openshift-priv-cluster-kube-scheduler-operator-release-4.4-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cluster-kube-scheduler-operator/openshift-priv-cluster-kube-scheduler-operator-release-4.4-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -52,6 +50,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -77,6 +78,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -97,14 +101,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-operator-cluster-profile - --target=e2e-aws-operator - --template=/usr/local/e2e-aws-operator @@ -141,6 +143,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -169,6 +174,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-operator,?($|\s.*) - agent: kubernetes always_run: true @@ -189,14 +197,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-serial-cluster-profile - --target=e2e-aws-serial - --template=/usr/local/e2e-aws-serial @@ -233,6 +239,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -261,6 +270,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-serial,?($|\s.*) - agent: kubernetes always_run: true @@ -281,14 +293,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -314,6 +324,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -339,6 +352,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -359,11 +375,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -383,6 +399,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -397,6 +416,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -417,11 +439,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -441,6 +463,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -455,6 +480,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -475,11 +503,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -499,6 +527,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -513,6 +544,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) - agent: kubernetes always_run: true @@ -533,11 +567,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify-deps command: - ci-operator @@ -557,6 +591,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -571,4 +608,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify-deps,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/cluster-kube-scheduler-operator/openshift-priv-cluster-kube-scheduler-operator-release-4.5-postsubmits.yaml b/ci-operator/jobs/openshift-priv/cluster-kube-scheduler-operator/openshift-priv-cluster-kube-scheduler-operator-release-4.5-postsubmits.yaml index 347fd3a3b279..2334b5c72cb3 100644 --- a/ci-operator/jobs/openshift-priv/cluster-kube-scheduler-operator/openshift-priv-cluster-kube-scheduler-operator-release-4.5-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cluster-kube-scheduler-operator/openshift-priv-cluster-kube-scheduler-operator-release-4.5-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-cluster-kube-scheduler-operator-release-4.5-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/cluster-kube-scheduler-operator/openshift-priv-cluster-kube-scheduler-operator-release-4.5-presubmits.yaml b/ci-operator/jobs/openshift-priv/cluster-kube-scheduler-operator/openshift-priv-cluster-kube-scheduler-operator-release-4.5-presubmits.yaml index 14f1892c133e..2537df06bb2c 100644 --- a/ci-operator/jobs/openshift-priv/cluster-kube-scheduler-operator/openshift-priv-cluster-kube-scheduler-operator-release-4.5-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cluster-kube-scheduler-operator/openshift-priv-cluster-kube-scheduler-operator-release-4.5-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -52,6 +50,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -77,6 +78,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -97,14 +101,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-operator-cluster-profile - --target=e2e-aws-operator - --template=/usr/local/e2e-aws-operator @@ -141,6 +143,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -169,6 +174,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-operator,?($|\s.*) - agent: kubernetes always_run: true @@ -189,14 +197,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-serial-cluster-profile - --target=e2e-aws-serial - --template=/usr/local/e2e-aws-serial @@ -233,6 +239,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -261,6 +270,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-serial,?($|\s.*) - agent: kubernetes always_run: true @@ -281,14 +293,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -314,6 +324,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -339,6 +352,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -359,11 +375,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -383,6 +399,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -397,6 +416,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -417,11 +439,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -441,6 +463,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -455,6 +480,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -475,11 +503,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -499,6 +527,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -513,6 +544,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) - agent: kubernetes always_run: true @@ -533,11 +567,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify-deps command: - ci-operator @@ -557,6 +591,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -571,4 +608,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify-deps,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/cluster-kube-scheduler-operator/openshift-priv-cluster-kube-scheduler-operator-release-4.6-postsubmits.yaml b/ci-operator/jobs/openshift-priv/cluster-kube-scheduler-operator/openshift-priv-cluster-kube-scheduler-operator-release-4.6-postsubmits.yaml index 47b1cf4e19d6..a9741a6c0f5b 100644 --- a/ci-operator/jobs/openshift-priv/cluster-kube-scheduler-operator/openshift-priv-cluster-kube-scheduler-operator-release-4.6-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cluster-kube-scheduler-operator/openshift-priv-cluster-kube-scheduler-operator-release-4.6-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-cluster-kube-scheduler-operator-release-4.6-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/cluster-kube-scheduler-operator/openshift-priv-cluster-kube-scheduler-operator-release-4.6-presubmits.yaml b/ci-operator/jobs/openshift-priv/cluster-kube-scheduler-operator/openshift-priv-cluster-kube-scheduler-operator-release-4.6-presubmits.yaml index ac3aa888dcd8..8641faac833c 100644 --- a/ci-operator/jobs/openshift-priv/cluster-kube-scheduler-operator/openshift-priv-cluster-kube-scheduler-operator-release-4.6-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cluster-kube-scheduler-operator/openshift-priv-cluster-kube-scheduler-operator-release-4.6-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -52,6 +50,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -77,6 +78,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -97,14 +101,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-operator-cluster-profile - --target=e2e-aws-operator - --template=/usr/local/e2e-aws-operator @@ -141,6 +143,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -169,6 +174,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-operator,?($|\s.*) - agent: kubernetes always_run: true @@ -189,14 +197,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-serial-cluster-profile - --target=e2e-aws-serial - --template=/usr/local/e2e-aws-serial @@ -233,6 +239,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -261,6 +270,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-serial,?($|\s.*) - agent: kubernetes always_run: true @@ -281,14 +293,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -314,6 +324,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -339,6 +352,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -359,11 +375,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -383,6 +399,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -397,6 +416,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -417,11 +439,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -441,6 +463,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -455,6 +480,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -475,11 +503,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -499,6 +527,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -513,6 +544,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) - agent: kubernetes always_run: true @@ -533,11 +567,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify-deps command: - ci-operator @@ -557,6 +591,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -571,4 +608,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify-deps,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/cluster-kube-scheduler-operator/openshift-priv-cluster-kube-scheduler-operator-release-4.7-postsubmits.yaml b/ci-operator/jobs/openshift-priv/cluster-kube-scheduler-operator/openshift-priv-cluster-kube-scheduler-operator-release-4.7-postsubmits.yaml index fd13d36cb679..ca83f2b9536f 100644 --- a/ci-operator/jobs/openshift-priv/cluster-kube-scheduler-operator/openshift-priv-cluster-kube-scheduler-operator-release-4.7-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cluster-kube-scheduler-operator/openshift-priv-cluster-kube-scheduler-operator-release-4.7-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-cluster-kube-scheduler-operator-release-4.7-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/cluster-kube-scheduler-operator/openshift-priv-cluster-kube-scheduler-operator-release-4.7-presubmits.yaml b/ci-operator/jobs/openshift-priv/cluster-kube-scheduler-operator/openshift-priv-cluster-kube-scheduler-operator-release-4.7-presubmits.yaml index 90d17b80fbeb..9d4a860d5090 100644 --- a/ci-operator/jobs/openshift-priv/cluster-kube-scheduler-operator/openshift-priv-cluster-kube-scheduler-operator-release-4.7-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cluster-kube-scheduler-operator/openshift-priv-cluster-kube-scheduler-operator-release-4.7-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -52,6 +50,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -77,6 +78,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -97,14 +101,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-operator-cluster-profile - --target=e2e-aws-operator - --template=/usr/local/e2e-aws-operator @@ -141,6 +143,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -169,6 +174,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-operator,?($|\s.*) - agent: kubernetes always_run: true @@ -189,14 +197,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-serial-cluster-profile - --target=e2e-aws-serial - --template=/usr/local/e2e-aws-serial @@ -233,6 +239,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -261,6 +270,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-serial,?($|\s.*) - agent: kubernetes always_run: true @@ -281,14 +293,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -314,6 +324,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -339,6 +352,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -359,11 +375,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -383,6 +399,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -397,6 +416,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -417,11 +439,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -441,6 +463,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -455,6 +480,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -475,11 +503,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -499,6 +527,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -513,6 +544,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) - agent: kubernetes always_run: true @@ -533,11 +567,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify-deps command: - ci-operator @@ -557,6 +591,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -571,4 +608,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify-deps,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/cluster-kube-storage-version-migrator-operator/openshift-priv-cluster-kube-storage-version-migrator-operator-master-postsubmits.yaml b/ci-operator/jobs/openshift-priv/cluster-kube-storage-version-migrator-operator/openshift-priv-cluster-kube-storage-version-migrator-operator-master-postsubmits.yaml index 36727b080889..09365e6f11dd 100644 --- a/ci-operator/jobs/openshift-priv/cluster-kube-storage-version-migrator-operator/openshift-priv-cluster-kube-storage-version-migrator-operator-master-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cluster-kube-storage-version-migrator-operator/openshift-priv-cluster-kube-storage-version-migrator-operator-master-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-cluster-kube-storage-version-migrator-operator-master-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/cluster-kube-storage-version-migrator-operator/openshift-priv-cluster-kube-storage-version-migrator-operator-master-presubmits.yaml b/ci-operator/jobs/openshift-priv/cluster-kube-storage-version-migrator-operator/openshift-priv-cluster-kube-storage-version-migrator-operator-master-presubmits.yaml index 64f93235af20..3b074e196a6f 100644 --- a/ci-operator/jobs/openshift-priv/cluster-kube-storage-version-migrator-operator/openshift-priv-cluster-kube-storage-version-migrator-operator-master-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cluster-kube-storage-version-migrator-operator/openshift-priv-cluster-kube-storage-version-migrator-operator-master-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -52,6 +50,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -77,6 +78,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -97,14 +101,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-operator-cluster-profile - --target=e2e-aws-operator - --template=/usr/local/e2e-aws-operator @@ -143,6 +145,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -171,6 +176,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-operator,?($|\s.*) - agent: kubernetes always_run: true @@ -191,11 +199,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -215,6 +223,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -229,6 +240,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -249,11 +263,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -273,6 +287,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -287,6 +304,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -307,11 +327,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -331,6 +351,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -345,6 +368,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) - agent: kubernetes always_run: true @@ -365,11 +391,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify-deps command: - ci-operator @@ -389,6 +415,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -403,4 +432,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify-deps,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/cluster-kube-storage-version-migrator-operator/openshift-priv-cluster-kube-storage-version-migrator-operator-release-4.3-postsubmits.yaml b/ci-operator/jobs/openshift-priv/cluster-kube-storage-version-migrator-operator/openshift-priv-cluster-kube-storage-version-migrator-operator-release-4.3-postsubmits.yaml index c623c326ae95..fbb705b987f1 100644 --- a/ci-operator/jobs/openshift-priv/cluster-kube-storage-version-migrator-operator/openshift-priv-cluster-kube-storage-version-migrator-operator-release-4.3-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cluster-kube-storage-version-migrator-operator/openshift-priv-cluster-kube-storage-version-migrator-operator-release-4.3-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-cluster-kube-storage-version-migrator-operator-release-4.3-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/cluster-kube-storage-version-migrator-operator/openshift-priv-cluster-kube-storage-version-migrator-operator-release-4.3-presubmits.yaml b/ci-operator/jobs/openshift-priv/cluster-kube-storage-version-migrator-operator/openshift-priv-cluster-kube-storage-version-migrator-operator-release-4.3-presubmits.yaml index 83088684c58e..8cf71a18a7fb 100644 --- a/ci-operator/jobs/openshift-priv/cluster-kube-storage-version-migrator-operator/openshift-priv-cluster-kube-storage-version-migrator-operator-release-4.3-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cluster-kube-storage-version-migrator-operator/openshift-priv-cluster-kube-storage-version-migrator-operator-release-4.3-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -52,6 +50,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -77,6 +78,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -97,11 +101,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -121,6 +125,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -135,6 +142,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -155,11 +165,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -179,6 +189,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -193,6 +206,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -213,11 +229,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -237,6 +253,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -251,4 +270,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/cluster-kube-storage-version-migrator-operator/openshift-priv-cluster-kube-storage-version-migrator-operator-release-4.4-postsubmits.yaml b/ci-operator/jobs/openshift-priv/cluster-kube-storage-version-migrator-operator/openshift-priv-cluster-kube-storage-version-migrator-operator-release-4.4-postsubmits.yaml index 1936fd23863c..3a041216ad73 100644 --- a/ci-operator/jobs/openshift-priv/cluster-kube-storage-version-migrator-operator/openshift-priv-cluster-kube-storage-version-migrator-operator-release-4.4-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cluster-kube-storage-version-migrator-operator/openshift-priv-cluster-kube-storage-version-migrator-operator-release-4.4-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-cluster-kube-storage-version-migrator-operator-release-4.4-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/cluster-kube-storage-version-migrator-operator/openshift-priv-cluster-kube-storage-version-migrator-operator-release-4.4-presubmits.yaml b/ci-operator/jobs/openshift-priv/cluster-kube-storage-version-migrator-operator/openshift-priv-cluster-kube-storage-version-migrator-operator-release-4.4-presubmits.yaml index 4f7bbcac5b93..40f68a7f8168 100644 --- a/ci-operator/jobs/openshift-priv/cluster-kube-storage-version-migrator-operator/openshift-priv-cluster-kube-storage-version-migrator-operator-release-4.4-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cluster-kube-storage-version-migrator-operator/openshift-priv-cluster-kube-storage-version-migrator-operator-release-4.4-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -52,6 +50,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -77,6 +78,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -97,14 +101,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-operator-cluster-profile - --target=e2e-aws-operator - --template=/usr/local/e2e-aws-operator @@ -143,6 +145,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -171,6 +176,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-operator,?($|\s.*) - agent: kubernetes always_run: true @@ -191,11 +199,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -215,6 +223,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -229,6 +240,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -249,11 +263,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -273,6 +287,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -287,6 +304,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -307,11 +327,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -331,6 +351,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -345,6 +368,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) - agent: kubernetes always_run: true @@ -365,11 +391,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify-deps command: - ci-operator @@ -389,6 +415,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -403,4 +432,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify-deps,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/cluster-kube-storage-version-migrator-operator/openshift-priv-cluster-kube-storage-version-migrator-operator-release-4.5-postsubmits.yaml b/ci-operator/jobs/openshift-priv/cluster-kube-storage-version-migrator-operator/openshift-priv-cluster-kube-storage-version-migrator-operator-release-4.5-postsubmits.yaml index f0fabe0cebcd..68d47474e1fa 100644 --- a/ci-operator/jobs/openshift-priv/cluster-kube-storage-version-migrator-operator/openshift-priv-cluster-kube-storage-version-migrator-operator-release-4.5-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cluster-kube-storage-version-migrator-operator/openshift-priv-cluster-kube-storage-version-migrator-operator-release-4.5-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-cluster-kube-storage-version-migrator-operator-release-4.5-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/cluster-kube-storage-version-migrator-operator/openshift-priv-cluster-kube-storage-version-migrator-operator-release-4.5-presubmits.yaml b/ci-operator/jobs/openshift-priv/cluster-kube-storage-version-migrator-operator/openshift-priv-cluster-kube-storage-version-migrator-operator-release-4.5-presubmits.yaml index f86da62c8866..9d496ddf4a94 100644 --- a/ci-operator/jobs/openshift-priv/cluster-kube-storage-version-migrator-operator/openshift-priv-cluster-kube-storage-version-migrator-operator-release-4.5-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cluster-kube-storage-version-migrator-operator/openshift-priv-cluster-kube-storage-version-migrator-operator-release-4.5-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -52,6 +50,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -77,6 +78,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -97,14 +101,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-operator-cluster-profile - --target=e2e-aws-operator - --template=/usr/local/e2e-aws-operator @@ -143,6 +145,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -171,6 +176,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-operator,?($|\s.*) - agent: kubernetes always_run: true @@ -191,11 +199,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -215,6 +223,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -229,6 +240,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -249,11 +263,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -273,6 +287,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -287,6 +304,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -307,11 +327,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -331,6 +351,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -345,6 +368,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) - agent: kubernetes always_run: true @@ -365,11 +391,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify-deps command: - ci-operator @@ -389,6 +415,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -403,4 +432,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify-deps,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/cluster-kube-storage-version-migrator-operator/openshift-priv-cluster-kube-storage-version-migrator-operator-release-4.6-postsubmits.yaml b/ci-operator/jobs/openshift-priv/cluster-kube-storage-version-migrator-operator/openshift-priv-cluster-kube-storage-version-migrator-operator-release-4.6-postsubmits.yaml index 91863a9f6e1f..3ab6d20364ce 100644 --- a/ci-operator/jobs/openshift-priv/cluster-kube-storage-version-migrator-operator/openshift-priv-cluster-kube-storage-version-migrator-operator-release-4.6-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cluster-kube-storage-version-migrator-operator/openshift-priv-cluster-kube-storage-version-migrator-operator-release-4.6-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-cluster-kube-storage-version-migrator-operator-release-4.6-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/cluster-kube-storage-version-migrator-operator/openshift-priv-cluster-kube-storage-version-migrator-operator-release-4.6-presubmits.yaml b/ci-operator/jobs/openshift-priv/cluster-kube-storage-version-migrator-operator/openshift-priv-cluster-kube-storage-version-migrator-operator-release-4.6-presubmits.yaml index 745bbb1d3f0d..2ab2053339da 100644 --- a/ci-operator/jobs/openshift-priv/cluster-kube-storage-version-migrator-operator/openshift-priv-cluster-kube-storage-version-migrator-operator-release-4.6-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cluster-kube-storage-version-migrator-operator/openshift-priv-cluster-kube-storage-version-migrator-operator-release-4.6-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -52,6 +50,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -77,6 +78,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -97,14 +101,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-operator-cluster-profile - --target=e2e-aws-operator - --template=/usr/local/e2e-aws-operator @@ -143,6 +145,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -171,6 +176,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-operator,?($|\s.*) - agent: kubernetes always_run: true @@ -191,11 +199,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -215,6 +223,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -229,6 +240,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -249,11 +263,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -273,6 +287,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -287,6 +304,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -307,11 +327,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -331,6 +351,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -345,6 +368,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) - agent: kubernetes always_run: true @@ -365,11 +391,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify-deps command: - ci-operator @@ -389,6 +415,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -403,4 +432,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify-deps,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/cluster-kube-storage-version-migrator-operator/openshift-priv-cluster-kube-storage-version-migrator-operator-release-4.7-postsubmits.yaml b/ci-operator/jobs/openshift-priv/cluster-kube-storage-version-migrator-operator/openshift-priv-cluster-kube-storage-version-migrator-operator-release-4.7-postsubmits.yaml index 25468db68c11..9c011c378e5c 100644 --- a/ci-operator/jobs/openshift-priv/cluster-kube-storage-version-migrator-operator/openshift-priv-cluster-kube-storage-version-migrator-operator-release-4.7-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cluster-kube-storage-version-migrator-operator/openshift-priv-cluster-kube-storage-version-migrator-operator-release-4.7-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-cluster-kube-storage-version-migrator-operator-release-4.7-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/cluster-kube-storage-version-migrator-operator/openshift-priv-cluster-kube-storage-version-migrator-operator-release-4.7-presubmits.yaml b/ci-operator/jobs/openshift-priv/cluster-kube-storage-version-migrator-operator/openshift-priv-cluster-kube-storage-version-migrator-operator-release-4.7-presubmits.yaml index 7faa164f9a20..7f28a78ae08c 100644 --- a/ci-operator/jobs/openshift-priv/cluster-kube-storage-version-migrator-operator/openshift-priv-cluster-kube-storage-version-migrator-operator-release-4.7-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cluster-kube-storage-version-migrator-operator/openshift-priv-cluster-kube-storage-version-migrator-operator-release-4.7-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -52,6 +50,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -77,6 +78,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -97,14 +101,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-operator-cluster-profile - --target=e2e-aws-operator - --template=/usr/local/e2e-aws-operator @@ -143,6 +145,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -171,6 +176,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-operator,?($|\s.*) - agent: kubernetes always_run: true @@ -191,11 +199,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -215,6 +223,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -229,6 +240,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -249,11 +263,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -273,6 +287,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -287,6 +304,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -307,11 +327,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -331,6 +351,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -345,6 +368,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) - agent: kubernetes always_run: true @@ -365,11 +391,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify-deps command: - ci-operator @@ -389,6 +415,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -403,4 +432,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify-deps,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/cluster-logging-operator/openshift-priv-cluster-logging-operator-feature-es6x-postsubmits.yaml b/ci-operator/jobs/openshift-priv/cluster-logging-operator/openshift-priv-cluster-logging-operator-feature-es6x-postsubmits.yaml index 46c3c1fbf596..5922c8071395 100644 --- a/ci-operator/jobs/openshift-priv/cluster-logging-operator/openshift-priv-cluster-logging-operator-feature-es6x-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cluster-logging-operator/openshift-priv-cluster-logging-operator-feature-es6x-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-cluster-logging-operator-feature-es6x-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/cluster-logging-operator/openshift-priv-cluster-logging-operator-feature-es6x-presubmits.yaml b/ci-operator/jobs/openshift-priv/cluster-logging-operator/openshift-priv-cluster-logging-operator-feature-es6x-presubmits.yaml index b541e03ab8ee..ad15123fdb6b 100644 --- a/ci-operator/jobs/openshift-priv/cluster-logging-operator/openshift-priv-cluster-logging-operator-feature-es6x-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cluster-logging-operator/openshift-priv-cluster-logging-operator-feature-es6x-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-operator-cluster-profile - --target=e2e-operator - --template=/usr/local/e2e-operator @@ -63,6 +61,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -91,6 +92,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-operator,?($|\s.*) - agent: kubernetes always_run: true @@ -111,11 +115,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -135,6 +139,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -149,6 +156,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -169,11 +179,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -193,6 +203,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -207,4 +220,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/cluster-logging-operator/openshift-priv-cluster-logging-operator-master-postsubmits.yaml b/ci-operator/jobs/openshift-priv/cluster-logging-operator/openshift-priv-cluster-logging-operator-master-postsubmits.yaml index 409d18b84701..65ed05b45bfb 100644 --- a/ci-operator/jobs/openshift-priv/cluster-logging-operator/openshift-priv-cluster-logging-operator-master-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cluster-logging-operator/openshift-priv-cluster-logging-operator-master-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-cluster-logging-operator-master-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/cluster-logging-operator/openshift-priv-cluster-logging-operator-master-presubmits.yaml b/ci-operator/jobs/openshift-priv/cluster-logging-operator/openshift-priv-cluster-logging-operator-master-presubmits.yaml index a22840f2a9ec..c32cb0709467 100644 --- a/ci-operator/jobs/openshift-priv/cluster-logging-operator/openshift-priv-cluster-logging-operator-master-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cluster-logging-operator/openshift-priv-cluster-logging-operator-master-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-operator-cluster-profile - --target=e2e-operator - --template=/usr/local/e2e-operator @@ -66,6 +64,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -94,6 +95,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-operator,?($|\s.*) - agent: kubernetes always_run: true @@ -114,11 +118,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -138,6 +142,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -152,6 +159,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -172,11 +182,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -196,6 +206,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -210,4 +223,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/cluster-logging-operator/openshift-priv-cluster-logging-operator-release-4.1-postsubmits.yaml b/ci-operator/jobs/openshift-priv/cluster-logging-operator/openshift-priv-cluster-logging-operator-release-4.1-postsubmits.yaml index 4a34cd3b5bea..4668d1068523 100644 --- a/ci-operator/jobs/openshift-priv/cluster-logging-operator/openshift-priv-cluster-logging-operator-release-4.1-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cluster-logging-operator/openshift-priv-cluster-logging-operator-release-4.1-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-cluster-logging-operator-release-4.1-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/cluster-logging-operator/openshift-priv-cluster-logging-operator-release-4.1-presubmits.yaml b/ci-operator/jobs/openshift-priv/cluster-logging-operator/openshift-priv-cluster-logging-operator-release-4.1-presubmits.yaml index 98bbc3e91abd..72a5b6d1d0b8 100644 --- a/ci-operator/jobs/openshift-priv/cluster-logging-operator/openshift-priv-cluster-logging-operator-release-4.1-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cluster-logging-operator/openshift-priv-cluster-logging-operator-release-4.1-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-operator-cluster-profile - --target=e2e-operator - --template=/usr/local/e2e-operator @@ -63,6 +61,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -91,6 +92,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-operator,?($|\s.*) - agent: kubernetes always_run: true @@ -111,11 +115,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -135,6 +139,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -149,6 +156,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -169,11 +179,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -193,6 +203,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -207,4 +220,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/cluster-logging-operator/openshift-priv-cluster-logging-operator-release-4.2-postsubmits.yaml b/ci-operator/jobs/openshift-priv/cluster-logging-operator/openshift-priv-cluster-logging-operator-release-4.2-postsubmits.yaml index 492ab9eca12d..e633ad7f2b29 100644 --- a/ci-operator/jobs/openshift-priv/cluster-logging-operator/openshift-priv-cluster-logging-operator-release-4.2-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cluster-logging-operator/openshift-priv-cluster-logging-operator-release-4.2-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-cluster-logging-operator-release-4.2-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/cluster-logging-operator/openshift-priv-cluster-logging-operator-release-4.2-presubmits.yaml b/ci-operator/jobs/openshift-priv/cluster-logging-operator/openshift-priv-cluster-logging-operator-release-4.2-presubmits.yaml index e615446649aa..939c8137c2e4 100644 --- a/ci-operator/jobs/openshift-priv/cluster-logging-operator/openshift-priv-cluster-logging-operator-release-4.2-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cluster-logging-operator/openshift-priv-cluster-logging-operator-release-4.2-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-operator-cluster-profile - --target=e2e-operator - --template=/usr/local/e2e-operator @@ -63,6 +61,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -91,6 +92,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-operator,?($|\s.*) - agent: kubernetes always_run: true @@ -111,11 +115,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -135,6 +139,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -149,6 +156,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -169,11 +179,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -193,6 +203,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -207,4 +220,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/cluster-logging-operator/openshift-priv-cluster-logging-operator-release-4.3-postsubmits.yaml b/ci-operator/jobs/openshift-priv/cluster-logging-operator/openshift-priv-cluster-logging-operator-release-4.3-postsubmits.yaml index f04620d41d9e..59bdc3e2368f 100644 --- a/ci-operator/jobs/openshift-priv/cluster-logging-operator/openshift-priv-cluster-logging-operator-release-4.3-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cluster-logging-operator/openshift-priv-cluster-logging-operator-release-4.3-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-cluster-logging-operator-release-4.3-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/cluster-logging-operator/openshift-priv-cluster-logging-operator-release-4.3-presubmits.yaml b/ci-operator/jobs/openshift-priv/cluster-logging-operator/openshift-priv-cluster-logging-operator-release-4.3-presubmits.yaml index ba0408eb1056..28dcc54b94c5 100644 --- a/ci-operator/jobs/openshift-priv/cluster-logging-operator/openshift-priv-cluster-logging-operator-release-4.3-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cluster-logging-operator/openshift-priv-cluster-logging-operator-release-4.3-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-operator-cluster-profile - --target=e2e-operator - --template=/usr/local/e2e-operator @@ -63,6 +61,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -91,6 +92,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-operator,?($|\s.*) - agent: kubernetes always_run: true @@ -111,11 +115,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -135,6 +139,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -149,6 +156,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -169,11 +179,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -193,6 +203,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -207,4 +220,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/cluster-logging-operator/openshift-priv-cluster-logging-operator-release-4.4-postsubmits.yaml b/ci-operator/jobs/openshift-priv/cluster-logging-operator/openshift-priv-cluster-logging-operator-release-4.4-postsubmits.yaml index b53768904598..3c6fa3b24e90 100644 --- a/ci-operator/jobs/openshift-priv/cluster-logging-operator/openshift-priv-cluster-logging-operator-release-4.4-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cluster-logging-operator/openshift-priv-cluster-logging-operator-release-4.4-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-cluster-logging-operator-release-4.4-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/cluster-logging-operator/openshift-priv-cluster-logging-operator-release-4.4-presubmits.yaml b/ci-operator/jobs/openshift-priv/cluster-logging-operator/openshift-priv-cluster-logging-operator-release-4.4-presubmits.yaml index 7e1cf04e672f..d4ded5e2eff0 100644 --- a/ci-operator/jobs/openshift-priv/cluster-logging-operator/openshift-priv-cluster-logging-operator-release-4.4-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cluster-logging-operator/openshift-priv-cluster-logging-operator-release-4.4-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-operator-cluster-profile - --target=e2e-operator - --template=/usr/local/e2e-operator @@ -63,6 +61,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -91,6 +92,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-operator,?($|\s.*) - agent: kubernetes always_run: true @@ -111,11 +115,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -135,6 +139,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -149,6 +156,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -169,11 +179,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -193,6 +203,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -207,4 +220,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/cluster-logging-operator/openshift-priv-cluster-logging-operator-release-4.5-postsubmits.yaml b/ci-operator/jobs/openshift-priv/cluster-logging-operator/openshift-priv-cluster-logging-operator-release-4.5-postsubmits.yaml index 83b4fa6bb623..faec2c50d179 100644 --- a/ci-operator/jobs/openshift-priv/cluster-logging-operator/openshift-priv-cluster-logging-operator-release-4.5-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cluster-logging-operator/openshift-priv-cluster-logging-operator-release-4.5-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-cluster-logging-operator-release-4.5-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/cluster-logging-operator/openshift-priv-cluster-logging-operator-release-4.5-presubmits.yaml b/ci-operator/jobs/openshift-priv/cluster-logging-operator/openshift-priv-cluster-logging-operator-release-4.5-presubmits.yaml index 8eaa34a7fea9..e328a3840776 100644 --- a/ci-operator/jobs/openshift-priv/cluster-logging-operator/openshift-priv-cluster-logging-operator-release-4.5-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cluster-logging-operator/openshift-priv-cluster-logging-operator-release-4.5-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-operator-cluster-profile - --target=e2e-operator - --template=/usr/local/e2e-operator @@ -66,6 +64,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -94,6 +95,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-operator,?($|\s.*) - agent: kubernetes always_run: true @@ -114,11 +118,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -138,6 +142,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -152,6 +159,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -172,11 +182,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -196,6 +206,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -210,4 +223,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/cluster-logging-operator/openshift-priv-cluster-logging-operator-release-4.6-postsubmits.yaml b/ci-operator/jobs/openshift-priv/cluster-logging-operator/openshift-priv-cluster-logging-operator-release-4.6-postsubmits.yaml index d11632f3125d..f06e10acc9c5 100644 --- a/ci-operator/jobs/openshift-priv/cluster-logging-operator/openshift-priv-cluster-logging-operator-release-4.6-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cluster-logging-operator/openshift-priv-cluster-logging-operator-release-4.6-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-cluster-logging-operator-release-4.6-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/cluster-logging-operator/openshift-priv-cluster-logging-operator-release-4.6-presubmits.yaml b/ci-operator/jobs/openshift-priv/cluster-logging-operator/openshift-priv-cluster-logging-operator-release-4.6-presubmits.yaml index 8badbbd93938..df08ae824c5b 100644 --- a/ci-operator/jobs/openshift-priv/cluster-logging-operator/openshift-priv-cluster-logging-operator-release-4.6-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cluster-logging-operator/openshift-priv-cluster-logging-operator-release-4.6-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-operator-cluster-profile - --target=e2e-operator - --template=/usr/local/e2e-operator @@ -66,6 +64,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -94,6 +95,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-operator,?($|\s.*) - agent: kubernetes always_run: true @@ -114,11 +118,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -138,6 +142,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -152,6 +159,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -172,11 +182,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -196,6 +206,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -210,4 +223,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/cluster-logging-operator/openshift-priv-cluster-logging-operator-release-4.7-postsubmits.yaml b/ci-operator/jobs/openshift-priv/cluster-logging-operator/openshift-priv-cluster-logging-operator-release-4.7-postsubmits.yaml index c35ee1c6521e..2c9111dd08b2 100644 --- a/ci-operator/jobs/openshift-priv/cluster-logging-operator/openshift-priv-cluster-logging-operator-release-4.7-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cluster-logging-operator/openshift-priv-cluster-logging-operator-release-4.7-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-cluster-logging-operator-release-4.7-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/cluster-logging-operator/openshift-priv-cluster-logging-operator-release-4.7-presubmits.yaml b/ci-operator/jobs/openshift-priv/cluster-logging-operator/openshift-priv-cluster-logging-operator-release-4.7-presubmits.yaml index b1ec79382d26..a20cf34813b1 100644 --- a/ci-operator/jobs/openshift-priv/cluster-logging-operator/openshift-priv-cluster-logging-operator-release-4.7-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cluster-logging-operator/openshift-priv-cluster-logging-operator-release-4.7-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-operator-cluster-profile - --target=e2e-operator - --template=/usr/local/e2e-operator @@ -66,6 +64,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -94,6 +95,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-operator,?($|\s.*) - agent: kubernetes always_run: true @@ -114,11 +118,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -138,6 +142,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -152,6 +159,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -172,11 +182,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -196,6 +206,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -210,4 +223,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/cluster-machine-approver/openshift-priv-cluster-machine-approver-master-postsubmits.yaml b/ci-operator/jobs/openshift-priv/cluster-machine-approver/openshift-priv-cluster-machine-approver-master-postsubmits.yaml index 264599af249f..eee057c69aa0 100644 --- a/ci-operator/jobs/openshift-priv/cluster-machine-approver/openshift-priv-cluster-machine-approver-master-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cluster-machine-approver/openshift-priv-cluster-machine-approver-master-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-cluster-machine-approver-master-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/cluster-machine-approver/openshift-priv-cluster-machine-approver-master-presubmits.yaml b/ci-operator/jobs/openshift-priv/cluster-machine-approver/openshift-priv-cluster-machine-approver-master-presubmits.yaml index 3d1a04f5c98d..76dae018da7c 100644 --- a/ci-operator/jobs/openshift-priv/cluster-machine-approver/openshift-priv-cluster-machine-approver-master-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cluster-machine-approver/openshift-priv-cluster-machine-approver-master-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -52,6 +50,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -77,6 +78,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -97,14 +101,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-operator-cluster-profile - --target=e2e-aws-operator - --template=/usr/local/e2e-aws-operator @@ -143,6 +145,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -171,6 +176,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-operator,?($|\s.*) - agent: kubernetes always_run: true @@ -191,14 +199,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -224,6 +230,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -249,6 +258,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -269,14 +281,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-azure-operator-cluster-profile - --target=e2e-azure-operator - --template=/usr/local/e2e-azure-operator @@ -315,6 +325,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -343,6 +356,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-azure-operator,?($|\s.*) - agent: kubernetes always_run: true @@ -363,14 +379,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-gcp-operator-cluster-profile - --target=e2e-gcp-operator - --template=/usr/local/e2e-gcp-operator @@ -409,6 +423,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -439,6 +456,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-gcp-operator,?($|\s.*) - agent: kubernetes always_run: true @@ -459,11 +479,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -483,6 +503,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -497,6 +520,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -517,11 +543,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -541,6 +567,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -555,4 +584,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/cluster-machine-approver/openshift-priv-cluster-machine-approver-release-4.1-postsubmits.yaml b/ci-operator/jobs/openshift-priv/cluster-machine-approver/openshift-priv-cluster-machine-approver-release-4.1-postsubmits.yaml index d682522d34a3..d520d083be09 100644 --- a/ci-operator/jobs/openshift-priv/cluster-machine-approver/openshift-priv-cluster-machine-approver-release-4.1-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cluster-machine-approver/openshift-priv-cluster-machine-approver-release-4.1-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-cluster-machine-approver-release-4.1-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/cluster-machine-approver/openshift-priv-cluster-machine-approver-release-4.1-presubmits.yaml b/ci-operator/jobs/openshift-priv/cluster-machine-approver/openshift-priv-cluster-machine-approver-release-4.1-presubmits.yaml index 2eeaee6aa389..adec37e7522e 100644 --- a/ci-operator/jobs/openshift-priv/cluster-machine-approver/openshift-priv-cluster-machine-approver-release-4.1-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cluster-machine-approver/openshift-priv-cluster-machine-approver-release-4.1-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -52,6 +50,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -77,6 +78,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -97,11 +101,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -121,6 +125,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -135,4 +142,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/cluster-machine-approver/openshift-priv-cluster-machine-approver-release-4.2-postsubmits.yaml b/ci-operator/jobs/openshift-priv/cluster-machine-approver/openshift-priv-cluster-machine-approver-release-4.2-postsubmits.yaml index 029291ef19eb..ff03e91692e7 100644 --- a/ci-operator/jobs/openshift-priv/cluster-machine-approver/openshift-priv-cluster-machine-approver-release-4.2-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cluster-machine-approver/openshift-priv-cluster-machine-approver-release-4.2-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-cluster-machine-approver-release-4.2-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/cluster-machine-approver/openshift-priv-cluster-machine-approver-release-4.2-presubmits.yaml b/ci-operator/jobs/openshift-priv/cluster-machine-approver/openshift-priv-cluster-machine-approver-release-4.2-presubmits.yaml index 0b31f9154cbf..73ada38b1082 100644 --- a/ci-operator/jobs/openshift-priv/cluster-machine-approver/openshift-priv-cluster-machine-approver-release-4.2-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cluster-machine-approver/openshift-priv-cluster-machine-approver-release-4.2-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -52,6 +50,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -77,6 +78,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -97,11 +101,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -121,6 +125,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -135,6 +142,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -155,11 +165,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -179,6 +189,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -193,4 +206,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/cluster-machine-approver/openshift-priv-cluster-machine-approver-release-4.3-postsubmits.yaml b/ci-operator/jobs/openshift-priv/cluster-machine-approver/openshift-priv-cluster-machine-approver-release-4.3-postsubmits.yaml index 2c7277b3867d..fcbeabccb335 100644 --- a/ci-operator/jobs/openshift-priv/cluster-machine-approver/openshift-priv-cluster-machine-approver-release-4.3-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cluster-machine-approver/openshift-priv-cluster-machine-approver-release-4.3-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-cluster-machine-approver-release-4.3-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/cluster-machine-approver/openshift-priv-cluster-machine-approver-release-4.3-presubmits.yaml b/ci-operator/jobs/openshift-priv/cluster-machine-approver/openshift-priv-cluster-machine-approver-release-4.3-presubmits.yaml index ef750252a59f..a24021d729d4 100644 --- a/ci-operator/jobs/openshift-priv/cluster-machine-approver/openshift-priv-cluster-machine-approver-release-4.3-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cluster-machine-approver/openshift-priv-cluster-machine-approver-release-4.3-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -52,6 +50,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -77,6 +78,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -97,14 +101,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-operator-cluster-profile - --target=e2e-aws-operator - --template=/usr/local/e2e-aws-operator @@ -143,6 +145,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -171,6 +176,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-operator,?($|\s.*) - agent: kubernetes always_run: true @@ -191,14 +199,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-azure-operator-cluster-profile - --target=e2e-azure-operator - --template=/usr/local/e2e-azure-operator @@ -237,6 +243,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -265,6 +274,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-azure-operator,?($|\s.*) - agent: kubernetes always_run: true @@ -285,14 +297,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-gcp-operator-cluster-profile - --target=e2e-gcp-operator - --template=/usr/local/e2e-gcp-operator @@ -331,6 +341,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -361,6 +374,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-gcp-operator,?($|\s.*) - agent: kubernetes always_run: true @@ -381,11 +397,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -405,6 +421,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -419,6 +438,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -439,11 +461,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -463,6 +485,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -477,4 +502,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/cluster-machine-approver/openshift-priv-cluster-machine-approver-release-4.4-postsubmits.yaml b/ci-operator/jobs/openshift-priv/cluster-machine-approver/openshift-priv-cluster-machine-approver-release-4.4-postsubmits.yaml index 3ac6ffbd2857..935cb282dc8c 100644 --- a/ci-operator/jobs/openshift-priv/cluster-machine-approver/openshift-priv-cluster-machine-approver-release-4.4-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cluster-machine-approver/openshift-priv-cluster-machine-approver-release-4.4-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-cluster-machine-approver-release-4.4-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/cluster-machine-approver/openshift-priv-cluster-machine-approver-release-4.4-presubmits.yaml b/ci-operator/jobs/openshift-priv/cluster-machine-approver/openshift-priv-cluster-machine-approver-release-4.4-presubmits.yaml index 4d4846e2a392..cae4bdad7fc4 100644 --- a/ci-operator/jobs/openshift-priv/cluster-machine-approver/openshift-priv-cluster-machine-approver-release-4.4-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cluster-machine-approver/openshift-priv-cluster-machine-approver-release-4.4-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -52,6 +50,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -77,6 +78,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -97,14 +101,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-operator-cluster-profile - --target=e2e-aws-operator - --template=/usr/local/e2e-aws-operator @@ -143,6 +145,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -171,6 +176,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-operator,?($|\s.*) - agent: kubernetes always_run: true @@ -191,14 +199,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-azure-operator-cluster-profile - --target=e2e-azure-operator - --template=/usr/local/e2e-azure-operator @@ -237,6 +243,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -265,6 +274,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-azure-operator,?($|\s.*) - agent: kubernetes always_run: true @@ -285,14 +297,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-gcp-operator-cluster-profile - --target=e2e-gcp-operator - --template=/usr/local/e2e-gcp-operator @@ -331,6 +341,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -361,6 +374,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-gcp-operator,?($|\s.*) - agent: kubernetes always_run: true @@ -381,11 +397,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -405,6 +421,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -419,6 +438,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -439,11 +461,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -463,6 +485,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -477,4 +502,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/cluster-machine-approver/openshift-priv-cluster-machine-approver-release-4.5-postsubmits.yaml b/ci-operator/jobs/openshift-priv/cluster-machine-approver/openshift-priv-cluster-machine-approver-release-4.5-postsubmits.yaml index 4a9ebdc5caa1..9ed093e4fd61 100644 --- a/ci-operator/jobs/openshift-priv/cluster-machine-approver/openshift-priv-cluster-machine-approver-release-4.5-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cluster-machine-approver/openshift-priv-cluster-machine-approver-release-4.5-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-cluster-machine-approver-release-4.5-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/cluster-machine-approver/openshift-priv-cluster-machine-approver-release-4.5-presubmits.yaml b/ci-operator/jobs/openshift-priv/cluster-machine-approver/openshift-priv-cluster-machine-approver-release-4.5-presubmits.yaml index 2fc9d9d2a87d..bbf40bc846fb 100644 --- a/ci-operator/jobs/openshift-priv/cluster-machine-approver/openshift-priv-cluster-machine-approver-release-4.5-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cluster-machine-approver/openshift-priv-cluster-machine-approver-release-4.5-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -52,6 +50,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -77,6 +78,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -97,14 +101,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-operator-cluster-profile - --target=e2e-aws-operator - --template=/usr/local/e2e-aws-operator @@ -143,6 +145,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -171,6 +176,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-operator,?($|\s.*) - agent: kubernetes always_run: true @@ -191,14 +199,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -224,6 +230,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -249,6 +258,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -269,14 +281,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-azure-operator-cluster-profile - --target=e2e-azure-operator - --template=/usr/local/e2e-azure-operator @@ -315,6 +325,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -343,6 +356,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-azure-operator,?($|\s.*) - agent: kubernetes always_run: true @@ -363,14 +379,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-gcp-operator-cluster-profile - --target=e2e-gcp-operator - --template=/usr/local/e2e-gcp-operator @@ -409,6 +423,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -439,6 +456,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-gcp-operator,?($|\s.*) - agent: kubernetes always_run: true @@ -459,11 +479,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -483,6 +503,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -497,6 +520,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -517,11 +543,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -541,6 +567,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -555,4 +584,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/cluster-machine-approver/openshift-priv-cluster-machine-approver-release-4.6-postsubmits.yaml b/ci-operator/jobs/openshift-priv/cluster-machine-approver/openshift-priv-cluster-machine-approver-release-4.6-postsubmits.yaml index fa8da4f9e718..24ccfb369138 100644 --- a/ci-operator/jobs/openshift-priv/cluster-machine-approver/openshift-priv-cluster-machine-approver-release-4.6-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cluster-machine-approver/openshift-priv-cluster-machine-approver-release-4.6-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-cluster-machine-approver-release-4.6-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/cluster-machine-approver/openshift-priv-cluster-machine-approver-release-4.6-presubmits.yaml b/ci-operator/jobs/openshift-priv/cluster-machine-approver/openshift-priv-cluster-machine-approver-release-4.6-presubmits.yaml index 7a989296320f..069a80a40c5d 100644 --- a/ci-operator/jobs/openshift-priv/cluster-machine-approver/openshift-priv-cluster-machine-approver-release-4.6-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cluster-machine-approver/openshift-priv-cluster-machine-approver-release-4.6-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -52,6 +50,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -77,6 +78,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -97,14 +101,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-operator-cluster-profile - --target=e2e-aws-operator - --template=/usr/local/e2e-aws-operator @@ -143,6 +145,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -171,6 +176,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-operator,?($|\s.*) - agent: kubernetes always_run: true @@ -191,14 +199,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -224,6 +230,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -249,6 +258,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -269,14 +281,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-azure-operator-cluster-profile - --target=e2e-azure-operator - --template=/usr/local/e2e-azure-operator @@ -315,6 +325,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -343,6 +356,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-azure-operator,?($|\s.*) - agent: kubernetes always_run: true @@ -363,14 +379,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-gcp-operator-cluster-profile - --target=e2e-gcp-operator - --template=/usr/local/e2e-gcp-operator @@ -409,6 +423,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -439,6 +456,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-gcp-operator,?($|\s.*) - agent: kubernetes always_run: true @@ -459,11 +479,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -483,6 +503,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -497,6 +520,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -517,11 +543,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -541,6 +567,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -555,4 +584,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/cluster-machine-approver/openshift-priv-cluster-machine-approver-release-4.7-postsubmits.yaml b/ci-operator/jobs/openshift-priv/cluster-machine-approver/openshift-priv-cluster-machine-approver-release-4.7-postsubmits.yaml index d5118d9f587d..691cc0105677 100644 --- a/ci-operator/jobs/openshift-priv/cluster-machine-approver/openshift-priv-cluster-machine-approver-release-4.7-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cluster-machine-approver/openshift-priv-cluster-machine-approver-release-4.7-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-cluster-machine-approver-release-4.7-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/cluster-machine-approver/openshift-priv-cluster-machine-approver-release-4.7-presubmits.yaml b/ci-operator/jobs/openshift-priv/cluster-machine-approver/openshift-priv-cluster-machine-approver-release-4.7-presubmits.yaml index ba505b7ab9f5..aa4869197252 100644 --- a/ci-operator/jobs/openshift-priv/cluster-machine-approver/openshift-priv-cluster-machine-approver-release-4.7-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cluster-machine-approver/openshift-priv-cluster-machine-approver-release-4.7-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -52,6 +50,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -77,6 +78,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -97,14 +101,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-operator-cluster-profile - --target=e2e-aws-operator - --template=/usr/local/e2e-aws-operator @@ -143,6 +145,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -171,6 +176,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-operator,?($|\s.*) - agent: kubernetes always_run: true @@ -191,14 +199,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-azure-operator-cluster-profile - --target=e2e-azure-operator - --template=/usr/local/e2e-azure-operator @@ -237,6 +243,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -265,6 +274,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-azure-operator,?($|\s.*) - agent: kubernetes always_run: true @@ -285,14 +297,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-gcp-operator-cluster-profile - --target=e2e-gcp-operator - --template=/usr/local/e2e-gcp-operator @@ -331,6 +341,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -361,6 +374,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-gcp-operator,?($|\s.*) - agent: kubernetes always_run: true @@ -381,11 +397,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -405,6 +421,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -419,6 +438,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -439,11 +461,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -463,6 +485,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -477,4 +502,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/cluster-monitoring-operator/openshift-priv-cluster-monitoring-operator-master-postsubmits.yaml b/ci-operator/jobs/openshift-priv/cluster-monitoring-operator/openshift-priv-cluster-monitoring-operator-master-postsubmits.yaml index da9712343b3f..c5928d7850ac 100644 --- a/ci-operator/jobs/openshift-priv/cluster-monitoring-operator/openshift-priv-cluster-monitoring-operator-master-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cluster-monitoring-operator/openshift-priv-cluster-monitoring-operator-master-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-cluster-monitoring-operator-master-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/cluster-monitoring-operator/openshift-priv-cluster-monitoring-operator-master-presubmits.yaml b/ci-operator/jobs/openshift-priv/cluster-monitoring-operator/openshift-priv-cluster-monitoring-operator-master-presubmits.yaml index 50c132171fdc..5dd8261ed75c 100644 --- a/ci-operator/jobs/openshift-priv/cluster-monitoring-operator/openshift-priv-cluster-monitoring-operator-master-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cluster-monitoring-operator/openshift-priv-cluster-monitoring-operator-master-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -52,6 +50,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -77,6 +78,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -97,14 +101,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-operator-cluster-profile - --target=e2e-aws-operator - --template=/usr/local/e2e-aws-operator @@ -141,6 +143,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -169,6 +174,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-operator,?($|\s.*) - agent: kubernetes always_run: true @@ -189,14 +197,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -222,6 +228,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -247,6 +256,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -267,11 +279,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -291,6 +303,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -305,6 +320,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -325,11 +343,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -349,6 +367,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -363,6 +384,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -383,11 +407,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=vendor command: - ci-operator @@ -407,6 +431,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -421,4 +448,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )vendor,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/cluster-monitoring-operator/openshift-priv-cluster-monitoring-operator-release-4.1-postsubmits.yaml b/ci-operator/jobs/openshift-priv/cluster-monitoring-operator/openshift-priv-cluster-monitoring-operator-release-4.1-postsubmits.yaml index aed820f6fdaf..cd1413e88742 100644 --- a/ci-operator/jobs/openshift-priv/cluster-monitoring-operator/openshift-priv-cluster-monitoring-operator-release-4.1-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cluster-monitoring-operator/openshift-priv-cluster-monitoring-operator-release-4.1-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-cluster-monitoring-operator-release-4.1-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/cluster-monitoring-operator/openshift-priv-cluster-monitoring-operator-release-4.1-presubmits.yaml b/ci-operator/jobs/openshift-priv/cluster-monitoring-operator/openshift-priv-cluster-monitoring-operator-release-4.1-presubmits.yaml index 35733c875509..235e31906d6a 100644 --- a/ci-operator/jobs/openshift-priv/cluster-monitoring-operator/openshift-priv-cluster-monitoring-operator-release-4.1-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cluster-monitoring-operator/openshift-priv-cluster-monitoring-operator-release-4.1-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -52,6 +50,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -77,6 +78,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -97,14 +101,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-operator-cluster-profile - --target=e2e-aws-operator - --template=/usr/local/e2e-aws-operator @@ -141,6 +143,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -169,6 +174,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-operator,?($|\s.*) - agent: kubernetes always_run: true @@ -189,14 +197,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -222,6 +228,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -247,6 +256,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -267,11 +279,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -291,6 +303,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -305,6 +320,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -325,11 +343,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -349,6 +367,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -363,4 +384,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/cluster-monitoring-operator/openshift-priv-cluster-monitoring-operator-release-4.2-postsubmits.yaml b/ci-operator/jobs/openshift-priv/cluster-monitoring-operator/openshift-priv-cluster-monitoring-operator-release-4.2-postsubmits.yaml index c9e72339b699..4f4ce1e2adad 100644 --- a/ci-operator/jobs/openshift-priv/cluster-monitoring-operator/openshift-priv-cluster-monitoring-operator-release-4.2-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cluster-monitoring-operator/openshift-priv-cluster-monitoring-operator-release-4.2-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-cluster-monitoring-operator-release-4.2-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/cluster-monitoring-operator/openshift-priv-cluster-monitoring-operator-release-4.2-presubmits.yaml b/ci-operator/jobs/openshift-priv/cluster-monitoring-operator/openshift-priv-cluster-monitoring-operator-release-4.2-presubmits.yaml index 766e8aa8d5c5..66569cc35bbe 100644 --- a/ci-operator/jobs/openshift-priv/cluster-monitoring-operator/openshift-priv-cluster-monitoring-operator-release-4.2-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cluster-monitoring-operator/openshift-priv-cluster-monitoring-operator-release-4.2-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -52,6 +50,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -77,6 +78,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -97,14 +101,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-operator-cluster-profile - --target=e2e-aws-operator - --template=/usr/local/e2e-aws-operator @@ -141,6 +143,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -169,6 +174,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-operator,?($|\s.*) - agent: kubernetes always_run: true @@ -189,14 +197,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -222,6 +228,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -247,6 +256,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -267,11 +279,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -291,6 +303,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -305,6 +320,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -325,11 +343,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -349,6 +367,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -363,6 +384,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -383,11 +407,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=vendor command: - ci-operator @@ -407,6 +431,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -421,4 +448,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )vendor,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/cluster-monitoring-operator/openshift-priv-cluster-monitoring-operator-release-4.3-postsubmits.yaml b/ci-operator/jobs/openshift-priv/cluster-monitoring-operator/openshift-priv-cluster-monitoring-operator-release-4.3-postsubmits.yaml index 1640c36ff12b..d679a75c80dd 100644 --- a/ci-operator/jobs/openshift-priv/cluster-monitoring-operator/openshift-priv-cluster-monitoring-operator-release-4.3-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cluster-monitoring-operator/openshift-priv-cluster-monitoring-operator-release-4.3-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-cluster-monitoring-operator-release-4.3-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/cluster-monitoring-operator/openshift-priv-cluster-monitoring-operator-release-4.3-presubmits.yaml b/ci-operator/jobs/openshift-priv/cluster-monitoring-operator/openshift-priv-cluster-monitoring-operator-release-4.3-presubmits.yaml index 1fbc3947d06f..8f459e982a4d 100644 --- a/ci-operator/jobs/openshift-priv/cluster-monitoring-operator/openshift-priv-cluster-monitoring-operator-release-4.3-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cluster-monitoring-operator/openshift-priv-cluster-monitoring-operator-release-4.3-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -52,6 +50,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -77,6 +78,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -97,14 +101,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-operator-cluster-profile - --target=e2e-aws-operator - --template=/usr/local/e2e-aws-operator @@ -141,6 +143,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -169,6 +174,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-operator,?($|\s.*) - agent: kubernetes always_run: true @@ -189,14 +197,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -222,6 +228,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -247,6 +256,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -267,11 +279,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -291,6 +303,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -305,6 +320,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -325,11 +343,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -349,6 +367,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -363,6 +384,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -383,11 +407,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=vendor command: - ci-operator @@ -407,6 +431,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -421,4 +448,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )vendor,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/cluster-monitoring-operator/openshift-priv-cluster-monitoring-operator-release-4.4-postsubmits.yaml b/ci-operator/jobs/openshift-priv/cluster-monitoring-operator/openshift-priv-cluster-monitoring-operator-release-4.4-postsubmits.yaml index 42b481daae5e..4ab4c3efc46b 100644 --- a/ci-operator/jobs/openshift-priv/cluster-monitoring-operator/openshift-priv-cluster-monitoring-operator-release-4.4-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cluster-monitoring-operator/openshift-priv-cluster-monitoring-operator-release-4.4-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-cluster-monitoring-operator-release-4.4-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/cluster-monitoring-operator/openshift-priv-cluster-monitoring-operator-release-4.4-presubmits.yaml b/ci-operator/jobs/openshift-priv/cluster-monitoring-operator/openshift-priv-cluster-monitoring-operator-release-4.4-presubmits.yaml index f889853d7ba5..e6d5c987096f 100644 --- a/ci-operator/jobs/openshift-priv/cluster-monitoring-operator/openshift-priv-cluster-monitoring-operator-release-4.4-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cluster-monitoring-operator/openshift-priv-cluster-monitoring-operator-release-4.4-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -52,6 +50,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -77,6 +78,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -97,14 +101,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-operator-cluster-profile - --target=e2e-aws-operator - --template=/usr/local/e2e-aws-operator @@ -141,6 +143,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -169,6 +174,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-operator,?($|\s.*) - agent: kubernetes always_run: true @@ -189,14 +197,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -222,6 +228,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -247,6 +256,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -267,11 +279,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -291,6 +303,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -305,6 +320,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -325,11 +343,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -349,6 +367,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -363,6 +384,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -383,11 +407,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=vendor command: - ci-operator @@ -407,6 +431,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -421,4 +448,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )vendor,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/cluster-monitoring-operator/openshift-priv-cluster-monitoring-operator-release-4.5-postsubmits.yaml b/ci-operator/jobs/openshift-priv/cluster-monitoring-operator/openshift-priv-cluster-monitoring-operator-release-4.5-postsubmits.yaml index 033a1e2cc00b..c44a7e252039 100644 --- a/ci-operator/jobs/openshift-priv/cluster-monitoring-operator/openshift-priv-cluster-monitoring-operator-release-4.5-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cluster-monitoring-operator/openshift-priv-cluster-monitoring-operator-release-4.5-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-cluster-monitoring-operator-release-4.5-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/cluster-monitoring-operator/openshift-priv-cluster-monitoring-operator-release-4.5-presubmits.yaml b/ci-operator/jobs/openshift-priv/cluster-monitoring-operator/openshift-priv-cluster-monitoring-operator-release-4.5-presubmits.yaml index 2182daeeb7d9..54ef76a8afd7 100644 --- a/ci-operator/jobs/openshift-priv/cluster-monitoring-operator/openshift-priv-cluster-monitoring-operator-release-4.5-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cluster-monitoring-operator/openshift-priv-cluster-monitoring-operator-release-4.5-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -52,6 +50,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -77,6 +78,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -97,14 +101,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-operator-cluster-profile - --target=e2e-aws-operator - --template=/usr/local/e2e-aws-operator @@ -141,6 +143,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -169,6 +174,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-operator,?($|\s.*) - agent: kubernetes always_run: true @@ -189,14 +197,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -222,6 +228,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -247,6 +256,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -267,11 +279,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -291,6 +303,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -305,6 +320,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -325,11 +343,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -349,6 +367,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -363,6 +384,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -383,11 +407,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=vendor command: - ci-operator @@ -407,6 +431,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -421,4 +448,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )vendor,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/cluster-monitoring-operator/openshift-priv-cluster-monitoring-operator-release-4.6-postsubmits.yaml b/ci-operator/jobs/openshift-priv/cluster-monitoring-operator/openshift-priv-cluster-monitoring-operator-release-4.6-postsubmits.yaml index 5143448848a6..29b0a6ef5780 100644 --- a/ci-operator/jobs/openshift-priv/cluster-monitoring-operator/openshift-priv-cluster-monitoring-operator-release-4.6-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cluster-monitoring-operator/openshift-priv-cluster-monitoring-operator-release-4.6-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-cluster-monitoring-operator-release-4.6-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/cluster-monitoring-operator/openshift-priv-cluster-monitoring-operator-release-4.6-presubmits.yaml b/ci-operator/jobs/openshift-priv/cluster-monitoring-operator/openshift-priv-cluster-monitoring-operator-release-4.6-presubmits.yaml index e06e79be6f3e..05e80af312c6 100644 --- a/ci-operator/jobs/openshift-priv/cluster-monitoring-operator/openshift-priv-cluster-monitoring-operator-release-4.6-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cluster-monitoring-operator/openshift-priv-cluster-monitoring-operator-release-4.6-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -52,6 +50,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -77,6 +78,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -97,14 +101,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-operator-cluster-profile - --target=e2e-aws-operator - --template=/usr/local/e2e-aws-operator @@ -141,6 +143,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -169,6 +174,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-operator,?($|\s.*) - agent: kubernetes always_run: true @@ -189,14 +197,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -222,6 +228,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -247,6 +256,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -267,11 +279,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -291,6 +303,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -305,6 +320,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -325,11 +343,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -349,6 +367,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -363,6 +384,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -383,11 +407,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=vendor command: - ci-operator @@ -407,6 +431,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -421,4 +448,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )vendor,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/cluster-monitoring-operator/openshift-priv-cluster-monitoring-operator-release-4.7-postsubmits.yaml b/ci-operator/jobs/openshift-priv/cluster-monitoring-operator/openshift-priv-cluster-monitoring-operator-release-4.7-postsubmits.yaml index b75053555cc3..b690488f6371 100644 --- a/ci-operator/jobs/openshift-priv/cluster-monitoring-operator/openshift-priv-cluster-monitoring-operator-release-4.7-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cluster-monitoring-operator/openshift-priv-cluster-monitoring-operator-release-4.7-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-cluster-monitoring-operator-release-4.7-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/cluster-monitoring-operator/openshift-priv-cluster-monitoring-operator-release-4.7-presubmits.yaml b/ci-operator/jobs/openshift-priv/cluster-monitoring-operator/openshift-priv-cluster-monitoring-operator-release-4.7-presubmits.yaml index 9168081f1194..168effd02752 100644 --- a/ci-operator/jobs/openshift-priv/cluster-monitoring-operator/openshift-priv-cluster-monitoring-operator-release-4.7-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cluster-monitoring-operator/openshift-priv-cluster-monitoring-operator-release-4.7-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -52,6 +50,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -77,6 +78,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -97,14 +101,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-operator-cluster-profile - --target=e2e-aws-operator - --template=/usr/local/e2e-aws-operator @@ -141,6 +143,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -169,6 +174,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-operator,?($|\s.*) - agent: kubernetes always_run: true @@ -189,14 +197,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -222,6 +228,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -247,6 +256,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -267,11 +279,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -291,6 +303,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -305,6 +320,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -325,11 +343,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -349,6 +367,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -363,6 +384,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -383,11 +407,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=vendor command: - ci-operator @@ -407,6 +431,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -421,4 +448,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )vendor,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/cluster-network-operator/openshift-priv-cluster-network-operator-master-postsubmits.yaml b/ci-operator/jobs/openshift-priv/cluster-network-operator/openshift-priv-cluster-network-operator-master-postsubmits.yaml index cde59503ae0e..643f95419c5b 100644 --- a/ci-operator/jobs/openshift-priv/cluster-network-operator/openshift-priv-cluster-network-operator-master-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cluster-network-operator/openshift-priv-cluster-network-operator-master-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-cluster-network-operator-master-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/cluster-network-operator/openshift-priv-cluster-network-operator-master-presubmits.yaml b/ci-operator/jobs/openshift-priv/cluster-network-operator/openshift-priv-cluster-network-operator-master-presubmits.yaml index a0dd8c55290d..0cb7a494bbe1 100644 --- a/ci-operator/jobs/openshift-priv/cluster-network-operator/openshift-priv-cluster-network-operator-master-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cluster-network-operator/openshift-priv-cluster-network-operator-master-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-sdn-multi-cluster-profile - --target=e2e-aws-sdn-multi command: @@ -52,6 +50,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -77,6 +78,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-sdn-multi,?($|\s.*) - agent: kubernetes always_run: true @@ -97,14 +101,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-sdn-single-cluster-profile - --target=e2e-aws-sdn-single command: @@ -130,6 +132,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -155,6 +160,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-sdn-single,?($|\s.*) - agent: kubernetes always_run: true @@ -175,14 +183,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-gcp-cluster-profile - --target=e2e-gcp - --template=/usr/local/e2e-gcp @@ -219,6 +225,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -249,6 +258,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-gcp,?($|\s.*) - agent: kubernetes always_run: true @@ -269,14 +281,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-gcp-ovn-upgrade-cluster-profile - --target=e2e-gcp-ovn-upgrade command: @@ -302,6 +312,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -329,6 +342,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-gcp-ovn-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -349,14 +365,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-gcp-upgrade-cluster-profile - --target=e2e-gcp-upgrade command: @@ -382,6 +396,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -409,6 +426,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-gcp-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -429,14 +449,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-metal-ipi-cluster-profile - --target=e2e-metal-ipi command: @@ -462,6 +480,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -489,6 +510,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-metal-ipi,?($|\s.*) - agent: kubernetes always_run: true @@ -509,14 +533,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-ovn-hybrid-step-registry-cluster-profile - --target=e2e-ovn-hybrid-step-registry command: @@ -542,6 +564,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -567,6 +592,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-ovn-hybrid-step-registry,?($|\s.*) - agent: kubernetes always_run: true @@ -587,14 +615,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-ovn-step-registry-cluster-profile - --target=e2e-ovn-step-registry command: @@ -620,6 +646,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -645,6 +674,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-ovn-step-registry,?($|\s.*) - agent: kubernetes always_run: true @@ -665,11 +697,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -689,6 +721,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -703,6 +738,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -723,11 +761,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -747,6 +785,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -761,6 +802,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -781,11 +825,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -805,6 +849,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -819,4 +866,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/cluster-network-operator/openshift-priv-cluster-network-operator-release-4.1-postsubmits.yaml b/ci-operator/jobs/openshift-priv/cluster-network-operator/openshift-priv-cluster-network-operator-release-4.1-postsubmits.yaml index 4cb33f037f19..4a7d019b7943 100644 --- a/ci-operator/jobs/openshift-priv/cluster-network-operator/openshift-priv-cluster-network-operator-release-4.1-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cluster-network-operator/openshift-priv-cluster-network-operator-release-4.1-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-cluster-network-operator-release-4.1-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/cluster-network-operator/openshift-priv-cluster-network-operator-release-4.1-presubmits.yaml b/ci-operator/jobs/openshift-priv/cluster-network-operator/openshift-priv-cluster-network-operator-release-4.1-presubmits.yaml index d74da3a82a7e..ce41c462653f 100644 --- a/ci-operator/jobs/openshift-priv/cluster-network-operator/openshift-priv-cluster-network-operator-release-4.1-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cluster-network-operator/openshift-priv-cluster-network-operator-release-4.1-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -52,6 +50,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -77,6 +78,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -97,14 +101,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -130,6 +132,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -155,6 +160,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -175,11 +183,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -199,6 +207,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -213,6 +224,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -233,11 +247,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -257,6 +271,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -271,6 +288,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -291,11 +311,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -315,6 +335,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -329,4 +352,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/cluster-network-operator/openshift-priv-cluster-network-operator-release-4.2-postsubmits.yaml b/ci-operator/jobs/openshift-priv/cluster-network-operator/openshift-priv-cluster-network-operator-release-4.2-postsubmits.yaml index a05a28465753..14ca489c1500 100644 --- a/ci-operator/jobs/openshift-priv/cluster-network-operator/openshift-priv-cluster-network-operator-release-4.2-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cluster-network-operator/openshift-priv-cluster-network-operator-release-4.2-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-cluster-network-operator-release-4.2-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/cluster-network-operator/openshift-priv-cluster-network-operator-release-4.2-presubmits.yaml b/ci-operator/jobs/openshift-priv/cluster-network-operator/openshift-priv-cluster-network-operator-release-4.2-presubmits.yaml index b5963cf6e483..a058931c3246 100644 --- a/ci-operator/jobs/openshift-priv/cluster-network-operator/openshift-priv-cluster-network-operator-release-4.2-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cluster-network-operator/openshift-priv-cluster-network-operator-release-4.2-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -52,6 +50,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -77,6 +78,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -97,14 +101,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -130,6 +132,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -155,6 +160,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -175,11 +183,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -199,6 +207,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -213,6 +224,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -233,11 +247,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -257,6 +271,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -271,6 +288,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -291,11 +311,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -315,6 +335,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -329,4 +352,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/cluster-network-operator/openshift-priv-cluster-network-operator-release-4.3-postsubmits.yaml b/ci-operator/jobs/openshift-priv/cluster-network-operator/openshift-priv-cluster-network-operator-release-4.3-postsubmits.yaml index 4819f3cf0ae6..4cc29e3456d3 100644 --- a/ci-operator/jobs/openshift-priv/cluster-network-operator/openshift-priv-cluster-network-operator-release-4.3-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cluster-network-operator/openshift-priv-cluster-network-operator-release-4.3-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-cluster-network-operator-release-4.3-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/cluster-network-operator/openshift-priv-cluster-network-operator-release-4.3-presubmits.yaml b/ci-operator/jobs/openshift-priv/cluster-network-operator/openshift-priv-cluster-network-operator-release-4.3-presubmits.yaml index 02614817ff43..dafe545c237a 100644 --- a/ci-operator/jobs/openshift-priv/cluster-network-operator/openshift-priv-cluster-network-operator-release-4.3-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cluster-network-operator/openshift-priv-cluster-network-operator-release-4.3-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-gcp-cluster-profile - --target=e2e-gcp - --template=/usr/local/e2e-gcp @@ -63,6 +61,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -93,6 +94,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-gcp,?($|\s.*) - agent: kubernetes always_run: true @@ -113,14 +117,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-gcp-ovn-upgrade-cluster-profile - --target=e2e-gcp-ovn-upgrade command: @@ -146,6 +148,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -173,6 +178,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-gcp-ovn-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -193,14 +201,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-gcp-upgrade-cluster-profile - --target=e2e-gcp-upgrade command: @@ -226,6 +232,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -253,6 +262,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-gcp-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -273,11 +285,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -297,6 +309,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -311,6 +326,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -331,11 +349,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -355,6 +373,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -369,6 +390,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -389,11 +413,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -413,6 +437,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -427,4 +454,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/cluster-network-operator/openshift-priv-cluster-network-operator-release-4.4-postsubmits.yaml b/ci-operator/jobs/openshift-priv/cluster-network-operator/openshift-priv-cluster-network-operator-release-4.4-postsubmits.yaml index e361cf43bbe0..2257c23627bd 100644 --- a/ci-operator/jobs/openshift-priv/cluster-network-operator/openshift-priv-cluster-network-operator-release-4.4-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cluster-network-operator/openshift-priv-cluster-network-operator-release-4.4-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-cluster-network-operator-release-4.4-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/cluster-network-operator/openshift-priv-cluster-network-operator-release-4.4-presubmits.yaml b/ci-operator/jobs/openshift-priv/cluster-network-operator/openshift-priv-cluster-network-operator-release-4.4-presubmits.yaml index ae8ff4aebbc8..0fd2a98945b3 100644 --- a/ci-operator/jobs/openshift-priv/cluster-network-operator/openshift-priv-cluster-network-operator-release-4.4-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cluster-network-operator/openshift-priv-cluster-network-operator-release-4.4-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-gcp-cluster-profile - --target=e2e-gcp - --template=/usr/local/e2e-gcp @@ -63,6 +61,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -93,6 +94,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-gcp,?($|\s.*) - agent: kubernetes always_run: true @@ -113,14 +117,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-gcp-ovn-upgrade-cluster-profile - --target=e2e-gcp-ovn-upgrade command: @@ -146,6 +148,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -173,6 +178,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-gcp-ovn-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -193,14 +201,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-gcp-upgrade-cluster-profile - --target=e2e-gcp-upgrade command: @@ -226,6 +232,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -253,6 +262,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-gcp-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -273,14 +285,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-metal-ipi-cluster-profile - --target=e2e-metal-ipi command: @@ -306,6 +316,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -333,6 +346,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-metal-ipi,?($|\s.*) - agent: kubernetes always_run: true @@ -353,11 +369,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -377,6 +393,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -391,6 +410,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -411,11 +433,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -435,6 +457,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -449,6 +474,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -469,11 +497,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -493,6 +521,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -507,4 +538,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/cluster-network-operator/openshift-priv-cluster-network-operator-release-4.5-postsubmits.yaml b/ci-operator/jobs/openshift-priv/cluster-network-operator/openshift-priv-cluster-network-operator-release-4.5-postsubmits.yaml index 4c3cfc8ff2f1..a645664450e0 100644 --- a/ci-operator/jobs/openshift-priv/cluster-network-operator/openshift-priv-cluster-network-operator-release-4.5-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cluster-network-operator/openshift-priv-cluster-network-operator-release-4.5-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-cluster-network-operator-release-4.5-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/cluster-network-operator/openshift-priv-cluster-network-operator-release-4.5-presubmits.yaml b/ci-operator/jobs/openshift-priv/cluster-network-operator/openshift-priv-cluster-network-operator-release-4.5-presubmits.yaml index ec443fcd5cf5..8548a1b7000d 100644 --- a/ci-operator/jobs/openshift-priv/cluster-network-operator/openshift-priv-cluster-network-operator-release-4.5-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cluster-network-operator/openshift-priv-cluster-network-operator-release-4.5-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-sdn-multi-cluster-profile - --target=e2e-aws-sdn-multi command: @@ -52,6 +50,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -77,6 +78,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-sdn-multi,?($|\s.*) - agent: kubernetes always_run: true @@ -97,14 +101,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-sdn-single-cluster-profile - --target=e2e-aws-sdn-single command: @@ -130,6 +132,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -155,6 +160,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-sdn-single,?($|\s.*) - agent: kubernetes always_run: true @@ -175,14 +183,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-gcp-cluster-profile - --target=e2e-gcp - --template=/usr/local/e2e-gcp @@ -219,6 +225,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -249,6 +258,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-gcp,?($|\s.*) - agent: kubernetes always_run: true @@ -269,14 +281,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-gcp-ovn-upgrade-cluster-profile - --target=e2e-gcp-ovn-upgrade command: @@ -302,6 +312,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -329,6 +342,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-gcp-ovn-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -349,14 +365,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-gcp-upgrade-cluster-profile - --target=e2e-gcp-upgrade command: @@ -382,6 +396,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -409,6 +426,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-gcp-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -429,14 +449,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-metal-ipi-cluster-profile - --target=e2e-metal-ipi command: @@ -462,6 +480,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -489,6 +510,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-metal-ipi,?($|\s.*) - agent: kubernetes always_run: true @@ -509,14 +533,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-ovn-hybrid-step-registry-cluster-profile - --target=e2e-ovn-hybrid-step-registry command: @@ -542,6 +564,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -567,6 +592,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-ovn-hybrid-step-registry,?($|\s.*) - agent: kubernetes always_run: true @@ -587,14 +615,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-ovn-step-registry-cluster-profile - --target=e2e-ovn-step-registry command: @@ -620,6 +646,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -645,6 +674,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-ovn-step-registry,?($|\s.*) - agent: kubernetes always_run: true @@ -665,11 +697,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -689,6 +721,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -703,6 +738,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -723,11 +761,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -747,6 +785,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -761,6 +802,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -781,11 +825,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -805,6 +849,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -819,4 +866,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/cluster-network-operator/openshift-priv-cluster-network-operator-release-4.6-postsubmits.yaml b/ci-operator/jobs/openshift-priv/cluster-network-operator/openshift-priv-cluster-network-operator-release-4.6-postsubmits.yaml index 7e2545c062d2..9e856ee46bfc 100644 --- a/ci-operator/jobs/openshift-priv/cluster-network-operator/openshift-priv-cluster-network-operator-release-4.6-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cluster-network-operator/openshift-priv-cluster-network-operator-release-4.6-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-cluster-network-operator-release-4.6-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/cluster-network-operator/openshift-priv-cluster-network-operator-release-4.6-presubmits.yaml b/ci-operator/jobs/openshift-priv/cluster-network-operator/openshift-priv-cluster-network-operator-release-4.6-presubmits.yaml index f616e7d37232..01f8ac79f817 100644 --- a/ci-operator/jobs/openshift-priv/cluster-network-operator/openshift-priv-cluster-network-operator-release-4.6-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cluster-network-operator/openshift-priv-cluster-network-operator-release-4.6-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-sdn-multi-cluster-profile - --target=e2e-aws-sdn-multi command: @@ -52,6 +50,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -77,6 +78,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-sdn-multi,?($|\s.*) - agent: kubernetes always_run: true @@ -97,14 +101,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-sdn-single-cluster-profile - --target=e2e-aws-sdn-single command: @@ -130,6 +132,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -155,6 +160,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-sdn-single,?($|\s.*) - agent: kubernetes always_run: true @@ -175,14 +183,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-gcp-cluster-profile - --target=e2e-gcp - --template=/usr/local/e2e-gcp @@ -219,6 +225,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -249,6 +258,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-gcp,?($|\s.*) - agent: kubernetes always_run: true @@ -269,14 +281,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-gcp-ovn-upgrade-cluster-profile - --target=e2e-gcp-ovn-upgrade command: @@ -302,6 +312,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -329,6 +342,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-gcp-ovn-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -349,14 +365,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-gcp-upgrade-cluster-profile - --target=e2e-gcp-upgrade command: @@ -382,6 +396,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -409,6 +426,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-gcp-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -429,14 +449,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-metal-ipi-cluster-profile - --target=e2e-metal-ipi command: @@ -462,6 +480,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -489,6 +510,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-metal-ipi,?($|\s.*) - agent: kubernetes always_run: true @@ -509,14 +533,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-ovn-hybrid-step-registry-cluster-profile - --target=e2e-ovn-hybrid-step-registry command: @@ -542,6 +564,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -567,6 +592,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-ovn-hybrid-step-registry,?($|\s.*) - agent: kubernetes always_run: true @@ -587,14 +615,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-ovn-step-registry-cluster-profile - --target=e2e-ovn-step-registry command: @@ -620,6 +646,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -645,6 +674,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-ovn-step-registry,?($|\s.*) - agent: kubernetes always_run: true @@ -665,11 +697,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -689,6 +721,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -703,6 +738,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -723,11 +761,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -747,6 +785,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -761,6 +802,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -781,11 +825,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -805,6 +849,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -819,4 +866,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/cluster-network-operator/openshift-priv-cluster-network-operator-release-4.7-postsubmits.yaml b/ci-operator/jobs/openshift-priv/cluster-network-operator/openshift-priv-cluster-network-operator-release-4.7-postsubmits.yaml index 06fae12e6b6f..51a995ef776c 100644 --- a/ci-operator/jobs/openshift-priv/cluster-network-operator/openshift-priv-cluster-network-operator-release-4.7-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cluster-network-operator/openshift-priv-cluster-network-operator-release-4.7-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-cluster-network-operator-release-4.7-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/cluster-network-operator/openshift-priv-cluster-network-operator-release-4.7-presubmits.yaml b/ci-operator/jobs/openshift-priv/cluster-network-operator/openshift-priv-cluster-network-operator-release-4.7-presubmits.yaml index 8d3bf2c19a35..877aeb2a37a2 100644 --- a/ci-operator/jobs/openshift-priv/cluster-network-operator/openshift-priv-cluster-network-operator-release-4.7-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cluster-network-operator/openshift-priv-cluster-network-operator-release-4.7-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-gcp-cluster-profile - --target=e2e-gcp - --template=/usr/local/e2e-gcp @@ -63,6 +61,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -93,6 +94,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-gcp,?($|\s.*) - agent: kubernetes always_run: true @@ -113,14 +117,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-gcp-ovn-upgrade-cluster-profile - --target=e2e-gcp-ovn-upgrade command: @@ -146,6 +148,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -173,6 +178,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-gcp-ovn-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -193,14 +201,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-gcp-upgrade-cluster-profile - --target=e2e-gcp-upgrade command: @@ -226,6 +232,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -253,6 +262,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-gcp-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -273,14 +285,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-metal-ipi-cluster-profile - --target=e2e-metal-ipi command: @@ -306,6 +316,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -333,6 +346,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-metal-ipi,?($|\s.*) - agent: kubernetes always_run: true @@ -353,14 +369,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-ovn-hybrid-step-registry-cluster-profile - --target=e2e-ovn-hybrid-step-registry command: @@ -386,6 +400,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -411,6 +428,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-ovn-hybrid-step-registry,?($|\s.*) - agent: kubernetes always_run: true @@ -431,14 +451,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-ovn-step-registry-cluster-profile - --target=e2e-ovn-step-registry command: @@ -464,6 +482,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -489,6 +510,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-ovn-step-registry,?($|\s.*) - agent: kubernetes always_run: true @@ -509,11 +533,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -533,6 +557,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -547,6 +574,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -567,11 +597,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -591,6 +621,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -605,6 +638,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -625,11 +661,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -649,6 +685,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -663,4 +702,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/cluster-nfd-operator/openshift-priv-cluster-nfd-operator-master-postsubmits.yaml b/ci-operator/jobs/openshift-priv/cluster-nfd-operator/openshift-priv-cluster-nfd-operator-master-postsubmits.yaml index 0373771d48b2..2217f0e4f6ba 100644 --- a/ci-operator/jobs/openshift-priv/cluster-nfd-operator/openshift-priv-cluster-nfd-operator-master-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cluster-nfd-operator/openshift-priv-cluster-nfd-operator-master-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-cluster-nfd-operator-master-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/cluster-nfd-operator/openshift-priv-cluster-nfd-operator-master-presubmits.yaml b/ci-operator/jobs/openshift-priv/cluster-nfd-operator/openshift-priv-cluster-nfd-operator-master-presubmits.yaml index c72b56a9d267..6687054c9cfd 100644 --- a/ci-operator/jobs/openshift-priv/cluster-nfd-operator/openshift-priv-cluster-nfd-operator-master-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cluster-nfd-operator/openshift-priv-cluster-nfd-operator-master-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -52,6 +50,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -77,6 +78,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -97,14 +101,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -130,6 +132,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -155,6 +160,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -175,11 +183,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -199,6 +207,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -213,6 +224,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -233,11 +247,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -257,6 +271,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -271,6 +288,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -291,11 +311,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -315,6 +335,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -329,4 +352,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/cluster-nfd-operator/openshift-priv-cluster-nfd-operator-release-4.1-postsubmits.yaml b/ci-operator/jobs/openshift-priv/cluster-nfd-operator/openshift-priv-cluster-nfd-operator-release-4.1-postsubmits.yaml index c6ca69fc9c3b..efc012b3ffb7 100644 --- a/ci-operator/jobs/openshift-priv/cluster-nfd-operator/openshift-priv-cluster-nfd-operator-release-4.1-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cluster-nfd-operator/openshift-priv-cluster-nfd-operator-release-4.1-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-cluster-nfd-operator-release-4.1-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/cluster-nfd-operator/openshift-priv-cluster-nfd-operator-release-4.1-presubmits.yaml b/ci-operator/jobs/openshift-priv/cluster-nfd-operator/openshift-priv-cluster-nfd-operator-release-4.1-presubmits.yaml index 7322a43396b2..e82ad154189b 100644 --- a/ci-operator/jobs/openshift-priv/cluster-nfd-operator/openshift-priv-cluster-nfd-operator-release-4.1-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cluster-nfd-operator/openshift-priv-cluster-nfd-operator-release-4.1-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -52,6 +50,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -77,6 +78,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -97,14 +101,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -130,6 +132,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -155,6 +160,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -175,11 +183,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -199,6 +207,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -213,6 +224,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -233,11 +247,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -257,6 +271,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -271,6 +288,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -291,11 +311,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -315,6 +335,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -329,4 +352,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/cluster-nfd-operator/openshift-priv-cluster-nfd-operator-release-4.2-postsubmits.yaml b/ci-operator/jobs/openshift-priv/cluster-nfd-operator/openshift-priv-cluster-nfd-operator-release-4.2-postsubmits.yaml index 46b7539f8932..edbe85b2008b 100644 --- a/ci-operator/jobs/openshift-priv/cluster-nfd-operator/openshift-priv-cluster-nfd-operator-release-4.2-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cluster-nfd-operator/openshift-priv-cluster-nfd-operator-release-4.2-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-cluster-nfd-operator-release-4.2-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/cluster-nfd-operator/openshift-priv-cluster-nfd-operator-release-4.2-presubmits.yaml b/ci-operator/jobs/openshift-priv/cluster-nfd-operator/openshift-priv-cluster-nfd-operator-release-4.2-presubmits.yaml index 3d2928b5af22..4fa220ead3b9 100644 --- a/ci-operator/jobs/openshift-priv/cluster-nfd-operator/openshift-priv-cluster-nfd-operator-release-4.2-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cluster-nfd-operator/openshift-priv-cluster-nfd-operator-release-4.2-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -52,6 +50,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -77,6 +78,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -97,14 +101,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -130,6 +132,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -155,6 +160,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -175,11 +183,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -199,6 +207,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -213,6 +224,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -233,11 +247,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -257,6 +271,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -271,6 +288,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -291,11 +311,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -315,6 +335,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -329,4 +352,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/cluster-nfd-operator/openshift-priv-cluster-nfd-operator-release-4.3-postsubmits.yaml b/ci-operator/jobs/openshift-priv/cluster-nfd-operator/openshift-priv-cluster-nfd-operator-release-4.3-postsubmits.yaml index 90ccdd533e0c..e6c9e2875f6f 100644 --- a/ci-operator/jobs/openshift-priv/cluster-nfd-operator/openshift-priv-cluster-nfd-operator-release-4.3-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cluster-nfd-operator/openshift-priv-cluster-nfd-operator-release-4.3-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-cluster-nfd-operator-release-4.3-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/cluster-nfd-operator/openshift-priv-cluster-nfd-operator-release-4.3-presubmits.yaml b/ci-operator/jobs/openshift-priv/cluster-nfd-operator/openshift-priv-cluster-nfd-operator-release-4.3-presubmits.yaml index c42d3d494729..a40fad713a8a 100644 --- a/ci-operator/jobs/openshift-priv/cluster-nfd-operator/openshift-priv-cluster-nfd-operator-release-4.3-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cluster-nfd-operator/openshift-priv-cluster-nfd-operator-release-4.3-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -52,6 +50,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -77,6 +78,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -97,14 +101,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -130,6 +132,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -155,6 +160,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -175,11 +183,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -199,6 +207,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -213,6 +224,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -233,11 +247,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -257,6 +271,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -271,6 +288,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -291,11 +311,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -315,6 +335,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -329,4 +352,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/cluster-nfd-operator/openshift-priv-cluster-nfd-operator-release-4.4-postsubmits.yaml b/ci-operator/jobs/openshift-priv/cluster-nfd-operator/openshift-priv-cluster-nfd-operator-release-4.4-postsubmits.yaml index 394c8613ece6..e93932caa591 100644 --- a/ci-operator/jobs/openshift-priv/cluster-nfd-operator/openshift-priv-cluster-nfd-operator-release-4.4-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cluster-nfd-operator/openshift-priv-cluster-nfd-operator-release-4.4-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-cluster-nfd-operator-release-4.4-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/cluster-nfd-operator/openshift-priv-cluster-nfd-operator-release-4.4-presubmits.yaml b/ci-operator/jobs/openshift-priv/cluster-nfd-operator/openshift-priv-cluster-nfd-operator-release-4.4-presubmits.yaml index 655a722062f9..a210019fcb80 100644 --- a/ci-operator/jobs/openshift-priv/cluster-nfd-operator/openshift-priv-cluster-nfd-operator-release-4.4-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cluster-nfd-operator/openshift-priv-cluster-nfd-operator-release-4.4-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -52,6 +50,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -77,6 +78,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -97,14 +101,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -130,6 +132,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -155,6 +160,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -175,11 +183,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -199,6 +207,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -213,6 +224,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -233,11 +247,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -257,6 +271,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -271,6 +288,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -291,11 +311,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -315,6 +335,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -329,4 +352,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/cluster-nfd-operator/openshift-priv-cluster-nfd-operator-release-4.5-postsubmits.yaml b/ci-operator/jobs/openshift-priv/cluster-nfd-operator/openshift-priv-cluster-nfd-operator-release-4.5-postsubmits.yaml index 0f34b324c00b..6527db456130 100644 --- a/ci-operator/jobs/openshift-priv/cluster-nfd-operator/openshift-priv-cluster-nfd-operator-release-4.5-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cluster-nfd-operator/openshift-priv-cluster-nfd-operator-release-4.5-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-cluster-nfd-operator-release-4.5-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/cluster-nfd-operator/openshift-priv-cluster-nfd-operator-release-4.5-presubmits.yaml b/ci-operator/jobs/openshift-priv/cluster-nfd-operator/openshift-priv-cluster-nfd-operator-release-4.5-presubmits.yaml index 8dde0da53e79..9c73c8ad7b21 100644 --- a/ci-operator/jobs/openshift-priv/cluster-nfd-operator/openshift-priv-cluster-nfd-operator-release-4.5-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cluster-nfd-operator/openshift-priv-cluster-nfd-operator-release-4.5-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -52,6 +50,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -77,6 +78,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -97,14 +101,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -130,6 +132,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -155,6 +160,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -175,11 +183,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -199,6 +207,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -213,6 +224,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -233,11 +247,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -257,6 +271,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -271,6 +288,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -291,11 +311,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -315,6 +335,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -329,4 +352,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/cluster-nfd-operator/openshift-priv-cluster-nfd-operator-release-4.6-postsubmits.yaml b/ci-operator/jobs/openshift-priv/cluster-nfd-operator/openshift-priv-cluster-nfd-operator-release-4.6-postsubmits.yaml index 729afb8940a7..c7583d64f18a 100644 --- a/ci-operator/jobs/openshift-priv/cluster-nfd-operator/openshift-priv-cluster-nfd-operator-release-4.6-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cluster-nfd-operator/openshift-priv-cluster-nfd-operator-release-4.6-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-cluster-nfd-operator-release-4.6-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/cluster-nfd-operator/openshift-priv-cluster-nfd-operator-release-4.6-presubmits.yaml b/ci-operator/jobs/openshift-priv/cluster-nfd-operator/openshift-priv-cluster-nfd-operator-release-4.6-presubmits.yaml index afc0b50aa649..c8317e239459 100644 --- a/ci-operator/jobs/openshift-priv/cluster-nfd-operator/openshift-priv-cluster-nfd-operator-release-4.6-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cluster-nfd-operator/openshift-priv-cluster-nfd-operator-release-4.6-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -52,6 +50,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -77,6 +78,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -97,14 +101,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -130,6 +132,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -155,6 +160,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -175,11 +183,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -199,6 +207,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -213,6 +224,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -233,11 +247,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -257,6 +271,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -271,6 +288,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -291,11 +311,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -315,6 +335,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -329,4 +352,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/cluster-nfd-operator/openshift-priv-cluster-nfd-operator-release-4.7-postsubmits.yaml b/ci-operator/jobs/openshift-priv/cluster-nfd-operator/openshift-priv-cluster-nfd-operator-release-4.7-postsubmits.yaml index 1f1f43ffadad..9fa9bc2faa4c 100644 --- a/ci-operator/jobs/openshift-priv/cluster-nfd-operator/openshift-priv-cluster-nfd-operator-release-4.7-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cluster-nfd-operator/openshift-priv-cluster-nfd-operator-release-4.7-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-cluster-nfd-operator-release-4.7-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/cluster-nfd-operator/openshift-priv-cluster-nfd-operator-release-4.7-presubmits.yaml b/ci-operator/jobs/openshift-priv/cluster-nfd-operator/openshift-priv-cluster-nfd-operator-release-4.7-presubmits.yaml index 4fedc93dc8e7..d6897b1e9e6b 100644 --- a/ci-operator/jobs/openshift-priv/cluster-nfd-operator/openshift-priv-cluster-nfd-operator-release-4.7-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cluster-nfd-operator/openshift-priv-cluster-nfd-operator-release-4.7-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -52,6 +50,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -77,6 +78,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -97,14 +101,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -130,6 +132,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -155,6 +160,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -175,11 +183,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -199,6 +207,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -213,6 +224,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -233,11 +247,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -257,6 +271,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -271,6 +288,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -291,11 +311,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -315,6 +335,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -329,4 +352,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/cluster-node-tuning-operator/openshift-priv-cluster-node-tuning-operator-master-postsubmits.yaml b/ci-operator/jobs/openshift-priv/cluster-node-tuning-operator/openshift-priv-cluster-node-tuning-operator-master-postsubmits.yaml index 8096f6241fc4..3b1d27c5849c 100644 --- a/ci-operator/jobs/openshift-priv/cluster-node-tuning-operator/openshift-priv-cluster-node-tuning-operator-master-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cluster-node-tuning-operator/openshift-priv-cluster-node-tuning-operator-master-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-cluster-node-tuning-operator-master-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/cluster-node-tuning-operator/openshift-priv-cluster-node-tuning-operator-master-presubmits.yaml b/ci-operator/jobs/openshift-priv/cluster-node-tuning-operator/openshift-priv-cluster-node-tuning-operator-master-presubmits.yaml index 7b304acec1be..cd87ad26075c 100644 --- a/ci-operator/jobs/openshift-priv/cluster-node-tuning-operator/openshift-priv-cluster-node-tuning-operator-master-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cluster-node-tuning-operator/openshift-priv-cluster-node-tuning-operator-master-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -52,6 +50,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -77,6 +78,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -97,14 +101,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -130,6 +132,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -155,6 +160,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -175,11 +183,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -199,6 +207,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -213,6 +224,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -233,11 +247,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -257,6 +271,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -271,6 +288,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -291,11 +311,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -315,6 +335,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -329,4 +352,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/cluster-node-tuning-operator/openshift-priv-cluster-node-tuning-operator-release-4.1-postsubmits.yaml b/ci-operator/jobs/openshift-priv/cluster-node-tuning-operator/openshift-priv-cluster-node-tuning-operator-release-4.1-postsubmits.yaml index c11d30ad00cf..6fc51aa3b910 100644 --- a/ci-operator/jobs/openshift-priv/cluster-node-tuning-operator/openshift-priv-cluster-node-tuning-operator-release-4.1-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cluster-node-tuning-operator/openshift-priv-cluster-node-tuning-operator-release-4.1-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-cluster-node-tuning-operator-release-4.1-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/cluster-node-tuning-operator/openshift-priv-cluster-node-tuning-operator-release-4.1-presubmits.yaml b/ci-operator/jobs/openshift-priv/cluster-node-tuning-operator/openshift-priv-cluster-node-tuning-operator-release-4.1-presubmits.yaml index 608cfcd1831b..f92f35c6b08c 100644 --- a/ci-operator/jobs/openshift-priv/cluster-node-tuning-operator/openshift-priv-cluster-node-tuning-operator-release-4.1-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cluster-node-tuning-operator/openshift-priv-cluster-node-tuning-operator-release-4.1-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -52,6 +50,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -77,6 +78,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -97,14 +101,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -130,6 +132,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -155,6 +160,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -175,11 +183,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -199,6 +207,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -213,6 +224,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -233,11 +247,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -257,6 +271,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -271,6 +288,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -291,11 +311,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -315,6 +335,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -329,4 +352,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/cluster-node-tuning-operator/openshift-priv-cluster-node-tuning-operator-release-4.2-postsubmits.yaml b/ci-operator/jobs/openshift-priv/cluster-node-tuning-operator/openshift-priv-cluster-node-tuning-operator-release-4.2-postsubmits.yaml index 769de2a4fc34..f66597c30e5f 100644 --- a/ci-operator/jobs/openshift-priv/cluster-node-tuning-operator/openshift-priv-cluster-node-tuning-operator-release-4.2-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cluster-node-tuning-operator/openshift-priv-cluster-node-tuning-operator-release-4.2-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-cluster-node-tuning-operator-release-4.2-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/cluster-node-tuning-operator/openshift-priv-cluster-node-tuning-operator-release-4.2-presubmits.yaml b/ci-operator/jobs/openshift-priv/cluster-node-tuning-operator/openshift-priv-cluster-node-tuning-operator-release-4.2-presubmits.yaml index 6921f93d92bb..dd2c39a1ab7b 100644 --- a/ci-operator/jobs/openshift-priv/cluster-node-tuning-operator/openshift-priv-cluster-node-tuning-operator-release-4.2-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cluster-node-tuning-operator/openshift-priv-cluster-node-tuning-operator-release-4.2-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -52,6 +50,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -77,6 +78,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -97,14 +101,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -130,6 +132,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -155,6 +160,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -175,11 +183,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -199,6 +207,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -213,6 +224,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -233,11 +247,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -257,6 +271,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -271,6 +288,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -291,11 +311,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -315,6 +335,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -329,4 +352,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/cluster-node-tuning-operator/openshift-priv-cluster-node-tuning-operator-release-4.3-postsubmits.yaml b/ci-operator/jobs/openshift-priv/cluster-node-tuning-operator/openshift-priv-cluster-node-tuning-operator-release-4.3-postsubmits.yaml index 50b650d418df..9b8b2b4ae0b7 100644 --- a/ci-operator/jobs/openshift-priv/cluster-node-tuning-operator/openshift-priv-cluster-node-tuning-operator-release-4.3-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cluster-node-tuning-operator/openshift-priv-cluster-node-tuning-operator-release-4.3-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-cluster-node-tuning-operator-release-4.3-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/cluster-node-tuning-operator/openshift-priv-cluster-node-tuning-operator-release-4.3-presubmits.yaml b/ci-operator/jobs/openshift-priv/cluster-node-tuning-operator/openshift-priv-cluster-node-tuning-operator-release-4.3-presubmits.yaml index 6af5415c9929..eab1486509ef 100644 --- a/ci-operator/jobs/openshift-priv/cluster-node-tuning-operator/openshift-priv-cluster-node-tuning-operator-release-4.3-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cluster-node-tuning-operator/openshift-priv-cluster-node-tuning-operator-release-4.3-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -52,6 +50,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -77,6 +78,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -97,14 +101,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -130,6 +132,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -155,6 +160,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -175,11 +183,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -199,6 +207,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -213,6 +224,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -233,11 +247,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -257,6 +271,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -271,6 +288,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -291,11 +311,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -315,6 +335,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -329,4 +352,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/cluster-node-tuning-operator/openshift-priv-cluster-node-tuning-operator-release-4.4-postsubmits.yaml b/ci-operator/jobs/openshift-priv/cluster-node-tuning-operator/openshift-priv-cluster-node-tuning-operator-release-4.4-postsubmits.yaml index 94c32fa071d2..14c51103cc92 100644 --- a/ci-operator/jobs/openshift-priv/cluster-node-tuning-operator/openshift-priv-cluster-node-tuning-operator-release-4.4-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cluster-node-tuning-operator/openshift-priv-cluster-node-tuning-operator-release-4.4-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-cluster-node-tuning-operator-release-4.4-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/cluster-node-tuning-operator/openshift-priv-cluster-node-tuning-operator-release-4.4-presubmits.yaml b/ci-operator/jobs/openshift-priv/cluster-node-tuning-operator/openshift-priv-cluster-node-tuning-operator-release-4.4-presubmits.yaml index 0f7ee481760d..6c8cfd8271a0 100644 --- a/ci-operator/jobs/openshift-priv/cluster-node-tuning-operator/openshift-priv-cluster-node-tuning-operator-release-4.4-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cluster-node-tuning-operator/openshift-priv-cluster-node-tuning-operator-release-4.4-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -52,6 +50,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -77,6 +78,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -97,14 +101,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -130,6 +132,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -155,6 +160,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -175,11 +183,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -199,6 +207,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -213,6 +224,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -233,11 +247,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -257,6 +271,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -271,6 +288,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -291,11 +311,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -315,6 +335,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -329,4 +352,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/cluster-node-tuning-operator/openshift-priv-cluster-node-tuning-operator-release-4.5-postsubmits.yaml b/ci-operator/jobs/openshift-priv/cluster-node-tuning-operator/openshift-priv-cluster-node-tuning-operator-release-4.5-postsubmits.yaml index 6e8c64f0ede0..41ec1add8911 100644 --- a/ci-operator/jobs/openshift-priv/cluster-node-tuning-operator/openshift-priv-cluster-node-tuning-operator-release-4.5-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cluster-node-tuning-operator/openshift-priv-cluster-node-tuning-operator-release-4.5-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-cluster-node-tuning-operator-release-4.5-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/cluster-node-tuning-operator/openshift-priv-cluster-node-tuning-operator-release-4.5-presubmits.yaml b/ci-operator/jobs/openshift-priv/cluster-node-tuning-operator/openshift-priv-cluster-node-tuning-operator-release-4.5-presubmits.yaml index e369e899fb38..2040c69d0d66 100644 --- a/ci-operator/jobs/openshift-priv/cluster-node-tuning-operator/openshift-priv-cluster-node-tuning-operator-release-4.5-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cluster-node-tuning-operator/openshift-priv-cluster-node-tuning-operator-release-4.5-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -52,6 +50,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -77,6 +78,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -97,14 +101,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -130,6 +132,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -155,6 +160,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -175,11 +183,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -199,6 +207,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -213,6 +224,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -233,11 +247,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -257,6 +271,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -271,6 +288,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -291,11 +311,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -315,6 +335,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -329,4 +352,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/cluster-node-tuning-operator/openshift-priv-cluster-node-tuning-operator-release-4.6-postsubmits.yaml b/ci-operator/jobs/openshift-priv/cluster-node-tuning-operator/openshift-priv-cluster-node-tuning-operator-release-4.6-postsubmits.yaml index 33041dea9b13..2f8a9f5b06d6 100644 --- a/ci-operator/jobs/openshift-priv/cluster-node-tuning-operator/openshift-priv-cluster-node-tuning-operator-release-4.6-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cluster-node-tuning-operator/openshift-priv-cluster-node-tuning-operator-release-4.6-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-cluster-node-tuning-operator-release-4.6-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/cluster-node-tuning-operator/openshift-priv-cluster-node-tuning-operator-release-4.6-presubmits.yaml b/ci-operator/jobs/openshift-priv/cluster-node-tuning-operator/openshift-priv-cluster-node-tuning-operator-release-4.6-presubmits.yaml index 5db66be89feb..23a5fdb8120f 100644 --- a/ci-operator/jobs/openshift-priv/cluster-node-tuning-operator/openshift-priv-cluster-node-tuning-operator-release-4.6-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cluster-node-tuning-operator/openshift-priv-cluster-node-tuning-operator-release-4.6-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -52,6 +50,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -77,6 +78,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -97,14 +101,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -130,6 +132,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -155,6 +160,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -175,11 +183,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -199,6 +207,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -213,6 +224,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -233,11 +247,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -257,6 +271,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -271,6 +288,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -291,11 +311,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -315,6 +335,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -329,4 +352,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/cluster-node-tuning-operator/openshift-priv-cluster-node-tuning-operator-release-4.7-postsubmits.yaml b/ci-operator/jobs/openshift-priv/cluster-node-tuning-operator/openshift-priv-cluster-node-tuning-operator-release-4.7-postsubmits.yaml index 912a5b62b99e..8d5c540c8ec7 100644 --- a/ci-operator/jobs/openshift-priv/cluster-node-tuning-operator/openshift-priv-cluster-node-tuning-operator-release-4.7-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cluster-node-tuning-operator/openshift-priv-cluster-node-tuning-operator-release-4.7-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-cluster-node-tuning-operator-release-4.7-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/cluster-node-tuning-operator/openshift-priv-cluster-node-tuning-operator-release-4.7-presubmits.yaml b/ci-operator/jobs/openshift-priv/cluster-node-tuning-operator/openshift-priv-cluster-node-tuning-operator-release-4.7-presubmits.yaml index cb3984a5b65d..aabe1d720816 100644 --- a/ci-operator/jobs/openshift-priv/cluster-node-tuning-operator/openshift-priv-cluster-node-tuning-operator-release-4.7-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cluster-node-tuning-operator/openshift-priv-cluster-node-tuning-operator-release-4.7-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -52,6 +50,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -77,6 +78,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -97,14 +101,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -130,6 +132,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -155,6 +160,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -175,11 +183,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -199,6 +207,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -213,6 +224,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -233,11 +247,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -257,6 +271,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -271,6 +288,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -291,11 +311,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -315,6 +335,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -329,4 +352,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/cluster-openshift-apiserver-operator/openshift-priv-cluster-openshift-apiserver-operator-master-postsubmits.yaml b/ci-operator/jobs/openshift-priv/cluster-openshift-apiserver-operator/openshift-priv-cluster-openshift-apiserver-operator-master-postsubmits.yaml index 9e60b5c6db72..0b1a3730dee2 100644 --- a/ci-operator/jobs/openshift-priv/cluster-openshift-apiserver-operator/openshift-priv-cluster-openshift-apiserver-operator-master-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cluster-openshift-apiserver-operator/openshift-priv-cluster-openshift-apiserver-operator-master-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-cluster-openshift-apiserver-operator-master-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/cluster-openshift-apiserver-operator/openshift-priv-cluster-openshift-apiserver-operator-master-presubmits.yaml b/ci-operator/jobs/openshift-priv/cluster-openshift-apiserver-operator/openshift-priv-cluster-openshift-apiserver-operator-master-presubmits.yaml index 1126e97acffa..a0cba616d8cb 100644 --- a/ci-operator/jobs/openshift-priv/cluster-openshift-apiserver-operator/openshift-priv-cluster-openshift-apiserver-operator-master-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cluster-openshift-apiserver-operator/openshift-priv-cluster-openshift-apiserver-operator-master-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -52,6 +50,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -77,6 +78,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -97,14 +101,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-operator-cluster-profile - --target=e2e-aws-operator - --template=/usr/local/e2e-aws-operator @@ -143,6 +145,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -171,6 +176,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-operator,?($|\s.*) - agent: kubernetes always_run: true @@ -191,14 +199,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-operator-encryption-cluster-profile - --target=e2e-aws-operator-encryption - --template=/usr/local/e2e-aws-operator-encryption @@ -237,6 +243,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -265,6 +274,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-operator-encryption,?($|\s.*) - agent: kubernetes always_run: true @@ -285,14 +297,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-operator-encryption-perf-cluster-profile - --target=e2e-aws-operator-encryption-perf - --template=/usr/local/e2e-aws-operator-encryption-perf @@ -331,6 +341,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -359,6 +372,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-operator-encryption-perf,?($|\s.*) - agent: kubernetes always_run: true @@ -379,14 +395,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -412,6 +426,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -437,6 +454,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -457,11 +477,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -481,6 +501,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -495,6 +518,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -515,11 +541,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -539,6 +565,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -553,6 +582,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -573,11 +605,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -597,6 +629,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -611,4 +646,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/cluster-openshift-apiserver-operator/openshift-priv-cluster-openshift-apiserver-operator-release-4.1-postsubmits.yaml b/ci-operator/jobs/openshift-priv/cluster-openshift-apiserver-operator/openshift-priv-cluster-openshift-apiserver-operator-release-4.1-postsubmits.yaml index 42a9aa7023ec..c009480169f1 100644 --- a/ci-operator/jobs/openshift-priv/cluster-openshift-apiserver-operator/openshift-priv-cluster-openshift-apiserver-operator-release-4.1-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cluster-openshift-apiserver-operator/openshift-priv-cluster-openshift-apiserver-operator-release-4.1-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-cluster-openshift-apiserver-operator-release-4.1-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/cluster-openshift-apiserver-operator/openshift-priv-cluster-openshift-apiserver-operator-release-4.1-presubmits.yaml b/ci-operator/jobs/openshift-priv/cluster-openshift-apiserver-operator/openshift-priv-cluster-openshift-apiserver-operator-release-4.1-presubmits.yaml index 9122bc5337f2..e80e0186d378 100644 --- a/ci-operator/jobs/openshift-priv/cluster-openshift-apiserver-operator/openshift-priv-cluster-openshift-apiserver-operator-release-4.1-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cluster-openshift-apiserver-operator/openshift-priv-cluster-openshift-apiserver-operator-release-4.1-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -52,6 +50,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -77,6 +78,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -97,14 +101,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-operator-cluster-profile - --target=e2e-aws-operator - --template=/usr/local/e2e-aws-operator @@ -143,6 +145,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -171,6 +176,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-operator,?($|\s.*) - agent: kubernetes always_run: true @@ -191,14 +199,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -224,6 +230,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -249,6 +258,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -269,11 +281,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -293,6 +305,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -307,6 +322,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -327,11 +345,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -351,6 +369,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -365,6 +386,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -385,11 +409,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -409,6 +433,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -423,6 +450,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) - agent: kubernetes always_run: true @@ -443,11 +473,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify-deps command: - ci-operator @@ -467,6 +497,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -481,4 +514,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify-deps,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/cluster-openshift-apiserver-operator/openshift-priv-cluster-openshift-apiserver-operator-release-4.2-postsubmits.yaml b/ci-operator/jobs/openshift-priv/cluster-openshift-apiserver-operator/openshift-priv-cluster-openshift-apiserver-operator-release-4.2-postsubmits.yaml index 7cb3250c1ead..d7ea3aa0d108 100644 --- a/ci-operator/jobs/openshift-priv/cluster-openshift-apiserver-operator/openshift-priv-cluster-openshift-apiserver-operator-release-4.2-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cluster-openshift-apiserver-operator/openshift-priv-cluster-openshift-apiserver-operator-release-4.2-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-cluster-openshift-apiserver-operator-release-4.2-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/cluster-openshift-apiserver-operator/openshift-priv-cluster-openshift-apiserver-operator-release-4.2-presubmits.yaml b/ci-operator/jobs/openshift-priv/cluster-openshift-apiserver-operator/openshift-priv-cluster-openshift-apiserver-operator-release-4.2-presubmits.yaml index 807e9c95974e..3d0a45675860 100644 --- a/ci-operator/jobs/openshift-priv/cluster-openshift-apiserver-operator/openshift-priv-cluster-openshift-apiserver-operator-release-4.2-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cluster-openshift-apiserver-operator/openshift-priv-cluster-openshift-apiserver-operator-release-4.2-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -52,6 +50,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -77,6 +78,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -97,14 +101,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-operator-cluster-profile - --target=e2e-aws-operator - --template=/usr/local/e2e-aws-operator @@ -143,6 +145,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -171,6 +176,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-operator,?($|\s.*) - agent: kubernetes always_run: true @@ -191,14 +199,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -224,6 +230,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -249,6 +258,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -269,11 +281,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -293,6 +305,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -307,6 +322,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -327,11 +345,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -351,6 +369,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -365,6 +386,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -385,11 +409,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -409,6 +433,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -423,6 +450,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) - agent: kubernetes always_run: true @@ -443,11 +473,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify-deps command: - ci-operator @@ -467,6 +497,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -481,4 +514,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify-deps,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/cluster-openshift-apiserver-operator/openshift-priv-cluster-openshift-apiserver-operator-release-4.3-postsubmits.yaml b/ci-operator/jobs/openshift-priv/cluster-openshift-apiserver-operator/openshift-priv-cluster-openshift-apiserver-operator-release-4.3-postsubmits.yaml index 632b9f946f3b..c3f33c54b8fe 100644 --- a/ci-operator/jobs/openshift-priv/cluster-openshift-apiserver-operator/openshift-priv-cluster-openshift-apiserver-operator-release-4.3-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cluster-openshift-apiserver-operator/openshift-priv-cluster-openshift-apiserver-operator-release-4.3-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-cluster-openshift-apiserver-operator-release-4.3-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/cluster-openshift-apiserver-operator/openshift-priv-cluster-openshift-apiserver-operator-release-4.3-presubmits.yaml b/ci-operator/jobs/openshift-priv/cluster-openshift-apiserver-operator/openshift-priv-cluster-openshift-apiserver-operator-release-4.3-presubmits.yaml index d26e0aff7e37..d71f61fe4270 100644 --- a/ci-operator/jobs/openshift-priv/cluster-openshift-apiserver-operator/openshift-priv-cluster-openshift-apiserver-operator-release-4.3-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cluster-openshift-apiserver-operator/openshift-priv-cluster-openshift-apiserver-operator-release-4.3-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -52,6 +50,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -77,6 +78,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -97,14 +101,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-operator-cluster-profile - --target=e2e-aws-operator - --template=/usr/local/e2e-aws-operator @@ -143,6 +145,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -171,6 +176,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-operator,?($|\s.*) - agent: kubernetes always_run: true @@ -191,14 +199,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-operator-encryption-cluster-profile - --target=e2e-aws-operator-encryption - --template=/usr/local/e2e-aws-operator-encryption @@ -237,6 +243,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -265,6 +274,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-operator-encryption,?($|\s.*) - agent: kubernetes always_run: true @@ -285,14 +297,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -318,6 +328,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -343,6 +356,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -363,11 +379,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -387,6 +403,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -401,6 +420,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -421,11 +443,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -445,6 +467,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -459,6 +484,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -479,11 +507,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -503,6 +531,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -517,6 +548,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) - agent: kubernetes always_run: true @@ -537,11 +571,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify-deps command: - ci-operator @@ -561,6 +595,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -575,4 +612,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify-deps,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/cluster-openshift-apiserver-operator/openshift-priv-cluster-openshift-apiserver-operator-release-4.4-postsubmits.yaml b/ci-operator/jobs/openshift-priv/cluster-openshift-apiserver-operator/openshift-priv-cluster-openshift-apiserver-operator-release-4.4-postsubmits.yaml index ffd68ccb93a7..aaa63f6972f2 100644 --- a/ci-operator/jobs/openshift-priv/cluster-openshift-apiserver-operator/openshift-priv-cluster-openshift-apiserver-operator-release-4.4-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cluster-openshift-apiserver-operator/openshift-priv-cluster-openshift-apiserver-operator-release-4.4-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-cluster-openshift-apiserver-operator-release-4.4-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/cluster-openshift-apiserver-operator/openshift-priv-cluster-openshift-apiserver-operator-release-4.4-presubmits.yaml b/ci-operator/jobs/openshift-priv/cluster-openshift-apiserver-operator/openshift-priv-cluster-openshift-apiserver-operator-release-4.4-presubmits.yaml index eaa521202411..2dc1643fa77d 100644 --- a/ci-operator/jobs/openshift-priv/cluster-openshift-apiserver-operator/openshift-priv-cluster-openshift-apiserver-operator-release-4.4-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cluster-openshift-apiserver-operator/openshift-priv-cluster-openshift-apiserver-operator-release-4.4-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -52,6 +50,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -77,6 +78,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -97,14 +101,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-operator-cluster-profile - --target=e2e-aws-operator - --template=/usr/local/e2e-aws-operator @@ -143,6 +145,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -171,6 +176,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-operator,?($|\s.*) - agent: kubernetes always_run: true @@ -191,14 +199,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-operator-encryption-cluster-profile - --target=e2e-aws-operator-encryption - --template=/usr/local/e2e-aws-operator-encryption @@ -237,6 +243,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -265,6 +274,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-operator-encryption,?($|\s.*) - agent: kubernetes always_run: true @@ -285,14 +297,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-operator-encryption-perf-cluster-profile - --target=e2e-aws-operator-encryption-perf - --template=/usr/local/e2e-aws-operator-encryption-perf @@ -331,6 +341,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -359,6 +372,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-operator-encryption-perf,?($|\s.*) - agent: kubernetes always_run: true @@ -379,14 +395,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -412,6 +426,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -437,6 +454,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -457,11 +477,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -481,6 +501,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -495,6 +518,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -515,11 +541,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -539,6 +565,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -553,6 +582,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -573,11 +605,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -597,6 +629,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -611,4 +646,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/cluster-openshift-apiserver-operator/openshift-priv-cluster-openshift-apiserver-operator-release-4.5-postsubmits.yaml b/ci-operator/jobs/openshift-priv/cluster-openshift-apiserver-operator/openshift-priv-cluster-openshift-apiserver-operator-release-4.5-postsubmits.yaml index 2b593dde0bed..81252eb64bfe 100644 --- a/ci-operator/jobs/openshift-priv/cluster-openshift-apiserver-operator/openshift-priv-cluster-openshift-apiserver-operator-release-4.5-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cluster-openshift-apiserver-operator/openshift-priv-cluster-openshift-apiserver-operator-release-4.5-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-cluster-openshift-apiserver-operator-release-4.5-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/cluster-openshift-apiserver-operator/openshift-priv-cluster-openshift-apiserver-operator-release-4.5-presubmits.yaml b/ci-operator/jobs/openshift-priv/cluster-openshift-apiserver-operator/openshift-priv-cluster-openshift-apiserver-operator-release-4.5-presubmits.yaml index e38dec1f3d27..a460ffb07c07 100644 --- a/ci-operator/jobs/openshift-priv/cluster-openshift-apiserver-operator/openshift-priv-cluster-openshift-apiserver-operator-release-4.5-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cluster-openshift-apiserver-operator/openshift-priv-cluster-openshift-apiserver-operator-release-4.5-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -52,6 +50,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -77,6 +78,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -97,14 +101,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-operator-cluster-profile - --target=e2e-aws-operator - --template=/usr/local/e2e-aws-operator @@ -143,6 +145,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -171,6 +176,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-operator,?($|\s.*) - agent: kubernetes always_run: true @@ -191,14 +199,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-operator-encryption-cluster-profile - --target=e2e-aws-operator-encryption - --template=/usr/local/e2e-aws-operator-encryption @@ -237,6 +243,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -265,6 +274,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-operator-encryption,?($|\s.*) - agent: kubernetes always_run: true @@ -285,14 +297,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-operator-encryption-perf-cluster-profile - --target=e2e-aws-operator-encryption-perf - --template=/usr/local/e2e-aws-operator-encryption-perf @@ -331,6 +341,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -359,6 +372,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-operator-encryption-perf,?($|\s.*) - agent: kubernetes always_run: true @@ -379,14 +395,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -412,6 +426,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -437,6 +454,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -457,11 +477,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -481,6 +501,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -495,6 +518,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -515,11 +541,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -539,6 +565,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -553,6 +582,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -573,11 +605,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -597,6 +629,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -611,4 +646,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/cluster-openshift-apiserver-operator/openshift-priv-cluster-openshift-apiserver-operator-release-4.6-postsubmits.yaml b/ci-operator/jobs/openshift-priv/cluster-openshift-apiserver-operator/openshift-priv-cluster-openshift-apiserver-operator-release-4.6-postsubmits.yaml index 2610d6c80b0f..d4b9c9904a9a 100644 --- a/ci-operator/jobs/openshift-priv/cluster-openshift-apiserver-operator/openshift-priv-cluster-openshift-apiserver-operator-release-4.6-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cluster-openshift-apiserver-operator/openshift-priv-cluster-openshift-apiserver-operator-release-4.6-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-cluster-openshift-apiserver-operator-release-4.6-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/cluster-openshift-apiserver-operator/openshift-priv-cluster-openshift-apiserver-operator-release-4.6-presubmits.yaml b/ci-operator/jobs/openshift-priv/cluster-openshift-apiserver-operator/openshift-priv-cluster-openshift-apiserver-operator-release-4.6-presubmits.yaml index 737f3f38cbda..e842d1db16a7 100644 --- a/ci-operator/jobs/openshift-priv/cluster-openshift-apiserver-operator/openshift-priv-cluster-openshift-apiserver-operator-release-4.6-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cluster-openshift-apiserver-operator/openshift-priv-cluster-openshift-apiserver-operator-release-4.6-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -52,6 +50,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -77,6 +78,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -97,14 +101,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-operator-cluster-profile - --target=e2e-aws-operator - --template=/usr/local/e2e-aws-operator @@ -143,6 +145,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -171,6 +176,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-operator,?($|\s.*) - agent: kubernetes always_run: true @@ -191,14 +199,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-operator-encryption-cluster-profile - --target=e2e-aws-operator-encryption - --template=/usr/local/e2e-aws-operator-encryption @@ -237,6 +243,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -265,6 +274,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-operator-encryption,?($|\s.*) - agent: kubernetes always_run: true @@ -285,14 +297,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-operator-encryption-perf-cluster-profile - --target=e2e-aws-operator-encryption-perf - --template=/usr/local/e2e-aws-operator-encryption-perf @@ -331,6 +341,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -359,6 +372,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-operator-encryption-perf,?($|\s.*) - agent: kubernetes always_run: true @@ -379,14 +395,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -412,6 +426,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -437,6 +454,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -457,11 +477,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -481,6 +501,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -495,6 +518,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -515,11 +541,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -539,6 +565,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -553,6 +582,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -573,11 +605,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -597,6 +629,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -611,4 +646,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/cluster-openshift-apiserver-operator/openshift-priv-cluster-openshift-apiserver-operator-release-4.7-postsubmits.yaml b/ci-operator/jobs/openshift-priv/cluster-openshift-apiserver-operator/openshift-priv-cluster-openshift-apiserver-operator-release-4.7-postsubmits.yaml index 33d78e929f9f..f9d0f464678e 100644 --- a/ci-operator/jobs/openshift-priv/cluster-openshift-apiserver-operator/openshift-priv-cluster-openshift-apiserver-operator-release-4.7-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cluster-openshift-apiserver-operator/openshift-priv-cluster-openshift-apiserver-operator-release-4.7-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-cluster-openshift-apiserver-operator-release-4.7-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/cluster-openshift-apiserver-operator/openshift-priv-cluster-openshift-apiserver-operator-release-4.7-presubmits.yaml b/ci-operator/jobs/openshift-priv/cluster-openshift-apiserver-operator/openshift-priv-cluster-openshift-apiserver-operator-release-4.7-presubmits.yaml index 074e675de06a..9baa3137ae02 100644 --- a/ci-operator/jobs/openshift-priv/cluster-openshift-apiserver-operator/openshift-priv-cluster-openshift-apiserver-operator-release-4.7-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cluster-openshift-apiserver-operator/openshift-priv-cluster-openshift-apiserver-operator-release-4.7-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -52,6 +50,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -77,6 +78,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -97,14 +101,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-operator-cluster-profile - --target=e2e-aws-operator - --template=/usr/local/e2e-aws-operator @@ -143,6 +145,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -171,6 +176,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-operator,?($|\s.*) - agent: kubernetes always_run: true @@ -191,14 +199,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-operator-encryption-cluster-profile - --target=e2e-aws-operator-encryption - --template=/usr/local/e2e-aws-operator-encryption @@ -237,6 +243,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -265,6 +274,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-operator-encryption,?($|\s.*) - agent: kubernetes always_run: true @@ -285,14 +297,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-operator-encryption-perf-cluster-profile - --target=e2e-aws-operator-encryption-perf - --template=/usr/local/e2e-aws-operator-encryption-perf @@ -331,6 +341,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -359,6 +372,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-operator-encryption-perf,?($|\s.*) - agent: kubernetes always_run: true @@ -379,14 +395,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -412,6 +426,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -437,6 +454,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -457,11 +477,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -481,6 +501,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -495,6 +518,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -515,11 +541,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -539,6 +565,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -553,6 +582,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -573,11 +605,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -597,6 +629,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -611,4 +646,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/cluster-openshift-controller-manager-operator/openshift-priv-cluster-openshift-controller-manager-operator-master-postsubmits.yaml b/ci-operator/jobs/openshift-priv/cluster-openshift-controller-manager-operator/openshift-priv-cluster-openshift-controller-manager-operator-master-postsubmits.yaml index 80629155ed30..a98dea73f7a5 100644 --- a/ci-operator/jobs/openshift-priv/cluster-openshift-controller-manager-operator/openshift-priv-cluster-openshift-controller-manager-operator-master-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cluster-openshift-controller-manager-operator/openshift-priv-cluster-openshift-controller-manager-operator-master-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-cluster-openshift-controller-manager-operator-master-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/cluster-openshift-controller-manager-operator/openshift-priv-cluster-openshift-controller-manager-operator-master-presubmits.yaml b/ci-operator/jobs/openshift-priv/cluster-openshift-controller-manager-operator/openshift-priv-cluster-openshift-controller-manager-operator-master-presubmits.yaml index 9fadb9b6220e..2ba6f2de4fd2 100644 --- a/ci-operator/jobs/openshift-priv/cluster-openshift-controller-manager-operator/openshift-priv-cluster-openshift-controller-manager-operator-master-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cluster-openshift-controller-manager-operator/openshift-priv-cluster-openshift-controller-manager-operator-master-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -52,6 +50,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -77,6 +78,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -97,14 +101,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-operator-cluster-profile - --target=e2e-aws-operator - --template=/usr/local/e2e-aws-operator @@ -141,6 +143,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -169,6 +174,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-operator,?($|\s.*) - agent: kubernetes always_run: true @@ -189,14 +197,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -222,6 +228,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -247,6 +256,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -267,11 +279,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -291,6 +303,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -305,6 +320,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -325,11 +343,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -349,6 +367,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -363,6 +384,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -383,11 +407,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -407,6 +431,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -421,4 +448,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/cluster-openshift-controller-manager-operator/openshift-priv-cluster-openshift-controller-manager-operator-release-4.1-postsubmits.yaml b/ci-operator/jobs/openshift-priv/cluster-openshift-controller-manager-operator/openshift-priv-cluster-openshift-controller-manager-operator-release-4.1-postsubmits.yaml index 456da9c6a9e8..d91640b112b0 100644 --- a/ci-operator/jobs/openshift-priv/cluster-openshift-controller-manager-operator/openshift-priv-cluster-openshift-controller-manager-operator-release-4.1-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cluster-openshift-controller-manager-operator/openshift-priv-cluster-openshift-controller-manager-operator-release-4.1-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-cluster-openshift-controller-manager-operator-release-4.1-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/cluster-openshift-controller-manager-operator/openshift-priv-cluster-openshift-controller-manager-operator-release-4.1-presubmits.yaml b/ci-operator/jobs/openshift-priv/cluster-openshift-controller-manager-operator/openshift-priv-cluster-openshift-controller-manager-operator-release-4.1-presubmits.yaml index dc6c9d568432..0e548329d911 100644 --- a/ci-operator/jobs/openshift-priv/cluster-openshift-controller-manager-operator/openshift-priv-cluster-openshift-controller-manager-operator-release-4.1-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cluster-openshift-controller-manager-operator/openshift-priv-cluster-openshift-controller-manager-operator-release-4.1-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -52,6 +50,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -77,6 +78,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -97,14 +101,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-operator-cluster-profile - --target=e2e-aws-operator - --template=/usr/local/e2e-aws-operator @@ -141,6 +143,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -169,6 +174,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-operator,?($|\s.*) - agent: kubernetes always_run: true @@ -189,14 +197,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -222,6 +228,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -247,6 +256,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -267,11 +279,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -291,6 +303,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -305,6 +320,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -325,11 +343,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -349,6 +367,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -363,6 +384,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -383,11 +407,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -407,6 +431,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -421,4 +448,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/cluster-openshift-controller-manager-operator/openshift-priv-cluster-openshift-controller-manager-operator-release-4.2-postsubmits.yaml b/ci-operator/jobs/openshift-priv/cluster-openshift-controller-manager-operator/openshift-priv-cluster-openshift-controller-manager-operator-release-4.2-postsubmits.yaml index 570547291e4e..07ae3f01ff52 100644 --- a/ci-operator/jobs/openshift-priv/cluster-openshift-controller-manager-operator/openshift-priv-cluster-openshift-controller-manager-operator-release-4.2-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cluster-openshift-controller-manager-operator/openshift-priv-cluster-openshift-controller-manager-operator-release-4.2-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-cluster-openshift-controller-manager-operator-release-4.2-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/cluster-openshift-controller-manager-operator/openshift-priv-cluster-openshift-controller-manager-operator-release-4.2-presubmits.yaml b/ci-operator/jobs/openshift-priv/cluster-openshift-controller-manager-operator/openshift-priv-cluster-openshift-controller-manager-operator-release-4.2-presubmits.yaml index e2dbc58397d9..d00768cf345d 100644 --- a/ci-operator/jobs/openshift-priv/cluster-openshift-controller-manager-operator/openshift-priv-cluster-openshift-controller-manager-operator-release-4.2-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cluster-openshift-controller-manager-operator/openshift-priv-cluster-openshift-controller-manager-operator-release-4.2-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -52,6 +50,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -77,6 +78,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -97,14 +101,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-operator-cluster-profile - --target=e2e-aws-operator - --template=/usr/local/e2e-aws-operator @@ -141,6 +143,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -169,6 +174,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-operator,?($|\s.*) - agent: kubernetes always_run: true @@ -189,14 +197,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -222,6 +228,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -247,6 +256,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -267,11 +279,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -291,6 +303,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -305,6 +320,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -325,11 +343,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -349,6 +367,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -363,6 +384,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -383,11 +407,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -407,6 +431,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -421,6 +448,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) - agent: kubernetes always_run: true @@ -441,11 +471,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify-deps command: - ci-operator @@ -465,6 +495,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -479,4 +512,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify-deps,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/cluster-openshift-controller-manager-operator/openshift-priv-cluster-openshift-controller-manager-operator-release-4.3-postsubmits.yaml b/ci-operator/jobs/openshift-priv/cluster-openshift-controller-manager-operator/openshift-priv-cluster-openshift-controller-manager-operator-release-4.3-postsubmits.yaml index e60afae3033a..537d46cc6a27 100644 --- a/ci-operator/jobs/openshift-priv/cluster-openshift-controller-manager-operator/openshift-priv-cluster-openshift-controller-manager-operator-release-4.3-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cluster-openshift-controller-manager-operator/openshift-priv-cluster-openshift-controller-manager-operator-release-4.3-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-cluster-openshift-controller-manager-operator-release-4.3-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/cluster-openshift-controller-manager-operator/openshift-priv-cluster-openshift-controller-manager-operator-release-4.3-presubmits.yaml b/ci-operator/jobs/openshift-priv/cluster-openshift-controller-manager-operator/openshift-priv-cluster-openshift-controller-manager-operator-release-4.3-presubmits.yaml index f3ced5ef6f7c..26ca93cc3a66 100644 --- a/ci-operator/jobs/openshift-priv/cluster-openshift-controller-manager-operator/openshift-priv-cluster-openshift-controller-manager-operator-release-4.3-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cluster-openshift-controller-manager-operator/openshift-priv-cluster-openshift-controller-manager-operator-release-4.3-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -52,6 +50,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -77,6 +78,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -97,14 +101,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-operator-cluster-profile - --target=e2e-aws-operator - --template=/usr/local/e2e-aws-operator @@ -141,6 +143,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -169,6 +174,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-operator,?($|\s.*) - agent: kubernetes always_run: true @@ -189,14 +197,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -222,6 +228,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -247,6 +256,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -267,11 +279,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -291,6 +303,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -305,6 +320,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -325,11 +343,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -349,6 +367,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -363,6 +384,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -383,11 +407,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -407,6 +431,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -421,4 +448,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/cluster-openshift-controller-manager-operator/openshift-priv-cluster-openshift-controller-manager-operator-release-4.4-postsubmits.yaml b/ci-operator/jobs/openshift-priv/cluster-openshift-controller-manager-operator/openshift-priv-cluster-openshift-controller-manager-operator-release-4.4-postsubmits.yaml index 54b23901d216..3bbbe4de4c62 100644 --- a/ci-operator/jobs/openshift-priv/cluster-openshift-controller-manager-operator/openshift-priv-cluster-openshift-controller-manager-operator-release-4.4-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cluster-openshift-controller-manager-operator/openshift-priv-cluster-openshift-controller-manager-operator-release-4.4-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-cluster-openshift-controller-manager-operator-release-4.4-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/cluster-openshift-controller-manager-operator/openshift-priv-cluster-openshift-controller-manager-operator-release-4.4-presubmits.yaml b/ci-operator/jobs/openshift-priv/cluster-openshift-controller-manager-operator/openshift-priv-cluster-openshift-controller-manager-operator-release-4.4-presubmits.yaml index ba6a809e6cdf..2775eba0dd73 100644 --- a/ci-operator/jobs/openshift-priv/cluster-openshift-controller-manager-operator/openshift-priv-cluster-openshift-controller-manager-operator-release-4.4-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cluster-openshift-controller-manager-operator/openshift-priv-cluster-openshift-controller-manager-operator-release-4.4-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -52,6 +50,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -77,6 +78,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -97,14 +101,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-operator-cluster-profile - --target=e2e-aws-operator - --template=/usr/local/e2e-aws-operator @@ -141,6 +143,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -169,6 +174,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-operator,?($|\s.*) - agent: kubernetes always_run: true @@ -189,14 +197,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -222,6 +228,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -247,6 +256,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -267,11 +279,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -291,6 +303,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -305,6 +320,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -325,11 +343,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -349,6 +367,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -363,6 +384,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -383,11 +407,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -407,6 +431,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -421,4 +448,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/cluster-openshift-controller-manager-operator/openshift-priv-cluster-openshift-controller-manager-operator-release-4.5-postsubmits.yaml b/ci-operator/jobs/openshift-priv/cluster-openshift-controller-manager-operator/openshift-priv-cluster-openshift-controller-manager-operator-release-4.5-postsubmits.yaml index 572ae962eac6..0a6817b58e7c 100644 --- a/ci-operator/jobs/openshift-priv/cluster-openshift-controller-manager-operator/openshift-priv-cluster-openshift-controller-manager-operator-release-4.5-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cluster-openshift-controller-manager-operator/openshift-priv-cluster-openshift-controller-manager-operator-release-4.5-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-cluster-openshift-controller-manager-operator-release-4.5-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/cluster-openshift-controller-manager-operator/openshift-priv-cluster-openshift-controller-manager-operator-release-4.5-presubmits.yaml b/ci-operator/jobs/openshift-priv/cluster-openshift-controller-manager-operator/openshift-priv-cluster-openshift-controller-manager-operator-release-4.5-presubmits.yaml index 7b24ddc3ceeb..ae1e363a083d 100644 --- a/ci-operator/jobs/openshift-priv/cluster-openshift-controller-manager-operator/openshift-priv-cluster-openshift-controller-manager-operator-release-4.5-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cluster-openshift-controller-manager-operator/openshift-priv-cluster-openshift-controller-manager-operator-release-4.5-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -52,6 +50,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -77,6 +78,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -97,14 +101,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-operator-cluster-profile - --target=e2e-aws-operator - --template=/usr/local/e2e-aws-operator @@ -141,6 +143,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -169,6 +174,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-operator,?($|\s.*) - agent: kubernetes always_run: true @@ -189,14 +197,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -222,6 +228,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -247,6 +256,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -267,11 +279,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -291,6 +303,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -305,6 +320,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -325,11 +343,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -349,6 +367,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -363,6 +384,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -383,11 +407,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -407,6 +431,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -421,4 +448,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/cluster-openshift-controller-manager-operator/openshift-priv-cluster-openshift-controller-manager-operator-release-4.6-postsubmits.yaml b/ci-operator/jobs/openshift-priv/cluster-openshift-controller-manager-operator/openshift-priv-cluster-openshift-controller-manager-operator-release-4.6-postsubmits.yaml index c7b153417317..b84128bf6a2f 100644 --- a/ci-operator/jobs/openshift-priv/cluster-openshift-controller-manager-operator/openshift-priv-cluster-openshift-controller-manager-operator-release-4.6-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cluster-openshift-controller-manager-operator/openshift-priv-cluster-openshift-controller-manager-operator-release-4.6-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-cluster-openshift-controller-manager-operator-release-4.6-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/cluster-openshift-controller-manager-operator/openshift-priv-cluster-openshift-controller-manager-operator-release-4.6-presubmits.yaml b/ci-operator/jobs/openshift-priv/cluster-openshift-controller-manager-operator/openshift-priv-cluster-openshift-controller-manager-operator-release-4.6-presubmits.yaml index cecf7f46e08e..2b6ecaac317c 100644 --- a/ci-operator/jobs/openshift-priv/cluster-openshift-controller-manager-operator/openshift-priv-cluster-openshift-controller-manager-operator-release-4.6-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cluster-openshift-controller-manager-operator/openshift-priv-cluster-openshift-controller-manager-operator-release-4.6-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -52,6 +50,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -77,6 +78,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -97,14 +101,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-operator-cluster-profile - --target=e2e-aws-operator - --template=/usr/local/e2e-aws-operator @@ -141,6 +143,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -169,6 +174,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-operator,?($|\s.*) - agent: kubernetes always_run: true @@ -189,14 +197,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -222,6 +228,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -247,6 +256,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -267,11 +279,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -291,6 +303,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -305,6 +320,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -325,11 +343,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -349,6 +367,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -363,6 +384,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -383,11 +407,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -407,6 +431,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -421,4 +448,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/cluster-openshift-controller-manager-operator/openshift-priv-cluster-openshift-controller-manager-operator-release-4.7-postsubmits.yaml b/ci-operator/jobs/openshift-priv/cluster-openshift-controller-manager-operator/openshift-priv-cluster-openshift-controller-manager-operator-release-4.7-postsubmits.yaml index 9f299be39e78..932fd79a7784 100644 --- a/ci-operator/jobs/openshift-priv/cluster-openshift-controller-manager-operator/openshift-priv-cluster-openshift-controller-manager-operator-release-4.7-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cluster-openshift-controller-manager-operator/openshift-priv-cluster-openshift-controller-manager-operator-release-4.7-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-cluster-openshift-controller-manager-operator-release-4.7-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/cluster-openshift-controller-manager-operator/openshift-priv-cluster-openshift-controller-manager-operator-release-4.7-presubmits.yaml b/ci-operator/jobs/openshift-priv/cluster-openshift-controller-manager-operator/openshift-priv-cluster-openshift-controller-manager-operator-release-4.7-presubmits.yaml index 04d62c564dd2..ed24c52132aa 100644 --- a/ci-operator/jobs/openshift-priv/cluster-openshift-controller-manager-operator/openshift-priv-cluster-openshift-controller-manager-operator-release-4.7-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cluster-openshift-controller-manager-operator/openshift-priv-cluster-openshift-controller-manager-operator-release-4.7-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -52,6 +50,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -77,6 +78,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -97,14 +101,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-operator-cluster-profile - --target=e2e-aws-operator - --template=/usr/local/e2e-aws-operator @@ -141,6 +143,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -169,6 +174,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-operator,?($|\s.*) - agent: kubernetes always_run: true @@ -189,14 +197,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -222,6 +228,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -247,6 +256,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -267,11 +279,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -291,6 +303,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -305,6 +320,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -325,11 +343,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -349,6 +367,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -363,6 +384,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -383,11 +407,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -407,6 +431,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -421,4 +448,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/cluster-policy-controller/openshift-priv-cluster-policy-controller-master-postsubmits.yaml b/ci-operator/jobs/openshift-priv/cluster-policy-controller/openshift-priv-cluster-policy-controller-master-postsubmits.yaml index 43fe833fcb9e..5edf1c45d64b 100644 --- a/ci-operator/jobs/openshift-priv/cluster-policy-controller/openshift-priv-cluster-policy-controller-master-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cluster-policy-controller/openshift-priv-cluster-policy-controller-master-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-cluster-policy-controller-master-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/cluster-policy-controller/openshift-priv-cluster-policy-controller-master-presubmits.yaml b/ci-operator/jobs/openshift-priv/cluster-policy-controller/openshift-priv-cluster-policy-controller-master-presubmits.yaml index 135486dba1cc..087d3b4e8bb7 100644 --- a/ci-operator/jobs/openshift-priv/cluster-policy-controller/openshift-priv-cluster-policy-controller-master-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cluster-policy-controller/openshift-priv-cluster-policy-controller-master-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -52,6 +50,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -77,6 +78,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -97,14 +101,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -130,6 +132,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -155,6 +160,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -175,11 +183,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -199,6 +207,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -213,6 +224,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -233,11 +247,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -257,6 +271,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -271,6 +288,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -291,11 +311,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -315,6 +335,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -329,6 +352,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) - agent: kubernetes always_run: true @@ -349,11 +375,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify-deps command: - ci-operator @@ -373,6 +399,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -387,4 +416,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify-deps,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/cluster-policy-controller/openshift-priv-cluster-policy-controller-release-4.3-postsubmits.yaml b/ci-operator/jobs/openshift-priv/cluster-policy-controller/openshift-priv-cluster-policy-controller-release-4.3-postsubmits.yaml index 7d72fa162f51..a91c3d4af6e7 100644 --- a/ci-operator/jobs/openshift-priv/cluster-policy-controller/openshift-priv-cluster-policy-controller-release-4.3-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cluster-policy-controller/openshift-priv-cluster-policy-controller-release-4.3-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-cluster-policy-controller-release-4.3-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/cluster-policy-controller/openshift-priv-cluster-policy-controller-release-4.3-presubmits.yaml b/ci-operator/jobs/openshift-priv/cluster-policy-controller/openshift-priv-cluster-policy-controller-release-4.3-presubmits.yaml index f9f4dc60df84..b9f998c791b8 100644 --- a/ci-operator/jobs/openshift-priv/cluster-policy-controller/openshift-priv-cluster-policy-controller-release-4.3-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cluster-policy-controller/openshift-priv-cluster-policy-controller-release-4.3-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -52,6 +50,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -77,6 +78,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -97,14 +101,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -130,6 +132,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -155,6 +160,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -175,11 +183,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -199,6 +207,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -213,6 +224,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -233,11 +247,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -257,6 +271,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -271,6 +288,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -291,11 +311,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -315,6 +335,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -329,6 +352,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) - agent: kubernetes always_run: true @@ -349,11 +375,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify-deps command: - ci-operator @@ -373,6 +399,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -387,4 +416,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify-deps,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/cluster-policy-controller/openshift-priv-cluster-policy-controller-release-4.4-postsubmits.yaml b/ci-operator/jobs/openshift-priv/cluster-policy-controller/openshift-priv-cluster-policy-controller-release-4.4-postsubmits.yaml index fa63a034a5d6..92e976899cb7 100644 --- a/ci-operator/jobs/openshift-priv/cluster-policy-controller/openshift-priv-cluster-policy-controller-release-4.4-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cluster-policy-controller/openshift-priv-cluster-policy-controller-release-4.4-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-cluster-policy-controller-release-4.4-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/cluster-policy-controller/openshift-priv-cluster-policy-controller-release-4.4-presubmits.yaml b/ci-operator/jobs/openshift-priv/cluster-policy-controller/openshift-priv-cluster-policy-controller-release-4.4-presubmits.yaml index 350dd5c2b9de..1bd2e55f3e27 100644 --- a/ci-operator/jobs/openshift-priv/cluster-policy-controller/openshift-priv-cluster-policy-controller-release-4.4-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cluster-policy-controller/openshift-priv-cluster-policy-controller-release-4.4-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -52,6 +50,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -77,6 +78,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -97,14 +101,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -130,6 +132,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -155,6 +160,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -175,11 +183,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -199,6 +207,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -213,6 +224,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -233,11 +247,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -257,6 +271,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -271,6 +288,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -291,11 +311,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -315,6 +335,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -329,6 +352,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) - agent: kubernetes always_run: true @@ -349,11 +375,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify-deps command: - ci-operator @@ -373,6 +399,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -387,4 +416,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify-deps,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/cluster-policy-controller/openshift-priv-cluster-policy-controller-release-4.5-postsubmits.yaml b/ci-operator/jobs/openshift-priv/cluster-policy-controller/openshift-priv-cluster-policy-controller-release-4.5-postsubmits.yaml index 33b765f46a64..209150e9dafb 100644 --- a/ci-operator/jobs/openshift-priv/cluster-policy-controller/openshift-priv-cluster-policy-controller-release-4.5-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cluster-policy-controller/openshift-priv-cluster-policy-controller-release-4.5-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-cluster-policy-controller-release-4.5-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/cluster-policy-controller/openshift-priv-cluster-policy-controller-release-4.5-presubmits.yaml b/ci-operator/jobs/openshift-priv/cluster-policy-controller/openshift-priv-cluster-policy-controller-release-4.5-presubmits.yaml index dd84b05a097d..1422416a4ca0 100644 --- a/ci-operator/jobs/openshift-priv/cluster-policy-controller/openshift-priv-cluster-policy-controller-release-4.5-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cluster-policy-controller/openshift-priv-cluster-policy-controller-release-4.5-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -52,6 +50,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -77,6 +78,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -97,14 +101,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -130,6 +132,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -155,6 +160,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -175,11 +183,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -199,6 +207,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -213,6 +224,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -233,11 +247,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -257,6 +271,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -271,6 +288,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -291,11 +311,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -315,6 +335,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -329,6 +352,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) - agent: kubernetes always_run: true @@ -349,11 +375,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify-deps command: - ci-operator @@ -373,6 +399,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -387,4 +416,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify-deps,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/cluster-policy-controller/openshift-priv-cluster-policy-controller-release-4.6-postsubmits.yaml b/ci-operator/jobs/openshift-priv/cluster-policy-controller/openshift-priv-cluster-policy-controller-release-4.6-postsubmits.yaml index 45e853097468..e4e5008fc386 100644 --- a/ci-operator/jobs/openshift-priv/cluster-policy-controller/openshift-priv-cluster-policy-controller-release-4.6-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cluster-policy-controller/openshift-priv-cluster-policy-controller-release-4.6-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-cluster-policy-controller-release-4.6-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/cluster-policy-controller/openshift-priv-cluster-policy-controller-release-4.6-presubmits.yaml b/ci-operator/jobs/openshift-priv/cluster-policy-controller/openshift-priv-cluster-policy-controller-release-4.6-presubmits.yaml index dcef620a2055..782f0e9604f0 100644 --- a/ci-operator/jobs/openshift-priv/cluster-policy-controller/openshift-priv-cluster-policy-controller-release-4.6-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cluster-policy-controller/openshift-priv-cluster-policy-controller-release-4.6-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -52,6 +50,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -77,6 +78,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -97,14 +101,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -130,6 +132,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -155,6 +160,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -175,11 +183,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -199,6 +207,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -213,6 +224,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -233,11 +247,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -257,6 +271,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -271,6 +288,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -291,11 +311,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -315,6 +335,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -329,6 +352,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) - agent: kubernetes always_run: true @@ -349,11 +375,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify-deps command: - ci-operator @@ -373,6 +399,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -387,4 +416,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify-deps,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/cluster-policy-controller/openshift-priv-cluster-policy-controller-release-4.7-postsubmits.yaml b/ci-operator/jobs/openshift-priv/cluster-policy-controller/openshift-priv-cluster-policy-controller-release-4.7-postsubmits.yaml index 0b7fd335d8ac..b6c06154cb06 100644 --- a/ci-operator/jobs/openshift-priv/cluster-policy-controller/openshift-priv-cluster-policy-controller-release-4.7-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cluster-policy-controller/openshift-priv-cluster-policy-controller-release-4.7-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-cluster-policy-controller-release-4.7-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/cluster-policy-controller/openshift-priv-cluster-policy-controller-release-4.7-presubmits.yaml b/ci-operator/jobs/openshift-priv/cluster-policy-controller/openshift-priv-cluster-policy-controller-release-4.7-presubmits.yaml index 08d20d3862ff..3405457fd472 100644 --- a/ci-operator/jobs/openshift-priv/cluster-policy-controller/openshift-priv-cluster-policy-controller-release-4.7-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cluster-policy-controller/openshift-priv-cluster-policy-controller-release-4.7-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -52,6 +50,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -77,6 +78,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -97,14 +101,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -130,6 +132,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -155,6 +160,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -175,11 +183,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -199,6 +207,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -213,6 +224,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -233,11 +247,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -257,6 +271,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -271,6 +288,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -291,11 +311,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -315,6 +335,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -329,6 +352,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) - agent: kubernetes always_run: true @@ -349,11 +375,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify-deps command: - ci-operator @@ -373,6 +399,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -387,4 +416,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify-deps,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/cluster-resource-override-admission-operator/openshift-priv-cluster-resource-override-admission-operator-master-postsubmits.yaml b/ci-operator/jobs/openshift-priv/cluster-resource-override-admission-operator/openshift-priv-cluster-resource-override-admission-operator-master-postsubmits.yaml index b719f63d34eb..df139df23265 100644 --- a/ci-operator/jobs/openshift-priv/cluster-resource-override-admission-operator/openshift-priv-cluster-resource-override-admission-operator-master-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cluster-resource-override-admission-operator/openshift-priv-cluster-resource-override-admission-operator-master-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-cluster-resource-override-admission-operator-master-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/cluster-resource-override-admission-operator/openshift-priv-cluster-resource-override-admission-operator-master-presubmits.yaml b/ci-operator/jobs/openshift-priv/cluster-resource-override-admission-operator/openshift-priv-cluster-resource-override-admission-operator-master-presubmits.yaml index aa89ef46058b..e1dfa96590f6 100644 --- a/ci-operator/jobs/openshift-priv/cluster-resource-override-admission-operator/openshift-priv-cluster-resource-override-admission-operator-master-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cluster-resource-override-admission-operator/openshift-priv-cluster-resource-override-admission-operator-master-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -52,6 +50,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -77,6 +78,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -97,14 +101,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-olm-cluster-profile - --target=e2e-aws-olm - --template=/usr/local/e2e-aws-olm @@ -141,6 +143,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -169,6 +174,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-olm,?($|\s.*) - agent: kubernetes always_run: true @@ -189,14 +197,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-operator-cluster-profile - --target=e2e-aws-operator - --template=/usr/local/e2e-aws-operator @@ -233,6 +239,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -261,6 +270,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-operator,?($|\s.*) - agent: kubernetes always_run: true @@ -281,11 +293,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -305,6 +317,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -319,6 +334,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -339,11 +357,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -363,6 +381,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -377,6 +398,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -397,11 +421,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -421,6 +445,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -435,4 +462,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/cluster-resource-override-admission-operator/openshift-priv-cluster-resource-override-admission-operator-release-4.4-postsubmits.yaml b/ci-operator/jobs/openshift-priv/cluster-resource-override-admission-operator/openshift-priv-cluster-resource-override-admission-operator-release-4.4-postsubmits.yaml index 66be83480558..e9bbc6aaae14 100644 --- a/ci-operator/jobs/openshift-priv/cluster-resource-override-admission-operator/openshift-priv-cluster-resource-override-admission-operator-release-4.4-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cluster-resource-override-admission-operator/openshift-priv-cluster-resource-override-admission-operator-release-4.4-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-cluster-resource-override-admission-operator-release-4.4-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/cluster-resource-override-admission-operator/openshift-priv-cluster-resource-override-admission-operator-release-4.4-presubmits.yaml b/ci-operator/jobs/openshift-priv/cluster-resource-override-admission-operator/openshift-priv-cluster-resource-override-admission-operator-release-4.4-presubmits.yaml index c69509be3368..7a7dcd2baa5f 100644 --- a/ci-operator/jobs/openshift-priv/cluster-resource-override-admission-operator/openshift-priv-cluster-resource-override-admission-operator-release-4.4-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cluster-resource-override-admission-operator/openshift-priv-cluster-resource-override-admission-operator-release-4.4-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -52,6 +50,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -77,6 +78,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -97,14 +101,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-olm-cluster-profile - --target=e2e-aws-olm - --template=/usr/local/e2e-aws-olm @@ -141,6 +143,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -169,6 +174,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-olm,?($|\s.*) - agent: kubernetes always_run: true @@ -189,14 +197,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-operator-cluster-profile - --target=e2e-aws-operator - --template=/usr/local/e2e-aws-operator @@ -233,6 +239,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -261,6 +270,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-operator,?($|\s.*) - agent: kubernetes always_run: true @@ -281,11 +293,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -305,6 +317,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -319,6 +334,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -339,11 +357,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -363,6 +381,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -377,6 +398,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -397,11 +421,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -421,6 +445,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -435,4 +462,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/cluster-resource-override-admission-operator/openshift-priv-cluster-resource-override-admission-operator-release-4.5-postsubmits.yaml b/ci-operator/jobs/openshift-priv/cluster-resource-override-admission-operator/openshift-priv-cluster-resource-override-admission-operator-release-4.5-postsubmits.yaml index 050c79362939..22853b3c376b 100644 --- a/ci-operator/jobs/openshift-priv/cluster-resource-override-admission-operator/openshift-priv-cluster-resource-override-admission-operator-release-4.5-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cluster-resource-override-admission-operator/openshift-priv-cluster-resource-override-admission-operator-release-4.5-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-cluster-resource-override-admission-operator-release-4.5-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/cluster-resource-override-admission-operator/openshift-priv-cluster-resource-override-admission-operator-release-4.5-presubmits.yaml b/ci-operator/jobs/openshift-priv/cluster-resource-override-admission-operator/openshift-priv-cluster-resource-override-admission-operator-release-4.5-presubmits.yaml index a192949a794b..1fd6829607e4 100644 --- a/ci-operator/jobs/openshift-priv/cluster-resource-override-admission-operator/openshift-priv-cluster-resource-override-admission-operator-release-4.5-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cluster-resource-override-admission-operator/openshift-priv-cluster-resource-override-admission-operator-release-4.5-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -52,6 +50,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -77,6 +78,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -97,14 +101,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-olm-cluster-profile - --target=e2e-aws-olm - --template=/usr/local/e2e-aws-olm @@ -141,6 +143,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -169,6 +174,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-olm,?($|\s.*) - agent: kubernetes always_run: true @@ -189,14 +197,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-operator-cluster-profile - --target=e2e-aws-operator - --template=/usr/local/e2e-aws-operator @@ -233,6 +239,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -261,6 +270,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-operator,?($|\s.*) - agent: kubernetes always_run: true @@ -281,11 +293,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -305,6 +317,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -319,6 +334,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -339,11 +357,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -363,6 +381,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -377,6 +398,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -397,11 +421,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -421,6 +445,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -435,4 +462,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/cluster-resource-override-admission-operator/openshift-priv-cluster-resource-override-admission-operator-release-4.6-postsubmits.yaml b/ci-operator/jobs/openshift-priv/cluster-resource-override-admission-operator/openshift-priv-cluster-resource-override-admission-operator-release-4.6-postsubmits.yaml index e25143788df1..09c3d1b688ae 100644 --- a/ci-operator/jobs/openshift-priv/cluster-resource-override-admission-operator/openshift-priv-cluster-resource-override-admission-operator-release-4.6-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cluster-resource-override-admission-operator/openshift-priv-cluster-resource-override-admission-operator-release-4.6-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-cluster-resource-override-admission-operator-release-4.6-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/cluster-resource-override-admission-operator/openshift-priv-cluster-resource-override-admission-operator-release-4.6-presubmits.yaml b/ci-operator/jobs/openshift-priv/cluster-resource-override-admission-operator/openshift-priv-cluster-resource-override-admission-operator-release-4.6-presubmits.yaml index 28a415a66512..68748cfdc74a 100644 --- a/ci-operator/jobs/openshift-priv/cluster-resource-override-admission-operator/openshift-priv-cluster-resource-override-admission-operator-release-4.6-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cluster-resource-override-admission-operator/openshift-priv-cluster-resource-override-admission-operator-release-4.6-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -52,6 +50,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -77,6 +78,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -97,14 +101,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-olm-cluster-profile - --target=e2e-aws-olm - --template=/usr/local/e2e-aws-olm @@ -141,6 +143,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -169,6 +174,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-olm,?($|\s.*) - agent: kubernetes always_run: true @@ -189,14 +197,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-operator-cluster-profile - --target=e2e-aws-operator - --template=/usr/local/e2e-aws-operator @@ -233,6 +239,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -261,6 +270,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-operator,?($|\s.*) - agent: kubernetes always_run: true @@ -281,11 +293,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -305,6 +317,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -319,6 +334,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -339,11 +357,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -363,6 +381,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -377,6 +398,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -397,11 +421,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -421,6 +445,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -435,4 +462,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/cluster-resource-override-admission-operator/openshift-priv-cluster-resource-override-admission-operator-release-4.7-postsubmits.yaml b/ci-operator/jobs/openshift-priv/cluster-resource-override-admission-operator/openshift-priv-cluster-resource-override-admission-operator-release-4.7-postsubmits.yaml index 00b0137c1b95..c2ad0ba65e00 100644 --- a/ci-operator/jobs/openshift-priv/cluster-resource-override-admission-operator/openshift-priv-cluster-resource-override-admission-operator-release-4.7-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cluster-resource-override-admission-operator/openshift-priv-cluster-resource-override-admission-operator-release-4.7-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-cluster-resource-override-admission-operator-release-4.7-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/cluster-resource-override-admission-operator/openshift-priv-cluster-resource-override-admission-operator-release-4.7-presubmits.yaml b/ci-operator/jobs/openshift-priv/cluster-resource-override-admission-operator/openshift-priv-cluster-resource-override-admission-operator-release-4.7-presubmits.yaml index 947b484bd08d..07648fe3ee89 100644 --- a/ci-operator/jobs/openshift-priv/cluster-resource-override-admission-operator/openshift-priv-cluster-resource-override-admission-operator-release-4.7-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cluster-resource-override-admission-operator/openshift-priv-cluster-resource-override-admission-operator-release-4.7-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -52,6 +50,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -77,6 +78,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -97,14 +101,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-olm-cluster-profile - --target=e2e-aws-olm - --template=/usr/local/e2e-aws-olm @@ -141,6 +143,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -169,6 +174,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-olm,?($|\s.*) - agent: kubernetes always_run: true @@ -189,14 +197,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-operator-cluster-profile - --target=e2e-aws-operator - --template=/usr/local/e2e-aws-operator @@ -233,6 +239,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -261,6 +270,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-operator,?($|\s.*) - agent: kubernetes always_run: true @@ -281,11 +293,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -305,6 +317,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -319,6 +334,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -339,11 +357,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -363,6 +381,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -377,6 +398,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -397,11 +421,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -421,6 +445,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -435,4 +462,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/cluster-resource-override-admission/openshift-priv-cluster-resource-override-admission-master-postsubmits.yaml b/ci-operator/jobs/openshift-priv/cluster-resource-override-admission/openshift-priv-cluster-resource-override-admission-master-postsubmits.yaml index 4fae568fe18f..d4cc9370395f 100644 --- a/ci-operator/jobs/openshift-priv/cluster-resource-override-admission/openshift-priv-cluster-resource-override-admission-master-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cluster-resource-override-admission/openshift-priv-cluster-resource-override-admission-master-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-cluster-resource-override-admission-master-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/cluster-resource-override-admission/openshift-priv-cluster-resource-override-admission-master-presubmits.yaml b/ci-operator/jobs/openshift-priv/cluster-resource-override-admission/openshift-priv-cluster-resource-override-admission-master-presubmits.yaml index 89b3a2602c86..9c40869196ee 100644 --- a/ci-operator/jobs/openshift-priv/cluster-resource-override-admission/openshift-priv-cluster-resource-override-admission-master-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cluster-resource-override-admission/openshift-priv-cluster-resource-override-admission-master-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -52,6 +50,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -77,6 +78,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -97,11 +101,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -121,6 +125,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -135,6 +142,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -155,11 +165,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -179,6 +189,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -193,4 +206,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/cluster-resource-override-admission/openshift-priv-cluster-resource-override-admission-release-4.3-postsubmits.yaml b/ci-operator/jobs/openshift-priv/cluster-resource-override-admission/openshift-priv-cluster-resource-override-admission-release-4.3-postsubmits.yaml index 456fd9bc5b6c..370629f60922 100644 --- a/ci-operator/jobs/openshift-priv/cluster-resource-override-admission/openshift-priv-cluster-resource-override-admission-release-4.3-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cluster-resource-override-admission/openshift-priv-cluster-resource-override-admission-release-4.3-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-cluster-resource-override-admission-release-4.3-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/cluster-resource-override-admission/openshift-priv-cluster-resource-override-admission-release-4.3-presubmits.yaml b/ci-operator/jobs/openshift-priv/cluster-resource-override-admission/openshift-priv-cluster-resource-override-admission-release-4.3-presubmits.yaml index 49c5c4815053..fad569f72dcf 100644 --- a/ci-operator/jobs/openshift-priv/cluster-resource-override-admission/openshift-priv-cluster-resource-override-admission-release-4.3-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cluster-resource-override-admission/openshift-priv-cluster-resource-override-admission-release-4.3-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -52,6 +50,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -77,6 +78,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -97,11 +101,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -121,6 +125,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -135,6 +142,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -155,11 +165,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -179,6 +189,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -193,4 +206,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/cluster-resource-override-admission/openshift-priv-cluster-resource-override-admission-release-4.4-postsubmits.yaml b/ci-operator/jobs/openshift-priv/cluster-resource-override-admission/openshift-priv-cluster-resource-override-admission-release-4.4-postsubmits.yaml index 2b61491247a8..c89e75488d04 100644 --- a/ci-operator/jobs/openshift-priv/cluster-resource-override-admission/openshift-priv-cluster-resource-override-admission-release-4.4-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cluster-resource-override-admission/openshift-priv-cluster-resource-override-admission-release-4.4-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-cluster-resource-override-admission-release-4.4-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/cluster-resource-override-admission/openshift-priv-cluster-resource-override-admission-release-4.4-presubmits.yaml b/ci-operator/jobs/openshift-priv/cluster-resource-override-admission/openshift-priv-cluster-resource-override-admission-release-4.4-presubmits.yaml index ea4dcaf4d1a6..01ff25815b24 100644 --- a/ci-operator/jobs/openshift-priv/cluster-resource-override-admission/openshift-priv-cluster-resource-override-admission-release-4.4-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cluster-resource-override-admission/openshift-priv-cluster-resource-override-admission-release-4.4-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -52,6 +50,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -77,6 +78,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -97,11 +101,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -121,6 +125,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -135,6 +142,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -155,11 +165,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -179,6 +189,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -193,4 +206,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/cluster-resource-override-admission/openshift-priv-cluster-resource-override-admission-release-4.5-postsubmits.yaml b/ci-operator/jobs/openshift-priv/cluster-resource-override-admission/openshift-priv-cluster-resource-override-admission-release-4.5-postsubmits.yaml index dc7e5893fcca..c39e43245b8a 100644 --- a/ci-operator/jobs/openshift-priv/cluster-resource-override-admission/openshift-priv-cluster-resource-override-admission-release-4.5-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cluster-resource-override-admission/openshift-priv-cluster-resource-override-admission-release-4.5-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-cluster-resource-override-admission-release-4.5-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/cluster-resource-override-admission/openshift-priv-cluster-resource-override-admission-release-4.5-presubmits.yaml b/ci-operator/jobs/openshift-priv/cluster-resource-override-admission/openshift-priv-cluster-resource-override-admission-release-4.5-presubmits.yaml index be0301d262c3..23b4d2f75995 100644 --- a/ci-operator/jobs/openshift-priv/cluster-resource-override-admission/openshift-priv-cluster-resource-override-admission-release-4.5-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cluster-resource-override-admission/openshift-priv-cluster-resource-override-admission-release-4.5-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -52,6 +50,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -77,6 +78,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -97,11 +101,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -121,6 +125,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -135,6 +142,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -155,11 +165,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -179,6 +189,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -193,4 +206,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/cluster-resource-override-admission/openshift-priv-cluster-resource-override-admission-release-4.6-postsubmits.yaml b/ci-operator/jobs/openshift-priv/cluster-resource-override-admission/openshift-priv-cluster-resource-override-admission-release-4.6-postsubmits.yaml index 38b4acc294ee..4c8ef8bf6513 100644 --- a/ci-operator/jobs/openshift-priv/cluster-resource-override-admission/openshift-priv-cluster-resource-override-admission-release-4.6-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cluster-resource-override-admission/openshift-priv-cluster-resource-override-admission-release-4.6-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-cluster-resource-override-admission-release-4.6-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/cluster-resource-override-admission/openshift-priv-cluster-resource-override-admission-release-4.6-presubmits.yaml b/ci-operator/jobs/openshift-priv/cluster-resource-override-admission/openshift-priv-cluster-resource-override-admission-release-4.6-presubmits.yaml index 436b6719ed36..bba18172126e 100644 --- a/ci-operator/jobs/openshift-priv/cluster-resource-override-admission/openshift-priv-cluster-resource-override-admission-release-4.6-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cluster-resource-override-admission/openshift-priv-cluster-resource-override-admission-release-4.6-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -52,6 +50,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -77,6 +78,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -97,11 +101,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -121,6 +125,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -135,6 +142,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -155,11 +165,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -179,6 +189,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -193,4 +206,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/cluster-resource-override-admission/openshift-priv-cluster-resource-override-admission-release-4.7-postsubmits.yaml b/ci-operator/jobs/openshift-priv/cluster-resource-override-admission/openshift-priv-cluster-resource-override-admission-release-4.7-postsubmits.yaml index d0ce8342e0de..2c92b0e4a1f4 100644 --- a/ci-operator/jobs/openshift-priv/cluster-resource-override-admission/openshift-priv-cluster-resource-override-admission-release-4.7-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cluster-resource-override-admission/openshift-priv-cluster-resource-override-admission-release-4.7-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-cluster-resource-override-admission-release-4.7-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/cluster-resource-override-admission/openshift-priv-cluster-resource-override-admission-release-4.7-presubmits.yaml b/ci-operator/jobs/openshift-priv/cluster-resource-override-admission/openshift-priv-cluster-resource-override-admission-release-4.7-presubmits.yaml index ae4dcdd0b9c2..f178a2a6963b 100644 --- a/ci-operator/jobs/openshift-priv/cluster-resource-override-admission/openshift-priv-cluster-resource-override-admission-release-4.7-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cluster-resource-override-admission/openshift-priv-cluster-resource-override-admission-release-4.7-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -52,6 +50,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -77,6 +78,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -97,11 +101,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -121,6 +125,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -135,6 +142,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -155,11 +165,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -179,6 +189,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -193,4 +206,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/cluster-samples-operator/openshift-priv-cluster-samples-operator-master-postsubmits.yaml b/ci-operator/jobs/openshift-priv/cluster-samples-operator/openshift-priv-cluster-samples-operator-master-postsubmits.yaml index b349020b6339..61cac5541e30 100644 --- a/ci-operator/jobs/openshift-priv/cluster-samples-operator/openshift-priv-cluster-samples-operator-master-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cluster-samples-operator/openshift-priv-cluster-samples-operator-master-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-cluster-samples-operator-master-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/cluster-samples-operator/openshift-priv-cluster-samples-operator-master-presubmits.yaml b/ci-operator/jobs/openshift-priv/cluster-samples-operator/openshift-priv-cluster-samples-operator-master-presubmits.yaml index 25c48464cc93..c2e7b8004fb0 100644 --- a/ci-operator/jobs/openshift-priv/cluster-samples-operator/openshift-priv-cluster-samples-operator-master-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cluster-samples-operator/openshift-priv-cluster-samples-operator-master-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -52,6 +50,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -77,6 +78,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -97,14 +101,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-builds-cluster-profile - --target=e2e-aws-builds - --template=/usr/local/e2e-aws-builds @@ -141,6 +143,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -169,6 +174,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-builds,?($|\s.*) - agent: kubernetes always_run: true @@ -189,14 +197,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-image-ecosystem-cluster-profile - --target=e2e-aws-image-ecosystem - --template=/usr/local/e2e-aws-image-ecosystem @@ -233,6 +239,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -261,6 +270,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-image-ecosystem,?($|\s.*) - agent: kubernetes always_run: true @@ -281,14 +293,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-jenkins-cluster-profile - --target=e2e-aws-jenkins - --template=/usr/local/e2e-aws-jenkins @@ -325,6 +335,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -353,6 +366,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-jenkins,?($|\s.*) - agent: kubernetes always_run: true @@ -373,14 +389,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-operator-cluster-profile - --target=e2e-aws-operator - --template=/usr/local/e2e-aws-operator @@ -417,6 +431,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -445,6 +462,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-operator,?($|\s.*) - agent: kubernetes always_run: true @@ -465,14 +485,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -498,6 +516,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -523,6 +544,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -543,11 +567,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -567,6 +591,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -581,6 +608,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -601,11 +631,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -625,6 +655,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -639,4 +672,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/cluster-samples-operator/openshift-priv-cluster-samples-operator-release-4.1-postsubmits.yaml b/ci-operator/jobs/openshift-priv/cluster-samples-operator/openshift-priv-cluster-samples-operator-release-4.1-postsubmits.yaml index 0579163fd603..bb88f857b6e8 100644 --- a/ci-operator/jobs/openshift-priv/cluster-samples-operator/openshift-priv-cluster-samples-operator-release-4.1-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cluster-samples-operator/openshift-priv-cluster-samples-operator-release-4.1-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-cluster-samples-operator-release-4.1-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/cluster-samples-operator/openshift-priv-cluster-samples-operator-release-4.1-presubmits.yaml b/ci-operator/jobs/openshift-priv/cluster-samples-operator/openshift-priv-cluster-samples-operator-release-4.1-presubmits.yaml index 8ca0c7b7f5e0..1eeff05ee3cd 100644 --- a/ci-operator/jobs/openshift-priv/cluster-samples-operator/openshift-priv-cluster-samples-operator-release-4.1-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cluster-samples-operator/openshift-priv-cluster-samples-operator-release-4.1-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -52,6 +50,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -77,6 +78,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -97,14 +101,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-image-ecosystem-cluster-profile - --target=e2e-aws-image-ecosystem - --template=/usr/local/e2e-aws-image-ecosystem @@ -141,6 +143,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -169,6 +174,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-image-ecosystem,?($|\s.*) - agent: kubernetes always_run: true @@ -189,14 +197,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-operator-cluster-profile - --target=e2e-aws-operator - --template=/usr/local/e2e-aws-operator @@ -233,6 +239,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -261,6 +270,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-operator,?($|\s.*) - agent: kubernetes always_run: true @@ -281,14 +293,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -314,6 +324,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -339,6 +352,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -359,11 +375,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -383,6 +399,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -397,6 +416,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -417,11 +439,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -441,6 +463,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -455,4 +480,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/cluster-samples-operator/openshift-priv-cluster-samples-operator-release-4.2-postsubmits.yaml b/ci-operator/jobs/openshift-priv/cluster-samples-operator/openshift-priv-cluster-samples-operator-release-4.2-postsubmits.yaml index fe7cda197435..da0dbb50076a 100644 --- a/ci-operator/jobs/openshift-priv/cluster-samples-operator/openshift-priv-cluster-samples-operator-release-4.2-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cluster-samples-operator/openshift-priv-cluster-samples-operator-release-4.2-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-cluster-samples-operator-release-4.2-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/cluster-samples-operator/openshift-priv-cluster-samples-operator-release-4.2-presubmits.yaml b/ci-operator/jobs/openshift-priv/cluster-samples-operator/openshift-priv-cluster-samples-operator-release-4.2-presubmits.yaml index 53e3eca68b1f..6ba6f38df9a1 100644 --- a/ci-operator/jobs/openshift-priv/cluster-samples-operator/openshift-priv-cluster-samples-operator-release-4.2-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cluster-samples-operator/openshift-priv-cluster-samples-operator-release-4.2-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -52,6 +50,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -77,6 +78,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -97,14 +101,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-builds-cluster-profile - --target=e2e-aws-builds - --template=/usr/local/e2e-aws-builds @@ -141,6 +143,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -169,6 +174,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-builds,?($|\s.*) - agent: kubernetes always_run: true @@ -189,14 +197,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-image-ecosystem-cluster-profile - --target=e2e-aws-image-ecosystem - --template=/usr/local/e2e-aws-image-ecosystem @@ -233,6 +239,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -261,6 +270,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-image-ecosystem,?($|\s.*) - agent: kubernetes always_run: true @@ -281,14 +293,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-jenkins-cluster-profile - --target=e2e-aws-jenkins - --template=/usr/local/e2e-aws-jenkins @@ -325,6 +335,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -353,6 +366,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-jenkins,?($|\s.*) - agent: kubernetes always_run: true @@ -373,14 +389,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-operator-cluster-profile - --target=e2e-aws-operator - --template=/usr/local/e2e-aws-operator @@ -417,6 +431,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -445,6 +462,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-operator,?($|\s.*) - agent: kubernetes always_run: true @@ -465,14 +485,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -498,6 +516,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -523,6 +544,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -543,11 +567,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -567,6 +591,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -581,6 +608,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -601,11 +631,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -625,6 +655,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -639,4 +672,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/cluster-samples-operator/openshift-priv-cluster-samples-operator-release-4.3-postsubmits.yaml b/ci-operator/jobs/openshift-priv/cluster-samples-operator/openshift-priv-cluster-samples-operator-release-4.3-postsubmits.yaml index 058bfee7bf1b..1e08bb631fb3 100644 --- a/ci-operator/jobs/openshift-priv/cluster-samples-operator/openshift-priv-cluster-samples-operator-release-4.3-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cluster-samples-operator/openshift-priv-cluster-samples-operator-release-4.3-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-cluster-samples-operator-release-4.3-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/cluster-samples-operator/openshift-priv-cluster-samples-operator-release-4.3-presubmits.yaml b/ci-operator/jobs/openshift-priv/cluster-samples-operator/openshift-priv-cluster-samples-operator-release-4.3-presubmits.yaml index a3a06c1102b7..01a2026df024 100644 --- a/ci-operator/jobs/openshift-priv/cluster-samples-operator/openshift-priv-cluster-samples-operator-release-4.3-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cluster-samples-operator/openshift-priv-cluster-samples-operator-release-4.3-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -52,6 +50,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -77,6 +78,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -97,14 +101,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-builds-cluster-profile - --target=e2e-aws-builds - --template=/usr/local/e2e-aws-builds @@ -141,6 +143,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -169,6 +174,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-builds,?($|\s.*) - agent: kubernetes always_run: true @@ -189,14 +197,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-image-ecosystem-cluster-profile - --target=e2e-aws-image-ecosystem - --template=/usr/local/e2e-aws-image-ecosystem @@ -233,6 +239,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -261,6 +270,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-image-ecosystem,?($|\s.*) - agent: kubernetes always_run: true @@ -281,14 +293,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-jenkins-cluster-profile - --target=e2e-aws-jenkins - --template=/usr/local/e2e-aws-jenkins @@ -325,6 +335,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -353,6 +366,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-jenkins,?($|\s.*) - agent: kubernetes always_run: true @@ -373,14 +389,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-operator-cluster-profile - --target=e2e-aws-operator - --template=/usr/local/e2e-aws-operator @@ -417,6 +431,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -445,6 +462,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-operator,?($|\s.*) - agent: kubernetes always_run: true @@ -465,14 +485,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -498,6 +516,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -523,6 +544,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -543,11 +567,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -567,6 +591,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -581,6 +608,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -601,11 +631,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -625,6 +655,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -639,4 +672,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/cluster-samples-operator/openshift-priv-cluster-samples-operator-release-4.4-postsubmits.yaml b/ci-operator/jobs/openshift-priv/cluster-samples-operator/openshift-priv-cluster-samples-operator-release-4.4-postsubmits.yaml index b2471dca67e5..1adf3f4da08c 100644 --- a/ci-operator/jobs/openshift-priv/cluster-samples-operator/openshift-priv-cluster-samples-operator-release-4.4-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cluster-samples-operator/openshift-priv-cluster-samples-operator-release-4.4-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-cluster-samples-operator-release-4.4-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/cluster-samples-operator/openshift-priv-cluster-samples-operator-release-4.4-presubmits.yaml b/ci-operator/jobs/openshift-priv/cluster-samples-operator/openshift-priv-cluster-samples-operator-release-4.4-presubmits.yaml index d6b76ca3487e..3db8deff370a 100644 --- a/ci-operator/jobs/openshift-priv/cluster-samples-operator/openshift-priv-cluster-samples-operator-release-4.4-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cluster-samples-operator/openshift-priv-cluster-samples-operator-release-4.4-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -52,6 +50,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -77,6 +78,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -97,14 +101,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-builds-cluster-profile - --target=e2e-aws-builds - --template=/usr/local/e2e-aws-builds @@ -141,6 +143,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -169,6 +174,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-builds,?($|\s.*) - agent: kubernetes always_run: true @@ -189,14 +197,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-image-ecosystem-cluster-profile - --target=e2e-aws-image-ecosystem - --template=/usr/local/e2e-aws-image-ecosystem @@ -233,6 +239,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -261,6 +270,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-image-ecosystem,?($|\s.*) - agent: kubernetes always_run: true @@ -281,14 +293,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-jenkins-cluster-profile - --target=e2e-aws-jenkins - --template=/usr/local/e2e-aws-jenkins @@ -325,6 +335,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -353,6 +366,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-jenkins,?($|\s.*) - agent: kubernetes always_run: true @@ -373,14 +389,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-operator-cluster-profile - --target=e2e-aws-operator - --template=/usr/local/e2e-aws-operator @@ -417,6 +431,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -445,6 +462,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-operator,?($|\s.*) - agent: kubernetes always_run: true @@ -465,14 +485,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -498,6 +516,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -523,6 +544,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -543,11 +567,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -567,6 +591,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -581,6 +608,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -601,11 +631,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -625,6 +655,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -639,4 +672,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/cluster-samples-operator/openshift-priv-cluster-samples-operator-release-4.5-postsubmits.yaml b/ci-operator/jobs/openshift-priv/cluster-samples-operator/openshift-priv-cluster-samples-operator-release-4.5-postsubmits.yaml index 2dd8a25f7b8c..4dd377b95d1d 100644 --- a/ci-operator/jobs/openshift-priv/cluster-samples-operator/openshift-priv-cluster-samples-operator-release-4.5-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cluster-samples-operator/openshift-priv-cluster-samples-operator-release-4.5-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-cluster-samples-operator-release-4.5-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/cluster-samples-operator/openshift-priv-cluster-samples-operator-release-4.5-presubmits.yaml b/ci-operator/jobs/openshift-priv/cluster-samples-operator/openshift-priv-cluster-samples-operator-release-4.5-presubmits.yaml index 29b20375c806..769aaf070883 100644 --- a/ci-operator/jobs/openshift-priv/cluster-samples-operator/openshift-priv-cluster-samples-operator-release-4.5-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cluster-samples-operator/openshift-priv-cluster-samples-operator-release-4.5-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -52,6 +50,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -77,6 +78,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -97,14 +101,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-builds-cluster-profile - --target=e2e-aws-builds - --template=/usr/local/e2e-aws-builds @@ -141,6 +143,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -169,6 +174,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-builds,?($|\s.*) - agent: kubernetes always_run: true @@ -189,14 +197,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-image-ecosystem-cluster-profile - --target=e2e-aws-image-ecosystem - --template=/usr/local/e2e-aws-image-ecosystem @@ -233,6 +239,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -261,6 +270,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-image-ecosystem,?($|\s.*) - agent: kubernetes always_run: true @@ -281,14 +293,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-jenkins-cluster-profile - --target=e2e-aws-jenkins - --template=/usr/local/e2e-aws-jenkins @@ -325,6 +335,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -353,6 +366,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-jenkins,?($|\s.*) - agent: kubernetes always_run: true @@ -373,14 +389,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-operator-cluster-profile - --target=e2e-aws-operator - --template=/usr/local/e2e-aws-operator @@ -417,6 +431,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -445,6 +462,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-operator,?($|\s.*) - agent: kubernetes always_run: true @@ -465,14 +485,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -498,6 +516,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -523,6 +544,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -543,11 +567,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -567,6 +591,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -581,6 +608,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -601,11 +631,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -625,6 +655,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -639,4 +672,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/cluster-samples-operator/openshift-priv-cluster-samples-operator-release-4.6-postsubmits.yaml b/ci-operator/jobs/openshift-priv/cluster-samples-operator/openshift-priv-cluster-samples-operator-release-4.6-postsubmits.yaml index 5ae5123675a8..75d2cb224194 100644 --- a/ci-operator/jobs/openshift-priv/cluster-samples-operator/openshift-priv-cluster-samples-operator-release-4.6-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cluster-samples-operator/openshift-priv-cluster-samples-operator-release-4.6-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-cluster-samples-operator-release-4.6-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/cluster-samples-operator/openshift-priv-cluster-samples-operator-release-4.6-presubmits.yaml b/ci-operator/jobs/openshift-priv/cluster-samples-operator/openshift-priv-cluster-samples-operator-release-4.6-presubmits.yaml index 767e4ea25328..674d619fe7a2 100644 --- a/ci-operator/jobs/openshift-priv/cluster-samples-operator/openshift-priv-cluster-samples-operator-release-4.6-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cluster-samples-operator/openshift-priv-cluster-samples-operator-release-4.6-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -52,6 +50,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -77,6 +78,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -97,14 +101,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-builds-cluster-profile - --target=e2e-aws-builds - --template=/usr/local/e2e-aws-builds @@ -141,6 +143,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -169,6 +174,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-builds,?($|\s.*) - agent: kubernetes always_run: true @@ -189,14 +197,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-image-ecosystem-cluster-profile - --target=e2e-aws-image-ecosystem - --template=/usr/local/e2e-aws-image-ecosystem @@ -233,6 +239,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -261,6 +270,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-image-ecosystem,?($|\s.*) - agent: kubernetes always_run: true @@ -281,14 +293,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-jenkins-cluster-profile - --target=e2e-aws-jenkins - --template=/usr/local/e2e-aws-jenkins @@ -325,6 +335,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -353,6 +366,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-jenkins,?($|\s.*) - agent: kubernetes always_run: true @@ -373,14 +389,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-operator-cluster-profile - --target=e2e-aws-operator - --template=/usr/local/e2e-aws-operator @@ -417,6 +431,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -445,6 +462,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-operator,?($|\s.*) - agent: kubernetes always_run: true @@ -465,14 +485,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -498,6 +516,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -523,6 +544,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -543,11 +567,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -567,6 +591,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -581,6 +608,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -601,11 +631,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -625,6 +655,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -639,4 +672,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/cluster-samples-operator/openshift-priv-cluster-samples-operator-release-4.7-postsubmits.yaml b/ci-operator/jobs/openshift-priv/cluster-samples-operator/openshift-priv-cluster-samples-operator-release-4.7-postsubmits.yaml index 98442d18727a..18572ce18879 100644 --- a/ci-operator/jobs/openshift-priv/cluster-samples-operator/openshift-priv-cluster-samples-operator-release-4.7-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cluster-samples-operator/openshift-priv-cluster-samples-operator-release-4.7-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-cluster-samples-operator-release-4.7-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/cluster-samples-operator/openshift-priv-cluster-samples-operator-release-4.7-presubmits.yaml b/ci-operator/jobs/openshift-priv/cluster-samples-operator/openshift-priv-cluster-samples-operator-release-4.7-presubmits.yaml index 93ce375833ca..f8e6837fab6b 100644 --- a/ci-operator/jobs/openshift-priv/cluster-samples-operator/openshift-priv-cluster-samples-operator-release-4.7-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cluster-samples-operator/openshift-priv-cluster-samples-operator-release-4.7-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -52,6 +50,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -77,6 +78,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -97,14 +101,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-builds-cluster-profile - --target=e2e-aws-builds - --template=/usr/local/e2e-aws-builds @@ -141,6 +143,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -169,6 +174,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-builds,?($|\s.*) - agent: kubernetes always_run: true @@ -189,14 +197,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-image-ecosystem-cluster-profile - --target=e2e-aws-image-ecosystem - --template=/usr/local/e2e-aws-image-ecosystem @@ -233,6 +239,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -261,6 +270,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-image-ecosystem,?($|\s.*) - agent: kubernetes always_run: true @@ -281,14 +293,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-jenkins-cluster-profile - --target=e2e-aws-jenkins - --template=/usr/local/e2e-aws-jenkins @@ -325,6 +335,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -353,6 +366,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-jenkins,?($|\s.*) - agent: kubernetes always_run: true @@ -373,14 +389,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-operator-cluster-profile - --target=e2e-aws-operator - --template=/usr/local/e2e-aws-operator @@ -417,6 +431,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -445,6 +462,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-operator,?($|\s.*) - agent: kubernetes always_run: true @@ -465,14 +485,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -498,6 +516,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -523,6 +544,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -543,11 +567,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -567,6 +591,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -581,6 +608,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -601,11 +631,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -625,6 +655,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -639,4 +672,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/cluster-storage-operator/openshift-priv-cluster-storage-operator-master-postsubmits.yaml b/ci-operator/jobs/openshift-priv/cluster-storage-operator/openshift-priv-cluster-storage-operator-master-postsubmits.yaml index 6f986e09fc60..31735ce9e21f 100644 --- a/ci-operator/jobs/openshift-priv/cluster-storage-operator/openshift-priv-cluster-storage-operator-master-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cluster-storage-operator/openshift-priv-cluster-storage-operator-master-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-cluster-storage-operator-master-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/cluster-storage-operator/openshift-priv-cluster-storage-operator-master-presubmits.yaml b/ci-operator/jobs/openshift-priv/cluster-storage-operator/openshift-priv-cluster-storage-operator-master-presubmits.yaml index 0dacfbf57040..5bac497426d6 100644 --- a/ci-operator/jobs/openshift-priv/cluster-storage-operator/openshift-priv-cluster-storage-operator-master-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cluster-storage-operator/openshift-priv-cluster-storage-operator-master-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -52,6 +50,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -77,6 +78,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -97,14 +101,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -130,6 +132,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -155,6 +160,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -175,11 +183,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -199,6 +207,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -213,6 +224,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -233,11 +247,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -257,6 +271,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -271,6 +288,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -291,11 +311,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -315,6 +335,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -329,4 +352,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/cluster-storage-operator/openshift-priv-cluster-storage-operator-release-4.1-postsubmits.yaml b/ci-operator/jobs/openshift-priv/cluster-storage-operator/openshift-priv-cluster-storage-operator-release-4.1-postsubmits.yaml index ebaf475c7e4f..28a8e1c7e060 100644 --- a/ci-operator/jobs/openshift-priv/cluster-storage-operator/openshift-priv-cluster-storage-operator-release-4.1-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cluster-storage-operator/openshift-priv-cluster-storage-operator-release-4.1-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-cluster-storage-operator-release-4.1-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/cluster-storage-operator/openshift-priv-cluster-storage-operator-release-4.1-presubmits.yaml b/ci-operator/jobs/openshift-priv/cluster-storage-operator/openshift-priv-cluster-storage-operator-release-4.1-presubmits.yaml index 330733f80093..26f42b2fabd2 100644 --- a/ci-operator/jobs/openshift-priv/cluster-storage-operator/openshift-priv-cluster-storage-operator-release-4.1-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cluster-storage-operator/openshift-priv-cluster-storage-operator-release-4.1-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -52,6 +50,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -77,6 +78,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -97,14 +101,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -130,6 +132,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -155,6 +160,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -175,11 +183,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -199,6 +207,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -213,6 +224,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -233,11 +247,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -257,6 +271,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -271,6 +288,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -291,11 +311,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -315,6 +335,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -329,4 +352,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/cluster-storage-operator/openshift-priv-cluster-storage-operator-release-4.2-postsubmits.yaml b/ci-operator/jobs/openshift-priv/cluster-storage-operator/openshift-priv-cluster-storage-operator-release-4.2-postsubmits.yaml index e46ab5ca308c..e222e40c5e54 100644 --- a/ci-operator/jobs/openshift-priv/cluster-storage-operator/openshift-priv-cluster-storage-operator-release-4.2-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cluster-storage-operator/openshift-priv-cluster-storage-operator-release-4.2-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-cluster-storage-operator-release-4.2-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/cluster-storage-operator/openshift-priv-cluster-storage-operator-release-4.2-presubmits.yaml b/ci-operator/jobs/openshift-priv/cluster-storage-operator/openshift-priv-cluster-storage-operator-release-4.2-presubmits.yaml index 441b498feded..87404d0c4480 100644 --- a/ci-operator/jobs/openshift-priv/cluster-storage-operator/openshift-priv-cluster-storage-operator-release-4.2-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cluster-storage-operator/openshift-priv-cluster-storage-operator-release-4.2-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -52,6 +50,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -77,6 +78,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -97,14 +101,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -130,6 +132,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -155,6 +160,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -175,11 +183,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -199,6 +207,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -213,6 +224,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -233,11 +247,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -257,6 +271,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -271,6 +288,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -291,11 +311,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -315,6 +335,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -329,4 +352,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/cluster-storage-operator/openshift-priv-cluster-storage-operator-release-4.3-postsubmits.yaml b/ci-operator/jobs/openshift-priv/cluster-storage-operator/openshift-priv-cluster-storage-operator-release-4.3-postsubmits.yaml index 5877f5c72907..14078bd301b2 100644 --- a/ci-operator/jobs/openshift-priv/cluster-storage-operator/openshift-priv-cluster-storage-operator-release-4.3-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cluster-storage-operator/openshift-priv-cluster-storage-operator-release-4.3-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-cluster-storage-operator-release-4.3-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/cluster-storage-operator/openshift-priv-cluster-storage-operator-release-4.3-presubmits.yaml b/ci-operator/jobs/openshift-priv/cluster-storage-operator/openshift-priv-cluster-storage-operator-release-4.3-presubmits.yaml index 15bffd36796d..fbdaba86ce4e 100644 --- a/ci-operator/jobs/openshift-priv/cluster-storage-operator/openshift-priv-cluster-storage-operator-release-4.3-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cluster-storage-operator/openshift-priv-cluster-storage-operator-release-4.3-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -52,6 +50,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -77,6 +78,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -97,14 +101,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -130,6 +132,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -155,6 +160,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -175,11 +183,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -199,6 +207,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -213,6 +224,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -233,11 +247,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -257,6 +271,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -271,6 +288,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -291,11 +311,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -315,6 +335,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -329,4 +352,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/cluster-storage-operator/openshift-priv-cluster-storage-operator-release-4.4-postsubmits.yaml b/ci-operator/jobs/openshift-priv/cluster-storage-operator/openshift-priv-cluster-storage-operator-release-4.4-postsubmits.yaml index c4cd272a6680..1a42e98b133d 100644 --- a/ci-operator/jobs/openshift-priv/cluster-storage-operator/openshift-priv-cluster-storage-operator-release-4.4-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cluster-storage-operator/openshift-priv-cluster-storage-operator-release-4.4-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-cluster-storage-operator-release-4.4-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/cluster-storage-operator/openshift-priv-cluster-storage-operator-release-4.4-presubmits.yaml b/ci-operator/jobs/openshift-priv/cluster-storage-operator/openshift-priv-cluster-storage-operator-release-4.4-presubmits.yaml index ca1a9a2d4d13..3ce263ef9402 100644 --- a/ci-operator/jobs/openshift-priv/cluster-storage-operator/openshift-priv-cluster-storage-operator-release-4.4-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cluster-storage-operator/openshift-priv-cluster-storage-operator-release-4.4-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -52,6 +50,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -77,6 +78,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -97,14 +101,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -130,6 +132,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -155,6 +160,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -175,11 +183,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -199,6 +207,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -213,6 +224,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -233,11 +247,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -257,6 +271,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -271,6 +288,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -291,11 +311,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -315,6 +335,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -329,4 +352,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/cluster-storage-operator/openshift-priv-cluster-storage-operator-release-4.5-postsubmits.yaml b/ci-operator/jobs/openshift-priv/cluster-storage-operator/openshift-priv-cluster-storage-operator-release-4.5-postsubmits.yaml index a63e92fb445d..3f84086f8f74 100644 --- a/ci-operator/jobs/openshift-priv/cluster-storage-operator/openshift-priv-cluster-storage-operator-release-4.5-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cluster-storage-operator/openshift-priv-cluster-storage-operator-release-4.5-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-cluster-storage-operator-release-4.5-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/cluster-storage-operator/openshift-priv-cluster-storage-operator-release-4.5-presubmits.yaml b/ci-operator/jobs/openshift-priv/cluster-storage-operator/openshift-priv-cluster-storage-operator-release-4.5-presubmits.yaml index e4e0dac58697..1f621bad224f 100644 --- a/ci-operator/jobs/openshift-priv/cluster-storage-operator/openshift-priv-cluster-storage-operator-release-4.5-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cluster-storage-operator/openshift-priv-cluster-storage-operator-release-4.5-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -52,6 +50,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -77,6 +78,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -97,14 +101,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -130,6 +132,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -155,6 +160,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -175,11 +183,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -199,6 +207,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -213,6 +224,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -233,11 +247,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -257,6 +271,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -271,6 +288,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -291,11 +311,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -315,6 +335,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -329,4 +352,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/cluster-storage-operator/openshift-priv-cluster-storage-operator-release-4.6-postsubmits.yaml b/ci-operator/jobs/openshift-priv/cluster-storage-operator/openshift-priv-cluster-storage-operator-release-4.6-postsubmits.yaml index f0b47f839f8e..8a294136bb37 100644 --- a/ci-operator/jobs/openshift-priv/cluster-storage-operator/openshift-priv-cluster-storage-operator-release-4.6-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cluster-storage-operator/openshift-priv-cluster-storage-operator-release-4.6-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-cluster-storage-operator-release-4.6-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/cluster-storage-operator/openshift-priv-cluster-storage-operator-release-4.6-presubmits.yaml b/ci-operator/jobs/openshift-priv/cluster-storage-operator/openshift-priv-cluster-storage-operator-release-4.6-presubmits.yaml index c127eb96bb23..28fbff5c786f 100644 --- a/ci-operator/jobs/openshift-priv/cluster-storage-operator/openshift-priv-cluster-storage-operator-release-4.6-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cluster-storage-operator/openshift-priv-cluster-storage-operator-release-4.6-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -52,6 +50,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -77,6 +78,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -97,14 +101,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -130,6 +132,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -155,6 +160,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -175,11 +183,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -199,6 +207,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -213,6 +224,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -233,11 +247,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -257,6 +271,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -271,6 +288,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -291,11 +311,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -315,6 +335,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -329,4 +352,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/cluster-storage-operator/openshift-priv-cluster-storage-operator-release-4.7-postsubmits.yaml b/ci-operator/jobs/openshift-priv/cluster-storage-operator/openshift-priv-cluster-storage-operator-release-4.7-postsubmits.yaml index 8b523d1fc96c..ee8256207475 100644 --- a/ci-operator/jobs/openshift-priv/cluster-storage-operator/openshift-priv-cluster-storage-operator-release-4.7-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cluster-storage-operator/openshift-priv-cluster-storage-operator-release-4.7-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-cluster-storage-operator-release-4.7-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/cluster-storage-operator/openshift-priv-cluster-storage-operator-release-4.7-presubmits.yaml b/ci-operator/jobs/openshift-priv/cluster-storage-operator/openshift-priv-cluster-storage-operator-release-4.7-presubmits.yaml index 75ea35eadc3d..07212a7c4211 100644 --- a/ci-operator/jobs/openshift-priv/cluster-storage-operator/openshift-priv-cluster-storage-operator-release-4.7-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cluster-storage-operator/openshift-priv-cluster-storage-operator-release-4.7-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -52,6 +50,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -77,6 +78,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -97,14 +101,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -130,6 +132,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -155,6 +160,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -175,11 +183,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -199,6 +207,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -213,6 +224,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -233,11 +247,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -257,6 +271,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -271,6 +288,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -291,11 +311,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -315,6 +335,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -329,4 +352,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/cluster-svcat-apiserver-operator/openshift-priv-cluster-svcat-apiserver-operator-master-postsubmits.yaml b/ci-operator/jobs/openshift-priv/cluster-svcat-apiserver-operator/openshift-priv-cluster-svcat-apiserver-operator-master-postsubmits.yaml index 6a5cccbfe56c..820641a7328e 100644 --- a/ci-operator/jobs/openshift-priv/cluster-svcat-apiserver-operator/openshift-priv-cluster-svcat-apiserver-operator-master-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cluster-svcat-apiserver-operator/openshift-priv-cluster-svcat-apiserver-operator-master-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-cluster-svcat-apiserver-operator-master-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/cluster-svcat-apiserver-operator/openshift-priv-cluster-svcat-apiserver-operator-master-presubmits.yaml b/ci-operator/jobs/openshift-priv/cluster-svcat-apiserver-operator/openshift-priv-cluster-svcat-apiserver-operator-master-presubmits.yaml index b3c7921a359a..9a7641a8978e 100644 --- a/ci-operator/jobs/openshift-priv/cluster-svcat-apiserver-operator/openshift-priv-cluster-svcat-apiserver-operator-master-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cluster-svcat-apiserver-operator/openshift-priv-cluster-svcat-apiserver-operator-master-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -52,6 +50,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -77,6 +78,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -97,14 +101,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -130,6 +132,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -155,6 +160,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -175,11 +183,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -199,6 +207,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -213,6 +224,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -233,11 +247,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -257,6 +271,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -271,6 +288,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -291,11 +311,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -315,6 +335,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -329,4 +352,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/cluster-svcat-apiserver-operator/openshift-priv-cluster-svcat-apiserver-operator-release-4.1-postsubmits.yaml b/ci-operator/jobs/openshift-priv/cluster-svcat-apiserver-operator/openshift-priv-cluster-svcat-apiserver-operator-release-4.1-postsubmits.yaml index 1f65a9726d5e..bf79630b5d52 100644 --- a/ci-operator/jobs/openshift-priv/cluster-svcat-apiserver-operator/openshift-priv-cluster-svcat-apiserver-operator-release-4.1-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cluster-svcat-apiserver-operator/openshift-priv-cluster-svcat-apiserver-operator-release-4.1-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-cluster-svcat-apiserver-operator-release-4.1-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/cluster-svcat-apiserver-operator/openshift-priv-cluster-svcat-apiserver-operator-release-4.1-presubmits.yaml b/ci-operator/jobs/openshift-priv/cluster-svcat-apiserver-operator/openshift-priv-cluster-svcat-apiserver-operator-release-4.1-presubmits.yaml index af3bdb26c817..919b60c5d72f 100644 --- a/ci-operator/jobs/openshift-priv/cluster-svcat-apiserver-operator/openshift-priv-cluster-svcat-apiserver-operator-release-4.1-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cluster-svcat-apiserver-operator/openshift-priv-cluster-svcat-apiserver-operator-release-4.1-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -52,6 +50,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -77,6 +78,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -97,11 +101,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -121,6 +125,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -135,6 +142,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -155,11 +165,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -179,6 +189,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -193,6 +206,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -213,11 +229,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -237,6 +253,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -251,4 +270,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/cluster-svcat-apiserver-operator/openshift-priv-cluster-svcat-apiserver-operator-release-4.2-postsubmits.yaml b/ci-operator/jobs/openshift-priv/cluster-svcat-apiserver-operator/openshift-priv-cluster-svcat-apiserver-operator-release-4.2-postsubmits.yaml index d86c8c0c4f2f..8c4af64f0ed3 100644 --- a/ci-operator/jobs/openshift-priv/cluster-svcat-apiserver-operator/openshift-priv-cluster-svcat-apiserver-operator-release-4.2-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cluster-svcat-apiserver-operator/openshift-priv-cluster-svcat-apiserver-operator-release-4.2-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-cluster-svcat-apiserver-operator-release-4.2-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/cluster-svcat-apiserver-operator/openshift-priv-cluster-svcat-apiserver-operator-release-4.2-presubmits.yaml b/ci-operator/jobs/openshift-priv/cluster-svcat-apiserver-operator/openshift-priv-cluster-svcat-apiserver-operator-release-4.2-presubmits.yaml index ef64aa5e5d24..ba917db490e5 100644 --- a/ci-operator/jobs/openshift-priv/cluster-svcat-apiserver-operator/openshift-priv-cluster-svcat-apiserver-operator-release-4.2-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cluster-svcat-apiserver-operator/openshift-priv-cluster-svcat-apiserver-operator-release-4.2-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -52,6 +50,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -77,6 +78,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -97,11 +101,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -121,6 +125,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -135,6 +142,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -155,11 +165,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -179,6 +189,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -193,6 +206,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -213,11 +229,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -237,6 +253,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -251,4 +270,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/cluster-svcat-apiserver-operator/openshift-priv-cluster-svcat-apiserver-operator-release-4.3-postsubmits.yaml b/ci-operator/jobs/openshift-priv/cluster-svcat-apiserver-operator/openshift-priv-cluster-svcat-apiserver-operator-release-4.3-postsubmits.yaml index dcf7da853f1f..387f77040b8b 100644 --- a/ci-operator/jobs/openshift-priv/cluster-svcat-apiserver-operator/openshift-priv-cluster-svcat-apiserver-operator-release-4.3-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cluster-svcat-apiserver-operator/openshift-priv-cluster-svcat-apiserver-operator-release-4.3-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-cluster-svcat-apiserver-operator-release-4.3-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/cluster-svcat-apiserver-operator/openshift-priv-cluster-svcat-apiserver-operator-release-4.3-presubmits.yaml b/ci-operator/jobs/openshift-priv/cluster-svcat-apiserver-operator/openshift-priv-cluster-svcat-apiserver-operator-release-4.3-presubmits.yaml index 49c4732b4fee..7bb39ac88594 100644 --- a/ci-operator/jobs/openshift-priv/cluster-svcat-apiserver-operator/openshift-priv-cluster-svcat-apiserver-operator-release-4.3-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cluster-svcat-apiserver-operator/openshift-priv-cluster-svcat-apiserver-operator-release-4.3-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -52,6 +50,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -77,6 +78,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -97,11 +101,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -121,6 +125,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -135,6 +142,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -155,11 +165,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -179,6 +189,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -193,6 +206,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -213,11 +229,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -237,6 +253,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -251,4 +270,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/cluster-svcat-apiserver-operator/openshift-priv-cluster-svcat-apiserver-operator-release-4.4-postsubmits.yaml b/ci-operator/jobs/openshift-priv/cluster-svcat-apiserver-operator/openshift-priv-cluster-svcat-apiserver-operator-release-4.4-postsubmits.yaml index 77f7f507f9ab..fcc1b182eb30 100644 --- a/ci-operator/jobs/openshift-priv/cluster-svcat-apiserver-operator/openshift-priv-cluster-svcat-apiserver-operator-release-4.4-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cluster-svcat-apiserver-operator/openshift-priv-cluster-svcat-apiserver-operator-release-4.4-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-cluster-svcat-apiserver-operator-release-4.4-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/cluster-svcat-apiserver-operator/openshift-priv-cluster-svcat-apiserver-operator-release-4.4-presubmits.yaml b/ci-operator/jobs/openshift-priv/cluster-svcat-apiserver-operator/openshift-priv-cluster-svcat-apiserver-operator-release-4.4-presubmits.yaml index ff8948d517d7..aa1d9a907c32 100644 --- a/ci-operator/jobs/openshift-priv/cluster-svcat-apiserver-operator/openshift-priv-cluster-svcat-apiserver-operator-release-4.4-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cluster-svcat-apiserver-operator/openshift-priv-cluster-svcat-apiserver-operator-release-4.4-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -52,6 +50,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -77,6 +78,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -97,14 +101,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -130,6 +132,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -155,6 +160,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -175,11 +183,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -199,6 +207,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -213,6 +224,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -233,11 +247,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -257,6 +271,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -271,6 +288,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -291,11 +311,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -315,6 +335,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -329,4 +352,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/cluster-svcat-apiserver-operator/openshift-priv-cluster-svcat-apiserver-operator-release-4.5-postsubmits.yaml b/ci-operator/jobs/openshift-priv/cluster-svcat-apiserver-operator/openshift-priv-cluster-svcat-apiserver-operator-release-4.5-postsubmits.yaml index b716cdd4fe12..550a0c00365d 100644 --- a/ci-operator/jobs/openshift-priv/cluster-svcat-apiserver-operator/openshift-priv-cluster-svcat-apiserver-operator-release-4.5-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cluster-svcat-apiserver-operator/openshift-priv-cluster-svcat-apiserver-operator-release-4.5-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-cluster-svcat-apiserver-operator-release-4.5-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/cluster-svcat-apiserver-operator/openshift-priv-cluster-svcat-apiserver-operator-release-4.5-presubmits.yaml b/ci-operator/jobs/openshift-priv/cluster-svcat-apiserver-operator/openshift-priv-cluster-svcat-apiserver-operator-release-4.5-presubmits.yaml index 614ebfe5544e..c026057ec80f 100644 --- a/ci-operator/jobs/openshift-priv/cluster-svcat-apiserver-operator/openshift-priv-cluster-svcat-apiserver-operator-release-4.5-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cluster-svcat-apiserver-operator/openshift-priv-cluster-svcat-apiserver-operator-release-4.5-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -52,6 +50,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -77,6 +78,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -97,14 +101,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -130,6 +132,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -155,6 +160,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -175,11 +183,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -199,6 +207,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -213,6 +224,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -233,11 +247,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -257,6 +271,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -271,6 +288,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -291,11 +311,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -315,6 +335,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -329,4 +352,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/cluster-svcat-apiserver-operator/openshift-priv-cluster-svcat-apiserver-operator-release-4.6-postsubmits.yaml b/ci-operator/jobs/openshift-priv/cluster-svcat-apiserver-operator/openshift-priv-cluster-svcat-apiserver-operator-release-4.6-postsubmits.yaml index 842fda0fae28..ab3f076c3660 100644 --- a/ci-operator/jobs/openshift-priv/cluster-svcat-apiserver-operator/openshift-priv-cluster-svcat-apiserver-operator-release-4.6-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cluster-svcat-apiserver-operator/openshift-priv-cluster-svcat-apiserver-operator-release-4.6-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-cluster-svcat-apiserver-operator-release-4.6-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/cluster-svcat-apiserver-operator/openshift-priv-cluster-svcat-apiserver-operator-release-4.6-presubmits.yaml b/ci-operator/jobs/openshift-priv/cluster-svcat-apiserver-operator/openshift-priv-cluster-svcat-apiserver-operator-release-4.6-presubmits.yaml index 3ac2c9e1189b..7b5cbe214f72 100644 --- a/ci-operator/jobs/openshift-priv/cluster-svcat-apiserver-operator/openshift-priv-cluster-svcat-apiserver-operator-release-4.6-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cluster-svcat-apiserver-operator/openshift-priv-cluster-svcat-apiserver-operator-release-4.6-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -52,6 +50,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -77,6 +78,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -97,14 +101,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -130,6 +132,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -155,6 +160,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -175,11 +183,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -199,6 +207,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -213,6 +224,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -233,11 +247,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -257,6 +271,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -271,6 +288,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -291,11 +311,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -315,6 +335,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -329,4 +352,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/cluster-svcat-apiserver-operator/openshift-priv-cluster-svcat-apiserver-operator-release-4.7-postsubmits.yaml b/ci-operator/jobs/openshift-priv/cluster-svcat-apiserver-operator/openshift-priv-cluster-svcat-apiserver-operator-release-4.7-postsubmits.yaml index ae93655941e7..7a6de047d5a0 100644 --- a/ci-operator/jobs/openshift-priv/cluster-svcat-apiserver-operator/openshift-priv-cluster-svcat-apiserver-operator-release-4.7-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cluster-svcat-apiserver-operator/openshift-priv-cluster-svcat-apiserver-operator-release-4.7-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-cluster-svcat-apiserver-operator-release-4.7-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/cluster-svcat-apiserver-operator/openshift-priv-cluster-svcat-apiserver-operator-release-4.7-presubmits.yaml b/ci-operator/jobs/openshift-priv/cluster-svcat-apiserver-operator/openshift-priv-cluster-svcat-apiserver-operator-release-4.7-presubmits.yaml index 125be2570436..b9e0c16d5df7 100644 --- a/ci-operator/jobs/openshift-priv/cluster-svcat-apiserver-operator/openshift-priv-cluster-svcat-apiserver-operator-release-4.7-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cluster-svcat-apiserver-operator/openshift-priv-cluster-svcat-apiserver-operator-release-4.7-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -52,6 +50,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -77,6 +78,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -97,14 +101,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -130,6 +132,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -155,6 +160,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -175,11 +183,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -199,6 +207,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -213,6 +224,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -233,11 +247,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -257,6 +271,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -271,6 +288,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -291,11 +311,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -315,6 +335,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -329,4 +352,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/cluster-svcat-controller-manager-operator/openshift-priv-cluster-svcat-controller-manager-operator-master-postsubmits.yaml b/ci-operator/jobs/openshift-priv/cluster-svcat-controller-manager-operator/openshift-priv-cluster-svcat-controller-manager-operator-master-postsubmits.yaml index 92b745bc2826..9f33e7fede66 100644 --- a/ci-operator/jobs/openshift-priv/cluster-svcat-controller-manager-operator/openshift-priv-cluster-svcat-controller-manager-operator-master-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cluster-svcat-controller-manager-operator/openshift-priv-cluster-svcat-controller-manager-operator-master-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-cluster-svcat-controller-manager-operator-master-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/cluster-svcat-controller-manager-operator/openshift-priv-cluster-svcat-controller-manager-operator-master-presubmits.yaml b/ci-operator/jobs/openshift-priv/cluster-svcat-controller-manager-operator/openshift-priv-cluster-svcat-controller-manager-operator-master-presubmits.yaml index 986816422558..7390bd06de70 100644 --- a/ci-operator/jobs/openshift-priv/cluster-svcat-controller-manager-operator/openshift-priv-cluster-svcat-controller-manager-operator-master-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cluster-svcat-controller-manager-operator/openshift-priv-cluster-svcat-controller-manager-operator-master-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -52,6 +50,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -77,6 +78,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -97,14 +101,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-operator-cluster-profile - --target=e2e-aws-operator - --template=/usr/local/e2e-aws-operator @@ -141,6 +143,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -169,6 +174,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-operator,?($|\s.*) - agent: kubernetes always_run: true @@ -189,14 +197,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -222,6 +228,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -247,6 +256,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -267,11 +279,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -291,6 +303,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -305,6 +320,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -325,11 +343,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -349,6 +367,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -363,6 +384,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -383,11 +407,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -407,6 +431,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -421,4 +448,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/cluster-svcat-controller-manager-operator/openshift-priv-cluster-svcat-controller-manager-operator-release-4.1-postsubmits.yaml b/ci-operator/jobs/openshift-priv/cluster-svcat-controller-manager-operator/openshift-priv-cluster-svcat-controller-manager-operator-release-4.1-postsubmits.yaml index e82abf569791..008769417659 100644 --- a/ci-operator/jobs/openshift-priv/cluster-svcat-controller-manager-operator/openshift-priv-cluster-svcat-controller-manager-operator-release-4.1-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cluster-svcat-controller-manager-operator/openshift-priv-cluster-svcat-controller-manager-operator-release-4.1-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-cluster-svcat-controller-manager-operator-release-4.1-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/cluster-svcat-controller-manager-operator/openshift-priv-cluster-svcat-controller-manager-operator-release-4.1-presubmits.yaml b/ci-operator/jobs/openshift-priv/cluster-svcat-controller-manager-operator/openshift-priv-cluster-svcat-controller-manager-operator-release-4.1-presubmits.yaml index 6f1ecd0b5639..30ec7be95cca 100644 --- a/ci-operator/jobs/openshift-priv/cluster-svcat-controller-manager-operator/openshift-priv-cluster-svcat-controller-manager-operator-release-4.1-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cluster-svcat-controller-manager-operator/openshift-priv-cluster-svcat-controller-manager-operator-release-4.1-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -52,6 +50,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -77,6 +78,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -97,14 +101,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-operator-cluster-profile - --target=e2e-aws-operator - --template=/usr/local/e2e-aws-operator @@ -141,6 +143,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -169,6 +174,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-operator,?($|\s.*) - agent: kubernetes always_run: true @@ -189,11 +197,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -213,6 +221,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -227,6 +238,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -247,11 +261,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -271,6 +285,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -285,6 +302,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -305,11 +325,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -329,6 +349,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -343,4 +366,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/cluster-svcat-controller-manager-operator/openshift-priv-cluster-svcat-controller-manager-operator-release-4.2-postsubmits.yaml b/ci-operator/jobs/openshift-priv/cluster-svcat-controller-manager-operator/openshift-priv-cluster-svcat-controller-manager-operator-release-4.2-postsubmits.yaml index 119843103834..40cf5e0b1237 100644 --- a/ci-operator/jobs/openshift-priv/cluster-svcat-controller-manager-operator/openshift-priv-cluster-svcat-controller-manager-operator-release-4.2-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cluster-svcat-controller-manager-operator/openshift-priv-cluster-svcat-controller-manager-operator-release-4.2-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-cluster-svcat-controller-manager-operator-release-4.2-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/cluster-svcat-controller-manager-operator/openshift-priv-cluster-svcat-controller-manager-operator-release-4.2-presubmits.yaml b/ci-operator/jobs/openshift-priv/cluster-svcat-controller-manager-operator/openshift-priv-cluster-svcat-controller-manager-operator-release-4.2-presubmits.yaml index 2dc35e26eeb2..69d50afe00ab 100644 --- a/ci-operator/jobs/openshift-priv/cluster-svcat-controller-manager-operator/openshift-priv-cluster-svcat-controller-manager-operator-release-4.2-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cluster-svcat-controller-manager-operator/openshift-priv-cluster-svcat-controller-manager-operator-release-4.2-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -52,6 +50,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -77,6 +78,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -97,14 +101,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-operator-cluster-profile - --target=e2e-aws-operator - --template=/usr/local/e2e-aws-operator @@ -141,6 +143,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -169,6 +174,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-operator,?($|\s.*) - agent: kubernetes always_run: true @@ -189,11 +197,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -213,6 +221,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -227,6 +238,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -247,11 +261,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -271,6 +285,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -285,6 +302,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -305,11 +325,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -329,6 +349,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -343,4 +366,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/cluster-svcat-controller-manager-operator/openshift-priv-cluster-svcat-controller-manager-operator-release-4.3-postsubmits.yaml b/ci-operator/jobs/openshift-priv/cluster-svcat-controller-manager-operator/openshift-priv-cluster-svcat-controller-manager-operator-release-4.3-postsubmits.yaml index 5c22f5a549b6..61db16b0149c 100644 --- a/ci-operator/jobs/openshift-priv/cluster-svcat-controller-manager-operator/openshift-priv-cluster-svcat-controller-manager-operator-release-4.3-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cluster-svcat-controller-manager-operator/openshift-priv-cluster-svcat-controller-manager-operator-release-4.3-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-cluster-svcat-controller-manager-operator-release-4.3-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/cluster-svcat-controller-manager-operator/openshift-priv-cluster-svcat-controller-manager-operator-release-4.3-presubmits.yaml b/ci-operator/jobs/openshift-priv/cluster-svcat-controller-manager-operator/openshift-priv-cluster-svcat-controller-manager-operator-release-4.3-presubmits.yaml index 7dfe733274c4..3af20dcf9b20 100644 --- a/ci-operator/jobs/openshift-priv/cluster-svcat-controller-manager-operator/openshift-priv-cluster-svcat-controller-manager-operator-release-4.3-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cluster-svcat-controller-manager-operator/openshift-priv-cluster-svcat-controller-manager-operator-release-4.3-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -52,6 +50,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -77,6 +78,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -97,14 +101,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-operator-cluster-profile - --target=e2e-aws-operator - --template=/usr/local/e2e-aws-operator @@ -141,6 +143,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -169,6 +174,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-operator,?($|\s.*) - agent: kubernetes always_run: true @@ -189,11 +197,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -213,6 +221,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -227,6 +238,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -247,11 +261,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -271,6 +285,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -285,6 +302,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -305,11 +325,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -329,6 +349,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -343,4 +366,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/cluster-svcat-controller-manager-operator/openshift-priv-cluster-svcat-controller-manager-operator-release-4.4-postsubmits.yaml b/ci-operator/jobs/openshift-priv/cluster-svcat-controller-manager-operator/openshift-priv-cluster-svcat-controller-manager-operator-release-4.4-postsubmits.yaml index a1444f03b684..24dd1a616811 100644 --- a/ci-operator/jobs/openshift-priv/cluster-svcat-controller-manager-operator/openshift-priv-cluster-svcat-controller-manager-operator-release-4.4-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cluster-svcat-controller-manager-operator/openshift-priv-cluster-svcat-controller-manager-operator-release-4.4-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-cluster-svcat-controller-manager-operator-release-4.4-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/cluster-svcat-controller-manager-operator/openshift-priv-cluster-svcat-controller-manager-operator-release-4.4-presubmits.yaml b/ci-operator/jobs/openshift-priv/cluster-svcat-controller-manager-operator/openshift-priv-cluster-svcat-controller-manager-operator-release-4.4-presubmits.yaml index b0c23260bde9..bcc789f454e7 100644 --- a/ci-operator/jobs/openshift-priv/cluster-svcat-controller-manager-operator/openshift-priv-cluster-svcat-controller-manager-operator-release-4.4-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cluster-svcat-controller-manager-operator/openshift-priv-cluster-svcat-controller-manager-operator-release-4.4-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -52,6 +50,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -77,6 +78,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -97,14 +101,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-operator-cluster-profile - --target=e2e-aws-operator - --template=/usr/local/e2e-aws-operator @@ -141,6 +143,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -169,6 +174,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-operator,?($|\s.*) - agent: kubernetes always_run: true @@ -189,14 +197,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -222,6 +228,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -247,6 +256,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -267,11 +279,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -291,6 +303,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -305,6 +320,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -325,11 +343,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -349,6 +367,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -363,6 +384,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -383,11 +407,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -407,6 +431,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -421,4 +448,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/cluster-svcat-controller-manager-operator/openshift-priv-cluster-svcat-controller-manager-operator-release-4.5-postsubmits.yaml b/ci-operator/jobs/openshift-priv/cluster-svcat-controller-manager-operator/openshift-priv-cluster-svcat-controller-manager-operator-release-4.5-postsubmits.yaml index 3936370de5e1..b19fe35c192c 100644 --- a/ci-operator/jobs/openshift-priv/cluster-svcat-controller-manager-operator/openshift-priv-cluster-svcat-controller-manager-operator-release-4.5-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cluster-svcat-controller-manager-operator/openshift-priv-cluster-svcat-controller-manager-operator-release-4.5-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-cluster-svcat-controller-manager-operator-release-4.5-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/cluster-svcat-controller-manager-operator/openshift-priv-cluster-svcat-controller-manager-operator-release-4.5-presubmits.yaml b/ci-operator/jobs/openshift-priv/cluster-svcat-controller-manager-operator/openshift-priv-cluster-svcat-controller-manager-operator-release-4.5-presubmits.yaml index 30a8a27cd697..a7610d4e2796 100644 --- a/ci-operator/jobs/openshift-priv/cluster-svcat-controller-manager-operator/openshift-priv-cluster-svcat-controller-manager-operator-release-4.5-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cluster-svcat-controller-manager-operator/openshift-priv-cluster-svcat-controller-manager-operator-release-4.5-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -52,6 +50,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -77,6 +78,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -97,14 +101,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-operator-cluster-profile - --target=e2e-aws-operator - --template=/usr/local/e2e-aws-operator @@ -141,6 +143,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -169,6 +174,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-operator,?($|\s.*) - agent: kubernetes always_run: true @@ -189,14 +197,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -222,6 +228,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -247,6 +256,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -267,11 +279,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -291,6 +303,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -305,6 +320,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -325,11 +343,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -349,6 +367,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -363,6 +384,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -383,11 +407,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -407,6 +431,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -421,4 +448,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/cluster-svcat-controller-manager-operator/openshift-priv-cluster-svcat-controller-manager-operator-release-4.6-postsubmits.yaml b/ci-operator/jobs/openshift-priv/cluster-svcat-controller-manager-operator/openshift-priv-cluster-svcat-controller-manager-operator-release-4.6-postsubmits.yaml index 7290b935cbd2..45c5d8125760 100644 --- a/ci-operator/jobs/openshift-priv/cluster-svcat-controller-manager-operator/openshift-priv-cluster-svcat-controller-manager-operator-release-4.6-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cluster-svcat-controller-manager-operator/openshift-priv-cluster-svcat-controller-manager-operator-release-4.6-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-cluster-svcat-controller-manager-operator-release-4.6-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/cluster-svcat-controller-manager-operator/openshift-priv-cluster-svcat-controller-manager-operator-release-4.6-presubmits.yaml b/ci-operator/jobs/openshift-priv/cluster-svcat-controller-manager-operator/openshift-priv-cluster-svcat-controller-manager-operator-release-4.6-presubmits.yaml index 22ce0d0749f0..a8280dedfb69 100644 --- a/ci-operator/jobs/openshift-priv/cluster-svcat-controller-manager-operator/openshift-priv-cluster-svcat-controller-manager-operator-release-4.6-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cluster-svcat-controller-manager-operator/openshift-priv-cluster-svcat-controller-manager-operator-release-4.6-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -52,6 +50,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -77,6 +78,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -97,14 +101,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-operator-cluster-profile - --target=e2e-aws-operator - --template=/usr/local/e2e-aws-operator @@ -141,6 +143,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -169,6 +174,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-operator,?($|\s.*) - agent: kubernetes always_run: true @@ -189,14 +197,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -222,6 +228,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -247,6 +256,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -267,11 +279,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -291,6 +303,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -305,6 +320,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -325,11 +343,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -349,6 +367,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -363,6 +384,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -383,11 +407,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -407,6 +431,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -421,4 +448,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/cluster-svcat-controller-manager-operator/openshift-priv-cluster-svcat-controller-manager-operator-release-4.7-postsubmits.yaml b/ci-operator/jobs/openshift-priv/cluster-svcat-controller-manager-operator/openshift-priv-cluster-svcat-controller-manager-operator-release-4.7-postsubmits.yaml index 0a32da0ae7ab..856d79e0527c 100644 --- a/ci-operator/jobs/openshift-priv/cluster-svcat-controller-manager-operator/openshift-priv-cluster-svcat-controller-manager-operator-release-4.7-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cluster-svcat-controller-manager-operator/openshift-priv-cluster-svcat-controller-manager-operator-release-4.7-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-cluster-svcat-controller-manager-operator-release-4.7-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/cluster-svcat-controller-manager-operator/openshift-priv-cluster-svcat-controller-manager-operator-release-4.7-presubmits.yaml b/ci-operator/jobs/openshift-priv/cluster-svcat-controller-manager-operator/openshift-priv-cluster-svcat-controller-manager-operator-release-4.7-presubmits.yaml index 53c529b9a5f2..8728c6978791 100644 --- a/ci-operator/jobs/openshift-priv/cluster-svcat-controller-manager-operator/openshift-priv-cluster-svcat-controller-manager-operator-release-4.7-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cluster-svcat-controller-manager-operator/openshift-priv-cluster-svcat-controller-manager-operator-release-4.7-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -52,6 +50,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -77,6 +78,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -97,14 +101,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-operator-cluster-profile - --target=e2e-aws-operator - --template=/usr/local/e2e-aws-operator @@ -141,6 +143,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -169,6 +174,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-operator,?($|\s.*) - agent: kubernetes always_run: true @@ -189,14 +197,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -222,6 +228,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -247,6 +256,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -267,11 +279,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -291,6 +303,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -305,6 +320,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -325,11 +343,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -349,6 +367,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -363,6 +384,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -383,11 +407,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -407,6 +431,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -421,4 +448,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/cluster-update-keys/openshift-priv-cluster-update-keys-master-postsubmits.yaml b/ci-operator/jobs/openshift-priv/cluster-update-keys/openshift-priv-cluster-update-keys-master-postsubmits.yaml index 796ba28b7a7d..d3f7e7e2dd99 100644 --- a/ci-operator/jobs/openshift-priv/cluster-update-keys/openshift-priv-cluster-update-keys-master-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cluster-update-keys/openshift-priv-cluster-update-keys-master-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-cluster-update-keys-master-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/cluster-update-keys/openshift-priv-cluster-update-keys-master-presubmits.yaml b/ci-operator/jobs/openshift-priv/cluster-update-keys/openshift-priv-cluster-update-keys-master-presubmits.yaml index 2a83c1880ad8..ea62271c1640 100644 --- a/ci-operator/jobs/openshift-priv/cluster-update-keys/openshift-priv-cluster-update-keys-master-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cluster-update-keys/openshift-priv-cluster-update-keys-master-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -52,6 +50,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -77,6 +78,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -97,14 +101,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -130,6 +132,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -155,6 +160,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -175,11 +183,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -199,6 +207,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -213,4 +224,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/cluster-update-keys/openshift-priv-cluster-update-keys-release-4.1-postsubmits.yaml b/ci-operator/jobs/openshift-priv/cluster-update-keys/openshift-priv-cluster-update-keys-release-4.1-postsubmits.yaml index 3ec17ff53739..b452ed31aa7d 100644 --- a/ci-operator/jobs/openshift-priv/cluster-update-keys/openshift-priv-cluster-update-keys-release-4.1-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cluster-update-keys/openshift-priv-cluster-update-keys-release-4.1-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-cluster-update-keys-release-4.1-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/cluster-update-keys/openshift-priv-cluster-update-keys-release-4.1-presubmits.yaml b/ci-operator/jobs/openshift-priv/cluster-update-keys/openshift-priv-cluster-update-keys-release-4.1-presubmits.yaml index e9a1ced4e69f..60fb876fa3d1 100644 --- a/ci-operator/jobs/openshift-priv/cluster-update-keys/openshift-priv-cluster-update-keys-release-4.1-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cluster-update-keys/openshift-priv-cluster-update-keys-release-4.1-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -52,6 +50,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -77,6 +78,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -97,14 +101,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -130,6 +132,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -155,6 +160,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -175,11 +183,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -199,6 +207,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -213,4 +224,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/cluster-update-keys/openshift-priv-cluster-update-keys-release-4.2-postsubmits.yaml b/ci-operator/jobs/openshift-priv/cluster-update-keys/openshift-priv-cluster-update-keys-release-4.2-postsubmits.yaml index 406da6906497..2437dcf977b4 100644 --- a/ci-operator/jobs/openshift-priv/cluster-update-keys/openshift-priv-cluster-update-keys-release-4.2-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cluster-update-keys/openshift-priv-cluster-update-keys-release-4.2-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-cluster-update-keys-release-4.2-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/cluster-update-keys/openshift-priv-cluster-update-keys-release-4.2-presubmits.yaml b/ci-operator/jobs/openshift-priv/cluster-update-keys/openshift-priv-cluster-update-keys-release-4.2-presubmits.yaml index 4529047230d2..11e1497603ee 100644 --- a/ci-operator/jobs/openshift-priv/cluster-update-keys/openshift-priv-cluster-update-keys-release-4.2-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cluster-update-keys/openshift-priv-cluster-update-keys-release-4.2-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -52,6 +50,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -77,6 +78,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -97,14 +101,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -130,6 +132,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -155,6 +160,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -175,11 +183,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -199,6 +207,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -213,4 +224,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/cluster-update-keys/openshift-priv-cluster-update-keys-release-4.3-postsubmits.yaml b/ci-operator/jobs/openshift-priv/cluster-update-keys/openshift-priv-cluster-update-keys-release-4.3-postsubmits.yaml index bffbd7c2336e..9cb65d5cf86b 100644 --- a/ci-operator/jobs/openshift-priv/cluster-update-keys/openshift-priv-cluster-update-keys-release-4.3-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cluster-update-keys/openshift-priv-cluster-update-keys-release-4.3-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-cluster-update-keys-release-4.3-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/cluster-update-keys/openshift-priv-cluster-update-keys-release-4.3-presubmits.yaml b/ci-operator/jobs/openshift-priv/cluster-update-keys/openshift-priv-cluster-update-keys-release-4.3-presubmits.yaml index f04c9938f7e7..d4b559af6a24 100644 --- a/ci-operator/jobs/openshift-priv/cluster-update-keys/openshift-priv-cluster-update-keys-release-4.3-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cluster-update-keys/openshift-priv-cluster-update-keys-release-4.3-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -52,6 +50,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -77,6 +78,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -97,14 +101,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -130,6 +132,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -155,6 +160,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -175,11 +183,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -199,6 +207,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -213,4 +224,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/cluster-update-keys/openshift-priv-cluster-update-keys-release-4.4-postsubmits.yaml b/ci-operator/jobs/openshift-priv/cluster-update-keys/openshift-priv-cluster-update-keys-release-4.4-postsubmits.yaml index 37e6c9f38402..435f2225a7e8 100644 --- a/ci-operator/jobs/openshift-priv/cluster-update-keys/openshift-priv-cluster-update-keys-release-4.4-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cluster-update-keys/openshift-priv-cluster-update-keys-release-4.4-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-cluster-update-keys-release-4.4-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/cluster-update-keys/openshift-priv-cluster-update-keys-release-4.4-presubmits.yaml b/ci-operator/jobs/openshift-priv/cluster-update-keys/openshift-priv-cluster-update-keys-release-4.4-presubmits.yaml index fa4b443329c2..96a962976c60 100644 --- a/ci-operator/jobs/openshift-priv/cluster-update-keys/openshift-priv-cluster-update-keys-release-4.4-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cluster-update-keys/openshift-priv-cluster-update-keys-release-4.4-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -52,6 +50,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -77,6 +78,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -97,14 +101,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -130,6 +132,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -155,6 +160,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -175,11 +183,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -199,6 +207,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -213,4 +224,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/cluster-update-keys/openshift-priv-cluster-update-keys-release-4.5-postsubmits.yaml b/ci-operator/jobs/openshift-priv/cluster-update-keys/openshift-priv-cluster-update-keys-release-4.5-postsubmits.yaml index 18fcc8a4f73e..efcad132adac 100644 --- a/ci-operator/jobs/openshift-priv/cluster-update-keys/openshift-priv-cluster-update-keys-release-4.5-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cluster-update-keys/openshift-priv-cluster-update-keys-release-4.5-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-cluster-update-keys-release-4.5-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/cluster-update-keys/openshift-priv-cluster-update-keys-release-4.5-presubmits.yaml b/ci-operator/jobs/openshift-priv/cluster-update-keys/openshift-priv-cluster-update-keys-release-4.5-presubmits.yaml index 33dbb55dd10d..e5866f8b6eee 100644 --- a/ci-operator/jobs/openshift-priv/cluster-update-keys/openshift-priv-cluster-update-keys-release-4.5-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cluster-update-keys/openshift-priv-cluster-update-keys-release-4.5-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -52,6 +50,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -77,6 +78,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -97,14 +101,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -130,6 +132,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -155,6 +160,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -175,11 +183,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -199,6 +207,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -213,4 +224,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/cluster-update-keys/openshift-priv-cluster-update-keys-release-4.6-postsubmits.yaml b/ci-operator/jobs/openshift-priv/cluster-update-keys/openshift-priv-cluster-update-keys-release-4.6-postsubmits.yaml index 1895b82ce01e..ab034b91615c 100644 --- a/ci-operator/jobs/openshift-priv/cluster-update-keys/openshift-priv-cluster-update-keys-release-4.6-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cluster-update-keys/openshift-priv-cluster-update-keys-release-4.6-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-cluster-update-keys-release-4.6-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/cluster-update-keys/openshift-priv-cluster-update-keys-release-4.6-presubmits.yaml b/ci-operator/jobs/openshift-priv/cluster-update-keys/openshift-priv-cluster-update-keys-release-4.6-presubmits.yaml index 2ad51b3e4651..fe225e3e01c3 100644 --- a/ci-operator/jobs/openshift-priv/cluster-update-keys/openshift-priv-cluster-update-keys-release-4.6-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cluster-update-keys/openshift-priv-cluster-update-keys-release-4.6-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -52,6 +50,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -77,6 +78,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -97,14 +101,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -130,6 +132,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -155,6 +160,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -175,11 +183,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -199,6 +207,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -213,4 +224,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/cluster-update-keys/openshift-priv-cluster-update-keys-release-4.7-postsubmits.yaml b/ci-operator/jobs/openshift-priv/cluster-update-keys/openshift-priv-cluster-update-keys-release-4.7-postsubmits.yaml index d093622dd4bd..de5a1153af0a 100644 --- a/ci-operator/jobs/openshift-priv/cluster-update-keys/openshift-priv-cluster-update-keys-release-4.7-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cluster-update-keys/openshift-priv-cluster-update-keys-release-4.7-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-cluster-update-keys-release-4.7-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/cluster-update-keys/openshift-priv-cluster-update-keys-release-4.7-presubmits.yaml b/ci-operator/jobs/openshift-priv/cluster-update-keys/openshift-priv-cluster-update-keys-release-4.7-presubmits.yaml index fea41ee4ac96..e15c94f53c92 100644 --- a/ci-operator/jobs/openshift-priv/cluster-update-keys/openshift-priv-cluster-update-keys-release-4.7-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cluster-update-keys/openshift-priv-cluster-update-keys-release-4.7-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -52,6 +50,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -77,6 +78,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -97,14 +101,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -130,6 +132,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -155,6 +160,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -175,11 +183,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -199,6 +207,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -213,4 +224,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/cluster-version-operator/openshift-priv-cluster-version-operator-master-postsubmits.yaml b/ci-operator/jobs/openshift-priv/cluster-version-operator/openshift-priv-cluster-version-operator-master-postsubmits.yaml index 944b12b8d568..22fb161481d6 100644 --- a/ci-operator/jobs/openshift-priv/cluster-version-operator/openshift-priv-cluster-version-operator-master-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cluster-version-operator/openshift-priv-cluster-version-operator-master-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-cluster-version-operator-master-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/cluster-version-operator/openshift-priv-cluster-version-operator-master-presubmits.yaml b/ci-operator/jobs/openshift-priv/cluster-version-operator/openshift-priv-cluster-version-operator-master-presubmits.yaml index 4f6efffae819..348e8ca200b2 100644 --- a/ci-operator/jobs/openshift-priv/cluster-version-operator/openshift-priv-cluster-version-operator-master-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cluster-version-operator/openshift-priv-cluster-version-operator-master-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -52,6 +50,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -77,6 +78,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -97,14 +101,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -130,6 +132,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -155,6 +160,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -175,14 +183,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upi-cluster-profile - --target=e2e-aws-upi - --template=/usr/local/e2e-aws-upi @@ -219,6 +225,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -247,6 +256,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upi,?($|\s.*) - agent: kubernetes always_run: true @@ -267,11 +279,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -291,6 +303,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -305,6 +320,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -325,11 +343,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -349,6 +367,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -363,4 +384,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/cluster-version-operator/openshift-priv-cluster-version-operator-release-4.1-postsubmits.yaml b/ci-operator/jobs/openshift-priv/cluster-version-operator/openshift-priv-cluster-version-operator-release-4.1-postsubmits.yaml index f132e9da18d0..056c0f8022b9 100644 --- a/ci-operator/jobs/openshift-priv/cluster-version-operator/openshift-priv-cluster-version-operator-release-4.1-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cluster-version-operator/openshift-priv-cluster-version-operator-release-4.1-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-cluster-version-operator-release-4.1-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/cluster-version-operator/openshift-priv-cluster-version-operator-release-4.1-presubmits.yaml b/ci-operator/jobs/openshift-priv/cluster-version-operator/openshift-priv-cluster-version-operator-release-4.1-presubmits.yaml index 58fd75032df9..2a87f6e81d13 100644 --- a/ci-operator/jobs/openshift-priv/cluster-version-operator/openshift-priv-cluster-version-operator-release-4.1-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cluster-version-operator/openshift-priv-cluster-version-operator-release-4.1-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -52,6 +50,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -77,6 +78,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -97,14 +101,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -130,6 +132,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -155,6 +160,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -175,11 +183,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -199,6 +207,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -213,6 +224,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -233,11 +247,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -257,6 +271,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -271,4 +288,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/cluster-version-operator/openshift-priv-cluster-version-operator-release-4.2-postsubmits.yaml b/ci-operator/jobs/openshift-priv/cluster-version-operator/openshift-priv-cluster-version-operator-release-4.2-postsubmits.yaml index 0c00a58c8527..e1b4623d58cb 100644 --- a/ci-operator/jobs/openshift-priv/cluster-version-operator/openshift-priv-cluster-version-operator-release-4.2-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cluster-version-operator/openshift-priv-cluster-version-operator-release-4.2-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-cluster-version-operator-release-4.2-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/cluster-version-operator/openshift-priv-cluster-version-operator-release-4.2-presubmits.yaml b/ci-operator/jobs/openshift-priv/cluster-version-operator/openshift-priv-cluster-version-operator-release-4.2-presubmits.yaml index bb8b7f5931c4..3eed0508c703 100644 --- a/ci-operator/jobs/openshift-priv/cluster-version-operator/openshift-priv-cluster-version-operator-release-4.2-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cluster-version-operator/openshift-priv-cluster-version-operator-release-4.2-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -52,6 +50,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -77,6 +78,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -97,14 +101,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -130,6 +132,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -155,6 +160,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -175,11 +183,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -199,6 +207,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -213,6 +224,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -233,11 +247,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -257,6 +271,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -271,4 +288,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/cluster-version-operator/openshift-priv-cluster-version-operator-release-4.3-postsubmits.yaml b/ci-operator/jobs/openshift-priv/cluster-version-operator/openshift-priv-cluster-version-operator-release-4.3-postsubmits.yaml index 7da2998d5dea..c34fd368d10a 100644 --- a/ci-operator/jobs/openshift-priv/cluster-version-operator/openshift-priv-cluster-version-operator-release-4.3-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cluster-version-operator/openshift-priv-cluster-version-operator-release-4.3-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-cluster-version-operator-release-4.3-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/cluster-version-operator/openshift-priv-cluster-version-operator-release-4.3-presubmits.yaml b/ci-operator/jobs/openshift-priv/cluster-version-operator/openshift-priv-cluster-version-operator-release-4.3-presubmits.yaml index 0ff19106c415..0103e5b21bc3 100644 --- a/ci-operator/jobs/openshift-priv/cluster-version-operator/openshift-priv-cluster-version-operator-release-4.3-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cluster-version-operator/openshift-priv-cluster-version-operator-release-4.3-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -52,6 +50,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -77,6 +78,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -97,14 +101,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -130,6 +132,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -155,6 +160,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -175,11 +183,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -199,6 +207,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -213,6 +224,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -233,11 +247,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -257,6 +271,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -271,4 +288,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/cluster-version-operator/openshift-priv-cluster-version-operator-release-4.4-postsubmits.yaml b/ci-operator/jobs/openshift-priv/cluster-version-operator/openshift-priv-cluster-version-operator-release-4.4-postsubmits.yaml index 594c37c06ee1..a05a37162ca0 100644 --- a/ci-operator/jobs/openshift-priv/cluster-version-operator/openshift-priv-cluster-version-operator-release-4.4-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cluster-version-operator/openshift-priv-cluster-version-operator-release-4.4-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-cluster-version-operator-release-4.4-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/cluster-version-operator/openshift-priv-cluster-version-operator-release-4.4-presubmits.yaml b/ci-operator/jobs/openshift-priv/cluster-version-operator/openshift-priv-cluster-version-operator-release-4.4-presubmits.yaml index cc10715e9dd5..85bef454974c 100644 --- a/ci-operator/jobs/openshift-priv/cluster-version-operator/openshift-priv-cluster-version-operator-release-4.4-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cluster-version-operator/openshift-priv-cluster-version-operator-release-4.4-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -52,6 +50,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -77,6 +78,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -97,14 +101,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -130,6 +132,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -155,6 +160,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -175,14 +183,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upi-cluster-profile - --target=e2e-aws-upi - --template=/usr/local/e2e-aws-upi @@ -219,6 +225,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -247,6 +256,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upi,?($|\s.*) - agent: kubernetes always_run: true @@ -267,11 +279,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -291,6 +303,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -305,6 +320,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -325,11 +343,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -349,6 +367,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -363,4 +384,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/cluster-version-operator/openshift-priv-cluster-version-operator-release-4.5-postsubmits.yaml b/ci-operator/jobs/openshift-priv/cluster-version-operator/openshift-priv-cluster-version-operator-release-4.5-postsubmits.yaml index df53a833f6c0..ddc8ff8663b1 100644 --- a/ci-operator/jobs/openshift-priv/cluster-version-operator/openshift-priv-cluster-version-operator-release-4.5-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cluster-version-operator/openshift-priv-cluster-version-operator-release-4.5-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-cluster-version-operator-release-4.5-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/cluster-version-operator/openshift-priv-cluster-version-operator-release-4.5-presubmits.yaml b/ci-operator/jobs/openshift-priv/cluster-version-operator/openshift-priv-cluster-version-operator-release-4.5-presubmits.yaml index 99ed1c467815..ca5bf5fb8508 100644 --- a/ci-operator/jobs/openshift-priv/cluster-version-operator/openshift-priv-cluster-version-operator-release-4.5-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cluster-version-operator/openshift-priv-cluster-version-operator-release-4.5-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -52,6 +50,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -77,6 +78,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -97,14 +101,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -130,6 +132,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -155,6 +160,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -175,14 +183,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upi-cluster-profile - --target=e2e-aws-upi - --template=/usr/local/e2e-aws-upi @@ -219,6 +225,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -247,6 +256,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upi,?($|\s.*) - agent: kubernetes always_run: true @@ -267,11 +279,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -291,6 +303,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -305,6 +320,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -325,11 +343,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -349,6 +367,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -363,4 +384,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/cluster-version-operator/openshift-priv-cluster-version-operator-release-4.6-postsubmits.yaml b/ci-operator/jobs/openshift-priv/cluster-version-operator/openshift-priv-cluster-version-operator-release-4.6-postsubmits.yaml index 3a466cee7c2b..5b2643f08a87 100644 --- a/ci-operator/jobs/openshift-priv/cluster-version-operator/openshift-priv-cluster-version-operator-release-4.6-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cluster-version-operator/openshift-priv-cluster-version-operator-release-4.6-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-cluster-version-operator-release-4.6-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/cluster-version-operator/openshift-priv-cluster-version-operator-release-4.6-presubmits.yaml b/ci-operator/jobs/openshift-priv/cluster-version-operator/openshift-priv-cluster-version-operator-release-4.6-presubmits.yaml index 9331638c121b..cc6310ffd8aa 100644 --- a/ci-operator/jobs/openshift-priv/cluster-version-operator/openshift-priv-cluster-version-operator-release-4.6-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cluster-version-operator/openshift-priv-cluster-version-operator-release-4.6-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -52,6 +50,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -77,6 +78,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -97,14 +101,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -130,6 +132,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -155,6 +160,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -175,14 +183,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upi-cluster-profile - --target=e2e-aws-upi - --template=/usr/local/e2e-aws-upi @@ -219,6 +225,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -247,6 +256,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upi,?($|\s.*) - agent: kubernetes always_run: true @@ -267,11 +279,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -291,6 +303,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -305,6 +320,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -325,11 +343,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -349,6 +367,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -363,4 +384,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/cluster-version-operator/openshift-priv-cluster-version-operator-release-4.7-postsubmits.yaml b/ci-operator/jobs/openshift-priv/cluster-version-operator/openshift-priv-cluster-version-operator-release-4.7-postsubmits.yaml index fe58b8a44734..197b589339f5 100644 --- a/ci-operator/jobs/openshift-priv/cluster-version-operator/openshift-priv-cluster-version-operator-release-4.7-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cluster-version-operator/openshift-priv-cluster-version-operator-release-4.7-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-cluster-version-operator-release-4.7-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/cluster-version-operator/openshift-priv-cluster-version-operator-release-4.7-presubmits.yaml b/ci-operator/jobs/openshift-priv/cluster-version-operator/openshift-priv-cluster-version-operator-release-4.7-presubmits.yaml index 10c0b7dc40dd..ef429efda5c0 100644 --- a/ci-operator/jobs/openshift-priv/cluster-version-operator/openshift-priv-cluster-version-operator-release-4.7-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/cluster-version-operator/openshift-priv-cluster-version-operator-release-4.7-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -52,6 +50,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -77,6 +78,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -97,14 +101,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -130,6 +132,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -155,6 +160,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -175,14 +183,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upi-cluster-profile - --target=e2e-aws-upi - --template=/usr/local/e2e-aws-upi @@ -219,6 +225,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -247,6 +256,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upi,?($|\s.*) - agent: kubernetes always_run: true @@ -267,11 +279,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -291,6 +303,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -305,6 +320,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -325,11 +343,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -349,6 +367,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -363,4 +384,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/compliance-operator/openshift-priv-compliance-operator-master-postsubmits.yaml b/ci-operator/jobs/openshift-priv/compliance-operator/openshift-priv-compliance-operator-master-postsubmits.yaml index 9cacad4dfc43..9a108568753d 100644 --- a/ci-operator/jobs/openshift-priv/compliance-operator/openshift-priv-compliance-operator-master-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/compliance-operator/openshift-priv-compliance-operator-master-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-compliance-operator-master-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/compliance-operator/openshift-priv-compliance-operator-master-presubmits.yaml b/ci-operator/jobs/openshift-priv/compliance-operator/openshift-priv-compliance-operator-master-presubmits.yaml index 6e4154e36255..a23bb2294f05 100644 --- a/ci-operator/jobs/openshift-priv/compliance-operator/openshift-priv-compliance-operator-master-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/compliance-operator/openshift-priv-compliance-operator-master-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws - --template=/usr/local/e2e-aws @@ -63,6 +61,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -91,6 +92,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -111,11 +115,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=go-build command: - ci-operator @@ -135,6 +139,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -149,6 +156,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )go-build,?($|\s.*) - agent: kubernetes always_run: true @@ -169,11 +179,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -193,6 +203,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -207,6 +220,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -227,11 +243,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -251,6 +267,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -265,6 +284,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -285,11 +307,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -309,6 +331,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -323,4 +348,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/compliance-operator/openshift-priv-compliance-operator-release-4.5-postsubmits.yaml b/ci-operator/jobs/openshift-priv/compliance-operator/openshift-priv-compliance-operator-release-4.5-postsubmits.yaml index 5423a9874a56..c2568e537bef 100644 --- a/ci-operator/jobs/openshift-priv/compliance-operator/openshift-priv-compliance-operator-release-4.5-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/compliance-operator/openshift-priv-compliance-operator-release-4.5-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-compliance-operator-release-4.5-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/compliance-operator/openshift-priv-compliance-operator-release-4.5-presubmits.yaml b/ci-operator/jobs/openshift-priv/compliance-operator/openshift-priv-compliance-operator-release-4.5-presubmits.yaml index d1de874f8049..da67ca193c45 100644 --- a/ci-operator/jobs/openshift-priv/compliance-operator/openshift-priv-compliance-operator-release-4.5-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/compliance-operator/openshift-priv-compliance-operator-release-4.5-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws - --template=/usr/local/e2e-aws @@ -63,6 +61,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -91,6 +92,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -111,11 +115,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=go-build command: - ci-operator @@ -135,6 +139,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -149,6 +156,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )go-build,?($|\s.*) - agent: kubernetes always_run: true @@ -169,11 +179,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -193,6 +203,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -207,6 +220,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -227,11 +243,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -251,6 +267,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -265,6 +284,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -285,11 +307,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -309,6 +331,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -323,4 +348,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/compliance-operator/openshift-priv-compliance-operator-release-4.6-postsubmits.yaml b/ci-operator/jobs/openshift-priv/compliance-operator/openshift-priv-compliance-operator-release-4.6-postsubmits.yaml index 67e025a6544d..08797c96f8b6 100644 --- a/ci-operator/jobs/openshift-priv/compliance-operator/openshift-priv-compliance-operator-release-4.6-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/compliance-operator/openshift-priv-compliance-operator-release-4.6-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-compliance-operator-release-4.6-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/compliance-operator/openshift-priv-compliance-operator-release-4.6-presubmits.yaml b/ci-operator/jobs/openshift-priv/compliance-operator/openshift-priv-compliance-operator-release-4.6-presubmits.yaml index 4b45c383a54d..4bdb14fc9765 100644 --- a/ci-operator/jobs/openshift-priv/compliance-operator/openshift-priv-compliance-operator-release-4.6-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/compliance-operator/openshift-priv-compliance-operator-release-4.6-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws - --template=/usr/local/e2e-aws @@ -63,6 +61,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -91,6 +92,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -111,11 +115,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=go-build command: - ci-operator @@ -135,6 +139,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -149,6 +156,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )go-build,?($|\s.*) - agent: kubernetes always_run: true @@ -169,11 +179,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -193,6 +203,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -207,6 +220,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -227,11 +243,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -251,6 +267,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -265,6 +284,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -285,11 +307,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -309,6 +331,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -323,4 +348,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/compliance-operator/openshift-priv-compliance-operator-release-4.7-postsubmits.yaml b/ci-operator/jobs/openshift-priv/compliance-operator/openshift-priv-compliance-operator-release-4.7-postsubmits.yaml index aa8cf5d723f0..ed93d273aab0 100644 --- a/ci-operator/jobs/openshift-priv/compliance-operator/openshift-priv-compliance-operator-release-4.7-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/compliance-operator/openshift-priv-compliance-operator-release-4.7-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-compliance-operator-release-4.7-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/compliance-operator/openshift-priv-compliance-operator-release-4.7-presubmits.yaml b/ci-operator/jobs/openshift-priv/compliance-operator/openshift-priv-compliance-operator-release-4.7-presubmits.yaml index 0ec349d3fcd1..a9a18d485b49 100644 --- a/ci-operator/jobs/openshift-priv/compliance-operator/openshift-priv-compliance-operator-release-4.7-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/compliance-operator/openshift-priv-compliance-operator-release-4.7-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws - --template=/usr/local/e2e-aws @@ -63,6 +61,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -91,6 +92,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -111,11 +115,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=go-build command: - ci-operator @@ -135,6 +139,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -149,6 +156,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )go-build,?($|\s.*) - agent: kubernetes always_run: true @@ -169,11 +179,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -193,6 +203,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -207,6 +220,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -227,11 +243,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -251,6 +267,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -265,6 +284,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -285,11 +307,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -309,6 +331,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -323,4 +348,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/configmap-reload/openshift-priv-configmap-reload-master-postsubmits.yaml b/ci-operator/jobs/openshift-priv/configmap-reload/openshift-priv-configmap-reload-master-postsubmits.yaml index b295c928efc3..4277b95c0a6c 100644 --- a/ci-operator/jobs/openshift-priv/configmap-reload/openshift-priv-configmap-reload-master-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/configmap-reload/openshift-priv-configmap-reload-master-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-configmap-reload-master-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/configmap-reload/openshift-priv-configmap-reload-master-presubmits.yaml b/ci-operator/jobs/openshift-priv/configmap-reload/openshift-priv-configmap-reload-master-presubmits.yaml index ec88592801b3..ab475aecdb59 100644 --- a/ci-operator/jobs/openshift-priv/configmap-reload/openshift-priv-configmap-reload-master-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/configmap-reload/openshift-priv-configmap-reload-master-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -52,6 +50,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -77,6 +78,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -97,11 +101,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -121,6 +125,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -135,4 +142,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/configmap-reload/openshift-priv-configmap-reload-release-4.1-postsubmits.yaml b/ci-operator/jobs/openshift-priv/configmap-reload/openshift-priv-configmap-reload-release-4.1-postsubmits.yaml index b1a644ecdeaa..69dc46cd394b 100644 --- a/ci-operator/jobs/openshift-priv/configmap-reload/openshift-priv-configmap-reload-release-4.1-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/configmap-reload/openshift-priv-configmap-reload-release-4.1-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-configmap-reload-release-4.1-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/configmap-reload/openshift-priv-configmap-reload-release-4.1-presubmits.yaml b/ci-operator/jobs/openshift-priv/configmap-reload/openshift-priv-configmap-reload-release-4.1-presubmits.yaml index 8e6ed74d7f9f..f88e52cbbdbb 100644 --- a/ci-operator/jobs/openshift-priv/configmap-reload/openshift-priv-configmap-reload-release-4.1-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/configmap-reload/openshift-priv-configmap-reload-release-4.1-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -52,6 +50,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -77,6 +78,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -97,11 +101,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -121,6 +125,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -135,4 +142,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/configmap-reload/openshift-priv-configmap-reload-release-4.2-postsubmits.yaml b/ci-operator/jobs/openshift-priv/configmap-reload/openshift-priv-configmap-reload-release-4.2-postsubmits.yaml index 88b320401950..cd5dac0090ca 100644 --- a/ci-operator/jobs/openshift-priv/configmap-reload/openshift-priv-configmap-reload-release-4.2-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/configmap-reload/openshift-priv-configmap-reload-release-4.2-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-configmap-reload-release-4.2-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/configmap-reload/openshift-priv-configmap-reload-release-4.2-presubmits.yaml b/ci-operator/jobs/openshift-priv/configmap-reload/openshift-priv-configmap-reload-release-4.2-presubmits.yaml index ec519d44afc9..6f37a1f90a8d 100644 --- a/ci-operator/jobs/openshift-priv/configmap-reload/openshift-priv-configmap-reload-release-4.2-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/configmap-reload/openshift-priv-configmap-reload-release-4.2-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -52,6 +50,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -77,6 +78,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -97,11 +101,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -121,6 +125,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -135,4 +142,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/configmap-reload/openshift-priv-configmap-reload-release-4.3-postsubmits.yaml b/ci-operator/jobs/openshift-priv/configmap-reload/openshift-priv-configmap-reload-release-4.3-postsubmits.yaml index 0ca9d7ffa560..986bc7a9036d 100644 --- a/ci-operator/jobs/openshift-priv/configmap-reload/openshift-priv-configmap-reload-release-4.3-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/configmap-reload/openshift-priv-configmap-reload-release-4.3-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-configmap-reload-release-4.3-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/configmap-reload/openshift-priv-configmap-reload-release-4.3-presubmits.yaml b/ci-operator/jobs/openshift-priv/configmap-reload/openshift-priv-configmap-reload-release-4.3-presubmits.yaml index 70552fd08ba9..0f5ba682a694 100644 --- a/ci-operator/jobs/openshift-priv/configmap-reload/openshift-priv-configmap-reload-release-4.3-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/configmap-reload/openshift-priv-configmap-reload-release-4.3-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -52,6 +50,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -77,6 +78,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -97,11 +101,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -121,6 +125,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -135,4 +142,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/configmap-reload/openshift-priv-configmap-reload-release-4.4-postsubmits.yaml b/ci-operator/jobs/openshift-priv/configmap-reload/openshift-priv-configmap-reload-release-4.4-postsubmits.yaml index 6e4bdc8e7293..bb3502806d78 100644 --- a/ci-operator/jobs/openshift-priv/configmap-reload/openshift-priv-configmap-reload-release-4.4-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/configmap-reload/openshift-priv-configmap-reload-release-4.4-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-configmap-reload-release-4.4-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/configmap-reload/openshift-priv-configmap-reload-release-4.4-presubmits.yaml b/ci-operator/jobs/openshift-priv/configmap-reload/openshift-priv-configmap-reload-release-4.4-presubmits.yaml index 2195a80286b0..60c332766f39 100644 --- a/ci-operator/jobs/openshift-priv/configmap-reload/openshift-priv-configmap-reload-release-4.4-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/configmap-reload/openshift-priv-configmap-reload-release-4.4-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -52,6 +50,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -77,6 +78,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -97,11 +101,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -121,6 +125,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -135,4 +142,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/configmap-reload/openshift-priv-configmap-reload-release-4.5-postsubmits.yaml b/ci-operator/jobs/openshift-priv/configmap-reload/openshift-priv-configmap-reload-release-4.5-postsubmits.yaml index 1b3bf493fbd2..62a22fe5daf7 100644 --- a/ci-operator/jobs/openshift-priv/configmap-reload/openshift-priv-configmap-reload-release-4.5-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/configmap-reload/openshift-priv-configmap-reload-release-4.5-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-configmap-reload-release-4.5-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/configmap-reload/openshift-priv-configmap-reload-release-4.5-presubmits.yaml b/ci-operator/jobs/openshift-priv/configmap-reload/openshift-priv-configmap-reload-release-4.5-presubmits.yaml index 3f63c1c16d99..8894f0e46123 100644 --- a/ci-operator/jobs/openshift-priv/configmap-reload/openshift-priv-configmap-reload-release-4.5-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/configmap-reload/openshift-priv-configmap-reload-release-4.5-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -52,6 +50,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -77,6 +78,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -97,11 +101,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -121,6 +125,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -135,4 +142,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/configmap-reload/openshift-priv-configmap-reload-release-4.6-postsubmits.yaml b/ci-operator/jobs/openshift-priv/configmap-reload/openshift-priv-configmap-reload-release-4.6-postsubmits.yaml index 72aa8b66be8e..ace562918849 100644 --- a/ci-operator/jobs/openshift-priv/configmap-reload/openshift-priv-configmap-reload-release-4.6-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/configmap-reload/openshift-priv-configmap-reload-release-4.6-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-configmap-reload-release-4.6-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/configmap-reload/openshift-priv-configmap-reload-release-4.6-presubmits.yaml b/ci-operator/jobs/openshift-priv/configmap-reload/openshift-priv-configmap-reload-release-4.6-presubmits.yaml index 86d1823574e8..cf3b3f0ff95e 100644 --- a/ci-operator/jobs/openshift-priv/configmap-reload/openshift-priv-configmap-reload-release-4.6-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/configmap-reload/openshift-priv-configmap-reload-release-4.6-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -52,6 +50,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -77,6 +78,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -97,11 +101,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -121,6 +125,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -135,4 +142,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/configmap-reload/openshift-priv-configmap-reload-release-4.7-postsubmits.yaml b/ci-operator/jobs/openshift-priv/configmap-reload/openshift-priv-configmap-reload-release-4.7-postsubmits.yaml index cce850a21f7e..e77a5b385643 100644 --- a/ci-operator/jobs/openshift-priv/configmap-reload/openshift-priv-configmap-reload-release-4.7-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/configmap-reload/openshift-priv-configmap-reload-release-4.7-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-configmap-reload-release-4.7-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/configmap-reload/openshift-priv-configmap-reload-release-4.7-presubmits.yaml b/ci-operator/jobs/openshift-priv/configmap-reload/openshift-priv-configmap-reload-release-4.7-presubmits.yaml index 87a520f6d662..7cac7636dcb4 100644 --- a/ci-operator/jobs/openshift-priv/configmap-reload/openshift-priv-configmap-reload-release-4.7-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/configmap-reload/openshift-priv-configmap-reload-release-4.7-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -52,6 +50,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -77,6 +78,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -97,11 +101,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -121,6 +125,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -135,4 +142,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/configure-alertmanager-operator/openshift-priv-configure-alertmanager-operator-release-4.6-postsubmits.yaml b/ci-operator/jobs/openshift-priv/configure-alertmanager-operator/openshift-priv-configure-alertmanager-operator-release-4.6-postsubmits.yaml index 3d71270e627c..d4789ab80270 100644 --- a/ci-operator/jobs/openshift-priv/configure-alertmanager-operator/openshift-priv-configure-alertmanager-operator-release-4.6-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/configure-alertmanager-operator/openshift-priv-configure-alertmanager-operator-release-4.6-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-configure-alertmanager-operator-release-4.6-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/configure-alertmanager-operator/openshift-priv-configure-alertmanager-operator-release-4.6-presubmits.yaml b/ci-operator/jobs/openshift-priv/configure-alertmanager-operator/openshift-priv-configure-alertmanager-operator-release-4.6-presubmits.yaml index 87a616e5a024..b9e4e7eea533 100644 --- a/ci-operator/jobs/openshift-priv/configure-alertmanager-operator/openshift-priv-configure-alertmanager-operator-release-4.6-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/configure-alertmanager-operator/openshift-priv-configure-alertmanager-operator-release-4.6-presubmits.yaml @@ -19,11 +19,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -43,6 +43,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -57,4 +60,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/console-operator/openshift-priv-console-operator-master-postsubmits.yaml b/ci-operator/jobs/openshift-priv/console-operator/openshift-priv-console-operator-master-postsubmits.yaml index 0dd1a5e29db1..3a5b2e905866 100644 --- a/ci-operator/jobs/openshift-priv/console-operator/openshift-priv-console-operator-master-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/console-operator/openshift-priv-console-operator-master-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-console-operator-master-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/console-operator/openshift-priv-console-operator-master-presubmits.yaml b/ci-operator/jobs/openshift-priv/console-operator/openshift-priv-console-operator-master-presubmits.yaml index 9cf433fbac64..06a78e1105d8 100644 --- a/ci-operator/jobs/openshift-priv/console-operator/openshift-priv-console-operator-master-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/console-operator/openshift-priv-console-operator-master-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-console-cluster-profile - --target=e2e-aws-console - --template=/usr/local/e2e-aws-console @@ -65,6 +63,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -93,6 +94,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-console,?($|\s.*) - agent: kubernetes always_run: true @@ -113,14 +117,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-operator-cluster-profile - --target=e2e-aws-operator - --template=/usr/local/e2e-aws-operator @@ -157,6 +159,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -185,6 +190,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-operator,?($|\s.*) - agent: kubernetes always_run: true @@ -205,14 +213,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-gcp-cluster-profile - --target=e2e-gcp - --template=/usr/local/e2e-gcp @@ -249,6 +255,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -279,6 +288,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-gcp,?($|\s.*) - agent: kubernetes always_run: true @@ -299,14 +311,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-gcp-upgrade-cluster-profile - --target=e2e-gcp-upgrade command: @@ -332,6 +342,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -359,6 +372,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-gcp-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -379,11 +395,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -403,6 +419,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -417,6 +436,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -437,11 +459,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -461,6 +483,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -475,6 +500,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -495,11 +523,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -519,6 +547,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -533,4 +564,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/console-operator/openshift-priv-console-operator-release-4.1-postsubmits.yaml b/ci-operator/jobs/openshift-priv/console-operator/openshift-priv-console-operator-release-4.1-postsubmits.yaml index 993a103726bf..1e09c0ea9618 100644 --- a/ci-operator/jobs/openshift-priv/console-operator/openshift-priv-console-operator-release-4.1-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/console-operator/openshift-priv-console-operator-release-4.1-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-console-operator-release-4.1-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/console-operator/openshift-priv-console-operator-release-4.1-presubmits.yaml b/ci-operator/jobs/openshift-priv/console-operator/openshift-priv-console-operator-release-4.1-presubmits.yaml index 9193bdb2db51..afe8d5f6023c 100644 --- a/ci-operator/jobs/openshift-priv/console-operator/openshift-priv-console-operator-release-4.1-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/console-operator/openshift-priv-console-operator-release-4.1-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -52,6 +50,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -77,6 +78,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -97,14 +101,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-console-cluster-profile - --target=e2e-aws-console - --template=/usr/local/e2e-aws-console @@ -143,6 +145,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -171,6 +176,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-console,?($|\s.*) - agent: kubernetes always_run: true @@ -191,14 +199,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-operator-cluster-profile - --target=e2e-aws-operator - --template=/usr/local/e2e-aws-operator @@ -235,6 +241,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -263,6 +272,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-operator,?($|\s.*) - agent: kubernetes always_run: true @@ -283,14 +295,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -316,6 +326,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -341,6 +354,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -361,11 +377,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -385,6 +401,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -399,6 +418,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -419,11 +441,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=integration command: - ci-operator @@ -443,6 +465,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -457,6 +482,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )integration,?($|\s.*) - agent: kubernetes always_run: true @@ -477,11 +505,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -501,6 +529,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -515,6 +546,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -535,11 +569,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -559,6 +593,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -573,4 +610,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/console-operator/openshift-priv-console-operator-release-4.2-postsubmits.yaml b/ci-operator/jobs/openshift-priv/console-operator/openshift-priv-console-operator-release-4.2-postsubmits.yaml index 017b3767153d..5fe3bc283967 100644 --- a/ci-operator/jobs/openshift-priv/console-operator/openshift-priv-console-operator-release-4.2-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/console-operator/openshift-priv-console-operator-release-4.2-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-console-operator-release-4.2-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/console-operator/openshift-priv-console-operator-release-4.2-presubmits.yaml b/ci-operator/jobs/openshift-priv/console-operator/openshift-priv-console-operator-release-4.2-presubmits.yaml index 8293b47d29ae..9c4a96d603fd 100644 --- a/ci-operator/jobs/openshift-priv/console-operator/openshift-priv-console-operator-release-4.2-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/console-operator/openshift-priv-console-operator-release-4.2-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-console-cluster-profile - --target=e2e-aws-console - --template=/usr/local/e2e-aws-console @@ -65,6 +63,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -93,6 +94,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-console,?($|\s.*) - agent: kubernetes always_run: true @@ -113,14 +117,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-operator-cluster-profile - --target=e2e-aws-operator - --template=/usr/local/e2e-aws-operator @@ -157,6 +159,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -185,6 +190,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-operator,?($|\s.*) - agent: kubernetes always_run: true @@ -205,14 +213,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-gcp-cluster-profile - --target=e2e-gcp - --template=/usr/local/e2e-gcp @@ -249,6 +255,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -279,6 +288,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-gcp,?($|\s.*) - agent: kubernetes always_run: true @@ -299,14 +311,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-gcp-upgrade-cluster-profile - --target=e2e-gcp-upgrade command: @@ -332,6 +342,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -359,6 +372,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-gcp-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -379,11 +395,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -403,6 +419,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -417,6 +436,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -437,11 +459,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=integration command: - ci-operator @@ -461,6 +483,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -475,6 +500,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )integration,?($|\s.*) - agent: kubernetes always_run: true @@ -495,11 +523,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -519,6 +547,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -533,6 +564,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -553,11 +587,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -577,6 +611,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -591,4 +628,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/console-operator/openshift-priv-console-operator-release-4.3-postsubmits.yaml b/ci-operator/jobs/openshift-priv/console-operator/openshift-priv-console-operator-release-4.3-postsubmits.yaml index f67d81c7accf..24df7eb512d7 100644 --- a/ci-operator/jobs/openshift-priv/console-operator/openshift-priv-console-operator-release-4.3-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/console-operator/openshift-priv-console-operator-release-4.3-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-console-operator-release-4.3-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/console-operator/openshift-priv-console-operator-release-4.3-presubmits.yaml b/ci-operator/jobs/openshift-priv/console-operator/openshift-priv-console-operator-release-4.3-presubmits.yaml index 7af42400754b..0fe19bc1e463 100644 --- a/ci-operator/jobs/openshift-priv/console-operator/openshift-priv-console-operator-release-4.3-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/console-operator/openshift-priv-console-operator-release-4.3-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-console-cluster-profile - --target=e2e-aws-console - --template=/usr/local/e2e-aws-console @@ -65,6 +63,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -93,6 +94,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-console,?($|\s.*) - agent: kubernetes always_run: true @@ -113,14 +117,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-operator-cluster-profile - --target=e2e-aws-operator - --template=/usr/local/e2e-aws-operator @@ -157,6 +159,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -185,6 +190,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-operator,?($|\s.*) - agent: kubernetes always_run: true @@ -205,14 +213,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-gcp-cluster-profile - --target=e2e-gcp - --template=/usr/local/e2e-gcp @@ -249,6 +255,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -279,6 +288,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-gcp,?($|\s.*) - agent: kubernetes always_run: true @@ -299,14 +311,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-gcp-upgrade-cluster-profile - --target=e2e-gcp-upgrade command: @@ -332,6 +342,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -359,6 +372,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-gcp-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -379,11 +395,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -403,6 +419,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -417,6 +436,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -437,11 +459,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=integration command: - ci-operator @@ -461,6 +483,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -475,6 +500,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )integration,?($|\s.*) - agent: kubernetes always_run: true @@ -495,11 +523,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -519,6 +547,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -533,6 +564,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -553,11 +587,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -577,6 +611,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -591,4 +628,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/console-operator/openshift-priv-console-operator-release-4.4-postsubmits.yaml b/ci-operator/jobs/openshift-priv/console-operator/openshift-priv-console-operator-release-4.4-postsubmits.yaml index 03fa39e7e456..b62ee144b66d 100644 --- a/ci-operator/jobs/openshift-priv/console-operator/openshift-priv-console-operator-release-4.4-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/console-operator/openshift-priv-console-operator-release-4.4-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-console-operator-release-4.4-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/console-operator/openshift-priv-console-operator-release-4.4-presubmits.yaml b/ci-operator/jobs/openshift-priv/console-operator/openshift-priv-console-operator-release-4.4-presubmits.yaml index 2c53652ea920..1748b1f46851 100644 --- a/ci-operator/jobs/openshift-priv/console-operator/openshift-priv-console-operator-release-4.4-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/console-operator/openshift-priv-console-operator-release-4.4-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-console-cluster-profile - --target=e2e-aws-console - --template=/usr/local/e2e-aws-console @@ -65,6 +63,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -93,6 +94,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-console,?($|\s.*) - agent: kubernetes always_run: true @@ -113,14 +117,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-operator-cluster-profile - --target=e2e-aws-operator - --template=/usr/local/e2e-aws-operator @@ -157,6 +159,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -185,6 +190,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-operator,?($|\s.*) - agent: kubernetes always_run: true @@ -205,14 +213,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-gcp-cluster-profile - --target=e2e-gcp - --template=/usr/local/e2e-gcp @@ -249,6 +255,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -279,6 +288,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-gcp,?($|\s.*) - agent: kubernetes always_run: true @@ -299,14 +311,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-gcp-upgrade-cluster-profile - --target=e2e-gcp-upgrade command: @@ -332,6 +342,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -359,6 +372,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-gcp-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -379,11 +395,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -403,6 +419,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -417,6 +436,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -437,11 +459,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=integration command: - ci-operator @@ -461,6 +483,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -475,6 +500,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )integration,?($|\s.*) - agent: kubernetes always_run: true @@ -495,11 +523,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -519,6 +547,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -533,6 +564,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -553,11 +587,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -577,6 +611,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -591,4 +628,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/console-operator/openshift-priv-console-operator-release-4.5-postsubmits.yaml b/ci-operator/jobs/openshift-priv/console-operator/openshift-priv-console-operator-release-4.5-postsubmits.yaml index 05b815a4dddb..faf445521a08 100644 --- a/ci-operator/jobs/openshift-priv/console-operator/openshift-priv-console-operator-release-4.5-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/console-operator/openshift-priv-console-operator-release-4.5-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-console-operator-release-4.5-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/console-operator/openshift-priv-console-operator-release-4.5-presubmits.yaml b/ci-operator/jobs/openshift-priv/console-operator/openshift-priv-console-operator-release-4.5-presubmits.yaml index 5ac45b1a4b07..a3147c6342d2 100644 --- a/ci-operator/jobs/openshift-priv/console-operator/openshift-priv-console-operator-release-4.5-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/console-operator/openshift-priv-console-operator-release-4.5-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-console-cluster-profile - --target=e2e-aws-console - --template=/usr/local/e2e-aws-console @@ -65,6 +63,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -93,6 +94,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-console,?($|\s.*) - agent: kubernetes always_run: true @@ -113,14 +117,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-operator-cluster-profile - --target=e2e-aws-operator - --template=/usr/local/e2e-aws-operator @@ -157,6 +159,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -185,6 +190,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-operator,?($|\s.*) - agent: kubernetes always_run: true @@ -205,14 +213,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-gcp-cluster-profile - --target=e2e-gcp - --template=/usr/local/e2e-gcp @@ -249,6 +255,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -279,6 +288,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-gcp,?($|\s.*) - agent: kubernetes always_run: true @@ -299,14 +311,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-gcp-upgrade-cluster-profile - --target=e2e-gcp-upgrade command: @@ -332,6 +342,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -359,6 +372,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-gcp-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -379,11 +395,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -403,6 +419,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -417,6 +436,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -437,11 +459,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -461,6 +483,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -475,6 +500,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -495,11 +523,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -519,6 +547,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -533,4 +564,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/console-operator/openshift-priv-console-operator-release-4.6-postsubmits.yaml b/ci-operator/jobs/openshift-priv/console-operator/openshift-priv-console-operator-release-4.6-postsubmits.yaml index 063379da0214..6401e0d82219 100644 --- a/ci-operator/jobs/openshift-priv/console-operator/openshift-priv-console-operator-release-4.6-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/console-operator/openshift-priv-console-operator-release-4.6-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-console-operator-release-4.6-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/console-operator/openshift-priv-console-operator-release-4.6-presubmits.yaml b/ci-operator/jobs/openshift-priv/console-operator/openshift-priv-console-operator-release-4.6-presubmits.yaml index 3b4092e0148a..7d1285540741 100644 --- a/ci-operator/jobs/openshift-priv/console-operator/openshift-priv-console-operator-release-4.6-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/console-operator/openshift-priv-console-operator-release-4.6-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-console-cluster-profile - --target=e2e-aws-console - --template=/usr/local/e2e-aws-console @@ -65,6 +63,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -93,6 +94,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-console,?($|\s.*) - agent: kubernetes always_run: true @@ -113,14 +117,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-operator-cluster-profile - --target=e2e-aws-operator - --template=/usr/local/e2e-aws-operator @@ -157,6 +159,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -185,6 +190,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-operator,?($|\s.*) - agent: kubernetes always_run: true @@ -205,14 +213,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-gcp-cluster-profile - --target=e2e-gcp - --template=/usr/local/e2e-gcp @@ -249,6 +255,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -279,6 +288,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-gcp,?($|\s.*) - agent: kubernetes always_run: true @@ -299,14 +311,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-gcp-upgrade-cluster-profile - --target=e2e-gcp-upgrade command: @@ -332,6 +342,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -359,6 +372,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-gcp-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -379,11 +395,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -403,6 +419,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -417,6 +436,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -437,11 +459,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -461,6 +483,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -475,6 +500,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -495,11 +523,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -519,6 +547,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -533,4 +564,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/console-operator/openshift-priv-console-operator-release-4.7-postsubmits.yaml b/ci-operator/jobs/openshift-priv/console-operator/openshift-priv-console-operator-release-4.7-postsubmits.yaml index 62d3d3f587e8..480e737c88bc 100644 --- a/ci-operator/jobs/openshift-priv/console-operator/openshift-priv-console-operator-release-4.7-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/console-operator/openshift-priv-console-operator-release-4.7-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-console-operator-release-4.7-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/console-operator/openshift-priv-console-operator-release-4.7-presubmits.yaml b/ci-operator/jobs/openshift-priv/console-operator/openshift-priv-console-operator-release-4.7-presubmits.yaml index 3f92df41a4a8..ab6a8293e602 100644 --- a/ci-operator/jobs/openshift-priv/console-operator/openshift-priv-console-operator-release-4.7-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/console-operator/openshift-priv-console-operator-release-4.7-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-console-cluster-profile - --target=e2e-aws-console - --template=/usr/local/e2e-aws-console @@ -65,6 +63,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -93,6 +94,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-console,?($|\s.*) - agent: kubernetes always_run: true @@ -113,14 +117,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-operator-cluster-profile - --target=e2e-aws-operator - --template=/usr/local/e2e-aws-operator @@ -157,6 +159,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -185,6 +190,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-operator,?($|\s.*) - agent: kubernetes always_run: true @@ -205,14 +213,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-gcp-cluster-profile - --target=e2e-gcp - --template=/usr/local/e2e-gcp @@ -249,6 +255,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -279,6 +288,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-gcp,?($|\s.*) - agent: kubernetes always_run: true @@ -299,14 +311,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-gcp-upgrade-cluster-profile - --target=e2e-gcp-upgrade command: @@ -332,6 +342,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -359,6 +372,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-gcp-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -379,11 +395,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -403,6 +419,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -417,6 +436,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -437,11 +459,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -461,6 +483,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -475,6 +500,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -495,11 +523,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -519,6 +547,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -533,4 +564,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/console/openshift-priv-console-master-postsubmits.yaml b/ci-operator/jobs/openshift-priv/console/openshift-priv-console-master-postsubmits.yaml index 8f9c922c9c4f..6abddaca58fa 100644 --- a/ci-operator/jobs/openshift-priv/console/openshift-priv-console-master-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/console/openshift-priv-console-master-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-console-master-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=src command: @@ -42,6 +43,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -56,3 +60,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/console/openshift-priv-console-master-presubmits.yaml b/ci-operator/jobs/openshift-priv/console/openshift-priv-console-master-presubmits.yaml index 32b0e768eb39..6c70de5688c9 100644 --- a/ci-operator/jobs/openshift-priv/console/openshift-priv-console-master-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/console/openshift-priv-console-master-presubmits.yaml @@ -19,11 +19,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=analyze command: - ci-operator @@ -43,6 +43,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -57,6 +60,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )analyze,?($|\s.*) - agent: kubernetes always_run: true @@ -77,11 +83,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=backend command: - ci-operator @@ -101,6 +107,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -115,6 +124,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )backend,?($|\s.*) - agent: kubernetes always_run: true @@ -135,14 +147,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-gcp-console-cluster-profile - --target=e2e-gcp-console - --template=/usr/local/e2e-gcp-console @@ -179,6 +189,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -209,6 +222,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-gcp-console,?($|\s.*) - agent: kubernetes always_run: true @@ -229,11 +245,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=frontend command: - ci-operator @@ -253,6 +269,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -267,6 +286,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )frontend,?($|\s.*) - agent: kubernetes always_run: true @@ -287,11 +309,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=src command: @@ -312,6 +334,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -326,4 +351,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/console/openshift-priv-console-release-4.1-postsubmits.yaml b/ci-operator/jobs/openshift-priv/console/openshift-priv-console-release-4.1-postsubmits.yaml index 9179e7ac766d..cf4ec1e590b4 100644 --- a/ci-operator/jobs/openshift-priv/console/openshift-priv-console-release-4.1-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/console/openshift-priv-console-release-4.1-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-console-release-4.1-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=src command: @@ -42,6 +43,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -56,3 +60,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/console/openshift-priv-console-release-4.1-presubmits.yaml b/ci-operator/jobs/openshift-priv/console/openshift-priv-console-release-4.1-presubmits.yaml index 652ab67ae928..3b121aee1e7c 100644 --- a/ci-operator/jobs/openshift-priv/console/openshift-priv-console-release-4.1-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/console/openshift-priv-console-release-4.1-presubmits.yaml @@ -19,11 +19,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=backend command: - ci-operator @@ -43,6 +43,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -57,6 +60,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )backend,?($|\s.*) - agent: kubernetes always_run: true @@ -77,14 +83,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-console-cluster-profile - --target=e2e-aws-console - --template=/usr/local/e2e-aws-console @@ -121,6 +125,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -149,6 +156,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-console,?($|\s.*) - agent: kubernetes always_run: true @@ -169,14 +179,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-console-olm-cluster-profile - --target=e2e-aws-console-olm - --template=/usr/local/e2e-aws-console-olm @@ -213,6 +221,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -241,6 +252,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-console-olm,?($|\s.*) - agent: kubernetes always_run: true @@ -261,11 +275,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=frontend command: - ci-operator @@ -285,6 +299,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -299,6 +316,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )frontend,?($|\s.*) - agent: kubernetes always_run: true @@ -319,11 +339,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=src command: @@ -344,6 +364,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -358,4 +381,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/console/openshift-priv-console-release-4.2-postsubmits.yaml b/ci-operator/jobs/openshift-priv/console/openshift-priv-console-release-4.2-postsubmits.yaml index 1f97c3727949..d4b850732a60 100644 --- a/ci-operator/jobs/openshift-priv/console/openshift-priv-console-release-4.2-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/console/openshift-priv-console-release-4.2-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-console-release-4.2-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=src command: @@ -42,6 +43,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -56,3 +60,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/console/openshift-priv-console-release-4.2-presubmits.yaml b/ci-operator/jobs/openshift-priv/console/openshift-priv-console-release-4.2-presubmits.yaml index 8e3c23a31371..ad2dab6ee4d4 100644 --- a/ci-operator/jobs/openshift-priv/console/openshift-priv-console-release-4.2-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/console/openshift-priv-console-release-4.2-presubmits.yaml @@ -19,11 +19,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=backend command: - ci-operator @@ -43,6 +43,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -57,6 +60,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )backend,?($|\s.*) - agent: kubernetes always_run: true @@ -77,14 +83,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-gcp-console-cluster-profile - --target=e2e-gcp-console - --template=/usr/local/e2e-gcp-console @@ -121,6 +125,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -151,6 +158,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-gcp-console,?($|\s.*) - agent: kubernetes always_run: true @@ -171,14 +181,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-gcp-console-olm-cluster-profile - --target=e2e-gcp-console-olm - --template=/usr/local/e2e-gcp-console-olm @@ -215,6 +223,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -245,6 +256,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-gcp-console-olm,?($|\s.*) - agent: kubernetes always_run: true @@ -265,11 +279,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=frontend command: - ci-operator @@ -289,6 +303,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -303,6 +320,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )frontend,?($|\s.*) - agent: kubernetes always_run: true @@ -323,11 +343,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=src command: @@ -348,6 +368,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -362,4 +385,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/console/openshift-priv-console-release-4.3-postsubmits.yaml b/ci-operator/jobs/openshift-priv/console/openshift-priv-console-release-4.3-postsubmits.yaml index c4444acca0df..5816ea0fcd82 100644 --- a/ci-operator/jobs/openshift-priv/console/openshift-priv-console-release-4.3-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/console/openshift-priv-console-release-4.3-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-console-release-4.3-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=src command: @@ -42,6 +43,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -56,3 +60,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/console/openshift-priv-console-release-4.3-presubmits.yaml b/ci-operator/jobs/openshift-priv/console/openshift-priv-console-release-4.3-presubmits.yaml index 2fa7f99497ec..869d5333a74d 100644 --- a/ci-operator/jobs/openshift-priv/console/openshift-priv-console-release-4.3-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/console/openshift-priv-console-release-4.3-presubmits.yaml @@ -19,11 +19,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=analyze command: - ci-operator @@ -43,6 +43,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -57,6 +60,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )analyze,?($|\s.*) - agent: kubernetes always_run: true @@ -77,11 +83,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=backend command: - ci-operator @@ -101,6 +107,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -115,6 +124,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )backend,?($|\s.*) - agent: kubernetes always_run: true @@ -135,14 +147,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-gcp-console-cluster-profile - --target=e2e-gcp-console - --template=/usr/local/e2e-gcp-console @@ -179,6 +189,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -209,6 +222,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-gcp-console,?($|\s.*) - agent: kubernetes always_run: true @@ -229,11 +245,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=frontend command: - ci-operator @@ -253,6 +269,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -267,6 +286,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )frontend,?($|\s.*) - agent: kubernetes always_run: true @@ -287,11 +309,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=src command: @@ -312,6 +334,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -326,4 +351,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/console/openshift-priv-console-release-4.4-postsubmits.yaml b/ci-operator/jobs/openshift-priv/console/openshift-priv-console-release-4.4-postsubmits.yaml index 4cb2a282990f..7c499fabfe83 100644 --- a/ci-operator/jobs/openshift-priv/console/openshift-priv-console-release-4.4-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/console/openshift-priv-console-release-4.4-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-console-release-4.4-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=src command: @@ -42,6 +43,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -56,3 +60,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/console/openshift-priv-console-release-4.4-presubmits.yaml b/ci-operator/jobs/openshift-priv/console/openshift-priv-console-release-4.4-presubmits.yaml index 046e09eef8df..536cfa38db5c 100644 --- a/ci-operator/jobs/openshift-priv/console/openshift-priv-console-release-4.4-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/console/openshift-priv-console-release-4.4-presubmits.yaml @@ -19,11 +19,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=analyze command: - ci-operator @@ -43,6 +43,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -57,6 +60,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )analyze,?($|\s.*) - agent: kubernetes always_run: true @@ -77,11 +83,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=backend command: - ci-operator @@ -101,6 +107,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -115,6 +124,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )backend,?($|\s.*) - agent: kubernetes always_run: true @@ -135,14 +147,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-gcp-console-cluster-profile - --target=e2e-gcp-console - --template=/usr/local/e2e-gcp-console @@ -179,6 +189,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -209,6 +222,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-gcp-console,?($|\s.*) - agent: kubernetes always_run: true @@ -229,11 +245,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=frontend command: - ci-operator @@ -253,6 +269,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -267,6 +286,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )frontend,?($|\s.*) - agent: kubernetes always_run: true @@ -287,11 +309,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=src command: @@ -312,6 +334,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -326,4 +351,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/console/openshift-priv-console-release-4.5-postsubmits.yaml b/ci-operator/jobs/openshift-priv/console/openshift-priv-console-release-4.5-postsubmits.yaml index 4b3e82ee01f1..4a966b20188d 100644 --- a/ci-operator/jobs/openshift-priv/console/openshift-priv-console-release-4.5-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/console/openshift-priv-console-release-4.5-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-console-release-4.5-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=src command: @@ -42,6 +43,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -56,3 +60,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/console/openshift-priv-console-release-4.5-presubmits.yaml b/ci-operator/jobs/openshift-priv/console/openshift-priv-console-release-4.5-presubmits.yaml index b6f2cca0dee4..df0416391bdf 100644 --- a/ci-operator/jobs/openshift-priv/console/openshift-priv-console-release-4.5-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/console/openshift-priv-console-release-4.5-presubmits.yaml @@ -19,11 +19,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=analyze command: - ci-operator @@ -43,6 +43,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -57,6 +60,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )analyze,?($|\s.*) - agent: kubernetes always_run: true @@ -77,11 +83,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=backend command: - ci-operator @@ -101,6 +107,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -115,6 +124,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )backend,?($|\s.*) - agent: kubernetes always_run: true @@ -135,14 +147,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-gcp-console-cluster-profile - --target=e2e-gcp-console - --template=/usr/local/e2e-gcp-console @@ -179,6 +189,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -209,6 +222,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-gcp-console,?($|\s.*) - agent: kubernetes always_run: true @@ -229,11 +245,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=frontend command: - ci-operator @@ -253,6 +269,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -267,6 +286,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )frontend,?($|\s.*) - agent: kubernetes always_run: true @@ -287,11 +309,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=src command: @@ -312,6 +334,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -326,4 +351,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/console/openshift-priv-console-release-4.6-postsubmits.yaml b/ci-operator/jobs/openshift-priv/console/openshift-priv-console-release-4.6-postsubmits.yaml index c13f4fa16eac..927edb46cad9 100644 --- a/ci-operator/jobs/openshift-priv/console/openshift-priv-console-release-4.6-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/console/openshift-priv-console-release-4.6-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-console-release-4.6-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=src command: @@ -42,6 +43,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -56,3 +60,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/console/openshift-priv-console-release-4.6-presubmits.yaml b/ci-operator/jobs/openshift-priv/console/openshift-priv-console-release-4.6-presubmits.yaml index 0cfa96cc71ee..9589c16cc65f 100644 --- a/ci-operator/jobs/openshift-priv/console/openshift-priv-console-release-4.6-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/console/openshift-priv-console-release-4.6-presubmits.yaml @@ -19,11 +19,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=analyze command: - ci-operator @@ -43,6 +43,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -57,6 +60,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )analyze,?($|\s.*) - agent: kubernetes always_run: true @@ -77,11 +83,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=backend command: - ci-operator @@ -101,6 +107,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -115,6 +124,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )backend,?($|\s.*) - agent: kubernetes always_run: true @@ -135,14 +147,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-gcp-console-cluster-profile - --target=e2e-gcp-console - --template=/usr/local/e2e-gcp-console @@ -179,6 +189,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -209,6 +222,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-gcp-console,?($|\s.*) - agent: kubernetes always_run: true @@ -229,11 +245,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=frontend command: - ci-operator @@ -253,6 +269,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -267,6 +286,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )frontend,?($|\s.*) - agent: kubernetes always_run: true @@ -287,11 +309,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=src command: @@ -312,6 +334,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -326,4 +351,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/console/openshift-priv-console-release-4.7-postsubmits.yaml b/ci-operator/jobs/openshift-priv/console/openshift-priv-console-release-4.7-postsubmits.yaml index f96d2f35bd00..f9d741e55b66 100644 --- a/ci-operator/jobs/openshift-priv/console/openshift-priv-console-release-4.7-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/console/openshift-priv-console-release-4.7-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-console-release-4.7-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=src command: @@ -42,6 +43,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -56,3 +60,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/console/openshift-priv-console-release-4.7-presubmits.yaml b/ci-operator/jobs/openshift-priv/console/openshift-priv-console-release-4.7-presubmits.yaml index 7e50bef941ab..01361fdd9eb2 100644 --- a/ci-operator/jobs/openshift-priv/console/openshift-priv-console-release-4.7-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/console/openshift-priv-console-release-4.7-presubmits.yaml @@ -19,11 +19,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=analyze command: - ci-operator @@ -43,6 +43,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -57,6 +60,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )analyze,?($|\s.*) - agent: kubernetes always_run: true @@ -77,11 +83,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=backend command: - ci-operator @@ -101,6 +107,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -115,6 +124,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )backend,?($|\s.*) - agent: kubernetes always_run: true @@ -135,14 +147,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-gcp-console-cluster-profile - --target=e2e-gcp-console - --template=/usr/local/e2e-gcp-console @@ -179,6 +189,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -209,6 +222,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-gcp-console,?($|\s.*) - agent: kubernetes always_run: true @@ -229,11 +245,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=frontend command: - ci-operator @@ -253,6 +269,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -267,6 +286,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )frontend,?($|\s.*) - agent: kubernetes always_run: true @@ -287,11 +309,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=src command: @@ -312,6 +334,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -326,4 +351,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/containernetworking-plugins/openshift-priv-containernetworking-plugins-master-postsubmits.yaml b/ci-operator/jobs/openshift-priv/containernetworking-plugins/openshift-priv-containernetworking-plugins-master-postsubmits.yaml index 45ff6cf80a85..754e743d80fd 100644 --- a/ci-operator/jobs/openshift-priv/containernetworking-plugins/openshift-priv-containernetworking-plugins-master-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/containernetworking-plugins/openshift-priv-containernetworking-plugins-master-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-containernetworking-plugins-master-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/containernetworking-plugins/openshift-priv-containernetworking-plugins-master-presubmits.yaml b/ci-operator/jobs/openshift-priv/containernetworking-plugins/openshift-priv-containernetworking-plugins-master-presubmits.yaml index 443a7f654a1b..a1b75a6a9c68 100644 --- a/ci-operator/jobs/openshift-priv/containernetworking-plugins/openshift-priv-containernetworking-plugins-master-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/containernetworking-plugins/openshift-priv-containernetworking-plugins-master-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -52,6 +50,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -77,6 +78,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -97,11 +101,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -121,6 +125,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -135,4 +142,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/containernetworking-plugins/openshift-priv-containernetworking-plugins-release-4.1-postsubmits.yaml b/ci-operator/jobs/openshift-priv/containernetworking-plugins/openshift-priv-containernetworking-plugins-release-4.1-postsubmits.yaml index 8015b83ca9b1..bd21800ffae6 100644 --- a/ci-operator/jobs/openshift-priv/containernetworking-plugins/openshift-priv-containernetworking-plugins-release-4.1-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/containernetworking-plugins/openshift-priv-containernetworking-plugins-release-4.1-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-containernetworking-plugins-release-4.1-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/containernetworking-plugins/openshift-priv-containernetworking-plugins-release-4.1-presubmits.yaml b/ci-operator/jobs/openshift-priv/containernetworking-plugins/openshift-priv-containernetworking-plugins-release-4.1-presubmits.yaml index e9e864dc78b8..415a8b1c6664 100644 --- a/ci-operator/jobs/openshift-priv/containernetworking-plugins/openshift-priv-containernetworking-plugins-release-4.1-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/containernetworking-plugins/openshift-priv-containernetworking-plugins-release-4.1-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -52,6 +50,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -77,6 +78,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -97,11 +101,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -121,6 +125,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -135,4 +142,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/containernetworking-plugins/openshift-priv-containernetworking-plugins-release-4.2-postsubmits.yaml b/ci-operator/jobs/openshift-priv/containernetworking-plugins/openshift-priv-containernetworking-plugins-release-4.2-postsubmits.yaml index 763db87029bc..fe89cedf6a88 100644 --- a/ci-operator/jobs/openshift-priv/containernetworking-plugins/openshift-priv-containernetworking-plugins-release-4.2-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/containernetworking-plugins/openshift-priv-containernetworking-plugins-release-4.2-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-containernetworking-plugins-release-4.2-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/containernetworking-plugins/openshift-priv-containernetworking-plugins-release-4.2-presubmits.yaml b/ci-operator/jobs/openshift-priv/containernetworking-plugins/openshift-priv-containernetworking-plugins-release-4.2-presubmits.yaml index 8f839e2df16b..05a8efba02d3 100644 --- a/ci-operator/jobs/openshift-priv/containernetworking-plugins/openshift-priv-containernetworking-plugins-release-4.2-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/containernetworking-plugins/openshift-priv-containernetworking-plugins-release-4.2-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -52,6 +50,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -77,6 +78,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -97,11 +101,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -121,6 +125,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -135,4 +142,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/containernetworking-plugins/openshift-priv-containernetworking-plugins-release-4.3-postsubmits.yaml b/ci-operator/jobs/openshift-priv/containernetworking-plugins/openshift-priv-containernetworking-plugins-release-4.3-postsubmits.yaml index 4577b3a43d6f..b89f8fb19e57 100644 --- a/ci-operator/jobs/openshift-priv/containernetworking-plugins/openshift-priv-containernetworking-plugins-release-4.3-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/containernetworking-plugins/openshift-priv-containernetworking-plugins-release-4.3-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-containernetworking-plugins-release-4.3-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/containernetworking-plugins/openshift-priv-containernetworking-plugins-release-4.3-presubmits.yaml b/ci-operator/jobs/openshift-priv/containernetworking-plugins/openshift-priv-containernetworking-plugins-release-4.3-presubmits.yaml index ee3add35a252..1e2354716fd4 100644 --- a/ci-operator/jobs/openshift-priv/containernetworking-plugins/openshift-priv-containernetworking-plugins-release-4.3-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/containernetworking-plugins/openshift-priv-containernetworking-plugins-release-4.3-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -52,6 +50,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -77,6 +78,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -97,11 +101,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -121,6 +125,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -135,4 +142,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/containernetworking-plugins/openshift-priv-containernetworking-plugins-release-4.4-postsubmits.yaml b/ci-operator/jobs/openshift-priv/containernetworking-plugins/openshift-priv-containernetworking-plugins-release-4.4-postsubmits.yaml index 13e0b11aec47..8295b0cddd43 100644 --- a/ci-operator/jobs/openshift-priv/containernetworking-plugins/openshift-priv-containernetworking-plugins-release-4.4-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/containernetworking-plugins/openshift-priv-containernetworking-plugins-release-4.4-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-containernetworking-plugins-release-4.4-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/containernetworking-plugins/openshift-priv-containernetworking-plugins-release-4.4-presubmits.yaml b/ci-operator/jobs/openshift-priv/containernetworking-plugins/openshift-priv-containernetworking-plugins-release-4.4-presubmits.yaml index 2bf69e4ace50..70bc5629d96f 100644 --- a/ci-operator/jobs/openshift-priv/containernetworking-plugins/openshift-priv-containernetworking-plugins-release-4.4-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/containernetworking-plugins/openshift-priv-containernetworking-plugins-release-4.4-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -52,6 +50,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -77,6 +78,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -97,11 +101,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -121,6 +125,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -135,4 +142,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/containernetworking-plugins/openshift-priv-containernetworking-plugins-release-4.5-postsubmits.yaml b/ci-operator/jobs/openshift-priv/containernetworking-plugins/openshift-priv-containernetworking-plugins-release-4.5-postsubmits.yaml index 60acdba43eb8..a517a46f8733 100644 --- a/ci-operator/jobs/openshift-priv/containernetworking-plugins/openshift-priv-containernetworking-plugins-release-4.5-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/containernetworking-plugins/openshift-priv-containernetworking-plugins-release-4.5-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-containernetworking-plugins-release-4.5-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/containernetworking-plugins/openshift-priv-containernetworking-plugins-release-4.5-presubmits.yaml b/ci-operator/jobs/openshift-priv/containernetworking-plugins/openshift-priv-containernetworking-plugins-release-4.5-presubmits.yaml index 9f7160228106..af7a02d03d60 100644 --- a/ci-operator/jobs/openshift-priv/containernetworking-plugins/openshift-priv-containernetworking-plugins-release-4.5-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/containernetworking-plugins/openshift-priv-containernetworking-plugins-release-4.5-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -52,6 +50,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -77,6 +78,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -97,11 +101,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -121,6 +125,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -135,4 +142,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/containernetworking-plugins/openshift-priv-containernetworking-plugins-release-4.6-postsubmits.yaml b/ci-operator/jobs/openshift-priv/containernetworking-plugins/openshift-priv-containernetworking-plugins-release-4.6-postsubmits.yaml index 0dc6909ff9f3..0ef995dde152 100644 --- a/ci-operator/jobs/openshift-priv/containernetworking-plugins/openshift-priv-containernetworking-plugins-release-4.6-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/containernetworking-plugins/openshift-priv-containernetworking-plugins-release-4.6-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-containernetworking-plugins-release-4.6-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/containernetworking-plugins/openshift-priv-containernetworking-plugins-release-4.6-presubmits.yaml b/ci-operator/jobs/openshift-priv/containernetworking-plugins/openshift-priv-containernetworking-plugins-release-4.6-presubmits.yaml index f0ea37f1002c..ddbdf95a98a0 100644 --- a/ci-operator/jobs/openshift-priv/containernetworking-plugins/openshift-priv-containernetworking-plugins-release-4.6-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/containernetworking-plugins/openshift-priv-containernetworking-plugins-release-4.6-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -52,6 +50,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -77,6 +78,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -97,11 +101,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -121,6 +125,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -135,4 +142,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/containernetworking-plugins/openshift-priv-containernetworking-plugins-release-4.7-postsubmits.yaml b/ci-operator/jobs/openshift-priv/containernetworking-plugins/openshift-priv-containernetworking-plugins-release-4.7-postsubmits.yaml index 13d6f9483f45..cbe3f499ae42 100644 --- a/ci-operator/jobs/openshift-priv/containernetworking-plugins/openshift-priv-containernetworking-plugins-release-4.7-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/containernetworking-plugins/openshift-priv-containernetworking-plugins-release-4.7-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-containernetworking-plugins-release-4.7-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/containernetworking-plugins/openshift-priv-containernetworking-plugins-release-4.7-presubmits.yaml b/ci-operator/jobs/openshift-priv/containernetworking-plugins/openshift-priv-containernetworking-plugins-release-4.7-presubmits.yaml index 6040d3545ba6..bb1134216bf6 100644 --- a/ci-operator/jobs/openshift-priv/containernetworking-plugins/openshift-priv-containernetworking-plugins-release-4.7-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/containernetworking-plugins/openshift-priv-containernetworking-plugins-release-4.7-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -52,6 +50,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -77,6 +78,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -97,11 +101,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -121,6 +125,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -135,4 +142,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/coredns/openshift-priv-coredns-master-postsubmits.yaml b/ci-operator/jobs/openshift-priv/coredns/openshift-priv-coredns-master-postsubmits.yaml index dbbe1c425d3f..574b0fbb3cec 100644 --- a/ci-operator/jobs/openshift-priv/coredns/openshift-priv-coredns-master-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/coredns/openshift-priv-coredns-master-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-coredns-master-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/coredns/openshift-priv-coredns-master-presubmits.yaml b/ci-operator/jobs/openshift-priv/coredns/openshift-priv-coredns-master-presubmits.yaml index 393e394cea10..c42914b500ce 100644 --- a/ci-operator/jobs/openshift-priv/coredns/openshift-priv-coredns-master-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/coredns/openshift-priv-coredns-master-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -52,6 +50,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -77,6 +78,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -97,14 +101,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -130,6 +132,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -155,6 +160,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -175,11 +183,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -199,6 +207,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -213,6 +224,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -233,11 +247,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -257,6 +271,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -271,4 +288,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/coredns/openshift-priv-coredns-release-4.1-postsubmits.yaml b/ci-operator/jobs/openshift-priv/coredns/openshift-priv-coredns-release-4.1-postsubmits.yaml index cbfd474ef19b..0450b2ba169b 100644 --- a/ci-operator/jobs/openshift-priv/coredns/openshift-priv-coredns-release-4.1-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/coredns/openshift-priv-coredns-release-4.1-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-coredns-release-4.1-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/coredns/openshift-priv-coredns-release-4.1-presubmits.yaml b/ci-operator/jobs/openshift-priv/coredns/openshift-priv-coredns-release-4.1-presubmits.yaml index 3dab6c17333c..585b610cdf8e 100644 --- a/ci-operator/jobs/openshift-priv/coredns/openshift-priv-coredns-release-4.1-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/coredns/openshift-priv-coredns-release-4.1-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -52,6 +50,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -77,6 +78,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -97,14 +101,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -130,6 +132,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -155,6 +160,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -175,11 +183,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -199,6 +207,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -213,6 +224,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -233,11 +247,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -257,6 +271,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -271,4 +288,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/coredns/openshift-priv-coredns-release-4.2-postsubmits.yaml b/ci-operator/jobs/openshift-priv/coredns/openshift-priv-coredns-release-4.2-postsubmits.yaml index df2ccf79022e..6fe4ec1ad4bf 100644 --- a/ci-operator/jobs/openshift-priv/coredns/openshift-priv-coredns-release-4.2-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/coredns/openshift-priv-coredns-release-4.2-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-coredns-release-4.2-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/coredns/openshift-priv-coredns-release-4.2-presubmits.yaml b/ci-operator/jobs/openshift-priv/coredns/openshift-priv-coredns-release-4.2-presubmits.yaml index 91a7256f3f6a..2276e994487b 100644 --- a/ci-operator/jobs/openshift-priv/coredns/openshift-priv-coredns-release-4.2-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/coredns/openshift-priv-coredns-release-4.2-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -52,6 +50,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -77,6 +78,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -97,14 +101,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -130,6 +132,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -155,6 +160,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -175,11 +183,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -199,6 +207,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -213,6 +224,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -233,11 +247,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -257,6 +271,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -271,4 +288,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/coredns/openshift-priv-coredns-release-4.3-postsubmits.yaml b/ci-operator/jobs/openshift-priv/coredns/openshift-priv-coredns-release-4.3-postsubmits.yaml index 0b1fff20adbf..c70436e62a9d 100644 --- a/ci-operator/jobs/openshift-priv/coredns/openshift-priv-coredns-release-4.3-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/coredns/openshift-priv-coredns-release-4.3-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-coredns-release-4.3-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/coredns/openshift-priv-coredns-release-4.3-presubmits.yaml b/ci-operator/jobs/openshift-priv/coredns/openshift-priv-coredns-release-4.3-presubmits.yaml index cd376874c356..5dcb8dd7d780 100644 --- a/ci-operator/jobs/openshift-priv/coredns/openshift-priv-coredns-release-4.3-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/coredns/openshift-priv-coredns-release-4.3-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -52,6 +50,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -77,6 +78,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -97,14 +101,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -130,6 +132,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -155,6 +160,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -175,11 +183,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -199,6 +207,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -213,6 +224,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -233,11 +247,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -257,6 +271,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -271,4 +288,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/coredns/openshift-priv-coredns-release-4.4-postsubmits.yaml b/ci-operator/jobs/openshift-priv/coredns/openshift-priv-coredns-release-4.4-postsubmits.yaml index 6e752968c796..f36a5731a3d1 100644 --- a/ci-operator/jobs/openshift-priv/coredns/openshift-priv-coredns-release-4.4-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/coredns/openshift-priv-coredns-release-4.4-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-coredns-release-4.4-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/coredns/openshift-priv-coredns-release-4.4-presubmits.yaml b/ci-operator/jobs/openshift-priv/coredns/openshift-priv-coredns-release-4.4-presubmits.yaml index ff3d5a8d8fa9..670d407b5a73 100644 --- a/ci-operator/jobs/openshift-priv/coredns/openshift-priv-coredns-release-4.4-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/coredns/openshift-priv-coredns-release-4.4-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -52,6 +50,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -77,6 +78,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -97,14 +101,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -130,6 +132,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -155,6 +160,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -175,11 +183,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -199,6 +207,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -213,6 +224,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -233,11 +247,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -257,6 +271,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -271,4 +288,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/coredns/openshift-priv-coredns-release-4.5-postsubmits.yaml b/ci-operator/jobs/openshift-priv/coredns/openshift-priv-coredns-release-4.5-postsubmits.yaml index 8a50b20e2bab..9a38208e0814 100644 --- a/ci-operator/jobs/openshift-priv/coredns/openshift-priv-coredns-release-4.5-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/coredns/openshift-priv-coredns-release-4.5-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-coredns-release-4.5-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/coredns/openshift-priv-coredns-release-4.5-presubmits.yaml b/ci-operator/jobs/openshift-priv/coredns/openshift-priv-coredns-release-4.5-presubmits.yaml index 7601c0a51c36..0b3cf33c15c9 100644 --- a/ci-operator/jobs/openshift-priv/coredns/openshift-priv-coredns-release-4.5-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/coredns/openshift-priv-coredns-release-4.5-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -52,6 +50,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -77,6 +78,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -97,14 +101,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -130,6 +132,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -155,6 +160,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -175,11 +183,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -199,6 +207,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -213,6 +224,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -233,11 +247,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -257,6 +271,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -271,4 +288,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/coredns/openshift-priv-coredns-release-4.6-postsubmits.yaml b/ci-operator/jobs/openshift-priv/coredns/openshift-priv-coredns-release-4.6-postsubmits.yaml index c924750ccb56..7f42d5e8ee94 100644 --- a/ci-operator/jobs/openshift-priv/coredns/openshift-priv-coredns-release-4.6-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/coredns/openshift-priv-coredns-release-4.6-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-coredns-release-4.6-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/coredns/openshift-priv-coredns-release-4.6-presubmits.yaml b/ci-operator/jobs/openshift-priv/coredns/openshift-priv-coredns-release-4.6-presubmits.yaml index 7aab145b0e40..57bfbc86a49c 100644 --- a/ci-operator/jobs/openshift-priv/coredns/openshift-priv-coredns-release-4.6-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/coredns/openshift-priv-coredns-release-4.6-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -52,6 +50,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -77,6 +78,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -97,14 +101,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -130,6 +132,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -155,6 +160,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -175,11 +183,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -199,6 +207,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -213,6 +224,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -233,11 +247,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -257,6 +271,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -271,4 +288,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/coredns/openshift-priv-coredns-release-4.7-postsubmits.yaml b/ci-operator/jobs/openshift-priv/coredns/openshift-priv-coredns-release-4.7-postsubmits.yaml index c151d190a345..06cd4210c19d 100644 --- a/ci-operator/jobs/openshift-priv/coredns/openshift-priv-coredns-release-4.7-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/coredns/openshift-priv-coredns-release-4.7-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-coredns-release-4.7-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/coredns/openshift-priv-coredns-release-4.7-presubmits.yaml b/ci-operator/jobs/openshift-priv/coredns/openshift-priv-coredns-release-4.7-presubmits.yaml index a6a2863ebe3f..0f76b42d7dfb 100644 --- a/ci-operator/jobs/openshift-priv/coredns/openshift-priv-coredns-release-4.7-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/coredns/openshift-priv-coredns-release-4.7-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -52,6 +50,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -77,6 +78,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -97,14 +101,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -130,6 +132,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -155,6 +160,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -175,11 +183,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -199,6 +207,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -213,6 +224,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -233,11 +247,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -257,6 +271,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -271,4 +288,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/crd-schema-gen/openshift-priv-crd-schema-gen-master-postsubmits.yaml b/ci-operator/jobs/openshift-priv/crd-schema-gen/openshift-priv-crd-schema-gen-master-postsubmits.yaml index eea186706267..04b9197527a7 100644 --- a/ci-operator/jobs/openshift-priv/crd-schema-gen/openshift-priv-crd-schema-gen-master-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/crd-schema-gen/openshift-priv-crd-schema-gen-master-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-crd-schema-gen-master-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/crd-schema-gen/openshift-priv-crd-schema-gen-master-presubmits.yaml b/ci-operator/jobs/openshift-priv/crd-schema-gen/openshift-priv-crd-schema-gen-master-presubmits.yaml index 541258162175..4ed9b1ff5e68 100644 --- a/ci-operator/jobs/openshift-priv/crd-schema-gen/openshift-priv-crd-schema-gen-master-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/crd-schema-gen/openshift-priv-crd-schema-gen-master-presubmits.yaml @@ -19,11 +19,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -43,6 +43,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -57,6 +60,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -77,11 +83,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -101,6 +107,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -115,4 +124,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/crd-schema-gen/openshift-priv-crd-schema-gen-release-4.2-postsubmits.yaml b/ci-operator/jobs/openshift-priv/crd-schema-gen/openshift-priv-crd-schema-gen-release-4.2-postsubmits.yaml index af540f1e5663..6fd834905f65 100644 --- a/ci-operator/jobs/openshift-priv/crd-schema-gen/openshift-priv-crd-schema-gen-release-4.2-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/crd-schema-gen/openshift-priv-crd-schema-gen-release-4.2-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-crd-schema-gen-release-4.2-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/crd-schema-gen/openshift-priv-crd-schema-gen-release-4.2-presubmits.yaml b/ci-operator/jobs/openshift-priv/crd-schema-gen/openshift-priv-crd-schema-gen-release-4.2-presubmits.yaml index 78128100f279..8240e1024b70 100644 --- a/ci-operator/jobs/openshift-priv/crd-schema-gen/openshift-priv-crd-schema-gen-release-4.2-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/crd-schema-gen/openshift-priv-crd-schema-gen-release-4.2-presubmits.yaml @@ -19,11 +19,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -43,6 +43,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -57,6 +60,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -77,11 +83,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -101,6 +107,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -115,4 +124,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/crd-schema-gen/openshift-priv-crd-schema-gen-release-4.3-postsubmits.yaml b/ci-operator/jobs/openshift-priv/crd-schema-gen/openshift-priv-crd-schema-gen-release-4.3-postsubmits.yaml index 578d3a477c66..0c4f476ea488 100644 --- a/ci-operator/jobs/openshift-priv/crd-schema-gen/openshift-priv-crd-schema-gen-release-4.3-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/crd-schema-gen/openshift-priv-crd-schema-gen-release-4.3-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-crd-schema-gen-release-4.3-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/crd-schema-gen/openshift-priv-crd-schema-gen-release-4.3-presubmits.yaml b/ci-operator/jobs/openshift-priv/crd-schema-gen/openshift-priv-crd-schema-gen-release-4.3-presubmits.yaml index da7b1eb53793..769237e296a1 100644 --- a/ci-operator/jobs/openshift-priv/crd-schema-gen/openshift-priv-crd-schema-gen-release-4.3-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/crd-schema-gen/openshift-priv-crd-schema-gen-release-4.3-presubmits.yaml @@ -19,11 +19,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -43,6 +43,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -57,6 +60,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -77,11 +83,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -101,6 +107,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -115,4 +124,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/crd-schema-gen/openshift-priv-crd-schema-gen-release-4.4-postsubmits.yaml b/ci-operator/jobs/openshift-priv/crd-schema-gen/openshift-priv-crd-schema-gen-release-4.4-postsubmits.yaml index 6b54edaf6904..abd4807507dd 100644 --- a/ci-operator/jobs/openshift-priv/crd-schema-gen/openshift-priv-crd-schema-gen-release-4.4-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/crd-schema-gen/openshift-priv-crd-schema-gen-release-4.4-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-crd-schema-gen-release-4.4-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/crd-schema-gen/openshift-priv-crd-schema-gen-release-4.4-presubmits.yaml b/ci-operator/jobs/openshift-priv/crd-schema-gen/openshift-priv-crd-schema-gen-release-4.4-presubmits.yaml index f7dfabcc5510..04c0ee5427f9 100644 --- a/ci-operator/jobs/openshift-priv/crd-schema-gen/openshift-priv-crd-schema-gen-release-4.4-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/crd-schema-gen/openshift-priv-crd-schema-gen-release-4.4-presubmits.yaml @@ -19,11 +19,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -43,6 +43,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -57,6 +60,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -77,11 +83,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -101,6 +107,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -115,4 +124,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/crd-schema-gen/openshift-priv-crd-schema-gen-release-4.5-postsubmits.yaml b/ci-operator/jobs/openshift-priv/crd-schema-gen/openshift-priv-crd-schema-gen-release-4.5-postsubmits.yaml index 39d26a895ece..695a5b2bdd7e 100644 --- a/ci-operator/jobs/openshift-priv/crd-schema-gen/openshift-priv-crd-schema-gen-release-4.5-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/crd-schema-gen/openshift-priv-crd-schema-gen-release-4.5-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-crd-schema-gen-release-4.5-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/crd-schema-gen/openshift-priv-crd-schema-gen-release-4.5-presubmits.yaml b/ci-operator/jobs/openshift-priv/crd-schema-gen/openshift-priv-crd-schema-gen-release-4.5-presubmits.yaml index 291623720300..9edc83dc86a5 100644 --- a/ci-operator/jobs/openshift-priv/crd-schema-gen/openshift-priv-crd-schema-gen-release-4.5-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/crd-schema-gen/openshift-priv-crd-schema-gen-release-4.5-presubmits.yaml @@ -19,11 +19,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -43,6 +43,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -57,6 +60,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -77,11 +83,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -101,6 +107,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -115,4 +124,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/crd-schema-gen/openshift-priv-crd-schema-gen-release-4.6-postsubmits.yaml b/ci-operator/jobs/openshift-priv/crd-schema-gen/openshift-priv-crd-schema-gen-release-4.6-postsubmits.yaml index 857e4aa63d69..dce7df1bdd50 100644 --- a/ci-operator/jobs/openshift-priv/crd-schema-gen/openshift-priv-crd-schema-gen-release-4.6-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/crd-schema-gen/openshift-priv-crd-schema-gen-release-4.6-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-crd-schema-gen-release-4.6-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/crd-schema-gen/openshift-priv-crd-schema-gen-release-4.6-presubmits.yaml b/ci-operator/jobs/openshift-priv/crd-schema-gen/openshift-priv-crd-schema-gen-release-4.6-presubmits.yaml index 10ee52b3ad90..b7cd6019303d 100644 --- a/ci-operator/jobs/openshift-priv/crd-schema-gen/openshift-priv-crd-schema-gen-release-4.6-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/crd-schema-gen/openshift-priv-crd-schema-gen-release-4.6-presubmits.yaml @@ -19,11 +19,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -43,6 +43,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -57,6 +60,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -77,11 +83,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -101,6 +107,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -115,4 +124,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/crd-schema-gen/openshift-priv-crd-schema-gen-release-4.7-postsubmits.yaml b/ci-operator/jobs/openshift-priv/crd-schema-gen/openshift-priv-crd-schema-gen-release-4.7-postsubmits.yaml index e7ca6592fadc..7b716ac553ab 100644 --- a/ci-operator/jobs/openshift-priv/crd-schema-gen/openshift-priv-crd-schema-gen-release-4.7-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/crd-schema-gen/openshift-priv-crd-schema-gen-release-4.7-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-crd-schema-gen-release-4.7-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/crd-schema-gen/openshift-priv-crd-schema-gen-release-4.7-presubmits.yaml b/ci-operator/jobs/openshift-priv/crd-schema-gen/openshift-priv-crd-schema-gen-release-4.7-presubmits.yaml index 1d478857202e..7660156f2a21 100644 --- a/ci-operator/jobs/openshift-priv/crd-schema-gen/openshift-priv-crd-schema-gen-release-4.7-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/crd-schema-gen/openshift-priv-crd-schema-gen-release-4.7-presubmits.yaml @@ -19,11 +19,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -43,6 +43,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -57,6 +60,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -77,11 +83,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -101,6 +107,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -115,4 +124,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/csi-cluster-driver-registrar/openshift-priv-csi-cluster-driver-registrar-master-postsubmits.yaml b/ci-operator/jobs/openshift-priv/csi-cluster-driver-registrar/openshift-priv-csi-cluster-driver-registrar-master-postsubmits.yaml index c79560fba1ce..c966694a5f03 100644 --- a/ci-operator/jobs/openshift-priv/csi-cluster-driver-registrar/openshift-priv-csi-cluster-driver-registrar-master-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/csi-cluster-driver-registrar/openshift-priv-csi-cluster-driver-registrar-master-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-csi-cluster-driver-registrar-master-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/csi-cluster-driver-registrar/openshift-priv-csi-cluster-driver-registrar-master-presubmits.yaml b/ci-operator/jobs/openshift-priv/csi-cluster-driver-registrar/openshift-priv-csi-cluster-driver-registrar-master-presubmits.yaml index 7aecea68aa33..fc0df438d3c8 100644 --- a/ci-operator/jobs/openshift-priv/csi-cluster-driver-registrar/openshift-priv-csi-cluster-driver-registrar-master-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/csi-cluster-driver-registrar/openshift-priv-csi-cluster-driver-registrar-master-presubmits.yaml @@ -19,11 +19,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -43,6 +43,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -57,6 +60,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -77,11 +83,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -101,6 +107,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -115,4 +124,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/csi-cluster-driver-registrar/openshift-priv-csi-cluster-driver-registrar-release-4.1-presubmits.yaml b/ci-operator/jobs/openshift-priv/csi-cluster-driver-registrar/openshift-priv-csi-cluster-driver-registrar-release-4.1-presubmits.yaml index 529f15bb1446..3e843abff33e 100644 --- a/ci-operator/jobs/openshift-priv/csi-cluster-driver-registrar/openshift-priv-csi-cluster-driver-registrar-release-4.1-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/csi-cluster-driver-registrar/openshift-priv-csi-cluster-driver-registrar-release-4.1-presubmits.yaml @@ -19,11 +19,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -43,6 +43,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -57,4 +60,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/csi-cluster-driver-registrar/openshift-priv-csi-cluster-driver-registrar-release-4.2-postsubmits.yaml b/ci-operator/jobs/openshift-priv/csi-cluster-driver-registrar/openshift-priv-csi-cluster-driver-registrar-release-4.2-postsubmits.yaml index ebf0a91f7f4b..58baee7e5d48 100644 --- a/ci-operator/jobs/openshift-priv/csi-cluster-driver-registrar/openshift-priv-csi-cluster-driver-registrar-release-4.2-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/csi-cluster-driver-registrar/openshift-priv-csi-cluster-driver-registrar-release-4.2-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-csi-cluster-driver-registrar-release-4.2-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/csi-cluster-driver-registrar/openshift-priv-csi-cluster-driver-registrar-release-4.2-presubmits.yaml b/ci-operator/jobs/openshift-priv/csi-cluster-driver-registrar/openshift-priv-csi-cluster-driver-registrar-release-4.2-presubmits.yaml index 238e0809f786..28f87e425690 100644 --- a/ci-operator/jobs/openshift-priv/csi-cluster-driver-registrar/openshift-priv-csi-cluster-driver-registrar-release-4.2-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/csi-cluster-driver-registrar/openshift-priv-csi-cluster-driver-registrar-release-4.2-presubmits.yaml @@ -19,11 +19,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -43,6 +43,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -57,6 +60,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -77,11 +83,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -101,6 +107,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -115,4 +124,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/csi-cluster-driver-registrar/openshift-priv-csi-cluster-driver-registrar-release-4.3-postsubmits.yaml b/ci-operator/jobs/openshift-priv/csi-cluster-driver-registrar/openshift-priv-csi-cluster-driver-registrar-release-4.3-postsubmits.yaml index 9f76c2113f46..93d91e311205 100644 --- a/ci-operator/jobs/openshift-priv/csi-cluster-driver-registrar/openshift-priv-csi-cluster-driver-registrar-release-4.3-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/csi-cluster-driver-registrar/openshift-priv-csi-cluster-driver-registrar-release-4.3-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-csi-cluster-driver-registrar-release-4.3-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/csi-cluster-driver-registrar/openshift-priv-csi-cluster-driver-registrar-release-4.3-presubmits.yaml b/ci-operator/jobs/openshift-priv/csi-cluster-driver-registrar/openshift-priv-csi-cluster-driver-registrar-release-4.3-presubmits.yaml index 21180d611f01..7d6e88694cce 100644 --- a/ci-operator/jobs/openshift-priv/csi-cluster-driver-registrar/openshift-priv-csi-cluster-driver-registrar-release-4.3-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/csi-cluster-driver-registrar/openshift-priv-csi-cluster-driver-registrar-release-4.3-presubmits.yaml @@ -19,11 +19,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -43,6 +43,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -57,6 +60,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -77,11 +83,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -101,6 +107,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -115,4 +124,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/csi-cluster-driver-registrar/openshift-priv-csi-cluster-driver-registrar-release-4.4-postsubmits.yaml b/ci-operator/jobs/openshift-priv/csi-cluster-driver-registrar/openshift-priv-csi-cluster-driver-registrar-release-4.4-postsubmits.yaml index 1bbea050b52e..34a1c6b700d7 100644 --- a/ci-operator/jobs/openshift-priv/csi-cluster-driver-registrar/openshift-priv-csi-cluster-driver-registrar-release-4.4-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/csi-cluster-driver-registrar/openshift-priv-csi-cluster-driver-registrar-release-4.4-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-csi-cluster-driver-registrar-release-4.4-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/csi-cluster-driver-registrar/openshift-priv-csi-cluster-driver-registrar-release-4.4-presubmits.yaml b/ci-operator/jobs/openshift-priv/csi-cluster-driver-registrar/openshift-priv-csi-cluster-driver-registrar-release-4.4-presubmits.yaml index 7852e418529c..eb152c5cf6ff 100644 --- a/ci-operator/jobs/openshift-priv/csi-cluster-driver-registrar/openshift-priv-csi-cluster-driver-registrar-release-4.4-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/csi-cluster-driver-registrar/openshift-priv-csi-cluster-driver-registrar-release-4.4-presubmits.yaml @@ -19,11 +19,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -43,6 +43,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -57,6 +60,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -77,11 +83,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -101,6 +107,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -115,4 +124,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/csi-cluster-driver-registrar/openshift-priv-csi-cluster-driver-registrar-release-4.5-postsubmits.yaml b/ci-operator/jobs/openshift-priv/csi-cluster-driver-registrar/openshift-priv-csi-cluster-driver-registrar-release-4.5-postsubmits.yaml index 063be5e464aa..0c105b074ea9 100644 --- a/ci-operator/jobs/openshift-priv/csi-cluster-driver-registrar/openshift-priv-csi-cluster-driver-registrar-release-4.5-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/csi-cluster-driver-registrar/openshift-priv-csi-cluster-driver-registrar-release-4.5-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-csi-cluster-driver-registrar-release-4.5-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/csi-cluster-driver-registrar/openshift-priv-csi-cluster-driver-registrar-release-4.5-presubmits.yaml b/ci-operator/jobs/openshift-priv/csi-cluster-driver-registrar/openshift-priv-csi-cluster-driver-registrar-release-4.5-presubmits.yaml index a548c780345d..3419fab5890b 100644 --- a/ci-operator/jobs/openshift-priv/csi-cluster-driver-registrar/openshift-priv-csi-cluster-driver-registrar-release-4.5-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/csi-cluster-driver-registrar/openshift-priv-csi-cluster-driver-registrar-release-4.5-presubmits.yaml @@ -19,11 +19,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -43,6 +43,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -57,6 +60,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -77,11 +83,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -101,6 +107,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -115,4 +124,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/csi-cluster-driver-registrar/openshift-priv-csi-cluster-driver-registrar-release-4.6-postsubmits.yaml b/ci-operator/jobs/openshift-priv/csi-cluster-driver-registrar/openshift-priv-csi-cluster-driver-registrar-release-4.6-postsubmits.yaml index 4208bdabe073..2c05eac81834 100644 --- a/ci-operator/jobs/openshift-priv/csi-cluster-driver-registrar/openshift-priv-csi-cluster-driver-registrar-release-4.6-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/csi-cluster-driver-registrar/openshift-priv-csi-cluster-driver-registrar-release-4.6-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-csi-cluster-driver-registrar-release-4.6-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/csi-cluster-driver-registrar/openshift-priv-csi-cluster-driver-registrar-release-4.6-presubmits.yaml b/ci-operator/jobs/openshift-priv/csi-cluster-driver-registrar/openshift-priv-csi-cluster-driver-registrar-release-4.6-presubmits.yaml index c1b3a2a19ec7..4d47f8575365 100644 --- a/ci-operator/jobs/openshift-priv/csi-cluster-driver-registrar/openshift-priv-csi-cluster-driver-registrar-release-4.6-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/csi-cluster-driver-registrar/openshift-priv-csi-cluster-driver-registrar-release-4.6-presubmits.yaml @@ -19,11 +19,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -43,6 +43,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -57,6 +60,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -77,11 +83,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -101,6 +107,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -115,4 +124,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/csi-cluster-driver-registrar/openshift-priv-csi-cluster-driver-registrar-release-4.7-postsubmits.yaml b/ci-operator/jobs/openshift-priv/csi-cluster-driver-registrar/openshift-priv-csi-cluster-driver-registrar-release-4.7-postsubmits.yaml index 636e533ad10a..a73f218b0d48 100644 --- a/ci-operator/jobs/openshift-priv/csi-cluster-driver-registrar/openshift-priv-csi-cluster-driver-registrar-release-4.7-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/csi-cluster-driver-registrar/openshift-priv-csi-cluster-driver-registrar-release-4.7-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-csi-cluster-driver-registrar-release-4.7-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/csi-cluster-driver-registrar/openshift-priv-csi-cluster-driver-registrar-release-4.7-presubmits.yaml b/ci-operator/jobs/openshift-priv/csi-cluster-driver-registrar/openshift-priv-csi-cluster-driver-registrar-release-4.7-presubmits.yaml index a4fda6b2827c..92f0fc032c38 100644 --- a/ci-operator/jobs/openshift-priv/csi-cluster-driver-registrar/openshift-priv-csi-cluster-driver-registrar-release-4.7-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/csi-cluster-driver-registrar/openshift-priv-csi-cluster-driver-registrar-release-4.7-presubmits.yaml @@ -19,11 +19,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -43,6 +43,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -57,6 +60,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -77,11 +83,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -101,6 +107,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -115,4 +124,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/csi-driver-manila-operator/openshift-priv-csi-driver-manila-operator-master-postsubmits.yaml b/ci-operator/jobs/openshift-priv/csi-driver-manila-operator/openshift-priv-csi-driver-manila-operator-master-postsubmits.yaml index 0e0c54f31d7c..b3f371ba27e4 100644 --- a/ci-operator/jobs/openshift-priv/csi-driver-manila-operator/openshift-priv-csi-driver-manila-operator-master-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/csi-driver-manila-operator/openshift-priv-csi-driver-manila-operator-master-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-csi-driver-manila-operator-master-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/csi-driver-manila-operator/openshift-priv-csi-driver-manila-operator-master-presubmits.yaml b/ci-operator/jobs/openshift-priv/csi-driver-manila-operator/openshift-priv-csi-driver-manila-operator-master-presubmits.yaml index 5038e166df63..41586881ef62 100644 --- a/ci-operator/jobs/openshift-priv/csi-driver-manila-operator/openshift-priv-csi-driver-manila-operator-master-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/csi-driver-manila-operator/openshift-priv-csi-driver-manila-operator-master-presubmits.yaml @@ -19,11 +19,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=go-fmt command: - ci-operator @@ -43,6 +43,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -57,6 +60,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )go-fmt,?($|\s.*) - agent: kubernetes always_run: true @@ -77,11 +83,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -101,6 +107,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -115,4 +124,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/csi-driver-manila-operator/openshift-priv-csi-driver-manila-operator-release-4.5-postsubmits.yaml b/ci-operator/jobs/openshift-priv/csi-driver-manila-operator/openshift-priv-csi-driver-manila-operator-release-4.5-postsubmits.yaml index 5ce1d772a3ec..6b7621878073 100644 --- a/ci-operator/jobs/openshift-priv/csi-driver-manila-operator/openshift-priv-csi-driver-manila-operator-release-4.5-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/csi-driver-manila-operator/openshift-priv-csi-driver-manila-operator-release-4.5-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-csi-driver-manila-operator-release-4.5-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/csi-driver-manila-operator/openshift-priv-csi-driver-manila-operator-release-4.5-presubmits.yaml b/ci-operator/jobs/openshift-priv/csi-driver-manila-operator/openshift-priv-csi-driver-manila-operator-release-4.5-presubmits.yaml index f99286bf4240..29fcfa88676f 100644 --- a/ci-operator/jobs/openshift-priv/csi-driver-manila-operator/openshift-priv-csi-driver-manila-operator-release-4.5-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/csi-driver-manila-operator/openshift-priv-csi-driver-manila-operator-release-4.5-presubmits.yaml @@ -19,11 +19,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=go-fmt command: - ci-operator @@ -43,6 +43,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -57,6 +60,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )go-fmt,?($|\s.*) - agent: kubernetes always_run: true @@ -77,11 +83,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -101,6 +107,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -115,4 +124,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/csi-driver-manila-operator/openshift-priv-csi-driver-manila-operator-release-4.6-postsubmits.yaml b/ci-operator/jobs/openshift-priv/csi-driver-manila-operator/openshift-priv-csi-driver-manila-operator-release-4.6-postsubmits.yaml index c9854fa2e9ac..5b5039b2dd73 100644 --- a/ci-operator/jobs/openshift-priv/csi-driver-manila-operator/openshift-priv-csi-driver-manila-operator-release-4.6-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/csi-driver-manila-operator/openshift-priv-csi-driver-manila-operator-release-4.6-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-csi-driver-manila-operator-release-4.6-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/csi-driver-manila-operator/openshift-priv-csi-driver-manila-operator-release-4.6-presubmits.yaml b/ci-operator/jobs/openshift-priv/csi-driver-manila-operator/openshift-priv-csi-driver-manila-operator-release-4.6-presubmits.yaml index 1f4c4866422e..c4af24b09de6 100644 --- a/ci-operator/jobs/openshift-priv/csi-driver-manila-operator/openshift-priv-csi-driver-manila-operator-release-4.6-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/csi-driver-manila-operator/openshift-priv-csi-driver-manila-operator-release-4.6-presubmits.yaml @@ -19,11 +19,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=go-fmt command: - ci-operator @@ -43,6 +43,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -57,6 +60,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )go-fmt,?($|\s.*) - agent: kubernetes always_run: true @@ -77,11 +83,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -101,6 +107,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -115,4 +124,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/csi-driver-manila-operator/openshift-priv-csi-driver-manila-operator-release-4.7-postsubmits.yaml b/ci-operator/jobs/openshift-priv/csi-driver-manila-operator/openshift-priv-csi-driver-manila-operator-release-4.7-postsubmits.yaml index ef6a67ba5b6e..9e8152b3868e 100644 --- a/ci-operator/jobs/openshift-priv/csi-driver-manila-operator/openshift-priv-csi-driver-manila-operator-release-4.7-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/csi-driver-manila-operator/openshift-priv-csi-driver-manila-operator-release-4.7-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-csi-driver-manila-operator-release-4.7-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/csi-driver-manila-operator/openshift-priv-csi-driver-manila-operator-release-4.7-presubmits.yaml b/ci-operator/jobs/openshift-priv/csi-driver-manila-operator/openshift-priv-csi-driver-manila-operator-release-4.7-presubmits.yaml index 43d99934ff7b..c501ed48a65b 100644 --- a/ci-operator/jobs/openshift-priv/csi-driver-manila-operator/openshift-priv-csi-driver-manila-operator-release-4.7-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/csi-driver-manila-operator/openshift-priv-csi-driver-manila-operator-release-4.7-presubmits.yaml @@ -19,11 +19,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=go-fmt command: - ci-operator @@ -43,6 +43,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -57,6 +60,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )go-fmt,?($|\s.*) - agent: kubernetes always_run: true @@ -77,11 +83,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -101,6 +107,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -115,4 +124,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/csi-driver-nfs/openshift-priv-csi-driver-nfs-master-postsubmits.yaml b/ci-operator/jobs/openshift-priv/csi-driver-nfs/openshift-priv-csi-driver-nfs-master-postsubmits.yaml index ee5e4858c8d3..240e06bd83d7 100644 --- a/ci-operator/jobs/openshift-priv/csi-driver-nfs/openshift-priv-csi-driver-nfs-master-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/csi-driver-nfs/openshift-priv-csi-driver-nfs-master-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-csi-driver-nfs-master-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/csi-driver-nfs/openshift-priv-csi-driver-nfs-master-presubmits.yaml b/ci-operator/jobs/openshift-priv/csi-driver-nfs/openshift-priv-csi-driver-nfs-master-presubmits.yaml index 487afc392310..eb6ab7f785f4 100644 --- a/ci-operator/jobs/openshift-priv/csi-driver-nfs/openshift-priv-csi-driver-nfs-master-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/csi-driver-nfs/openshift-priv-csi-driver-nfs-master-presubmits.yaml @@ -19,11 +19,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=go-fmt command: - ci-operator @@ -43,6 +43,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -57,6 +60,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )go-fmt,?($|\s.*) - agent: kubernetes always_run: true @@ -77,11 +83,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=go-vet command: - ci-operator @@ -101,6 +107,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -115,6 +124,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )go-vet,?($|\s.*) - agent: kubernetes always_run: true @@ -135,11 +147,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -159,6 +171,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -173,6 +188,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -193,11 +211,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=vendor command: - ci-operator @@ -217,6 +235,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -231,4 +252,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )vendor,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/csi-driver-nfs/openshift-priv-csi-driver-nfs-release-4.4-presubmits.yaml b/ci-operator/jobs/openshift-priv/csi-driver-nfs/openshift-priv-csi-driver-nfs-release-4.4-presubmits.yaml index 7aaf010f2d79..4d9ebf094029 100644 --- a/ci-operator/jobs/openshift-priv/csi-driver-nfs/openshift-priv-csi-driver-nfs-release-4.4-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/csi-driver-nfs/openshift-priv-csi-driver-nfs-release-4.4-presubmits.yaml @@ -19,11 +19,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=go-fmt command: - ci-operator @@ -43,6 +43,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -57,6 +60,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )go-fmt,?($|\s.*) - agent: kubernetes always_run: true @@ -77,11 +83,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=go-vet command: - ci-operator @@ -101,6 +107,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -115,4 +124,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )go-vet,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/csi-driver-nfs/openshift-priv-csi-driver-nfs-release-4.5-postsubmits.yaml b/ci-operator/jobs/openshift-priv/csi-driver-nfs/openshift-priv-csi-driver-nfs-release-4.5-postsubmits.yaml index af2b0907b816..1e6adc5135ed 100644 --- a/ci-operator/jobs/openshift-priv/csi-driver-nfs/openshift-priv-csi-driver-nfs-release-4.5-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/csi-driver-nfs/openshift-priv-csi-driver-nfs-release-4.5-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-csi-driver-nfs-release-4.5-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/csi-driver-nfs/openshift-priv-csi-driver-nfs-release-4.5-presubmits.yaml b/ci-operator/jobs/openshift-priv/csi-driver-nfs/openshift-priv-csi-driver-nfs-release-4.5-presubmits.yaml index 748efc884281..0435d94a76a1 100644 --- a/ci-operator/jobs/openshift-priv/csi-driver-nfs/openshift-priv-csi-driver-nfs-release-4.5-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/csi-driver-nfs/openshift-priv-csi-driver-nfs-release-4.5-presubmits.yaml @@ -19,11 +19,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=go-fmt command: - ci-operator @@ -43,6 +43,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -57,6 +60,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )go-fmt,?($|\s.*) - agent: kubernetes always_run: true @@ -77,11 +83,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=go-vet command: - ci-operator @@ -101,6 +107,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -115,6 +124,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )go-vet,?($|\s.*) - agent: kubernetes always_run: true @@ -135,11 +147,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -159,6 +171,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -173,6 +188,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -193,11 +211,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=vendor command: - ci-operator @@ -217,6 +235,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -231,4 +252,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )vendor,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/csi-driver-nfs/openshift-priv-csi-driver-nfs-release-4.6-postsubmits.yaml b/ci-operator/jobs/openshift-priv/csi-driver-nfs/openshift-priv-csi-driver-nfs-release-4.6-postsubmits.yaml index 7155a4b1f65b..a611ef4cd745 100644 --- a/ci-operator/jobs/openshift-priv/csi-driver-nfs/openshift-priv-csi-driver-nfs-release-4.6-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/csi-driver-nfs/openshift-priv-csi-driver-nfs-release-4.6-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-csi-driver-nfs-release-4.6-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/csi-driver-nfs/openshift-priv-csi-driver-nfs-release-4.6-presubmits.yaml b/ci-operator/jobs/openshift-priv/csi-driver-nfs/openshift-priv-csi-driver-nfs-release-4.6-presubmits.yaml index 94ed02a0beda..b4bf0584fefd 100644 --- a/ci-operator/jobs/openshift-priv/csi-driver-nfs/openshift-priv-csi-driver-nfs-release-4.6-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/csi-driver-nfs/openshift-priv-csi-driver-nfs-release-4.6-presubmits.yaml @@ -19,11 +19,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=go-fmt command: - ci-operator @@ -43,6 +43,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -57,6 +60,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )go-fmt,?($|\s.*) - agent: kubernetes always_run: true @@ -77,11 +83,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=go-vet command: - ci-operator @@ -101,6 +107,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -115,6 +124,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )go-vet,?($|\s.*) - agent: kubernetes always_run: true @@ -135,11 +147,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -159,6 +171,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -173,6 +188,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -193,11 +211,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=vendor command: - ci-operator @@ -217,6 +235,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -231,4 +252,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )vendor,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/csi-driver-nfs/openshift-priv-csi-driver-nfs-release-4.7-postsubmits.yaml b/ci-operator/jobs/openshift-priv/csi-driver-nfs/openshift-priv-csi-driver-nfs-release-4.7-postsubmits.yaml index b7dac2c6d4c5..587c6bac89d6 100644 --- a/ci-operator/jobs/openshift-priv/csi-driver-nfs/openshift-priv-csi-driver-nfs-release-4.7-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/csi-driver-nfs/openshift-priv-csi-driver-nfs-release-4.7-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-csi-driver-nfs-release-4.7-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/csi-driver-nfs/openshift-priv-csi-driver-nfs-release-4.7-presubmits.yaml b/ci-operator/jobs/openshift-priv/csi-driver-nfs/openshift-priv-csi-driver-nfs-release-4.7-presubmits.yaml index 177c3ec1b2da..d9bcc4e8fd44 100644 --- a/ci-operator/jobs/openshift-priv/csi-driver-nfs/openshift-priv-csi-driver-nfs-release-4.7-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/csi-driver-nfs/openshift-priv-csi-driver-nfs-release-4.7-presubmits.yaml @@ -19,11 +19,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=go-fmt command: - ci-operator @@ -43,6 +43,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -57,6 +60,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )go-fmt,?($|\s.*) - agent: kubernetes always_run: true @@ -77,11 +83,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=go-vet command: - ci-operator @@ -101,6 +107,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -115,6 +124,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )go-vet,?($|\s.*) - agent: kubernetes always_run: true @@ -135,11 +147,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -159,6 +171,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -173,6 +188,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -193,11 +211,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=vendor command: - ci-operator @@ -217,6 +235,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -231,4 +252,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )vendor,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/csi-driver-registrar/openshift-priv-csi-driver-registrar-release-4.1-postsubmits.yaml b/ci-operator/jobs/openshift-priv/csi-driver-registrar/openshift-priv-csi-driver-registrar-release-4.1-postsubmits.yaml index d3b4ce3cd4d6..3eb1fa9ff279 100644 --- a/ci-operator/jobs/openshift-priv/csi-driver-registrar/openshift-priv-csi-driver-registrar-release-4.1-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/csi-driver-registrar/openshift-priv-csi-driver-registrar-release-4.1-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-csi-driver-registrar-release-4.1-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/csi-driver-registrar/openshift-priv-csi-driver-registrar-release-4.1-presubmits.yaml b/ci-operator/jobs/openshift-priv/csi-driver-registrar/openshift-priv-csi-driver-registrar-release-4.1-presubmits.yaml index b06ee61d67f0..f23305271af9 100644 --- a/ci-operator/jobs/openshift-priv/csi-driver-registrar/openshift-priv-csi-driver-registrar-release-4.1-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/csi-driver-registrar/openshift-priv-csi-driver-registrar-release-4.1-presubmits.yaml @@ -19,11 +19,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -43,6 +43,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -57,6 +60,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -77,11 +83,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -101,6 +107,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -115,4 +124,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/csi-external-attacher/openshift-priv-csi-external-attacher-master-postsubmits.yaml b/ci-operator/jobs/openshift-priv/csi-external-attacher/openshift-priv-csi-external-attacher-master-postsubmits.yaml index 4213e644a55d..41f78cc92def 100644 --- a/ci-operator/jobs/openshift-priv/csi-external-attacher/openshift-priv-csi-external-attacher-master-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/csi-external-attacher/openshift-priv-csi-external-attacher-master-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-csi-external-attacher-master-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/csi-external-attacher/openshift-priv-csi-external-attacher-master-presubmits.yaml b/ci-operator/jobs/openshift-priv/csi-external-attacher/openshift-priv-csi-external-attacher-master-presubmits.yaml index d6a787a8b9fc..8b177b43cef9 100644 --- a/ci-operator/jobs/openshift-priv/csi-external-attacher/openshift-priv-csi-external-attacher-master-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/csi-external-attacher/openshift-priv-csi-external-attacher-master-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-csi-cluster-profile - --target=e2e-aws-csi - --template=/usr/local/e2e-aws-csi @@ -63,6 +61,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -91,6 +92,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-csi,?($|\s.*) - agent: kubernetes always_run: true @@ -111,11 +115,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -135,6 +139,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -149,6 +156,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -169,11 +179,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -193,6 +203,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -207,4 +220,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/csi-external-attacher/openshift-priv-csi-external-attacher-release-4.1-postsubmits.yaml b/ci-operator/jobs/openshift-priv/csi-external-attacher/openshift-priv-csi-external-attacher-release-4.1-postsubmits.yaml index ce6f7598b9d2..580fc1681de0 100644 --- a/ci-operator/jobs/openshift-priv/csi-external-attacher/openshift-priv-csi-external-attacher-release-4.1-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/csi-external-attacher/openshift-priv-csi-external-attacher-release-4.1-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-csi-external-attacher-release-4.1-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/csi-external-attacher/openshift-priv-csi-external-attacher-release-4.1-presubmits.yaml b/ci-operator/jobs/openshift-priv/csi-external-attacher/openshift-priv-csi-external-attacher-release-4.1-presubmits.yaml index 5e1fc9a59628..27d8fec39a4a 100644 --- a/ci-operator/jobs/openshift-priv/csi-external-attacher/openshift-priv-csi-external-attacher-release-4.1-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/csi-external-attacher/openshift-priv-csi-external-attacher-release-4.1-presubmits.yaml @@ -19,11 +19,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -43,6 +43,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -57,6 +60,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -77,11 +83,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -101,6 +107,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -115,4 +124,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/csi-external-attacher/openshift-priv-csi-external-attacher-release-4.2-postsubmits.yaml b/ci-operator/jobs/openshift-priv/csi-external-attacher/openshift-priv-csi-external-attacher-release-4.2-postsubmits.yaml index 03797289b162..b664262687a9 100644 --- a/ci-operator/jobs/openshift-priv/csi-external-attacher/openshift-priv-csi-external-attacher-release-4.2-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/csi-external-attacher/openshift-priv-csi-external-attacher-release-4.2-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-csi-external-attacher-release-4.2-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/csi-external-attacher/openshift-priv-csi-external-attacher-release-4.2-presubmits.yaml b/ci-operator/jobs/openshift-priv/csi-external-attacher/openshift-priv-csi-external-attacher-release-4.2-presubmits.yaml index c8bba2a37721..6ca8cfd1083f 100644 --- a/ci-operator/jobs/openshift-priv/csi-external-attacher/openshift-priv-csi-external-attacher-release-4.2-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/csi-external-attacher/openshift-priv-csi-external-attacher-release-4.2-presubmits.yaml @@ -19,11 +19,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -43,6 +43,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -57,6 +60,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -77,11 +83,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -101,6 +107,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -115,4 +124,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/csi-external-attacher/openshift-priv-csi-external-attacher-release-4.3-postsubmits.yaml b/ci-operator/jobs/openshift-priv/csi-external-attacher/openshift-priv-csi-external-attacher-release-4.3-postsubmits.yaml index 74babbcf462a..cc2ac70f052f 100644 --- a/ci-operator/jobs/openshift-priv/csi-external-attacher/openshift-priv-csi-external-attacher-release-4.3-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/csi-external-attacher/openshift-priv-csi-external-attacher-release-4.3-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-csi-external-attacher-release-4.3-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/csi-external-attacher/openshift-priv-csi-external-attacher-release-4.3-presubmits.yaml b/ci-operator/jobs/openshift-priv/csi-external-attacher/openshift-priv-csi-external-attacher-release-4.3-presubmits.yaml index 9dbfcc5b1514..ff73408091fb 100644 --- a/ci-operator/jobs/openshift-priv/csi-external-attacher/openshift-priv-csi-external-attacher-release-4.3-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/csi-external-attacher/openshift-priv-csi-external-attacher-release-4.3-presubmits.yaml @@ -19,11 +19,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -43,6 +43,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -57,6 +60,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -77,11 +83,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -101,6 +107,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -115,4 +124,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/csi-external-attacher/openshift-priv-csi-external-attacher-release-4.4-postsubmits.yaml b/ci-operator/jobs/openshift-priv/csi-external-attacher/openshift-priv-csi-external-attacher-release-4.4-postsubmits.yaml index 07ba97444014..6b11138fe363 100644 --- a/ci-operator/jobs/openshift-priv/csi-external-attacher/openshift-priv-csi-external-attacher-release-4.4-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/csi-external-attacher/openshift-priv-csi-external-attacher-release-4.4-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-csi-external-attacher-release-4.4-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/csi-external-attacher/openshift-priv-csi-external-attacher-release-4.4-presubmits.yaml b/ci-operator/jobs/openshift-priv/csi-external-attacher/openshift-priv-csi-external-attacher-release-4.4-presubmits.yaml index fe7ddc30043e..c871e5c75ba2 100644 --- a/ci-operator/jobs/openshift-priv/csi-external-attacher/openshift-priv-csi-external-attacher-release-4.4-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/csi-external-attacher/openshift-priv-csi-external-attacher-release-4.4-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-csi-cluster-profile - --target=e2e-aws-csi - --template=/usr/local/e2e-aws-csi @@ -63,6 +61,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -91,6 +92,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-csi,?($|\s.*) - agent: kubernetes always_run: true @@ -111,11 +115,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -135,6 +139,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -149,6 +156,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -169,11 +179,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -193,6 +203,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -207,4 +220,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/csi-external-attacher/openshift-priv-csi-external-attacher-release-4.5-postsubmits.yaml b/ci-operator/jobs/openshift-priv/csi-external-attacher/openshift-priv-csi-external-attacher-release-4.5-postsubmits.yaml index 01e3dd295ade..9c3b9458db6c 100644 --- a/ci-operator/jobs/openshift-priv/csi-external-attacher/openshift-priv-csi-external-attacher-release-4.5-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/csi-external-attacher/openshift-priv-csi-external-attacher-release-4.5-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-csi-external-attacher-release-4.5-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/csi-external-attacher/openshift-priv-csi-external-attacher-release-4.5-presubmits.yaml b/ci-operator/jobs/openshift-priv/csi-external-attacher/openshift-priv-csi-external-attacher-release-4.5-presubmits.yaml index 6011a967c8c0..450df77a5f98 100644 --- a/ci-operator/jobs/openshift-priv/csi-external-attacher/openshift-priv-csi-external-attacher-release-4.5-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/csi-external-attacher/openshift-priv-csi-external-attacher-release-4.5-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-csi-cluster-profile - --target=e2e-aws-csi - --template=/usr/local/e2e-aws-csi @@ -63,6 +61,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -91,6 +92,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-csi,?($|\s.*) - agent: kubernetes always_run: true @@ -111,11 +115,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -135,6 +139,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -149,6 +156,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -169,11 +179,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -193,6 +203,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -207,4 +220,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/csi-external-attacher/openshift-priv-csi-external-attacher-release-4.6-postsubmits.yaml b/ci-operator/jobs/openshift-priv/csi-external-attacher/openshift-priv-csi-external-attacher-release-4.6-postsubmits.yaml index f163b8ee852e..84e801665a78 100644 --- a/ci-operator/jobs/openshift-priv/csi-external-attacher/openshift-priv-csi-external-attacher-release-4.6-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/csi-external-attacher/openshift-priv-csi-external-attacher-release-4.6-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-csi-external-attacher-release-4.6-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/csi-external-attacher/openshift-priv-csi-external-attacher-release-4.6-presubmits.yaml b/ci-operator/jobs/openshift-priv/csi-external-attacher/openshift-priv-csi-external-attacher-release-4.6-presubmits.yaml index 59874d31d7ee..d1ec10d2f93b 100644 --- a/ci-operator/jobs/openshift-priv/csi-external-attacher/openshift-priv-csi-external-attacher-release-4.6-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/csi-external-attacher/openshift-priv-csi-external-attacher-release-4.6-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-csi-cluster-profile - --target=e2e-aws-csi - --template=/usr/local/e2e-aws-csi @@ -63,6 +61,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -91,6 +92,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-csi,?($|\s.*) - agent: kubernetes always_run: true @@ -111,11 +115,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -135,6 +139,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -149,6 +156,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -169,11 +179,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -193,6 +203,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -207,4 +220,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/csi-external-attacher/openshift-priv-csi-external-attacher-release-4.7-postsubmits.yaml b/ci-operator/jobs/openshift-priv/csi-external-attacher/openshift-priv-csi-external-attacher-release-4.7-postsubmits.yaml index 5b99d9fe4559..c4b692b889c8 100644 --- a/ci-operator/jobs/openshift-priv/csi-external-attacher/openshift-priv-csi-external-attacher-release-4.7-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/csi-external-attacher/openshift-priv-csi-external-attacher-release-4.7-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-csi-external-attacher-release-4.7-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/csi-external-attacher/openshift-priv-csi-external-attacher-release-4.7-presubmits.yaml b/ci-operator/jobs/openshift-priv/csi-external-attacher/openshift-priv-csi-external-attacher-release-4.7-presubmits.yaml index 3bded279e854..9ec87a795331 100644 --- a/ci-operator/jobs/openshift-priv/csi-external-attacher/openshift-priv-csi-external-attacher-release-4.7-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/csi-external-attacher/openshift-priv-csi-external-attacher-release-4.7-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-csi-cluster-profile - --target=e2e-aws-csi - --template=/usr/local/e2e-aws-csi @@ -63,6 +61,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -91,6 +92,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-csi,?($|\s.*) - agent: kubernetes always_run: true @@ -111,11 +115,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -135,6 +139,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -149,6 +156,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -169,11 +179,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -193,6 +203,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -207,4 +220,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/csi-external-provisioner/openshift-priv-csi-external-provisioner-master-postsubmits.yaml b/ci-operator/jobs/openshift-priv/csi-external-provisioner/openshift-priv-csi-external-provisioner-master-postsubmits.yaml index 80e713501105..0afdd8c87f6e 100644 --- a/ci-operator/jobs/openshift-priv/csi-external-provisioner/openshift-priv-csi-external-provisioner-master-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/csi-external-provisioner/openshift-priv-csi-external-provisioner-master-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-csi-external-provisioner-master-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/csi-external-provisioner/openshift-priv-csi-external-provisioner-master-presubmits.yaml b/ci-operator/jobs/openshift-priv/csi-external-provisioner/openshift-priv-csi-external-provisioner-master-presubmits.yaml index 4dbece77b472..57ddfe4b5112 100644 --- a/ci-operator/jobs/openshift-priv/csi-external-provisioner/openshift-priv-csi-external-provisioner-master-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/csi-external-provisioner/openshift-priv-csi-external-provisioner-master-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-csi-cluster-profile - --target=e2e-aws-csi - --template=/usr/local/e2e-aws-csi @@ -63,6 +61,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -91,6 +92,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-csi,?($|\s.*) - agent: kubernetes always_run: true @@ -111,11 +115,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -135,6 +139,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -149,6 +156,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -169,11 +179,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -193,6 +203,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -207,4 +220,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/csi-external-provisioner/openshift-priv-csi-external-provisioner-release-4.1-postsubmits.yaml b/ci-operator/jobs/openshift-priv/csi-external-provisioner/openshift-priv-csi-external-provisioner-release-4.1-postsubmits.yaml index 504e6899784f..a5c093750bb7 100644 --- a/ci-operator/jobs/openshift-priv/csi-external-provisioner/openshift-priv-csi-external-provisioner-release-4.1-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/csi-external-provisioner/openshift-priv-csi-external-provisioner-release-4.1-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-csi-external-provisioner-release-4.1-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/csi-external-provisioner/openshift-priv-csi-external-provisioner-release-4.1-presubmits.yaml b/ci-operator/jobs/openshift-priv/csi-external-provisioner/openshift-priv-csi-external-provisioner-release-4.1-presubmits.yaml index e582ed727045..4af29ce7f90a 100644 --- a/ci-operator/jobs/openshift-priv/csi-external-provisioner/openshift-priv-csi-external-provisioner-release-4.1-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/csi-external-provisioner/openshift-priv-csi-external-provisioner-release-4.1-presubmits.yaml @@ -19,11 +19,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -43,6 +43,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -57,6 +60,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -77,11 +83,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -101,6 +107,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -115,4 +124,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/csi-external-provisioner/openshift-priv-csi-external-provisioner-release-4.2-postsubmits.yaml b/ci-operator/jobs/openshift-priv/csi-external-provisioner/openshift-priv-csi-external-provisioner-release-4.2-postsubmits.yaml index 1fc0e51aece0..aefc87898be6 100644 --- a/ci-operator/jobs/openshift-priv/csi-external-provisioner/openshift-priv-csi-external-provisioner-release-4.2-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/csi-external-provisioner/openshift-priv-csi-external-provisioner-release-4.2-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-csi-external-provisioner-release-4.2-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/csi-external-provisioner/openshift-priv-csi-external-provisioner-release-4.2-presubmits.yaml b/ci-operator/jobs/openshift-priv/csi-external-provisioner/openshift-priv-csi-external-provisioner-release-4.2-presubmits.yaml index 98a1696d7ea9..fb860eef63c5 100644 --- a/ci-operator/jobs/openshift-priv/csi-external-provisioner/openshift-priv-csi-external-provisioner-release-4.2-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/csi-external-provisioner/openshift-priv-csi-external-provisioner-release-4.2-presubmits.yaml @@ -19,11 +19,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -43,6 +43,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -57,6 +60,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -77,11 +83,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -101,6 +107,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -115,4 +124,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/csi-external-provisioner/openshift-priv-csi-external-provisioner-release-4.3-postsubmits.yaml b/ci-operator/jobs/openshift-priv/csi-external-provisioner/openshift-priv-csi-external-provisioner-release-4.3-postsubmits.yaml index b1fd2cab354c..74e3d29992ee 100644 --- a/ci-operator/jobs/openshift-priv/csi-external-provisioner/openshift-priv-csi-external-provisioner-release-4.3-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/csi-external-provisioner/openshift-priv-csi-external-provisioner-release-4.3-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-csi-external-provisioner-release-4.3-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/csi-external-provisioner/openshift-priv-csi-external-provisioner-release-4.3-presubmits.yaml b/ci-operator/jobs/openshift-priv/csi-external-provisioner/openshift-priv-csi-external-provisioner-release-4.3-presubmits.yaml index e2938bbcc8f1..bcfe2d9fcb10 100644 --- a/ci-operator/jobs/openshift-priv/csi-external-provisioner/openshift-priv-csi-external-provisioner-release-4.3-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/csi-external-provisioner/openshift-priv-csi-external-provisioner-release-4.3-presubmits.yaml @@ -19,11 +19,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -43,6 +43,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -57,6 +60,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -77,11 +83,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -101,6 +107,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -115,4 +124,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/csi-external-provisioner/openshift-priv-csi-external-provisioner-release-4.4-postsubmits.yaml b/ci-operator/jobs/openshift-priv/csi-external-provisioner/openshift-priv-csi-external-provisioner-release-4.4-postsubmits.yaml index 365e7f6f9c4c..303d0501f0c3 100644 --- a/ci-operator/jobs/openshift-priv/csi-external-provisioner/openshift-priv-csi-external-provisioner-release-4.4-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/csi-external-provisioner/openshift-priv-csi-external-provisioner-release-4.4-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-csi-external-provisioner-release-4.4-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/csi-external-provisioner/openshift-priv-csi-external-provisioner-release-4.4-presubmits.yaml b/ci-operator/jobs/openshift-priv/csi-external-provisioner/openshift-priv-csi-external-provisioner-release-4.4-presubmits.yaml index b96022a7bcf6..af34520c929f 100644 --- a/ci-operator/jobs/openshift-priv/csi-external-provisioner/openshift-priv-csi-external-provisioner-release-4.4-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/csi-external-provisioner/openshift-priv-csi-external-provisioner-release-4.4-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-csi-cluster-profile - --target=e2e-aws-csi - --template=/usr/local/e2e-aws-csi @@ -63,6 +61,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -91,6 +92,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-csi,?($|\s.*) - agent: kubernetes always_run: true @@ -111,11 +115,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -135,6 +139,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -149,6 +156,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -169,11 +179,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -193,6 +203,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -207,4 +220,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/csi-external-provisioner/openshift-priv-csi-external-provisioner-release-4.5-postsubmits.yaml b/ci-operator/jobs/openshift-priv/csi-external-provisioner/openshift-priv-csi-external-provisioner-release-4.5-postsubmits.yaml index 74702714d019..87a271600442 100644 --- a/ci-operator/jobs/openshift-priv/csi-external-provisioner/openshift-priv-csi-external-provisioner-release-4.5-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/csi-external-provisioner/openshift-priv-csi-external-provisioner-release-4.5-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-csi-external-provisioner-release-4.5-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/csi-external-provisioner/openshift-priv-csi-external-provisioner-release-4.5-presubmits.yaml b/ci-operator/jobs/openshift-priv/csi-external-provisioner/openshift-priv-csi-external-provisioner-release-4.5-presubmits.yaml index 580709f90ad9..f6acd3011b39 100644 --- a/ci-operator/jobs/openshift-priv/csi-external-provisioner/openshift-priv-csi-external-provisioner-release-4.5-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/csi-external-provisioner/openshift-priv-csi-external-provisioner-release-4.5-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-csi-cluster-profile - --target=e2e-aws-csi - --template=/usr/local/e2e-aws-csi @@ -63,6 +61,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -91,6 +92,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-csi,?($|\s.*) - agent: kubernetes always_run: true @@ -111,11 +115,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -135,6 +139,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -149,6 +156,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -169,11 +179,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -193,6 +203,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -207,4 +220,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/csi-external-provisioner/openshift-priv-csi-external-provisioner-release-4.6-postsubmits.yaml b/ci-operator/jobs/openshift-priv/csi-external-provisioner/openshift-priv-csi-external-provisioner-release-4.6-postsubmits.yaml index a5e015286cf1..25bb8977197b 100644 --- a/ci-operator/jobs/openshift-priv/csi-external-provisioner/openshift-priv-csi-external-provisioner-release-4.6-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/csi-external-provisioner/openshift-priv-csi-external-provisioner-release-4.6-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-csi-external-provisioner-release-4.6-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/csi-external-provisioner/openshift-priv-csi-external-provisioner-release-4.6-presubmits.yaml b/ci-operator/jobs/openshift-priv/csi-external-provisioner/openshift-priv-csi-external-provisioner-release-4.6-presubmits.yaml index 5ac208620b7b..63b5b98ebf92 100644 --- a/ci-operator/jobs/openshift-priv/csi-external-provisioner/openshift-priv-csi-external-provisioner-release-4.6-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/csi-external-provisioner/openshift-priv-csi-external-provisioner-release-4.6-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-csi-cluster-profile - --target=e2e-aws-csi - --template=/usr/local/e2e-aws-csi @@ -63,6 +61,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -91,6 +92,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-csi,?($|\s.*) - agent: kubernetes always_run: true @@ -111,11 +115,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -135,6 +139,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -149,6 +156,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -169,11 +179,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -193,6 +203,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -207,4 +220,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/csi-external-provisioner/openshift-priv-csi-external-provisioner-release-4.7-postsubmits.yaml b/ci-operator/jobs/openshift-priv/csi-external-provisioner/openshift-priv-csi-external-provisioner-release-4.7-postsubmits.yaml index a24d8d23a16c..5e60c24207b9 100644 --- a/ci-operator/jobs/openshift-priv/csi-external-provisioner/openshift-priv-csi-external-provisioner-release-4.7-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/csi-external-provisioner/openshift-priv-csi-external-provisioner-release-4.7-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-csi-external-provisioner-release-4.7-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/csi-external-provisioner/openshift-priv-csi-external-provisioner-release-4.7-presubmits.yaml b/ci-operator/jobs/openshift-priv/csi-external-provisioner/openshift-priv-csi-external-provisioner-release-4.7-presubmits.yaml index 350c1db35d6f..4151c1c46747 100644 --- a/ci-operator/jobs/openshift-priv/csi-external-provisioner/openshift-priv-csi-external-provisioner-release-4.7-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/csi-external-provisioner/openshift-priv-csi-external-provisioner-release-4.7-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-csi-cluster-profile - --target=e2e-aws-csi - --template=/usr/local/e2e-aws-csi @@ -63,6 +61,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -91,6 +92,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-csi,?($|\s.*) - agent: kubernetes always_run: true @@ -111,11 +115,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -135,6 +139,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -149,6 +156,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -169,11 +179,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -193,6 +203,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -207,4 +220,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/csi-external-resizer/openshift-priv-csi-external-resizer-master-postsubmits.yaml b/ci-operator/jobs/openshift-priv/csi-external-resizer/openshift-priv-csi-external-resizer-master-postsubmits.yaml index 4c9fc30fe5e7..c199bac5eab8 100644 --- a/ci-operator/jobs/openshift-priv/csi-external-resizer/openshift-priv-csi-external-resizer-master-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/csi-external-resizer/openshift-priv-csi-external-resizer-master-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-csi-external-resizer-master-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/csi-external-resizer/openshift-priv-csi-external-resizer-master-presubmits.yaml b/ci-operator/jobs/openshift-priv/csi-external-resizer/openshift-priv-csi-external-resizer-master-presubmits.yaml index 7620e8b4c2a2..60ea508dc204 100644 --- a/ci-operator/jobs/openshift-priv/csi-external-resizer/openshift-priv-csi-external-resizer-master-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/csi-external-resizer/openshift-priv-csi-external-resizer-master-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-csi-cluster-profile - --target=e2e-aws-csi - --template=/usr/local/e2e-aws-csi @@ -63,6 +61,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -91,6 +92,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-csi,?($|\s.*) - agent: kubernetes always_run: true @@ -111,11 +115,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -135,6 +139,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -149,6 +156,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -169,11 +179,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -193,6 +203,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -207,4 +220,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/csi-external-resizer/openshift-priv-csi-external-resizer-release-4.4-postsubmits.yaml b/ci-operator/jobs/openshift-priv/csi-external-resizer/openshift-priv-csi-external-resizer-release-4.4-postsubmits.yaml index 4b033d683717..6722088373a8 100644 --- a/ci-operator/jobs/openshift-priv/csi-external-resizer/openshift-priv-csi-external-resizer-release-4.4-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/csi-external-resizer/openshift-priv-csi-external-resizer-release-4.4-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-csi-external-resizer-release-4.4-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/csi-external-resizer/openshift-priv-csi-external-resizer-release-4.4-presubmits.yaml b/ci-operator/jobs/openshift-priv/csi-external-resizer/openshift-priv-csi-external-resizer-release-4.4-presubmits.yaml index c699923e7880..7d497e2caf27 100644 --- a/ci-operator/jobs/openshift-priv/csi-external-resizer/openshift-priv-csi-external-resizer-release-4.4-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/csi-external-resizer/openshift-priv-csi-external-resizer-release-4.4-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-csi-cluster-profile - --target=e2e-aws-csi - --template=/usr/local/e2e-aws-csi @@ -63,6 +61,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -91,6 +92,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-csi,?($|\s.*) - agent: kubernetes always_run: true @@ -111,11 +115,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -135,6 +139,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -149,6 +156,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -169,11 +179,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -193,6 +203,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -207,4 +220,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/csi-external-resizer/openshift-priv-csi-external-resizer-release-4.5-postsubmits.yaml b/ci-operator/jobs/openshift-priv/csi-external-resizer/openshift-priv-csi-external-resizer-release-4.5-postsubmits.yaml index 5b0ea3de5ad5..db7506b2c3d8 100644 --- a/ci-operator/jobs/openshift-priv/csi-external-resizer/openshift-priv-csi-external-resizer-release-4.5-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/csi-external-resizer/openshift-priv-csi-external-resizer-release-4.5-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-csi-external-resizer-release-4.5-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/csi-external-resizer/openshift-priv-csi-external-resizer-release-4.5-presubmits.yaml b/ci-operator/jobs/openshift-priv/csi-external-resizer/openshift-priv-csi-external-resizer-release-4.5-presubmits.yaml index 002a70be63da..3e363e0a053f 100644 --- a/ci-operator/jobs/openshift-priv/csi-external-resizer/openshift-priv-csi-external-resizer-release-4.5-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/csi-external-resizer/openshift-priv-csi-external-resizer-release-4.5-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-csi-cluster-profile - --target=e2e-aws-csi - --template=/usr/local/e2e-aws-csi @@ -63,6 +61,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -91,6 +92,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-csi,?($|\s.*) - agent: kubernetes always_run: true @@ -111,11 +115,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -135,6 +139,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -149,6 +156,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -169,11 +179,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -193,6 +203,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -207,4 +220,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/csi-external-resizer/openshift-priv-csi-external-resizer-release-4.6-postsubmits.yaml b/ci-operator/jobs/openshift-priv/csi-external-resizer/openshift-priv-csi-external-resizer-release-4.6-postsubmits.yaml index f0a7a8d8a420..71c2d9e852f3 100644 --- a/ci-operator/jobs/openshift-priv/csi-external-resizer/openshift-priv-csi-external-resizer-release-4.6-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/csi-external-resizer/openshift-priv-csi-external-resizer-release-4.6-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-csi-external-resizer-release-4.6-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/csi-external-resizer/openshift-priv-csi-external-resizer-release-4.6-presubmits.yaml b/ci-operator/jobs/openshift-priv/csi-external-resizer/openshift-priv-csi-external-resizer-release-4.6-presubmits.yaml index 84d4a9de5c15..05f12e0074cd 100644 --- a/ci-operator/jobs/openshift-priv/csi-external-resizer/openshift-priv-csi-external-resizer-release-4.6-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/csi-external-resizer/openshift-priv-csi-external-resizer-release-4.6-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-csi-cluster-profile - --target=e2e-aws-csi - --template=/usr/local/e2e-aws-csi @@ -63,6 +61,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -91,6 +92,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-csi,?($|\s.*) - agent: kubernetes always_run: true @@ -111,11 +115,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -135,6 +139,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -149,6 +156,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -169,11 +179,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -193,6 +203,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -207,4 +220,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/csi-external-resizer/openshift-priv-csi-external-resizer-release-4.7-postsubmits.yaml b/ci-operator/jobs/openshift-priv/csi-external-resizer/openshift-priv-csi-external-resizer-release-4.7-postsubmits.yaml index 219e9647ab09..9db815091959 100644 --- a/ci-operator/jobs/openshift-priv/csi-external-resizer/openshift-priv-csi-external-resizer-release-4.7-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/csi-external-resizer/openshift-priv-csi-external-resizer-release-4.7-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-csi-external-resizer-release-4.7-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/csi-external-resizer/openshift-priv-csi-external-resizer-release-4.7-presubmits.yaml b/ci-operator/jobs/openshift-priv/csi-external-resizer/openshift-priv-csi-external-resizer-release-4.7-presubmits.yaml index 05cc268b242b..98cc147c32ad 100644 --- a/ci-operator/jobs/openshift-priv/csi-external-resizer/openshift-priv-csi-external-resizer-release-4.7-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/csi-external-resizer/openshift-priv-csi-external-resizer-release-4.7-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-csi-cluster-profile - --target=e2e-aws-csi - --template=/usr/local/e2e-aws-csi @@ -63,6 +61,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -91,6 +92,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-csi,?($|\s.*) - agent: kubernetes always_run: true @@ -111,11 +115,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -135,6 +139,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -149,6 +156,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -169,11 +179,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -193,6 +203,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -207,4 +220,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/csi-external-snapshotter/openshift-priv-csi-external-snapshotter-master-postsubmits.yaml b/ci-operator/jobs/openshift-priv/csi-external-snapshotter/openshift-priv-csi-external-snapshotter-master-postsubmits.yaml index 3495bc73b49c..98e11e15a26b 100644 --- a/ci-operator/jobs/openshift-priv/csi-external-snapshotter/openshift-priv-csi-external-snapshotter-master-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/csi-external-snapshotter/openshift-priv-csi-external-snapshotter-master-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-csi-external-snapshotter-master-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/csi-external-snapshotter/openshift-priv-csi-external-snapshotter-master-presubmits.yaml b/ci-operator/jobs/openshift-priv/csi-external-snapshotter/openshift-priv-csi-external-snapshotter-master-presubmits.yaml index 47812155dddb..68d5adbf0c59 100644 --- a/ci-operator/jobs/openshift-priv/csi-external-snapshotter/openshift-priv-csi-external-snapshotter-master-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/csi-external-snapshotter/openshift-priv-csi-external-snapshotter-master-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-csi-cluster-profile - --target=e2e-aws-csi - --template=/usr/local/e2e-aws-csi @@ -63,6 +61,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -91,6 +92,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-csi,?($|\s.*) - agent: kubernetes always_run: true @@ -111,11 +115,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -135,6 +139,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -149,6 +156,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -169,11 +179,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -193,6 +203,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -207,4 +220,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/csi-external-snapshotter/openshift-priv-csi-external-snapshotter-release-4.1-presubmits.yaml b/ci-operator/jobs/openshift-priv/csi-external-snapshotter/openshift-priv-csi-external-snapshotter-release-4.1-presubmits.yaml index b2ad7da1f00d..64fb3ac37c07 100644 --- a/ci-operator/jobs/openshift-priv/csi-external-snapshotter/openshift-priv-csi-external-snapshotter-release-4.1-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/csi-external-snapshotter/openshift-priv-csi-external-snapshotter-release-4.1-presubmits.yaml @@ -19,11 +19,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -43,6 +43,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -57,4 +60,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/csi-external-snapshotter/openshift-priv-csi-external-snapshotter-release-4.2-postsubmits.yaml b/ci-operator/jobs/openshift-priv/csi-external-snapshotter/openshift-priv-csi-external-snapshotter-release-4.2-postsubmits.yaml index 7895d000723a..0977e21afc5a 100644 --- a/ci-operator/jobs/openshift-priv/csi-external-snapshotter/openshift-priv-csi-external-snapshotter-release-4.2-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/csi-external-snapshotter/openshift-priv-csi-external-snapshotter-release-4.2-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-csi-external-snapshotter-release-4.2-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/csi-external-snapshotter/openshift-priv-csi-external-snapshotter-release-4.2-presubmits.yaml b/ci-operator/jobs/openshift-priv/csi-external-snapshotter/openshift-priv-csi-external-snapshotter-release-4.2-presubmits.yaml index 5c7f244639ca..c6685df9a483 100644 --- a/ci-operator/jobs/openshift-priv/csi-external-snapshotter/openshift-priv-csi-external-snapshotter-release-4.2-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/csi-external-snapshotter/openshift-priv-csi-external-snapshotter-release-4.2-presubmits.yaml @@ -19,11 +19,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -43,6 +43,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -57,6 +60,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -77,11 +83,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -101,6 +107,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -115,4 +124,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/csi-external-snapshotter/openshift-priv-csi-external-snapshotter-release-4.3-postsubmits.yaml b/ci-operator/jobs/openshift-priv/csi-external-snapshotter/openshift-priv-csi-external-snapshotter-release-4.3-postsubmits.yaml index 62764e3e2975..66892f389a05 100644 --- a/ci-operator/jobs/openshift-priv/csi-external-snapshotter/openshift-priv-csi-external-snapshotter-release-4.3-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/csi-external-snapshotter/openshift-priv-csi-external-snapshotter-release-4.3-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-csi-external-snapshotter-release-4.3-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/csi-external-snapshotter/openshift-priv-csi-external-snapshotter-release-4.3-presubmits.yaml b/ci-operator/jobs/openshift-priv/csi-external-snapshotter/openshift-priv-csi-external-snapshotter-release-4.3-presubmits.yaml index 63f78bfd4cae..759bf26f2433 100644 --- a/ci-operator/jobs/openshift-priv/csi-external-snapshotter/openshift-priv-csi-external-snapshotter-release-4.3-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/csi-external-snapshotter/openshift-priv-csi-external-snapshotter-release-4.3-presubmits.yaml @@ -19,11 +19,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -43,6 +43,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -57,6 +60,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -77,11 +83,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -101,6 +107,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -115,4 +124,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/csi-external-snapshotter/openshift-priv-csi-external-snapshotter-release-4.4-postsubmits.yaml b/ci-operator/jobs/openshift-priv/csi-external-snapshotter/openshift-priv-csi-external-snapshotter-release-4.4-postsubmits.yaml index d3479e80eea9..bae5526796c4 100644 --- a/ci-operator/jobs/openshift-priv/csi-external-snapshotter/openshift-priv-csi-external-snapshotter-release-4.4-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/csi-external-snapshotter/openshift-priv-csi-external-snapshotter-release-4.4-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-csi-external-snapshotter-release-4.4-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/csi-external-snapshotter/openshift-priv-csi-external-snapshotter-release-4.4-presubmits.yaml b/ci-operator/jobs/openshift-priv/csi-external-snapshotter/openshift-priv-csi-external-snapshotter-release-4.4-presubmits.yaml index b147b40bb2fb..83868b33a8a1 100644 --- a/ci-operator/jobs/openshift-priv/csi-external-snapshotter/openshift-priv-csi-external-snapshotter-release-4.4-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/csi-external-snapshotter/openshift-priv-csi-external-snapshotter-release-4.4-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-csi-cluster-profile - --target=e2e-aws-csi - --template=/usr/local/e2e-aws-csi @@ -63,6 +61,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -91,6 +92,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-csi,?($|\s.*) - agent: kubernetes always_run: true @@ -111,11 +115,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -135,6 +139,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -149,6 +156,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -169,11 +179,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -193,6 +203,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -207,4 +220,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/csi-external-snapshotter/openshift-priv-csi-external-snapshotter-release-4.5-postsubmits.yaml b/ci-operator/jobs/openshift-priv/csi-external-snapshotter/openshift-priv-csi-external-snapshotter-release-4.5-postsubmits.yaml index 373737d5e48b..d062712236f2 100644 --- a/ci-operator/jobs/openshift-priv/csi-external-snapshotter/openshift-priv-csi-external-snapshotter-release-4.5-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/csi-external-snapshotter/openshift-priv-csi-external-snapshotter-release-4.5-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-csi-external-snapshotter-release-4.5-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/csi-external-snapshotter/openshift-priv-csi-external-snapshotter-release-4.5-presubmits.yaml b/ci-operator/jobs/openshift-priv/csi-external-snapshotter/openshift-priv-csi-external-snapshotter-release-4.5-presubmits.yaml index 865d7e153bb6..930ee7e75515 100644 --- a/ci-operator/jobs/openshift-priv/csi-external-snapshotter/openshift-priv-csi-external-snapshotter-release-4.5-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/csi-external-snapshotter/openshift-priv-csi-external-snapshotter-release-4.5-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-csi-cluster-profile - --target=e2e-aws-csi - --template=/usr/local/e2e-aws-csi @@ -63,6 +61,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -91,6 +92,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-csi,?($|\s.*) - agent: kubernetes always_run: true @@ -111,11 +115,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -135,6 +139,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -149,6 +156,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -169,11 +179,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -193,6 +203,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -207,4 +220,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/csi-external-snapshotter/openshift-priv-csi-external-snapshotter-release-4.6-postsubmits.yaml b/ci-operator/jobs/openshift-priv/csi-external-snapshotter/openshift-priv-csi-external-snapshotter-release-4.6-postsubmits.yaml index 0d436bd76981..9097c7ee8a32 100644 --- a/ci-operator/jobs/openshift-priv/csi-external-snapshotter/openshift-priv-csi-external-snapshotter-release-4.6-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/csi-external-snapshotter/openshift-priv-csi-external-snapshotter-release-4.6-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-csi-external-snapshotter-release-4.6-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/csi-external-snapshotter/openshift-priv-csi-external-snapshotter-release-4.6-presubmits.yaml b/ci-operator/jobs/openshift-priv/csi-external-snapshotter/openshift-priv-csi-external-snapshotter-release-4.6-presubmits.yaml index 2cc640544948..6682510833c8 100644 --- a/ci-operator/jobs/openshift-priv/csi-external-snapshotter/openshift-priv-csi-external-snapshotter-release-4.6-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/csi-external-snapshotter/openshift-priv-csi-external-snapshotter-release-4.6-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-csi-cluster-profile - --target=e2e-aws-csi - --template=/usr/local/e2e-aws-csi @@ -63,6 +61,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -91,6 +92,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-csi,?($|\s.*) - agent: kubernetes always_run: true @@ -111,11 +115,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -135,6 +139,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -149,6 +156,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -169,11 +179,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -193,6 +203,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -207,4 +220,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/csi-external-snapshotter/openshift-priv-csi-external-snapshotter-release-4.7-postsubmits.yaml b/ci-operator/jobs/openshift-priv/csi-external-snapshotter/openshift-priv-csi-external-snapshotter-release-4.7-postsubmits.yaml index d7f3ec9af236..daf506d3e662 100644 --- a/ci-operator/jobs/openshift-priv/csi-external-snapshotter/openshift-priv-csi-external-snapshotter-release-4.7-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/csi-external-snapshotter/openshift-priv-csi-external-snapshotter-release-4.7-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-csi-external-snapshotter-release-4.7-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/csi-external-snapshotter/openshift-priv-csi-external-snapshotter-release-4.7-presubmits.yaml b/ci-operator/jobs/openshift-priv/csi-external-snapshotter/openshift-priv-csi-external-snapshotter-release-4.7-presubmits.yaml index 88f4932d557c..9c5cb7cf4d42 100644 --- a/ci-operator/jobs/openshift-priv/csi-external-snapshotter/openshift-priv-csi-external-snapshotter-release-4.7-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/csi-external-snapshotter/openshift-priv-csi-external-snapshotter-release-4.7-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-csi-cluster-profile - --target=e2e-aws-csi - --template=/usr/local/e2e-aws-csi @@ -63,6 +61,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -91,6 +92,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-csi,?($|\s.*) - agent: kubernetes always_run: true @@ -111,11 +115,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -135,6 +139,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -149,6 +156,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -169,11 +179,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -193,6 +203,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -207,4 +220,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/csi-livenessprobe/openshift-priv-csi-livenessprobe-master-postsubmits.yaml b/ci-operator/jobs/openshift-priv/csi-livenessprobe/openshift-priv-csi-livenessprobe-master-postsubmits.yaml index df7577115f01..43c77d916237 100644 --- a/ci-operator/jobs/openshift-priv/csi-livenessprobe/openshift-priv-csi-livenessprobe-master-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/csi-livenessprobe/openshift-priv-csi-livenessprobe-master-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-csi-livenessprobe-master-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/csi-livenessprobe/openshift-priv-csi-livenessprobe-master-presubmits.yaml b/ci-operator/jobs/openshift-priv/csi-livenessprobe/openshift-priv-csi-livenessprobe-master-presubmits.yaml index d466823e493b..df9097d399d2 100644 --- a/ci-operator/jobs/openshift-priv/csi-livenessprobe/openshift-priv-csi-livenessprobe-master-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/csi-livenessprobe/openshift-priv-csi-livenessprobe-master-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-csi-cluster-profile - --target=e2e-aws-csi - --template=/usr/local/e2e-aws-csi @@ -63,6 +61,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -91,6 +92,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-csi,?($|\s.*) - agent: kubernetes always_run: true @@ -111,11 +115,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -135,6 +139,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -149,6 +156,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -169,11 +179,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -193,6 +203,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -207,4 +220,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/csi-livenessprobe/openshift-priv-csi-livenessprobe-release-4.1-postsubmits.yaml b/ci-operator/jobs/openshift-priv/csi-livenessprobe/openshift-priv-csi-livenessprobe-release-4.1-postsubmits.yaml index 205eac614ed6..16ce5dce1d88 100644 --- a/ci-operator/jobs/openshift-priv/csi-livenessprobe/openshift-priv-csi-livenessprobe-release-4.1-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/csi-livenessprobe/openshift-priv-csi-livenessprobe-release-4.1-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-csi-livenessprobe-release-4.1-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/csi-livenessprobe/openshift-priv-csi-livenessprobe-release-4.1-presubmits.yaml b/ci-operator/jobs/openshift-priv/csi-livenessprobe/openshift-priv-csi-livenessprobe-release-4.1-presubmits.yaml index 2fb1c539d0ee..03941ff433dd 100644 --- a/ci-operator/jobs/openshift-priv/csi-livenessprobe/openshift-priv-csi-livenessprobe-release-4.1-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/csi-livenessprobe/openshift-priv-csi-livenessprobe-release-4.1-presubmits.yaml @@ -19,11 +19,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -43,6 +43,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -57,6 +60,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -77,11 +83,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -101,6 +107,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -115,4 +124,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/csi-livenessprobe/openshift-priv-csi-livenessprobe-release-4.2-postsubmits.yaml b/ci-operator/jobs/openshift-priv/csi-livenessprobe/openshift-priv-csi-livenessprobe-release-4.2-postsubmits.yaml index a96a43650ec6..0f68b8de6d75 100644 --- a/ci-operator/jobs/openshift-priv/csi-livenessprobe/openshift-priv-csi-livenessprobe-release-4.2-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/csi-livenessprobe/openshift-priv-csi-livenessprobe-release-4.2-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-csi-livenessprobe-release-4.2-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/csi-livenessprobe/openshift-priv-csi-livenessprobe-release-4.2-presubmits.yaml b/ci-operator/jobs/openshift-priv/csi-livenessprobe/openshift-priv-csi-livenessprobe-release-4.2-presubmits.yaml index 3c5a977edf9f..b0400bda1c2c 100644 --- a/ci-operator/jobs/openshift-priv/csi-livenessprobe/openshift-priv-csi-livenessprobe-release-4.2-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/csi-livenessprobe/openshift-priv-csi-livenessprobe-release-4.2-presubmits.yaml @@ -19,11 +19,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -43,6 +43,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -57,6 +60,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -77,11 +83,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -101,6 +107,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -115,4 +124,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/csi-livenessprobe/openshift-priv-csi-livenessprobe-release-4.3-postsubmits.yaml b/ci-operator/jobs/openshift-priv/csi-livenessprobe/openshift-priv-csi-livenessprobe-release-4.3-postsubmits.yaml index 828ea05b82c9..dc1c72c22d85 100644 --- a/ci-operator/jobs/openshift-priv/csi-livenessprobe/openshift-priv-csi-livenessprobe-release-4.3-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/csi-livenessprobe/openshift-priv-csi-livenessprobe-release-4.3-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-csi-livenessprobe-release-4.3-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/csi-livenessprobe/openshift-priv-csi-livenessprobe-release-4.3-presubmits.yaml b/ci-operator/jobs/openshift-priv/csi-livenessprobe/openshift-priv-csi-livenessprobe-release-4.3-presubmits.yaml index c20cef1030bf..0e84c7d4233e 100644 --- a/ci-operator/jobs/openshift-priv/csi-livenessprobe/openshift-priv-csi-livenessprobe-release-4.3-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/csi-livenessprobe/openshift-priv-csi-livenessprobe-release-4.3-presubmits.yaml @@ -19,11 +19,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -43,6 +43,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -57,6 +60,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -77,11 +83,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -101,6 +107,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -115,4 +124,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/csi-livenessprobe/openshift-priv-csi-livenessprobe-release-4.4-postsubmits.yaml b/ci-operator/jobs/openshift-priv/csi-livenessprobe/openshift-priv-csi-livenessprobe-release-4.4-postsubmits.yaml index 8be4966d1957..70e3ef0510c8 100644 --- a/ci-operator/jobs/openshift-priv/csi-livenessprobe/openshift-priv-csi-livenessprobe-release-4.4-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/csi-livenessprobe/openshift-priv-csi-livenessprobe-release-4.4-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-csi-livenessprobe-release-4.4-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/csi-livenessprobe/openshift-priv-csi-livenessprobe-release-4.4-presubmits.yaml b/ci-operator/jobs/openshift-priv/csi-livenessprobe/openshift-priv-csi-livenessprobe-release-4.4-presubmits.yaml index 9c82c1dc77a7..38e09118003d 100644 --- a/ci-operator/jobs/openshift-priv/csi-livenessprobe/openshift-priv-csi-livenessprobe-release-4.4-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/csi-livenessprobe/openshift-priv-csi-livenessprobe-release-4.4-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-csi-cluster-profile - --target=e2e-aws-csi - --template=/usr/local/e2e-aws-csi @@ -63,6 +61,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -91,6 +92,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-csi,?($|\s.*) - agent: kubernetes always_run: true @@ -111,11 +115,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -135,6 +139,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -149,6 +156,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -169,11 +179,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -193,6 +203,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -207,4 +220,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/csi-livenessprobe/openshift-priv-csi-livenessprobe-release-4.5-postsubmits.yaml b/ci-operator/jobs/openshift-priv/csi-livenessprobe/openshift-priv-csi-livenessprobe-release-4.5-postsubmits.yaml index f4e62d325c6b..cbf36673108f 100644 --- a/ci-operator/jobs/openshift-priv/csi-livenessprobe/openshift-priv-csi-livenessprobe-release-4.5-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/csi-livenessprobe/openshift-priv-csi-livenessprobe-release-4.5-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-csi-livenessprobe-release-4.5-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/csi-livenessprobe/openshift-priv-csi-livenessprobe-release-4.5-presubmits.yaml b/ci-operator/jobs/openshift-priv/csi-livenessprobe/openshift-priv-csi-livenessprobe-release-4.5-presubmits.yaml index 4bbdb276c746..293a09ed0d08 100644 --- a/ci-operator/jobs/openshift-priv/csi-livenessprobe/openshift-priv-csi-livenessprobe-release-4.5-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/csi-livenessprobe/openshift-priv-csi-livenessprobe-release-4.5-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-csi-cluster-profile - --target=e2e-aws-csi - --template=/usr/local/e2e-aws-csi @@ -63,6 +61,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -91,6 +92,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-csi,?($|\s.*) - agent: kubernetes always_run: true @@ -111,11 +115,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -135,6 +139,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -149,6 +156,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -169,11 +179,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -193,6 +203,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -207,4 +220,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/csi-livenessprobe/openshift-priv-csi-livenessprobe-release-4.6-postsubmits.yaml b/ci-operator/jobs/openshift-priv/csi-livenessprobe/openshift-priv-csi-livenessprobe-release-4.6-postsubmits.yaml index d93f976306b5..10e7006963b7 100644 --- a/ci-operator/jobs/openshift-priv/csi-livenessprobe/openshift-priv-csi-livenessprobe-release-4.6-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/csi-livenessprobe/openshift-priv-csi-livenessprobe-release-4.6-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-csi-livenessprobe-release-4.6-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/csi-livenessprobe/openshift-priv-csi-livenessprobe-release-4.6-presubmits.yaml b/ci-operator/jobs/openshift-priv/csi-livenessprobe/openshift-priv-csi-livenessprobe-release-4.6-presubmits.yaml index cb4d97efc78b..90a7512cbec2 100644 --- a/ci-operator/jobs/openshift-priv/csi-livenessprobe/openshift-priv-csi-livenessprobe-release-4.6-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/csi-livenessprobe/openshift-priv-csi-livenessprobe-release-4.6-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-csi-cluster-profile - --target=e2e-aws-csi - --template=/usr/local/e2e-aws-csi @@ -63,6 +61,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -91,6 +92,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-csi,?($|\s.*) - agent: kubernetes always_run: true @@ -111,11 +115,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -135,6 +139,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -149,6 +156,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -169,11 +179,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -193,6 +203,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -207,4 +220,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/csi-livenessprobe/openshift-priv-csi-livenessprobe-release-4.7-postsubmits.yaml b/ci-operator/jobs/openshift-priv/csi-livenessprobe/openshift-priv-csi-livenessprobe-release-4.7-postsubmits.yaml index 745330b0d3fc..512a49682f0c 100644 --- a/ci-operator/jobs/openshift-priv/csi-livenessprobe/openshift-priv-csi-livenessprobe-release-4.7-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/csi-livenessprobe/openshift-priv-csi-livenessprobe-release-4.7-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-csi-livenessprobe-release-4.7-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/csi-livenessprobe/openshift-priv-csi-livenessprobe-release-4.7-presubmits.yaml b/ci-operator/jobs/openshift-priv/csi-livenessprobe/openshift-priv-csi-livenessprobe-release-4.7-presubmits.yaml index c954e0dc4a63..ec2edebd2753 100644 --- a/ci-operator/jobs/openshift-priv/csi-livenessprobe/openshift-priv-csi-livenessprobe-release-4.7-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/csi-livenessprobe/openshift-priv-csi-livenessprobe-release-4.7-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-csi-cluster-profile - --target=e2e-aws-csi - --template=/usr/local/e2e-aws-csi @@ -63,6 +61,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -91,6 +92,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-csi,?($|\s.*) - agent: kubernetes always_run: true @@ -111,11 +115,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -135,6 +139,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -149,6 +156,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -169,11 +179,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -193,6 +203,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -207,4 +220,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/csi-node-driver-registrar/openshift-priv-csi-node-driver-registrar-master-postsubmits.yaml b/ci-operator/jobs/openshift-priv/csi-node-driver-registrar/openshift-priv-csi-node-driver-registrar-master-postsubmits.yaml index 78e5cc8cdfc1..d9cd5906deb3 100644 --- a/ci-operator/jobs/openshift-priv/csi-node-driver-registrar/openshift-priv-csi-node-driver-registrar-master-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/csi-node-driver-registrar/openshift-priv-csi-node-driver-registrar-master-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-csi-node-driver-registrar-master-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/csi-node-driver-registrar/openshift-priv-csi-node-driver-registrar-master-presubmits.yaml b/ci-operator/jobs/openshift-priv/csi-node-driver-registrar/openshift-priv-csi-node-driver-registrar-master-presubmits.yaml index 1fdd3f91b474..ee439e88abcc 100644 --- a/ci-operator/jobs/openshift-priv/csi-node-driver-registrar/openshift-priv-csi-node-driver-registrar-master-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/csi-node-driver-registrar/openshift-priv-csi-node-driver-registrar-master-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-csi-cluster-profile - --target=e2e-aws-csi - --template=/usr/local/e2e-aws-csi @@ -63,6 +61,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -91,6 +92,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-csi,?($|\s.*) - agent: kubernetes always_run: true @@ -111,11 +115,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -135,6 +139,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -149,6 +156,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -169,11 +179,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -193,6 +203,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -207,4 +220,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/csi-node-driver-registrar/openshift-priv-csi-node-driver-registrar-release-4.1-presubmits.yaml b/ci-operator/jobs/openshift-priv/csi-node-driver-registrar/openshift-priv-csi-node-driver-registrar-release-4.1-presubmits.yaml index 331a13be7aef..ca84477e55e9 100644 --- a/ci-operator/jobs/openshift-priv/csi-node-driver-registrar/openshift-priv-csi-node-driver-registrar-release-4.1-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/csi-node-driver-registrar/openshift-priv-csi-node-driver-registrar-release-4.1-presubmits.yaml @@ -19,11 +19,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -43,6 +43,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -57,4 +60,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/csi-node-driver-registrar/openshift-priv-csi-node-driver-registrar-release-4.2-postsubmits.yaml b/ci-operator/jobs/openshift-priv/csi-node-driver-registrar/openshift-priv-csi-node-driver-registrar-release-4.2-postsubmits.yaml index 33a4a42d4982..3849ab7dba4d 100644 --- a/ci-operator/jobs/openshift-priv/csi-node-driver-registrar/openshift-priv-csi-node-driver-registrar-release-4.2-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/csi-node-driver-registrar/openshift-priv-csi-node-driver-registrar-release-4.2-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-csi-node-driver-registrar-release-4.2-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/csi-node-driver-registrar/openshift-priv-csi-node-driver-registrar-release-4.2-presubmits.yaml b/ci-operator/jobs/openshift-priv/csi-node-driver-registrar/openshift-priv-csi-node-driver-registrar-release-4.2-presubmits.yaml index 0d63b3b67650..4028c4a9003a 100644 --- a/ci-operator/jobs/openshift-priv/csi-node-driver-registrar/openshift-priv-csi-node-driver-registrar-release-4.2-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/csi-node-driver-registrar/openshift-priv-csi-node-driver-registrar-release-4.2-presubmits.yaml @@ -19,11 +19,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -43,6 +43,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -57,6 +60,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -77,11 +83,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -101,6 +107,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -115,4 +124,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/csi-node-driver-registrar/openshift-priv-csi-node-driver-registrar-release-4.3-postsubmits.yaml b/ci-operator/jobs/openshift-priv/csi-node-driver-registrar/openshift-priv-csi-node-driver-registrar-release-4.3-postsubmits.yaml index 4a49f036e086..328262743336 100644 --- a/ci-operator/jobs/openshift-priv/csi-node-driver-registrar/openshift-priv-csi-node-driver-registrar-release-4.3-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/csi-node-driver-registrar/openshift-priv-csi-node-driver-registrar-release-4.3-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-csi-node-driver-registrar-release-4.3-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/csi-node-driver-registrar/openshift-priv-csi-node-driver-registrar-release-4.3-presubmits.yaml b/ci-operator/jobs/openshift-priv/csi-node-driver-registrar/openshift-priv-csi-node-driver-registrar-release-4.3-presubmits.yaml index ffbec651a23b..5497f60199ae 100644 --- a/ci-operator/jobs/openshift-priv/csi-node-driver-registrar/openshift-priv-csi-node-driver-registrar-release-4.3-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/csi-node-driver-registrar/openshift-priv-csi-node-driver-registrar-release-4.3-presubmits.yaml @@ -19,11 +19,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -43,6 +43,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -57,6 +60,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -77,11 +83,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -101,6 +107,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -115,4 +124,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/csi-node-driver-registrar/openshift-priv-csi-node-driver-registrar-release-4.4-postsubmits.yaml b/ci-operator/jobs/openshift-priv/csi-node-driver-registrar/openshift-priv-csi-node-driver-registrar-release-4.4-postsubmits.yaml index 160c4586aa0a..161592a2b07f 100644 --- a/ci-operator/jobs/openshift-priv/csi-node-driver-registrar/openshift-priv-csi-node-driver-registrar-release-4.4-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/csi-node-driver-registrar/openshift-priv-csi-node-driver-registrar-release-4.4-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-csi-node-driver-registrar-release-4.4-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/csi-node-driver-registrar/openshift-priv-csi-node-driver-registrar-release-4.4-presubmits.yaml b/ci-operator/jobs/openshift-priv/csi-node-driver-registrar/openshift-priv-csi-node-driver-registrar-release-4.4-presubmits.yaml index 5c4f952770ce..b691790357f6 100644 --- a/ci-operator/jobs/openshift-priv/csi-node-driver-registrar/openshift-priv-csi-node-driver-registrar-release-4.4-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/csi-node-driver-registrar/openshift-priv-csi-node-driver-registrar-release-4.4-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-csi-cluster-profile - --target=e2e-aws-csi - --template=/usr/local/e2e-aws-csi @@ -63,6 +61,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -91,6 +92,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-csi,?($|\s.*) - agent: kubernetes always_run: true @@ -111,11 +115,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -135,6 +139,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -149,6 +156,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -169,11 +179,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -193,6 +203,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -207,4 +220,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/csi-node-driver-registrar/openshift-priv-csi-node-driver-registrar-release-4.5-postsubmits.yaml b/ci-operator/jobs/openshift-priv/csi-node-driver-registrar/openshift-priv-csi-node-driver-registrar-release-4.5-postsubmits.yaml index d5128ddfba23..72cacad8a803 100644 --- a/ci-operator/jobs/openshift-priv/csi-node-driver-registrar/openshift-priv-csi-node-driver-registrar-release-4.5-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/csi-node-driver-registrar/openshift-priv-csi-node-driver-registrar-release-4.5-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-csi-node-driver-registrar-release-4.5-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/csi-node-driver-registrar/openshift-priv-csi-node-driver-registrar-release-4.5-presubmits.yaml b/ci-operator/jobs/openshift-priv/csi-node-driver-registrar/openshift-priv-csi-node-driver-registrar-release-4.5-presubmits.yaml index 230e3e5b3005..95d2b9bf4745 100644 --- a/ci-operator/jobs/openshift-priv/csi-node-driver-registrar/openshift-priv-csi-node-driver-registrar-release-4.5-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/csi-node-driver-registrar/openshift-priv-csi-node-driver-registrar-release-4.5-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-csi-cluster-profile - --target=e2e-aws-csi - --template=/usr/local/e2e-aws-csi @@ -63,6 +61,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -91,6 +92,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-csi,?($|\s.*) - agent: kubernetes always_run: true @@ -111,11 +115,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -135,6 +139,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -149,6 +156,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -169,11 +179,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -193,6 +203,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -207,4 +220,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/csi-node-driver-registrar/openshift-priv-csi-node-driver-registrar-release-4.6-postsubmits.yaml b/ci-operator/jobs/openshift-priv/csi-node-driver-registrar/openshift-priv-csi-node-driver-registrar-release-4.6-postsubmits.yaml index 7e4de013fa24..8aa75d769865 100644 --- a/ci-operator/jobs/openshift-priv/csi-node-driver-registrar/openshift-priv-csi-node-driver-registrar-release-4.6-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/csi-node-driver-registrar/openshift-priv-csi-node-driver-registrar-release-4.6-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-csi-node-driver-registrar-release-4.6-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/csi-node-driver-registrar/openshift-priv-csi-node-driver-registrar-release-4.6-presubmits.yaml b/ci-operator/jobs/openshift-priv/csi-node-driver-registrar/openshift-priv-csi-node-driver-registrar-release-4.6-presubmits.yaml index 6c08357548fe..0cedfeabd0e1 100644 --- a/ci-operator/jobs/openshift-priv/csi-node-driver-registrar/openshift-priv-csi-node-driver-registrar-release-4.6-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/csi-node-driver-registrar/openshift-priv-csi-node-driver-registrar-release-4.6-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-csi-cluster-profile - --target=e2e-aws-csi - --template=/usr/local/e2e-aws-csi @@ -63,6 +61,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -91,6 +92,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-csi,?($|\s.*) - agent: kubernetes always_run: true @@ -111,11 +115,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -135,6 +139,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -149,6 +156,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -169,11 +179,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -193,6 +203,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -207,4 +220,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/csi-node-driver-registrar/openshift-priv-csi-node-driver-registrar-release-4.7-postsubmits.yaml b/ci-operator/jobs/openshift-priv/csi-node-driver-registrar/openshift-priv-csi-node-driver-registrar-release-4.7-postsubmits.yaml index cfc857ee7a08..e454fbfc976f 100644 --- a/ci-operator/jobs/openshift-priv/csi-node-driver-registrar/openshift-priv-csi-node-driver-registrar-release-4.7-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/csi-node-driver-registrar/openshift-priv-csi-node-driver-registrar-release-4.7-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-csi-node-driver-registrar-release-4.7-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/csi-node-driver-registrar/openshift-priv-csi-node-driver-registrar-release-4.7-presubmits.yaml b/ci-operator/jobs/openshift-priv/csi-node-driver-registrar/openshift-priv-csi-node-driver-registrar-release-4.7-presubmits.yaml index 011b2246a496..1575335dbb81 100644 --- a/ci-operator/jobs/openshift-priv/csi-node-driver-registrar/openshift-priv-csi-node-driver-registrar-release-4.7-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/csi-node-driver-registrar/openshift-priv-csi-node-driver-registrar-release-4.7-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-csi-cluster-profile - --target=e2e-aws-csi - --template=/usr/local/e2e-aws-csi @@ -63,6 +61,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -91,6 +92,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-csi,?($|\s.*) - agent: kubernetes always_run: true @@ -111,11 +115,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -135,6 +139,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -149,6 +156,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -169,11 +179,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -193,6 +203,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -207,4 +220,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/csi-operator/openshift-priv-csi-operator-master-presubmits.yaml b/ci-operator/jobs/openshift-priv/csi-operator/openshift-priv-csi-operator-master-presubmits.yaml index 2cf6b974ab4e..0a40eecc15af 100644 --- a/ci-operator/jobs/openshift-priv/csi-operator/openshift-priv-csi-operator-master-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/csi-operator/openshift-priv-csi-operator-master-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-operator-cluster-profile - --target=e2e-aws-operator - --template=/usr/local/e2e-aws-operator @@ -63,6 +61,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -91,6 +92,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-operator,?($|\s.*) - agent: kubernetes always_run: true @@ -111,11 +115,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -135,6 +139,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -149,6 +156,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -169,11 +179,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -193,6 +203,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -207,4 +220,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/csi-operator/openshift-priv-csi-operator-release-4.1-presubmits.yaml b/ci-operator/jobs/openshift-priv/csi-operator/openshift-priv-csi-operator-release-4.1-presubmits.yaml index 52c7cc008c14..73366c95ff30 100644 --- a/ci-operator/jobs/openshift-priv/csi-operator/openshift-priv-csi-operator-release-4.1-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/csi-operator/openshift-priv-csi-operator-release-4.1-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-operator-cluster-profile - --target=e2e-aws-operator - --template=/usr/local/e2e-aws-operator @@ -63,6 +61,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -91,6 +92,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-operator,?($|\s.*) - agent: kubernetes always_run: true @@ -111,11 +115,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -135,6 +139,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -149,6 +156,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -169,11 +179,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -193,6 +203,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -207,4 +220,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/csi-operator/openshift-priv-csi-operator-release-4.2-presubmits.yaml b/ci-operator/jobs/openshift-priv/csi-operator/openshift-priv-csi-operator-release-4.2-presubmits.yaml index 4c927b2046d4..09c1a20b52fe 100644 --- a/ci-operator/jobs/openshift-priv/csi-operator/openshift-priv-csi-operator-release-4.2-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/csi-operator/openshift-priv-csi-operator-release-4.2-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-operator-cluster-profile - --target=e2e-aws-operator - --template=/usr/local/e2e-aws-operator @@ -63,6 +61,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -91,6 +92,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-operator,?($|\s.*) - agent: kubernetes always_run: true @@ -111,11 +115,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -135,6 +139,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -149,6 +156,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -169,11 +179,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -193,6 +203,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -207,4 +220,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/csi-operator/openshift-priv-csi-operator-release-4.3-presubmits.yaml b/ci-operator/jobs/openshift-priv/csi-operator/openshift-priv-csi-operator-release-4.3-presubmits.yaml index 49b4d3468544..a54af5a6c42d 100644 --- a/ci-operator/jobs/openshift-priv/csi-operator/openshift-priv-csi-operator-release-4.3-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/csi-operator/openshift-priv-csi-operator-release-4.3-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-operator-cluster-profile - --target=e2e-aws-operator - --template=/usr/local/e2e-aws-operator @@ -63,6 +61,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -91,6 +92,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-operator,?($|\s.*) - agent: kubernetes always_run: true @@ -111,11 +115,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -135,6 +139,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -149,6 +156,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -169,11 +179,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -193,6 +203,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -207,4 +220,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/csi-operator/openshift-priv-csi-operator-release-4.4-presubmits.yaml b/ci-operator/jobs/openshift-priv/csi-operator/openshift-priv-csi-operator-release-4.4-presubmits.yaml index ba5529526d7c..0777d900a1f1 100644 --- a/ci-operator/jobs/openshift-priv/csi-operator/openshift-priv-csi-operator-release-4.4-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/csi-operator/openshift-priv-csi-operator-release-4.4-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-operator-cluster-profile - --target=e2e-aws-operator - --template=/usr/local/e2e-aws-operator @@ -63,6 +61,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -91,6 +92,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-operator,?($|\s.*) - agent: kubernetes always_run: true @@ -111,11 +115,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -135,6 +139,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -149,6 +156,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -169,11 +179,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -193,6 +203,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -207,4 +220,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/csi-operator/openshift-priv-csi-operator-release-4.5-presubmits.yaml b/ci-operator/jobs/openshift-priv/csi-operator/openshift-priv-csi-operator-release-4.5-presubmits.yaml index 25558342c151..0544cd8a9bbd 100644 --- a/ci-operator/jobs/openshift-priv/csi-operator/openshift-priv-csi-operator-release-4.5-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/csi-operator/openshift-priv-csi-operator-release-4.5-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-operator-cluster-profile - --target=e2e-aws-operator - --template=/usr/local/e2e-aws-operator @@ -63,6 +61,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -91,6 +92,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-operator,?($|\s.*) - agent: kubernetes always_run: true @@ -111,11 +115,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -135,6 +139,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -149,6 +156,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -169,11 +179,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -193,6 +203,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -207,4 +220,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/csi-operator/openshift-priv-csi-operator-release-4.6-presubmits.yaml b/ci-operator/jobs/openshift-priv/csi-operator/openshift-priv-csi-operator-release-4.6-presubmits.yaml index 126588e9e5d8..65455aa05608 100644 --- a/ci-operator/jobs/openshift-priv/csi-operator/openshift-priv-csi-operator-release-4.6-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/csi-operator/openshift-priv-csi-operator-release-4.6-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-operator-cluster-profile - --target=e2e-aws-operator - --template=/usr/local/e2e-aws-operator @@ -63,6 +61,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -91,6 +92,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-operator,?($|\s.*) - agent: kubernetes always_run: true @@ -111,11 +115,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -135,6 +139,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -149,6 +156,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -169,11 +179,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -193,6 +203,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -207,4 +220,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/csi-operator/openshift-priv-csi-operator-release-4.7-presubmits.yaml b/ci-operator/jobs/openshift-priv/csi-operator/openshift-priv-csi-operator-release-4.7-presubmits.yaml index 05401a081ae7..7090f13f3edb 100644 --- a/ci-operator/jobs/openshift-priv/csi-operator/openshift-priv-csi-operator-release-4.7-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/csi-operator/openshift-priv-csi-operator-release-4.7-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-operator-cluster-profile - --target=e2e-aws-operator - --template=/usr/local/e2e-aws-operator @@ -63,6 +61,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -91,6 +92,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-operator,?($|\s.*) - agent: kubernetes always_run: true @@ -111,11 +115,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -135,6 +139,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -149,6 +156,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -169,11 +179,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -193,6 +203,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -207,4 +220,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/deadmanssnitch-operator/openshift-priv-deadmanssnitch-operator-release-4.6-postsubmits.yaml b/ci-operator/jobs/openshift-priv/deadmanssnitch-operator/openshift-priv-deadmanssnitch-operator-release-4.6-postsubmits.yaml index 9f36e39da0d9..23cbbc3a424a 100644 --- a/ci-operator/jobs/openshift-priv/deadmanssnitch-operator/openshift-priv-deadmanssnitch-operator-release-4.6-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/deadmanssnitch-operator/openshift-priv-deadmanssnitch-operator-release-4.6-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-deadmanssnitch-operator-release-4.6-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/deadmanssnitch-operator/openshift-priv-deadmanssnitch-operator-release-4.6-presubmits.yaml b/ci-operator/jobs/openshift-priv/deadmanssnitch-operator/openshift-priv-deadmanssnitch-operator-release-4.6-presubmits.yaml index 708b7686c584..a3201aa6ea33 100644 --- a/ci-operator/jobs/openshift-priv/deadmanssnitch-operator/openshift-priv-deadmanssnitch-operator-release-4.6-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/deadmanssnitch-operator/openshift-priv-deadmanssnitch-operator-release-4.6-presubmits.yaml @@ -19,11 +19,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -43,6 +43,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -57,4 +60,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/dedicated-admin-operator/openshift-priv-dedicated-admin-operator-release-4.6-postsubmits.yaml b/ci-operator/jobs/openshift-priv/dedicated-admin-operator/openshift-priv-dedicated-admin-operator-release-4.6-postsubmits.yaml index 6d236f4a2691..b87ddd00ecce 100644 --- a/ci-operator/jobs/openshift-priv/dedicated-admin-operator/openshift-priv-dedicated-admin-operator-release-4.6-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/dedicated-admin-operator/openshift-priv-dedicated-admin-operator-release-4.6-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-dedicated-admin-operator-release-4.6-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/dedicated-admin-operator/openshift-priv-dedicated-admin-operator-release-4.6-presubmits.yaml b/ci-operator/jobs/openshift-priv/dedicated-admin-operator/openshift-priv-dedicated-admin-operator-release-4.6-presubmits.yaml index beb7a9f41914..b1b53031f2ac 100644 --- a/ci-operator/jobs/openshift-priv/dedicated-admin-operator/openshift-priv-dedicated-admin-operator-release-4.6-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/dedicated-admin-operator/openshift-priv-dedicated-admin-operator-release-4.6-presubmits.yaml @@ -19,11 +19,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -43,6 +43,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -57,4 +60,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/descheduler/openshift-priv-descheduler-master-postsubmits.yaml b/ci-operator/jobs/openshift-priv/descheduler/openshift-priv-descheduler-master-postsubmits.yaml index 834e03fcd990..437f831c2722 100644 --- a/ci-operator/jobs/openshift-priv/descheduler/openshift-priv-descheduler-master-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/descheduler/openshift-priv-descheduler-master-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-descheduler-master-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/descheduler/openshift-priv-descheduler-master-presubmits.yaml b/ci-operator/jobs/openshift-priv/descheduler/openshift-priv-descheduler-master-presubmits.yaml index 114fba440233..120c5980a758 100644 --- a/ci-operator/jobs/openshift-priv/descheduler/openshift-priv-descheduler-master-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/descheduler/openshift-priv-descheduler-master-presubmits.yaml @@ -19,11 +19,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -43,6 +43,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -57,6 +60,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -77,11 +83,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -101,6 +107,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -115,4 +124,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/descheduler/openshift-priv-descheduler-release-4.1-postsubmits.yaml b/ci-operator/jobs/openshift-priv/descheduler/openshift-priv-descheduler-release-4.1-postsubmits.yaml index e2b2e5391904..0cd51fc7e786 100644 --- a/ci-operator/jobs/openshift-priv/descheduler/openshift-priv-descheduler-release-4.1-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/descheduler/openshift-priv-descheduler-release-4.1-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-descheduler-release-4.1-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/descheduler/openshift-priv-descheduler-release-4.1-presubmits.yaml b/ci-operator/jobs/openshift-priv/descheduler/openshift-priv-descheduler-release-4.1-presubmits.yaml index 71a4f1812507..efeabc0e008b 100644 --- a/ci-operator/jobs/openshift-priv/descheduler/openshift-priv-descheduler-release-4.1-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/descheduler/openshift-priv-descheduler-release-4.1-presubmits.yaml @@ -19,11 +19,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -43,6 +43,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -57,6 +60,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -77,11 +83,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -101,6 +107,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -115,4 +124,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/descheduler/openshift-priv-descheduler-release-4.2-postsubmits.yaml b/ci-operator/jobs/openshift-priv/descheduler/openshift-priv-descheduler-release-4.2-postsubmits.yaml index 62c50d8530e4..e5e9e8d4ee0a 100644 --- a/ci-operator/jobs/openshift-priv/descheduler/openshift-priv-descheduler-release-4.2-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/descheduler/openshift-priv-descheduler-release-4.2-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-descheduler-release-4.2-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/descheduler/openshift-priv-descheduler-release-4.2-presubmits.yaml b/ci-operator/jobs/openshift-priv/descheduler/openshift-priv-descheduler-release-4.2-presubmits.yaml index dcf19c987666..8bf99e2dd962 100644 --- a/ci-operator/jobs/openshift-priv/descheduler/openshift-priv-descheduler-release-4.2-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/descheduler/openshift-priv-descheduler-release-4.2-presubmits.yaml @@ -19,11 +19,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -43,6 +43,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -57,6 +60,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -77,11 +83,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -101,6 +107,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -115,4 +124,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/descheduler/openshift-priv-descheduler-release-4.3-postsubmits.yaml b/ci-operator/jobs/openshift-priv/descheduler/openshift-priv-descheduler-release-4.3-postsubmits.yaml index 5614107fc5b6..a79f36d926b7 100644 --- a/ci-operator/jobs/openshift-priv/descheduler/openshift-priv-descheduler-release-4.3-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/descheduler/openshift-priv-descheduler-release-4.3-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-descheduler-release-4.3-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/descheduler/openshift-priv-descheduler-release-4.3-presubmits.yaml b/ci-operator/jobs/openshift-priv/descheduler/openshift-priv-descheduler-release-4.3-presubmits.yaml index a2998d245b2a..d914d2371c78 100644 --- a/ci-operator/jobs/openshift-priv/descheduler/openshift-priv-descheduler-release-4.3-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/descheduler/openshift-priv-descheduler-release-4.3-presubmits.yaml @@ -19,11 +19,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -43,6 +43,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -57,6 +60,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -77,11 +83,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -101,6 +107,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -115,4 +124,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/descheduler/openshift-priv-descheduler-release-4.4-postsubmits.yaml b/ci-operator/jobs/openshift-priv/descheduler/openshift-priv-descheduler-release-4.4-postsubmits.yaml index ab723e885212..db645f92ed2c 100644 --- a/ci-operator/jobs/openshift-priv/descheduler/openshift-priv-descheduler-release-4.4-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/descheduler/openshift-priv-descheduler-release-4.4-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-descheduler-release-4.4-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/descheduler/openshift-priv-descheduler-release-4.4-presubmits.yaml b/ci-operator/jobs/openshift-priv/descheduler/openshift-priv-descheduler-release-4.4-presubmits.yaml index 94c7a315eb0e..8a1f96dcc160 100644 --- a/ci-operator/jobs/openshift-priv/descheduler/openshift-priv-descheduler-release-4.4-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/descheduler/openshift-priv-descheduler-release-4.4-presubmits.yaml @@ -19,11 +19,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -43,6 +43,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -57,6 +60,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -77,11 +83,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -101,6 +107,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -115,4 +124,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/descheduler/openshift-priv-descheduler-release-4.5-postsubmits.yaml b/ci-operator/jobs/openshift-priv/descheduler/openshift-priv-descheduler-release-4.5-postsubmits.yaml index 93e903f6fd29..98e545033446 100644 --- a/ci-operator/jobs/openshift-priv/descheduler/openshift-priv-descheduler-release-4.5-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/descheduler/openshift-priv-descheduler-release-4.5-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-descheduler-release-4.5-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/descheduler/openshift-priv-descheduler-release-4.5-presubmits.yaml b/ci-operator/jobs/openshift-priv/descheduler/openshift-priv-descheduler-release-4.5-presubmits.yaml index 284a87db7291..3c629fe61524 100644 --- a/ci-operator/jobs/openshift-priv/descheduler/openshift-priv-descheduler-release-4.5-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/descheduler/openshift-priv-descheduler-release-4.5-presubmits.yaml @@ -19,11 +19,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -43,6 +43,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -57,6 +60,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -77,11 +83,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -101,6 +107,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -115,4 +124,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/descheduler/openshift-priv-descheduler-release-4.6-postsubmits.yaml b/ci-operator/jobs/openshift-priv/descheduler/openshift-priv-descheduler-release-4.6-postsubmits.yaml index 5e03edddcbf4..a9079b9bb2cf 100644 --- a/ci-operator/jobs/openshift-priv/descheduler/openshift-priv-descheduler-release-4.6-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/descheduler/openshift-priv-descheduler-release-4.6-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-descheduler-release-4.6-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/descheduler/openshift-priv-descheduler-release-4.6-presubmits.yaml b/ci-operator/jobs/openshift-priv/descheduler/openshift-priv-descheduler-release-4.6-presubmits.yaml index 2f2c8ebc3717..76a955303dbe 100644 --- a/ci-operator/jobs/openshift-priv/descheduler/openshift-priv-descheduler-release-4.6-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/descheduler/openshift-priv-descheduler-release-4.6-presubmits.yaml @@ -19,11 +19,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -43,6 +43,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -57,6 +60,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -77,11 +83,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -101,6 +107,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -115,4 +124,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/descheduler/openshift-priv-descheduler-release-4.7-postsubmits.yaml b/ci-operator/jobs/openshift-priv/descheduler/openshift-priv-descheduler-release-4.7-postsubmits.yaml index f2b16411f60a..096cfc990be1 100644 --- a/ci-operator/jobs/openshift-priv/descheduler/openshift-priv-descheduler-release-4.7-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/descheduler/openshift-priv-descheduler-release-4.7-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-descheduler-release-4.7-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/descheduler/openshift-priv-descheduler-release-4.7-presubmits.yaml b/ci-operator/jobs/openshift-priv/descheduler/openshift-priv-descheduler-release-4.7-presubmits.yaml index 5a40eff62ba8..6ca52edb5ee5 100644 --- a/ci-operator/jobs/openshift-priv/descheduler/openshift-priv-descheduler-release-4.7-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/descheduler/openshift-priv-descheduler-release-4.7-presubmits.yaml @@ -19,11 +19,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -43,6 +43,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -57,6 +60,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -77,11 +83,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -101,6 +107,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -115,4 +124,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/elasticsearch-operator/openshift-priv-elasticsearch-operator-feature-es6x-postsubmits.yaml b/ci-operator/jobs/openshift-priv/elasticsearch-operator/openshift-priv-elasticsearch-operator-feature-es6x-postsubmits.yaml index 3e9554d5bd11..34a43c2143ce 100644 --- a/ci-operator/jobs/openshift-priv/elasticsearch-operator/openshift-priv-elasticsearch-operator-feature-es6x-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/elasticsearch-operator/openshift-priv-elasticsearch-operator-feature-es6x-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-elasticsearch-operator-feature-es6x-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/elasticsearch-operator/openshift-priv-elasticsearch-operator-feature-es6x-presubmits.yaml b/ci-operator/jobs/openshift-priv/elasticsearch-operator/openshift-priv-elasticsearch-operator-feature-es6x-presubmits.yaml index bbaac08a6659..ff6b14e79fb4 100644 --- a/ci-operator/jobs/openshift-priv/elasticsearch-operator/openshift-priv-elasticsearch-operator-feature-es6x-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/elasticsearch-operator/openshift-priv-elasticsearch-operator-feature-es6x-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-operator-cluster-profile - --target=e2e-operator - --template=/usr/local/e2e-operator @@ -63,6 +61,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -91,6 +92,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-operator,?($|\s.*) - agent: kubernetes always_run: true @@ -111,11 +115,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -135,6 +139,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -149,6 +156,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -169,11 +179,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -193,6 +203,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -207,4 +220,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/elasticsearch-operator/openshift-priv-elasticsearch-operator-master-postsubmits.yaml b/ci-operator/jobs/openshift-priv/elasticsearch-operator/openshift-priv-elasticsearch-operator-master-postsubmits.yaml index 3071938a060d..a5c6db581bb9 100644 --- a/ci-operator/jobs/openshift-priv/elasticsearch-operator/openshift-priv-elasticsearch-operator-master-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/elasticsearch-operator/openshift-priv-elasticsearch-operator-master-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-elasticsearch-operator-master-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/elasticsearch-operator/openshift-priv-elasticsearch-operator-master-presubmits.yaml b/ci-operator/jobs/openshift-priv/elasticsearch-operator/openshift-priv-elasticsearch-operator-master-presubmits.yaml index be5f29518713..d19b7836931b 100644 --- a/ci-operator/jobs/openshift-priv/elasticsearch-operator/openshift-priv-elasticsearch-operator-master-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/elasticsearch-operator/openshift-priv-elasticsearch-operator-master-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/cluster-logging-operator-e2e-cluster-profile - --target=cluster-logging-operator-e2e - --template=/usr/local/cluster-logging-operator-e2e @@ -66,6 +64,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -94,6 +95,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )cluster-logging-operator-e2e,?($|\s.*) - agent: kubernetes always_run: true @@ -114,14 +118,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-operator-cluster-profile - --target=e2e-operator - --template=/usr/local/e2e-operator @@ -158,6 +160,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -186,6 +191,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-operator,?($|\s.*) - agent: kubernetes always_run: true @@ -206,11 +214,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -230,6 +238,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -244,6 +255,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -264,11 +278,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -288,6 +302,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -302,4 +319,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/elasticsearch-operator/openshift-priv-elasticsearch-operator-release-4.1-postsubmits.yaml b/ci-operator/jobs/openshift-priv/elasticsearch-operator/openshift-priv-elasticsearch-operator-release-4.1-postsubmits.yaml index 8f05ac889ff6..093802f5d449 100644 --- a/ci-operator/jobs/openshift-priv/elasticsearch-operator/openshift-priv-elasticsearch-operator-release-4.1-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/elasticsearch-operator/openshift-priv-elasticsearch-operator-release-4.1-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-elasticsearch-operator-release-4.1-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/elasticsearch-operator/openshift-priv-elasticsearch-operator-release-4.1-presubmits.yaml b/ci-operator/jobs/openshift-priv/elasticsearch-operator/openshift-priv-elasticsearch-operator-release-4.1-presubmits.yaml index 885677a3d482..74866c9ea76b 100644 --- a/ci-operator/jobs/openshift-priv/elasticsearch-operator/openshift-priv-elasticsearch-operator-release-4.1-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/elasticsearch-operator/openshift-priv-elasticsearch-operator-release-4.1-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-operator-cluster-profile - --target=e2e-operator - --template=/usr/local/e2e-operator @@ -63,6 +61,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -91,6 +92,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-operator,?($|\s.*) - agent: kubernetes always_run: true @@ -111,11 +115,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -135,6 +139,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -149,6 +156,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -169,11 +179,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -193,6 +203,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -207,4 +220,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/elasticsearch-operator/openshift-priv-elasticsearch-operator-release-4.2-postsubmits.yaml b/ci-operator/jobs/openshift-priv/elasticsearch-operator/openshift-priv-elasticsearch-operator-release-4.2-postsubmits.yaml index 4cdc93c608f4..ec142e12827a 100644 --- a/ci-operator/jobs/openshift-priv/elasticsearch-operator/openshift-priv-elasticsearch-operator-release-4.2-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/elasticsearch-operator/openshift-priv-elasticsearch-operator-release-4.2-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-elasticsearch-operator-release-4.2-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/elasticsearch-operator/openshift-priv-elasticsearch-operator-release-4.2-presubmits.yaml b/ci-operator/jobs/openshift-priv/elasticsearch-operator/openshift-priv-elasticsearch-operator-release-4.2-presubmits.yaml index 464c5b48048c..8f01f8723dcd 100644 --- a/ci-operator/jobs/openshift-priv/elasticsearch-operator/openshift-priv-elasticsearch-operator-release-4.2-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/elasticsearch-operator/openshift-priv-elasticsearch-operator-release-4.2-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-operator-cluster-profile - --target=e2e-operator - --template=/usr/local/e2e-operator @@ -63,6 +61,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -91,6 +92,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-operator,?($|\s.*) - agent: kubernetes always_run: true @@ -111,11 +115,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -135,6 +139,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -149,6 +156,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -169,11 +179,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -193,6 +203,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -207,4 +220,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/elasticsearch-operator/openshift-priv-elasticsearch-operator-release-4.3-postsubmits.yaml b/ci-operator/jobs/openshift-priv/elasticsearch-operator/openshift-priv-elasticsearch-operator-release-4.3-postsubmits.yaml index 023f9ef1ac6f..50ce0d75f1dd 100644 --- a/ci-operator/jobs/openshift-priv/elasticsearch-operator/openshift-priv-elasticsearch-operator-release-4.3-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/elasticsearch-operator/openshift-priv-elasticsearch-operator-release-4.3-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-elasticsearch-operator-release-4.3-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/elasticsearch-operator/openshift-priv-elasticsearch-operator-release-4.3-presubmits.yaml b/ci-operator/jobs/openshift-priv/elasticsearch-operator/openshift-priv-elasticsearch-operator-release-4.3-presubmits.yaml index 2502d51143e2..e5f70be04554 100644 --- a/ci-operator/jobs/openshift-priv/elasticsearch-operator/openshift-priv-elasticsearch-operator-release-4.3-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/elasticsearch-operator/openshift-priv-elasticsearch-operator-release-4.3-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-operator-cluster-profile - --target=e2e-operator - --template=/usr/local/e2e-operator @@ -63,6 +61,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -91,6 +92,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-operator,?($|\s.*) - agent: kubernetes always_run: true @@ -111,11 +115,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -135,6 +139,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -149,6 +156,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -169,11 +179,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -193,6 +203,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -207,4 +220,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/elasticsearch-operator/openshift-priv-elasticsearch-operator-release-4.4-postsubmits.yaml b/ci-operator/jobs/openshift-priv/elasticsearch-operator/openshift-priv-elasticsearch-operator-release-4.4-postsubmits.yaml index 300caa5b4382..ec9c86b1cc75 100644 --- a/ci-operator/jobs/openshift-priv/elasticsearch-operator/openshift-priv-elasticsearch-operator-release-4.4-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/elasticsearch-operator/openshift-priv-elasticsearch-operator-release-4.4-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-elasticsearch-operator-release-4.4-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/elasticsearch-operator/openshift-priv-elasticsearch-operator-release-4.4-presubmits.yaml b/ci-operator/jobs/openshift-priv/elasticsearch-operator/openshift-priv-elasticsearch-operator-release-4.4-presubmits.yaml index fcd276c793d3..c70e23da0b63 100644 --- a/ci-operator/jobs/openshift-priv/elasticsearch-operator/openshift-priv-elasticsearch-operator-release-4.4-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/elasticsearch-operator/openshift-priv-elasticsearch-operator-release-4.4-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-operator-cluster-profile - --target=e2e-operator - --template=/usr/local/e2e-operator @@ -63,6 +61,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -91,6 +92,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-operator,?($|\s.*) - agent: kubernetes always_run: true @@ -111,11 +115,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -135,6 +139,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -149,6 +156,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -169,11 +179,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -193,6 +203,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -207,4 +220,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/elasticsearch-operator/openshift-priv-elasticsearch-operator-release-4.5-postsubmits.yaml b/ci-operator/jobs/openshift-priv/elasticsearch-operator/openshift-priv-elasticsearch-operator-release-4.5-postsubmits.yaml index c40a6e8ce781..f780ae2855f8 100644 --- a/ci-operator/jobs/openshift-priv/elasticsearch-operator/openshift-priv-elasticsearch-operator-release-4.5-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/elasticsearch-operator/openshift-priv-elasticsearch-operator-release-4.5-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-elasticsearch-operator-release-4.5-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/elasticsearch-operator/openshift-priv-elasticsearch-operator-release-4.5-presubmits.yaml b/ci-operator/jobs/openshift-priv/elasticsearch-operator/openshift-priv-elasticsearch-operator-release-4.5-presubmits.yaml index a1fbed1ed024..85ac2caab087 100644 --- a/ci-operator/jobs/openshift-priv/elasticsearch-operator/openshift-priv-elasticsearch-operator-release-4.5-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/elasticsearch-operator/openshift-priv-elasticsearch-operator-release-4.5-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/cluster-logging-operator-e2e-cluster-profile - --target=cluster-logging-operator-e2e - --template=/usr/local/cluster-logging-operator-e2e @@ -66,6 +64,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -94,6 +95,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )cluster-logging-operator-e2e,?($|\s.*) - agent: kubernetes always_run: true @@ -114,14 +118,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-operator-cluster-profile - --target=e2e-operator - --template=/usr/local/e2e-operator @@ -158,6 +160,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -186,6 +191,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-operator,?($|\s.*) - agent: kubernetes always_run: true @@ -206,11 +214,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -230,6 +238,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -244,6 +255,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -264,11 +278,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -288,6 +302,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -302,4 +319,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/elasticsearch-operator/openshift-priv-elasticsearch-operator-release-4.6-postsubmits.yaml b/ci-operator/jobs/openshift-priv/elasticsearch-operator/openshift-priv-elasticsearch-operator-release-4.6-postsubmits.yaml index ef9e5bebfe7a..74e91be59633 100644 --- a/ci-operator/jobs/openshift-priv/elasticsearch-operator/openshift-priv-elasticsearch-operator-release-4.6-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/elasticsearch-operator/openshift-priv-elasticsearch-operator-release-4.6-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-elasticsearch-operator-release-4.6-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/elasticsearch-operator/openshift-priv-elasticsearch-operator-release-4.6-presubmits.yaml b/ci-operator/jobs/openshift-priv/elasticsearch-operator/openshift-priv-elasticsearch-operator-release-4.6-presubmits.yaml index 71780beed64b..7caf8c3ca29d 100644 --- a/ci-operator/jobs/openshift-priv/elasticsearch-operator/openshift-priv-elasticsearch-operator-release-4.6-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/elasticsearch-operator/openshift-priv-elasticsearch-operator-release-4.6-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/cluster-logging-operator-e2e-cluster-profile - --target=cluster-logging-operator-e2e - --template=/usr/local/cluster-logging-operator-e2e @@ -66,6 +64,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -94,6 +95,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )cluster-logging-operator-e2e,?($|\s.*) - agent: kubernetes always_run: true @@ -114,14 +118,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-operator-cluster-profile - --target=e2e-operator - --template=/usr/local/e2e-operator @@ -158,6 +160,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -186,6 +191,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-operator,?($|\s.*) - agent: kubernetes always_run: true @@ -206,11 +214,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -230,6 +238,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -244,6 +255,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -264,11 +278,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -288,6 +302,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -302,4 +319,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/elasticsearch-operator/openshift-priv-elasticsearch-operator-release-4.7-postsubmits.yaml b/ci-operator/jobs/openshift-priv/elasticsearch-operator/openshift-priv-elasticsearch-operator-release-4.7-postsubmits.yaml index 49cd8d875486..b2e0212a11e8 100644 --- a/ci-operator/jobs/openshift-priv/elasticsearch-operator/openshift-priv-elasticsearch-operator-release-4.7-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/elasticsearch-operator/openshift-priv-elasticsearch-operator-release-4.7-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-elasticsearch-operator-release-4.7-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/elasticsearch-operator/openshift-priv-elasticsearch-operator-release-4.7-presubmits.yaml b/ci-operator/jobs/openshift-priv/elasticsearch-operator/openshift-priv-elasticsearch-operator-release-4.7-presubmits.yaml index fb7d5ae016c4..bf5f241ef7cc 100644 --- a/ci-operator/jobs/openshift-priv/elasticsearch-operator/openshift-priv-elasticsearch-operator-release-4.7-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/elasticsearch-operator/openshift-priv-elasticsearch-operator-release-4.7-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/cluster-logging-operator-e2e-cluster-profile - --target=cluster-logging-operator-e2e - --template=/usr/local/cluster-logging-operator-e2e @@ -66,6 +64,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -94,6 +95,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )cluster-logging-operator-e2e,?($|\s.*) - agent: kubernetes always_run: true @@ -114,14 +118,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-operator-cluster-profile - --target=e2e-operator - --template=/usr/local/e2e-operator @@ -158,6 +160,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -186,6 +191,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-operator,?($|\s.*) - agent: kubernetes always_run: true @@ -206,11 +214,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -230,6 +238,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -244,6 +255,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -264,11 +278,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -288,6 +302,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -302,4 +319,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/elasticsearch-proxy/openshift-priv-elasticsearch-proxy-master-postsubmits.yaml b/ci-operator/jobs/openshift-priv/elasticsearch-proxy/openshift-priv-elasticsearch-proxy-master-postsubmits.yaml index c752f4bf4133..d6f3afbbcedc 100644 --- a/ci-operator/jobs/openshift-priv/elasticsearch-proxy/openshift-priv-elasticsearch-proxy-master-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/elasticsearch-proxy/openshift-priv-elasticsearch-proxy-master-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-elasticsearch-proxy-master-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/elasticsearch-proxy/openshift-priv-elasticsearch-proxy-master-presubmits.yaml b/ci-operator/jobs/openshift-priv/elasticsearch-proxy/openshift-priv-elasticsearch-proxy-master-presubmits.yaml index ef9f4b41c592..373d65a705ea 100644 --- a/ci-operator/jobs/openshift-priv/elasticsearch-proxy/openshift-priv-elasticsearch-proxy-master-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/elasticsearch-proxy/openshift-priv-elasticsearch-proxy-master-presubmits.yaml @@ -19,11 +19,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -43,6 +43,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -57,6 +60,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -77,11 +83,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -101,6 +107,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -115,4 +124,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/elasticsearch-proxy/openshift-priv-elasticsearch-proxy-release-4.5-postsubmits.yaml b/ci-operator/jobs/openshift-priv/elasticsearch-proxy/openshift-priv-elasticsearch-proxy-release-4.5-postsubmits.yaml index 1505d24f56a1..b4de99b4ab68 100644 --- a/ci-operator/jobs/openshift-priv/elasticsearch-proxy/openshift-priv-elasticsearch-proxy-release-4.5-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/elasticsearch-proxy/openshift-priv-elasticsearch-proxy-release-4.5-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-elasticsearch-proxy-release-4.5-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/elasticsearch-proxy/openshift-priv-elasticsearch-proxy-release-4.5-presubmits.yaml b/ci-operator/jobs/openshift-priv/elasticsearch-proxy/openshift-priv-elasticsearch-proxy-release-4.5-presubmits.yaml index 274c99c3d649..eb792a09750a 100644 --- a/ci-operator/jobs/openshift-priv/elasticsearch-proxy/openshift-priv-elasticsearch-proxy-release-4.5-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/elasticsearch-proxy/openshift-priv-elasticsearch-proxy-release-4.5-presubmits.yaml @@ -19,11 +19,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -43,6 +43,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -57,6 +60,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -77,11 +83,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -101,6 +107,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -115,4 +124,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/elasticsearch-proxy/openshift-priv-elasticsearch-proxy-release-4.6-postsubmits.yaml b/ci-operator/jobs/openshift-priv/elasticsearch-proxy/openshift-priv-elasticsearch-proxy-release-4.6-postsubmits.yaml index 5fd243e9f2d2..87fac2505a81 100644 --- a/ci-operator/jobs/openshift-priv/elasticsearch-proxy/openshift-priv-elasticsearch-proxy-release-4.6-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/elasticsearch-proxy/openshift-priv-elasticsearch-proxy-release-4.6-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-elasticsearch-proxy-release-4.6-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/elasticsearch-proxy/openshift-priv-elasticsearch-proxy-release-4.6-presubmits.yaml b/ci-operator/jobs/openshift-priv/elasticsearch-proxy/openshift-priv-elasticsearch-proxy-release-4.6-presubmits.yaml index 5551de044db0..b6a92f97e6f1 100644 --- a/ci-operator/jobs/openshift-priv/elasticsearch-proxy/openshift-priv-elasticsearch-proxy-release-4.6-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/elasticsearch-proxy/openshift-priv-elasticsearch-proxy-release-4.6-presubmits.yaml @@ -19,11 +19,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -43,6 +43,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -57,6 +60,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -77,11 +83,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -101,6 +107,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -115,4 +124,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/elasticsearch-proxy/openshift-priv-elasticsearch-proxy-release-4.7-postsubmits.yaml b/ci-operator/jobs/openshift-priv/elasticsearch-proxy/openshift-priv-elasticsearch-proxy-release-4.7-postsubmits.yaml index 0e336c52e5d2..af1a0f373d6f 100644 --- a/ci-operator/jobs/openshift-priv/elasticsearch-proxy/openshift-priv-elasticsearch-proxy-release-4.7-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/elasticsearch-proxy/openshift-priv-elasticsearch-proxy-release-4.7-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-elasticsearch-proxy-release-4.7-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/elasticsearch-proxy/openshift-priv-elasticsearch-proxy-release-4.7-presubmits.yaml b/ci-operator/jobs/openshift-priv/elasticsearch-proxy/openshift-priv-elasticsearch-proxy-release-4.7-presubmits.yaml index 674fc0c18136..f1f45737b4be 100644 --- a/ci-operator/jobs/openshift-priv/elasticsearch-proxy/openshift-priv-elasticsearch-proxy-release-4.7-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/elasticsearch-proxy/openshift-priv-elasticsearch-proxy-release-4.7-presubmits.yaml @@ -19,11 +19,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -43,6 +43,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -57,6 +60,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -77,11 +83,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -101,6 +107,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -115,4 +124,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/etcd/openshift-priv-etcd-openshift-4.1-postsubmits.yaml b/ci-operator/jobs/openshift-priv/etcd/openshift-priv-etcd-openshift-4.1-postsubmits.yaml index d40e4ca4a380..79cc241ecab2 100644 --- a/ci-operator/jobs/openshift-priv/etcd/openshift-priv-etcd-openshift-4.1-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/etcd/openshift-priv-etcd-openshift-4.1-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-etcd-openshift-4.1-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/etcd/openshift-priv-etcd-openshift-4.1-presubmits.yaml b/ci-operator/jobs/openshift-priv/etcd/openshift-priv-etcd-openshift-4.1-presubmits.yaml index 3581a54aa274..5b93175e77b6 100644 --- a/ci-operator/jobs/openshift-priv/etcd/openshift-priv-etcd-openshift-4.1-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/etcd/openshift-priv-etcd-openshift-4.1-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -52,6 +50,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -77,6 +78,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -97,14 +101,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-serial-cluster-profile - --target=e2e-aws-serial - --template=/usr/local/e2e-aws-serial @@ -141,6 +143,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -169,6 +174,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-serial,?($|\s.*) - agent: kubernetes always_run: true @@ -189,14 +197,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -222,6 +228,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -247,6 +256,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -267,11 +279,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -291,6 +303,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -305,6 +320,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -325,11 +343,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -349,6 +367,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -363,4 +384,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/etcd/openshift-priv-etcd-openshift-4.2-postsubmits.yaml b/ci-operator/jobs/openshift-priv/etcd/openshift-priv-etcd-openshift-4.2-postsubmits.yaml index 5dca5ec64476..cbac69fc3da9 100644 --- a/ci-operator/jobs/openshift-priv/etcd/openshift-priv-etcd-openshift-4.2-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/etcd/openshift-priv-etcd-openshift-4.2-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-etcd-openshift-4.2-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/etcd/openshift-priv-etcd-openshift-4.2-presubmits.yaml b/ci-operator/jobs/openshift-priv/etcd/openshift-priv-etcd-openshift-4.2-presubmits.yaml index a616211065ca..84740fb61d38 100644 --- a/ci-operator/jobs/openshift-priv/etcd/openshift-priv-etcd-openshift-4.2-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/etcd/openshift-priv-etcd-openshift-4.2-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -52,6 +50,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -77,6 +78,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -97,14 +101,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-serial-cluster-profile - --target=e2e-aws-serial - --template=/usr/local/e2e-aws-serial @@ -141,6 +143,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -169,6 +174,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-serial,?($|\s.*) - agent: kubernetes always_run: true @@ -189,14 +197,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -222,6 +228,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -247,6 +256,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -267,11 +279,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -291,6 +303,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -305,6 +320,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -325,11 +343,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -349,6 +367,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -363,4 +384,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/etcd/openshift-priv-etcd-openshift-4.3-postsubmits.yaml b/ci-operator/jobs/openshift-priv/etcd/openshift-priv-etcd-openshift-4.3-postsubmits.yaml index 09a06e3c9d11..7e47458d34f7 100644 --- a/ci-operator/jobs/openshift-priv/etcd/openshift-priv-etcd-openshift-4.3-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/etcd/openshift-priv-etcd-openshift-4.3-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-etcd-openshift-4.3-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/etcd/openshift-priv-etcd-openshift-4.3-presubmits.yaml b/ci-operator/jobs/openshift-priv/etcd/openshift-priv-etcd-openshift-4.3-presubmits.yaml index 616430d621cd..c633d0765c45 100644 --- a/ci-operator/jobs/openshift-priv/etcd/openshift-priv-etcd-openshift-4.3-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/etcd/openshift-priv-etcd-openshift-4.3-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -52,6 +50,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -77,6 +78,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -97,14 +101,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-serial-cluster-profile - --target=e2e-aws-serial - --template=/usr/local/e2e-aws-serial @@ -141,6 +143,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -169,6 +174,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-serial,?($|\s.*) - agent: kubernetes always_run: true @@ -189,14 +197,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -222,6 +228,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -247,6 +256,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -267,11 +279,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -291,6 +303,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -305,6 +320,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -325,11 +343,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -349,6 +367,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -363,4 +384,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/etcd/openshift-priv-etcd-openshift-4.4-postsubmits.yaml b/ci-operator/jobs/openshift-priv/etcd/openshift-priv-etcd-openshift-4.4-postsubmits.yaml index ac0a40a7d58f..fb6cd26fcc29 100644 --- a/ci-operator/jobs/openshift-priv/etcd/openshift-priv-etcd-openshift-4.4-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/etcd/openshift-priv-etcd-openshift-4.4-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-etcd-openshift-4.4-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/etcd/openshift-priv-etcd-openshift-4.4-presubmits.yaml b/ci-operator/jobs/openshift-priv/etcd/openshift-priv-etcd-openshift-4.4-presubmits.yaml index ee07427994dd..7222ce7fc2b1 100644 --- a/ci-operator/jobs/openshift-priv/etcd/openshift-priv-etcd-openshift-4.4-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/etcd/openshift-priv-etcd-openshift-4.4-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -52,6 +50,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -77,6 +78,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -97,14 +101,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-serial-cluster-profile - --target=e2e-aws-serial - --template=/usr/local/e2e-aws-serial @@ -141,6 +143,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -169,6 +174,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-serial,?($|\s.*) - agent: kubernetes always_run: true @@ -189,14 +197,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -222,6 +228,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -247,6 +256,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -267,14 +279,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-gcp-upgrade-cluster-profile - --target=e2e-gcp-upgrade command: @@ -300,6 +310,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -327,6 +340,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-gcp-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -347,11 +363,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -371,6 +387,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -385,6 +404,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -405,11 +427,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -429,6 +451,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -443,4 +468,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/etcd/openshift-priv-etcd-openshift-4.5-postsubmits.yaml b/ci-operator/jobs/openshift-priv/etcd/openshift-priv-etcd-openshift-4.5-postsubmits.yaml index 99ffdd992e4f..25029260a008 100644 --- a/ci-operator/jobs/openshift-priv/etcd/openshift-priv-etcd-openshift-4.5-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/etcd/openshift-priv-etcd-openshift-4.5-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-etcd-openshift-4.5-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/etcd/openshift-priv-etcd-openshift-4.5-presubmits.yaml b/ci-operator/jobs/openshift-priv/etcd/openshift-priv-etcd-openshift-4.5-presubmits.yaml index 20823ad64f9f..6941ae2abaf0 100644 --- a/ci-operator/jobs/openshift-priv/etcd/openshift-priv-etcd-openshift-4.5-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/etcd/openshift-priv-etcd-openshift-4.5-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -52,6 +50,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -77,6 +78,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -97,14 +101,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-serial-cluster-profile - --target=e2e-aws-serial - --template=/usr/local/e2e-aws-serial @@ -141,6 +143,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -169,6 +174,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-serial,?($|\s.*) - agent: kubernetes always_run: true @@ -189,14 +197,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -222,6 +228,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -247,6 +256,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -267,11 +279,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -291,6 +303,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -305,6 +320,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -325,11 +343,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -349,6 +367,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -363,4 +384,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/etcd/openshift-priv-etcd-openshift-4.6-postsubmits.yaml b/ci-operator/jobs/openshift-priv/etcd/openshift-priv-etcd-openshift-4.6-postsubmits.yaml index 82ea59bfae55..e13e6e1a18da 100644 --- a/ci-operator/jobs/openshift-priv/etcd/openshift-priv-etcd-openshift-4.6-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/etcd/openshift-priv-etcd-openshift-4.6-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-etcd-openshift-4.6-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/etcd/openshift-priv-etcd-openshift-4.6-presubmits.yaml b/ci-operator/jobs/openshift-priv/etcd/openshift-priv-etcd-openshift-4.6-presubmits.yaml index ee7bbd31a4c4..e3cbb8f0935c 100644 --- a/ci-operator/jobs/openshift-priv/etcd/openshift-priv-etcd-openshift-4.6-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/etcd/openshift-priv-etcd-openshift-4.6-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -52,6 +50,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -77,6 +78,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -97,14 +101,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-serial-cluster-profile - --target=e2e-aws-serial - --template=/usr/local/e2e-aws-serial @@ -141,6 +143,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -169,6 +174,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-serial,?($|\s.*) - agent: kubernetes always_run: true @@ -189,14 +197,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -222,6 +228,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -247,6 +256,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -267,11 +279,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -291,6 +303,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -305,6 +320,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -325,11 +343,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -349,6 +367,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -363,4 +384,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/etcd/openshift-priv-etcd-openshift-4.7-postsubmits.yaml b/ci-operator/jobs/openshift-priv/etcd/openshift-priv-etcd-openshift-4.7-postsubmits.yaml index 4a6bd3e38385..30de09eef7ec 100644 --- a/ci-operator/jobs/openshift-priv/etcd/openshift-priv-etcd-openshift-4.7-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/etcd/openshift-priv-etcd-openshift-4.7-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-etcd-openshift-4.7-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/etcd/openshift-priv-etcd-openshift-4.7-presubmits.yaml b/ci-operator/jobs/openshift-priv/etcd/openshift-priv-etcd-openshift-4.7-presubmits.yaml index 4a87030f95ce..2acd5bdc59b1 100644 --- a/ci-operator/jobs/openshift-priv/etcd/openshift-priv-etcd-openshift-4.7-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/etcd/openshift-priv-etcd-openshift-4.7-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -52,6 +50,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -77,6 +78,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -97,14 +101,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-serial-cluster-profile - --target=e2e-aws-serial - --template=/usr/local/e2e-aws-serial @@ -141,6 +143,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -169,6 +174,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-serial,?($|\s.*) - agent: kubernetes always_run: true @@ -189,14 +197,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -222,6 +228,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -247,6 +256,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -267,11 +279,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -291,6 +303,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -305,6 +320,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -325,11 +343,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -349,6 +367,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -363,4 +384,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/external-storage/openshift-priv-external-storage-release-4.1-postsubmits.yaml b/ci-operator/jobs/openshift-priv/external-storage/openshift-priv-external-storage-release-4.1-postsubmits.yaml index b2cc077aa422..643571887e74 100644 --- a/ci-operator/jobs/openshift-priv/external-storage/openshift-priv-external-storage-release-4.1-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/external-storage/openshift-priv-external-storage-release-4.1-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-external-storage-release-4.1-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/external-storage/openshift-priv-external-storage-release-4.1-presubmits.yaml b/ci-operator/jobs/openshift-priv/external-storage/openshift-priv-external-storage-release-4.1-presubmits.yaml index 457566514080..be950e4ad689 100644 --- a/ci-operator/jobs/openshift-priv/external-storage/openshift-priv-external-storage-release-4.1-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/external-storage/openshift-priv-external-storage-release-4.1-presubmits.yaml @@ -19,11 +19,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -43,6 +43,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -57,6 +60,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -77,11 +83,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -101,6 +107,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -115,4 +124,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/external-storage/openshift-priv-external-storage-release-4.2-postsubmits.yaml b/ci-operator/jobs/openshift-priv/external-storage/openshift-priv-external-storage-release-4.2-postsubmits.yaml index bea8080af80a..8247ac9e1ab4 100644 --- a/ci-operator/jobs/openshift-priv/external-storage/openshift-priv-external-storage-release-4.2-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/external-storage/openshift-priv-external-storage-release-4.2-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-external-storage-release-4.2-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/external-storage/openshift-priv-external-storage-release-4.2-presubmits.yaml b/ci-operator/jobs/openshift-priv/external-storage/openshift-priv-external-storage-release-4.2-presubmits.yaml index dc352759593e..2531dcd468b1 100644 --- a/ci-operator/jobs/openshift-priv/external-storage/openshift-priv-external-storage-release-4.2-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/external-storage/openshift-priv-external-storage-release-4.2-presubmits.yaml @@ -19,11 +19,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -43,6 +43,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -57,6 +60,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -77,11 +83,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -101,6 +107,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -115,4 +124,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/federation-v2-operator/openshift-priv-federation-v2-operator-master-postsubmits.yaml b/ci-operator/jobs/openshift-priv/federation-v2-operator/openshift-priv-federation-v2-operator-master-postsubmits.yaml index 047c43b252a1..a49e072514f4 100644 --- a/ci-operator/jobs/openshift-priv/federation-v2-operator/openshift-priv-federation-v2-operator-master-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/federation-v2-operator/openshift-priv-federation-v2-operator-master-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-federation-v2-operator-master-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/federation-v2-operator/openshift-priv-federation-v2-operator-master-presubmits.yaml b/ci-operator/jobs/openshift-priv/federation-v2-operator/openshift-priv-federation-v2-operator-master-presubmits.yaml index a7069ed9563d..051cea771da4 100644 --- a/ci-operator/jobs/openshift-priv/federation-v2-operator/openshift-priv-federation-v2-operator-master-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/federation-v2-operator/openshift-priv-federation-v2-operator-master-presubmits.yaml @@ -19,11 +19,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -43,6 +43,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -57,6 +60,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -77,11 +83,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=managed-e2e command: - ci-operator @@ -101,6 +107,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -115,6 +124,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )managed-e2e,?($|\s.*) - agent: kubernetes always_run: true @@ -135,11 +147,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -159,6 +171,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -173,6 +188,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -193,11 +211,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=vet command: - ci-operator @@ -217,6 +235,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -231,4 +252,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )vet,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/federation-v2-operator/openshift-priv-federation-v2-operator-release-4.1-postsubmits.yaml b/ci-operator/jobs/openshift-priv/federation-v2-operator/openshift-priv-federation-v2-operator-release-4.1-postsubmits.yaml index 5f4360dde751..27e356ed8e2b 100644 --- a/ci-operator/jobs/openshift-priv/federation-v2-operator/openshift-priv-federation-v2-operator-release-4.1-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/federation-v2-operator/openshift-priv-federation-v2-operator-release-4.1-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-federation-v2-operator-release-4.1-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/federation-v2-operator/openshift-priv-federation-v2-operator-release-4.1-presubmits.yaml b/ci-operator/jobs/openshift-priv/federation-v2-operator/openshift-priv-federation-v2-operator-release-4.1-presubmits.yaml index 794f2f832442..c2820b225c7b 100644 --- a/ci-operator/jobs/openshift-priv/federation-v2-operator/openshift-priv-federation-v2-operator-release-4.1-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/federation-v2-operator/openshift-priv-federation-v2-operator-release-4.1-presubmits.yaml @@ -19,11 +19,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -43,6 +43,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -57,6 +60,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -77,11 +83,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=managed-e2e command: - ci-operator @@ -101,6 +107,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -115,6 +124,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )managed-e2e,?($|\s.*) - agent: kubernetes always_run: true @@ -135,11 +147,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -159,6 +171,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -173,6 +188,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -193,11 +211,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=vet command: - ci-operator @@ -217,6 +235,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -231,4 +252,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )vet,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/federation-v2-operator/openshift-priv-federation-v2-operator-release-4.2-postsubmits.yaml b/ci-operator/jobs/openshift-priv/federation-v2-operator/openshift-priv-federation-v2-operator-release-4.2-postsubmits.yaml index 3b57b6ac9f2f..a4c664babd1f 100644 --- a/ci-operator/jobs/openshift-priv/federation-v2-operator/openshift-priv-federation-v2-operator-release-4.2-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/federation-v2-operator/openshift-priv-federation-v2-operator-release-4.2-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-federation-v2-operator-release-4.2-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/federation-v2-operator/openshift-priv-federation-v2-operator-release-4.2-presubmits.yaml b/ci-operator/jobs/openshift-priv/federation-v2-operator/openshift-priv-federation-v2-operator-release-4.2-presubmits.yaml index ca5312ee2938..69092c7b7819 100644 --- a/ci-operator/jobs/openshift-priv/federation-v2-operator/openshift-priv-federation-v2-operator-release-4.2-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/federation-v2-operator/openshift-priv-federation-v2-operator-release-4.2-presubmits.yaml @@ -19,11 +19,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -43,6 +43,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -57,6 +60,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -77,11 +83,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=managed-e2e command: - ci-operator @@ -101,6 +107,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -115,6 +124,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )managed-e2e,?($|\s.*) - agent: kubernetes always_run: true @@ -135,11 +147,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -159,6 +171,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -173,6 +188,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -193,11 +211,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=vet command: - ci-operator @@ -217,6 +235,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -231,4 +252,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )vet,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/federation-v2-operator/openshift-priv-federation-v2-operator-release-4.3-postsubmits.yaml b/ci-operator/jobs/openshift-priv/federation-v2-operator/openshift-priv-federation-v2-operator-release-4.3-postsubmits.yaml index b05222bcc13a..e199367c36ba 100644 --- a/ci-operator/jobs/openshift-priv/federation-v2-operator/openshift-priv-federation-v2-operator-release-4.3-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/federation-v2-operator/openshift-priv-federation-v2-operator-release-4.3-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-federation-v2-operator-release-4.3-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/federation-v2-operator/openshift-priv-federation-v2-operator-release-4.3-presubmits.yaml b/ci-operator/jobs/openshift-priv/federation-v2-operator/openshift-priv-federation-v2-operator-release-4.3-presubmits.yaml index 54c170956001..808f26696517 100644 --- a/ci-operator/jobs/openshift-priv/federation-v2-operator/openshift-priv-federation-v2-operator-release-4.3-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/federation-v2-operator/openshift-priv-federation-v2-operator-release-4.3-presubmits.yaml @@ -19,11 +19,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -43,6 +43,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -57,6 +60,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -77,11 +83,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=managed-e2e command: - ci-operator @@ -101,6 +107,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -115,6 +124,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )managed-e2e,?($|\s.*) - agent: kubernetes always_run: true @@ -135,11 +147,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -159,6 +171,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -173,6 +188,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -193,11 +211,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=vet command: - ci-operator @@ -217,6 +235,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -231,4 +252,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )vet,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/federation-v2-operator/openshift-priv-federation-v2-operator-release-4.4-postsubmits.yaml b/ci-operator/jobs/openshift-priv/federation-v2-operator/openshift-priv-federation-v2-operator-release-4.4-postsubmits.yaml index 2b65f478b1e6..2d9fc94960f2 100644 --- a/ci-operator/jobs/openshift-priv/federation-v2-operator/openshift-priv-federation-v2-operator-release-4.4-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/federation-v2-operator/openshift-priv-federation-v2-operator-release-4.4-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-federation-v2-operator-release-4.4-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/federation-v2-operator/openshift-priv-federation-v2-operator-release-4.4-presubmits.yaml b/ci-operator/jobs/openshift-priv/federation-v2-operator/openshift-priv-federation-v2-operator-release-4.4-presubmits.yaml index e5a8e18b1bf3..5d3bd573a682 100644 --- a/ci-operator/jobs/openshift-priv/federation-v2-operator/openshift-priv-federation-v2-operator-release-4.4-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/federation-v2-operator/openshift-priv-federation-v2-operator-release-4.4-presubmits.yaml @@ -19,11 +19,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -43,6 +43,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -57,6 +60,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -77,11 +83,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=managed-e2e command: - ci-operator @@ -101,6 +107,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -115,6 +124,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )managed-e2e,?($|\s.*) - agent: kubernetes always_run: true @@ -135,11 +147,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -159,6 +171,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -173,6 +188,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -193,11 +211,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=vet command: - ci-operator @@ -217,6 +235,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -231,4 +252,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )vet,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/federation-v2-operator/openshift-priv-federation-v2-operator-release-4.5-postsubmits.yaml b/ci-operator/jobs/openshift-priv/federation-v2-operator/openshift-priv-federation-v2-operator-release-4.5-postsubmits.yaml index 6b8b30e9718e..316c83e7cc82 100644 --- a/ci-operator/jobs/openshift-priv/federation-v2-operator/openshift-priv-federation-v2-operator-release-4.5-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/federation-v2-operator/openshift-priv-federation-v2-operator-release-4.5-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-federation-v2-operator-release-4.5-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/federation-v2-operator/openshift-priv-federation-v2-operator-release-4.5-presubmits.yaml b/ci-operator/jobs/openshift-priv/federation-v2-operator/openshift-priv-federation-v2-operator-release-4.5-presubmits.yaml index a083444e3537..1f52bd498535 100644 --- a/ci-operator/jobs/openshift-priv/federation-v2-operator/openshift-priv-federation-v2-operator-release-4.5-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/federation-v2-operator/openshift-priv-federation-v2-operator-release-4.5-presubmits.yaml @@ -19,11 +19,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -43,6 +43,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -57,6 +60,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -77,11 +83,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=managed-e2e command: - ci-operator @@ -101,6 +107,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -115,6 +124,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )managed-e2e,?($|\s.*) - agent: kubernetes always_run: true @@ -135,11 +147,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -159,6 +171,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -173,6 +188,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -193,11 +211,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=vet command: - ci-operator @@ -217,6 +235,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -231,4 +252,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )vet,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/federation-v2-operator/openshift-priv-federation-v2-operator-release-4.6-postsubmits.yaml b/ci-operator/jobs/openshift-priv/federation-v2-operator/openshift-priv-federation-v2-operator-release-4.6-postsubmits.yaml index 9354d89aee22..6e8f55a242e2 100644 --- a/ci-operator/jobs/openshift-priv/federation-v2-operator/openshift-priv-federation-v2-operator-release-4.6-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/federation-v2-operator/openshift-priv-federation-v2-operator-release-4.6-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-federation-v2-operator-release-4.6-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/federation-v2-operator/openshift-priv-federation-v2-operator-release-4.6-presubmits.yaml b/ci-operator/jobs/openshift-priv/federation-v2-operator/openshift-priv-federation-v2-operator-release-4.6-presubmits.yaml index 601c38896d85..3f1d83194452 100644 --- a/ci-operator/jobs/openshift-priv/federation-v2-operator/openshift-priv-federation-v2-operator-release-4.6-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/federation-v2-operator/openshift-priv-federation-v2-operator-release-4.6-presubmits.yaml @@ -19,11 +19,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -43,6 +43,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -57,6 +60,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -77,11 +83,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=managed-e2e command: - ci-operator @@ -101,6 +107,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -115,6 +124,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )managed-e2e,?($|\s.*) - agent: kubernetes always_run: true @@ -135,11 +147,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -159,6 +171,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -173,6 +188,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -193,11 +211,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=vet command: - ci-operator @@ -217,6 +235,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -231,4 +252,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )vet,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/federation-v2-operator/openshift-priv-federation-v2-operator-release-4.7-postsubmits.yaml b/ci-operator/jobs/openshift-priv/federation-v2-operator/openshift-priv-federation-v2-operator-release-4.7-postsubmits.yaml index 5c73ebc90473..4186109b8f92 100644 --- a/ci-operator/jobs/openshift-priv/federation-v2-operator/openshift-priv-federation-v2-operator-release-4.7-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/federation-v2-operator/openshift-priv-federation-v2-operator-release-4.7-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-federation-v2-operator-release-4.7-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/federation-v2-operator/openshift-priv-federation-v2-operator-release-4.7-presubmits.yaml b/ci-operator/jobs/openshift-priv/federation-v2-operator/openshift-priv-federation-v2-operator-release-4.7-presubmits.yaml index dffa68d1b0cf..3ba172f67b88 100644 --- a/ci-operator/jobs/openshift-priv/federation-v2-operator/openshift-priv-federation-v2-operator-release-4.7-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/federation-v2-operator/openshift-priv-federation-v2-operator-release-4.7-presubmits.yaml @@ -19,11 +19,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -43,6 +43,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -57,6 +60,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -77,11 +83,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=managed-e2e command: - ci-operator @@ -101,6 +107,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -115,6 +124,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )managed-e2e,?($|\s.*) - agent: kubernetes always_run: true @@ -135,11 +147,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -159,6 +171,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -173,6 +188,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -193,11 +211,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=vet command: - ci-operator @@ -217,6 +235,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -231,4 +252,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )vet,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/file-integrity-operator/openshift-priv-file-integrity-operator-master-postsubmits.yaml b/ci-operator/jobs/openshift-priv/file-integrity-operator/openshift-priv-file-integrity-operator-master-postsubmits.yaml index de8ee27f40e6..73a7eddd3992 100644 --- a/ci-operator/jobs/openshift-priv/file-integrity-operator/openshift-priv-file-integrity-operator-master-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/file-integrity-operator/openshift-priv-file-integrity-operator-master-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-file-integrity-operator-master-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/file-integrity-operator/openshift-priv-file-integrity-operator-master-presubmits.yaml b/ci-operator/jobs/openshift-priv/file-integrity-operator/openshift-priv-file-integrity-operator-master-presubmits.yaml index 1d89722d50f2..f4e65c5d5c75 100644 --- a/ci-operator/jobs/openshift-priv/file-integrity-operator/openshift-priv-file-integrity-operator-master-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/file-integrity-operator/openshift-priv-file-integrity-operator-master-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws - --template=/usr/local/e2e-aws @@ -63,6 +61,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -91,6 +92,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -111,11 +115,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=go-build command: - ci-operator @@ -135,6 +139,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -149,6 +156,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )go-build,?($|\s.*) - agent: kubernetes always_run: true @@ -169,11 +179,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -193,6 +203,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -207,6 +220,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -227,11 +243,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -251,6 +267,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -265,6 +284,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -285,11 +307,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -309,6 +331,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -323,4 +348,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/file-integrity-operator/openshift-priv-file-integrity-operator-release-4.4-postsubmits.yaml b/ci-operator/jobs/openshift-priv/file-integrity-operator/openshift-priv-file-integrity-operator-release-4.4-postsubmits.yaml index 0d7d9d483c6d..307fa9afd5eb 100644 --- a/ci-operator/jobs/openshift-priv/file-integrity-operator/openshift-priv-file-integrity-operator-release-4.4-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/file-integrity-operator/openshift-priv-file-integrity-operator-release-4.4-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-file-integrity-operator-release-4.4-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/file-integrity-operator/openshift-priv-file-integrity-operator-release-4.4-presubmits.yaml b/ci-operator/jobs/openshift-priv/file-integrity-operator/openshift-priv-file-integrity-operator-release-4.4-presubmits.yaml index 7fc322fd0e91..145bd32ff7b7 100644 --- a/ci-operator/jobs/openshift-priv/file-integrity-operator/openshift-priv-file-integrity-operator-release-4.4-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/file-integrity-operator/openshift-priv-file-integrity-operator-release-4.4-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws - --template=/usr/local/e2e-aws @@ -63,6 +61,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -91,6 +92,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -111,11 +115,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=go-build command: - ci-operator @@ -135,6 +139,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -149,6 +156,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )go-build,?($|\s.*) - agent: kubernetes always_run: true @@ -169,11 +179,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -193,6 +203,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -207,6 +220,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -227,11 +243,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -251,6 +267,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -265,6 +284,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -285,11 +307,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -309,6 +331,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -323,4 +348,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/file-integrity-operator/openshift-priv-file-integrity-operator-release-4.5-postsubmits.yaml b/ci-operator/jobs/openshift-priv/file-integrity-operator/openshift-priv-file-integrity-operator-release-4.5-postsubmits.yaml index 6ee4563d70bd..b18c7b41c718 100644 --- a/ci-operator/jobs/openshift-priv/file-integrity-operator/openshift-priv-file-integrity-operator-release-4.5-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/file-integrity-operator/openshift-priv-file-integrity-operator-release-4.5-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-file-integrity-operator-release-4.5-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/file-integrity-operator/openshift-priv-file-integrity-operator-release-4.5-presubmits.yaml b/ci-operator/jobs/openshift-priv/file-integrity-operator/openshift-priv-file-integrity-operator-release-4.5-presubmits.yaml index d90ac6a801ec..d5ad15e25ece 100644 --- a/ci-operator/jobs/openshift-priv/file-integrity-operator/openshift-priv-file-integrity-operator-release-4.5-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/file-integrity-operator/openshift-priv-file-integrity-operator-release-4.5-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws - --template=/usr/local/e2e-aws @@ -63,6 +61,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -91,6 +92,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -111,11 +115,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=go-build command: - ci-operator @@ -135,6 +139,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -149,6 +156,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )go-build,?($|\s.*) - agent: kubernetes always_run: true @@ -169,11 +179,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -193,6 +203,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -207,6 +220,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -227,11 +243,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -251,6 +267,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -265,6 +284,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -285,11 +307,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -309,6 +331,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -323,4 +348,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/file-integrity-operator/openshift-priv-file-integrity-operator-release-4.6-postsubmits.yaml b/ci-operator/jobs/openshift-priv/file-integrity-operator/openshift-priv-file-integrity-operator-release-4.6-postsubmits.yaml index 9b7090c43115..b0be6130764c 100644 --- a/ci-operator/jobs/openshift-priv/file-integrity-operator/openshift-priv-file-integrity-operator-release-4.6-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/file-integrity-operator/openshift-priv-file-integrity-operator-release-4.6-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-file-integrity-operator-release-4.6-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/file-integrity-operator/openshift-priv-file-integrity-operator-release-4.6-presubmits.yaml b/ci-operator/jobs/openshift-priv/file-integrity-operator/openshift-priv-file-integrity-operator-release-4.6-presubmits.yaml index dbb97650800f..c0d0f8bc0c00 100644 --- a/ci-operator/jobs/openshift-priv/file-integrity-operator/openshift-priv-file-integrity-operator-release-4.6-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/file-integrity-operator/openshift-priv-file-integrity-operator-release-4.6-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws - --template=/usr/local/e2e-aws @@ -63,6 +61,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -91,6 +92,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -111,11 +115,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=go-build command: - ci-operator @@ -135,6 +139,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -149,6 +156,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )go-build,?($|\s.*) - agent: kubernetes always_run: true @@ -169,11 +179,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -193,6 +203,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -207,6 +220,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -227,11 +243,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -251,6 +267,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -265,6 +284,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -285,11 +307,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -309,6 +331,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -323,4 +348,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/file-integrity-operator/openshift-priv-file-integrity-operator-release-4.7-postsubmits.yaml b/ci-operator/jobs/openshift-priv/file-integrity-operator/openshift-priv-file-integrity-operator-release-4.7-postsubmits.yaml index b49d9e1f9006..d81e2ad9cef8 100644 --- a/ci-operator/jobs/openshift-priv/file-integrity-operator/openshift-priv-file-integrity-operator-release-4.7-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/file-integrity-operator/openshift-priv-file-integrity-operator-release-4.7-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-file-integrity-operator-release-4.7-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/file-integrity-operator/openshift-priv-file-integrity-operator-release-4.7-presubmits.yaml b/ci-operator/jobs/openshift-priv/file-integrity-operator/openshift-priv-file-integrity-operator-release-4.7-presubmits.yaml index c4391c06feee..d32bd539eb39 100644 --- a/ci-operator/jobs/openshift-priv/file-integrity-operator/openshift-priv-file-integrity-operator-release-4.7-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/file-integrity-operator/openshift-priv-file-integrity-operator-release-4.7-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws - --template=/usr/local/e2e-aws @@ -63,6 +61,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -91,6 +92,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -111,11 +115,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=go-build command: - ci-operator @@ -135,6 +139,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -149,6 +156,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )go-build,?($|\s.*) - agent: kubernetes always_run: true @@ -169,11 +179,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -193,6 +203,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -207,6 +220,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -227,11 +243,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -251,6 +267,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -265,6 +284,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -285,11 +307,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -309,6 +331,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -323,4 +348,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/ghostunnel/openshift-priv-ghostunnel-master-postsubmits.yaml b/ci-operator/jobs/openshift-priv/ghostunnel/openshift-priv-ghostunnel-master-postsubmits.yaml index 06ce107be0c3..e19b52a4002a 100644 --- a/ci-operator/jobs/openshift-priv/ghostunnel/openshift-priv-ghostunnel-master-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/ghostunnel/openshift-priv-ghostunnel-master-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-ghostunnel-master-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/ghostunnel/openshift-priv-ghostunnel-master-presubmits.yaml b/ci-operator/jobs/openshift-priv/ghostunnel/openshift-priv-ghostunnel-master-presubmits.yaml index 785f19c592da..2a841511f005 100644 --- a/ci-operator/jobs/openshift-priv/ghostunnel/openshift-priv-ghostunnel-master-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/ghostunnel/openshift-priv-ghostunnel-master-presubmits.yaml @@ -19,11 +19,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -43,6 +43,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -57,4 +60,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/ghostunnel/openshift-priv-ghostunnel-release-4.2-postsubmits.yaml b/ci-operator/jobs/openshift-priv/ghostunnel/openshift-priv-ghostunnel-release-4.2-postsubmits.yaml index 1bb19c792552..9977787089ab 100644 --- a/ci-operator/jobs/openshift-priv/ghostunnel/openshift-priv-ghostunnel-release-4.2-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/ghostunnel/openshift-priv-ghostunnel-release-4.2-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-ghostunnel-release-4.2-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/ghostunnel/openshift-priv-ghostunnel-release-4.2-presubmits.yaml b/ci-operator/jobs/openshift-priv/ghostunnel/openshift-priv-ghostunnel-release-4.2-presubmits.yaml index f8d62cf81644..6938c1625417 100644 --- a/ci-operator/jobs/openshift-priv/ghostunnel/openshift-priv-ghostunnel-release-4.2-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/ghostunnel/openshift-priv-ghostunnel-release-4.2-presubmits.yaml @@ -19,11 +19,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -43,6 +43,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -57,4 +60,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/ghostunnel/openshift-priv-ghostunnel-release-4.3-postsubmits.yaml b/ci-operator/jobs/openshift-priv/ghostunnel/openshift-priv-ghostunnel-release-4.3-postsubmits.yaml index 8a402b374089..6dc1d9fcd65e 100644 --- a/ci-operator/jobs/openshift-priv/ghostunnel/openshift-priv-ghostunnel-release-4.3-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/ghostunnel/openshift-priv-ghostunnel-release-4.3-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-ghostunnel-release-4.3-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/ghostunnel/openshift-priv-ghostunnel-release-4.3-presubmits.yaml b/ci-operator/jobs/openshift-priv/ghostunnel/openshift-priv-ghostunnel-release-4.3-presubmits.yaml index 071f238df29e..e790431805aa 100644 --- a/ci-operator/jobs/openshift-priv/ghostunnel/openshift-priv-ghostunnel-release-4.3-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/ghostunnel/openshift-priv-ghostunnel-release-4.3-presubmits.yaml @@ -19,11 +19,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -43,6 +43,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -57,4 +60,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/ghostunnel/openshift-priv-ghostunnel-release-4.4-postsubmits.yaml b/ci-operator/jobs/openshift-priv/ghostunnel/openshift-priv-ghostunnel-release-4.4-postsubmits.yaml index 41f09b31538d..c506de1fa0d0 100644 --- a/ci-operator/jobs/openshift-priv/ghostunnel/openshift-priv-ghostunnel-release-4.4-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/ghostunnel/openshift-priv-ghostunnel-release-4.4-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-ghostunnel-release-4.4-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/ghostunnel/openshift-priv-ghostunnel-release-4.4-presubmits.yaml b/ci-operator/jobs/openshift-priv/ghostunnel/openshift-priv-ghostunnel-release-4.4-presubmits.yaml index aeafc82dd518..a93b268363b7 100644 --- a/ci-operator/jobs/openshift-priv/ghostunnel/openshift-priv-ghostunnel-release-4.4-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/ghostunnel/openshift-priv-ghostunnel-release-4.4-presubmits.yaml @@ -19,11 +19,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -43,6 +43,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -57,4 +60,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/ghostunnel/openshift-priv-ghostunnel-release-4.5-postsubmits.yaml b/ci-operator/jobs/openshift-priv/ghostunnel/openshift-priv-ghostunnel-release-4.5-postsubmits.yaml index 0d581bd3c7cd..77170c2adfe6 100644 --- a/ci-operator/jobs/openshift-priv/ghostunnel/openshift-priv-ghostunnel-release-4.5-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/ghostunnel/openshift-priv-ghostunnel-release-4.5-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-ghostunnel-release-4.5-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/ghostunnel/openshift-priv-ghostunnel-release-4.5-presubmits.yaml b/ci-operator/jobs/openshift-priv/ghostunnel/openshift-priv-ghostunnel-release-4.5-presubmits.yaml index 6625f0fd6d1a..cd619555cc55 100644 --- a/ci-operator/jobs/openshift-priv/ghostunnel/openshift-priv-ghostunnel-release-4.5-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/ghostunnel/openshift-priv-ghostunnel-release-4.5-presubmits.yaml @@ -19,11 +19,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -43,6 +43,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -57,4 +60,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/ghostunnel/openshift-priv-ghostunnel-release-4.6-postsubmits.yaml b/ci-operator/jobs/openshift-priv/ghostunnel/openshift-priv-ghostunnel-release-4.6-postsubmits.yaml index 67354ec2496a..2937eba06ee2 100644 --- a/ci-operator/jobs/openshift-priv/ghostunnel/openshift-priv-ghostunnel-release-4.6-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/ghostunnel/openshift-priv-ghostunnel-release-4.6-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-ghostunnel-release-4.6-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/ghostunnel/openshift-priv-ghostunnel-release-4.6-presubmits.yaml b/ci-operator/jobs/openshift-priv/ghostunnel/openshift-priv-ghostunnel-release-4.6-presubmits.yaml index 6d1406a8386e..1b028f7afe64 100644 --- a/ci-operator/jobs/openshift-priv/ghostunnel/openshift-priv-ghostunnel-release-4.6-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/ghostunnel/openshift-priv-ghostunnel-release-4.6-presubmits.yaml @@ -19,11 +19,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -43,6 +43,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -57,4 +60,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/ghostunnel/openshift-priv-ghostunnel-release-4.7-postsubmits.yaml b/ci-operator/jobs/openshift-priv/ghostunnel/openshift-priv-ghostunnel-release-4.7-postsubmits.yaml index 13f0c054ce09..25e7ea980ae7 100644 --- a/ci-operator/jobs/openshift-priv/ghostunnel/openshift-priv-ghostunnel-release-4.7-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/ghostunnel/openshift-priv-ghostunnel-release-4.7-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-ghostunnel-release-4.7-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/ghostunnel/openshift-priv-ghostunnel-release-4.7-presubmits.yaml b/ci-operator/jobs/openshift-priv/ghostunnel/openshift-priv-ghostunnel-release-4.7-presubmits.yaml index 7d171e0c547a..802b77140f69 100644 --- a/ci-operator/jobs/openshift-priv/ghostunnel/openshift-priv-ghostunnel-release-4.7-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/ghostunnel/openshift-priv-ghostunnel-release-4.7-presubmits.yaml @@ -19,11 +19,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -43,6 +43,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -57,4 +60,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/grafana/openshift-priv-grafana-master-postsubmits.yaml b/ci-operator/jobs/openshift-priv/grafana/openshift-priv-grafana-master-postsubmits.yaml index 9ec904428acb..336a4c62665a 100644 --- a/ci-operator/jobs/openshift-priv/grafana/openshift-priv-grafana-master-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/grafana/openshift-priv-grafana-master-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-grafana-master-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/grafana/openshift-priv-grafana-master-presubmits.yaml b/ci-operator/jobs/openshift-priv/grafana/openshift-priv-grafana-master-presubmits.yaml index f17b90070301..54e531e9071b 100644 --- a/ci-operator/jobs/openshift-priv/grafana/openshift-priv-grafana-master-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/grafana/openshift-priv-grafana-master-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -52,6 +50,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -77,6 +78,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -97,11 +101,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -121,6 +125,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -135,4 +142,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/grafana/openshift-priv-grafana-release-4.1-postsubmits.yaml b/ci-operator/jobs/openshift-priv/grafana/openshift-priv-grafana-release-4.1-postsubmits.yaml index 8962622edca7..2f8dc48ea977 100644 --- a/ci-operator/jobs/openshift-priv/grafana/openshift-priv-grafana-release-4.1-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/grafana/openshift-priv-grafana-release-4.1-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-grafana-release-4.1-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/grafana/openshift-priv-grafana-release-4.1-presubmits.yaml b/ci-operator/jobs/openshift-priv/grafana/openshift-priv-grafana-release-4.1-presubmits.yaml index ed4fa55a4b0d..1879e60b9b1f 100644 --- a/ci-operator/jobs/openshift-priv/grafana/openshift-priv-grafana-release-4.1-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/grafana/openshift-priv-grafana-release-4.1-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -52,6 +50,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -77,6 +78,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -97,11 +101,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -121,6 +125,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -135,4 +142,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/grafana/openshift-priv-grafana-release-4.2-postsubmits.yaml b/ci-operator/jobs/openshift-priv/grafana/openshift-priv-grafana-release-4.2-postsubmits.yaml index 6018a690eb31..811301992a48 100644 --- a/ci-operator/jobs/openshift-priv/grafana/openshift-priv-grafana-release-4.2-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/grafana/openshift-priv-grafana-release-4.2-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-grafana-release-4.2-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/grafana/openshift-priv-grafana-release-4.2-presubmits.yaml b/ci-operator/jobs/openshift-priv/grafana/openshift-priv-grafana-release-4.2-presubmits.yaml index afe6ef352743..74911f485dc2 100644 --- a/ci-operator/jobs/openshift-priv/grafana/openshift-priv-grafana-release-4.2-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/grafana/openshift-priv-grafana-release-4.2-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -52,6 +50,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -77,6 +78,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -97,11 +101,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -121,6 +125,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -135,4 +142,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/grafana/openshift-priv-grafana-release-4.3-postsubmits.yaml b/ci-operator/jobs/openshift-priv/grafana/openshift-priv-grafana-release-4.3-postsubmits.yaml index 2f7d86fb16e1..08c034afde73 100644 --- a/ci-operator/jobs/openshift-priv/grafana/openshift-priv-grafana-release-4.3-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/grafana/openshift-priv-grafana-release-4.3-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-grafana-release-4.3-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/grafana/openshift-priv-grafana-release-4.3-presubmits.yaml b/ci-operator/jobs/openshift-priv/grafana/openshift-priv-grafana-release-4.3-presubmits.yaml index 025c75f79e74..3794ce2c41cf 100644 --- a/ci-operator/jobs/openshift-priv/grafana/openshift-priv-grafana-release-4.3-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/grafana/openshift-priv-grafana-release-4.3-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -52,6 +50,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -77,6 +78,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -97,11 +101,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -121,6 +125,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -135,4 +142,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/grafana/openshift-priv-grafana-release-4.4-postsubmits.yaml b/ci-operator/jobs/openshift-priv/grafana/openshift-priv-grafana-release-4.4-postsubmits.yaml index 88a7e6adf4fa..ed85960c7bee 100644 --- a/ci-operator/jobs/openshift-priv/grafana/openshift-priv-grafana-release-4.4-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/grafana/openshift-priv-grafana-release-4.4-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-grafana-release-4.4-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/grafana/openshift-priv-grafana-release-4.4-presubmits.yaml b/ci-operator/jobs/openshift-priv/grafana/openshift-priv-grafana-release-4.4-presubmits.yaml index 50fe631d3fc1..272a4589a567 100644 --- a/ci-operator/jobs/openshift-priv/grafana/openshift-priv-grafana-release-4.4-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/grafana/openshift-priv-grafana-release-4.4-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -52,6 +50,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -77,6 +78,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -97,11 +101,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -121,6 +125,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -135,4 +142,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/grafana/openshift-priv-grafana-release-4.5-postsubmits.yaml b/ci-operator/jobs/openshift-priv/grafana/openshift-priv-grafana-release-4.5-postsubmits.yaml index bf1afed0cd66..7bea0f9051fc 100644 --- a/ci-operator/jobs/openshift-priv/grafana/openshift-priv-grafana-release-4.5-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/grafana/openshift-priv-grafana-release-4.5-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-grafana-release-4.5-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/grafana/openshift-priv-grafana-release-4.5-presubmits.yaml b/ci-operator/jobs/openshift-priv/grafana/openshift-priv-grafana-release-4.5-presubmits.yaml index ec9816e983ac..1203f07621ef 100644 --- a/ci-operator/jobs/openshift-priv/grafana/openshift-priv-grafana-release-4.5-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/grafana/openshift-priv-grafana-release-4.5-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -52,6 +50,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -77,6 +78,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -97,11 +101,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -121,6 +125,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -135,4 +142,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/grafana/openshift-priv-grafana-release-4.6-postsubmits.yaml b/ci-operator/jobs/openshift-priv/grafana/openshift-priv-grafana-release-4.6-postsubmits.yaml index b5835e3cca8e..38707dcc13c3 100644 --- a/ci-operator/jobs/openshift-priv/grafana/openshift-priv-grafana-release-4.6-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/grafana/openshift-priv-grafana-release-4.6-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-grafana-release-4.6-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/grafana/openshift-priv-grafana-release-4.6-presubmits.yaml b/ci-operator/jobs/openshift-priv/grafana/openshift-priv-grafana-release-4.6-presubmits.yaml index 7aa46e6565ee..a0077dea36da 100644 --- a/ci-operator/jobs/openshift-priv/grafana/openshift-priv-grafana-release-4.6-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/grafana/openshift-priv-grafana-release-4.6-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -52,6 +50,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -77,6 +78,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -97,11 +101,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -121,6 +125,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -135,4 +142,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/grafana/openshift-priv-grafana-release-4.7-postsubmits.yaml b/ci-operator/jobs/openshift-priv/grafana/openshift-priv-grafana-release-4.7-postsubmits.yaml index d6a7c83c3c10..db4fdb338c09 100644 --- a/ci-operator/jobs/openshift-priv/grafana/openshift-priv-grafana-release-4.7-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/grafana/openshift-priv-grafana-release-4.7-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-grafana-release-4.7-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/grafana/openshift-priv-grafana-release-4.7-presubmits.yaml b/ci-operator/jobs/openshift-priv/grafana/openshift-priv-grafana-release-4.7-presubmits.yaml index b73e707c4da2..caf556760ee3 100644 --- a/ci-operator/jobs/openshift-priv/grafana/openshift-priv-grafana-release-4.7-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/grafana/openshift-priv-grafana-release-4.7-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -52,6 +50,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -77,6 +78,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -97,11 +101,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -121,6 +125,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -135,4 +142,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/hadoop/openshift-priv-hadoop-master-postsubmits.yaml b/ci-operator/jobs/openshift-priv/hadoop/openshift-priv-hadoop-master-postsubmits.yaml index bb4e86d15021..875424e4c8e4 100644 --- a/ci-operator/jobs/openshift-priv/hadoop/openshift-priv-hadoop-master-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/hadoop/openshift-priv-hadoop-master-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-hadoop-master-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/hadoop/openshift-priv-hadoop-master-presubmits.yaml b/ci-operator/jobs/openshift-priv/hadoop/openshift-priv-hadoop-master-presubmits.yaml index acd1e03daa2c..e1a04e27566a 100644 --- a/ci-operator/jobs/openshift-priv/hadoop/openshift-priv-hadoop-master-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/hadoop/openshift-priv-hadoop-master-presubmits.yaml @@ -19,11 +19,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -43,6 +43,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -57,4 +60,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/hadoop/openshift-priv-hadoop-release-4.1-postsubmits.yaml b/ci-operator/jobs/openshift-priv/hadoop/openshift-priv-hadoop-release-4.1-postsubmits.yaml index c798609c3a0a..8958ac09befc 100644 --- a/ci-operator/jobs/openshift-priv/hadoop/openshift-priv-hadoop-release-4.1-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/hadoop/openshift-priv-hadoop-release-4.1-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-hadoop-release-4.1-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/hadoop/openshift-priv-hadoop-release-4.1-presubmits.yaml b/ci-operator/jobs/openshift-priv/hadoop/openshift-priv-hadoop-release-4.1-presubmits.yaml index e0af35a97971..861334823d5d 100644 --- a/ci-operator/jobs/openshift-priv/hadoop/openshift-priv-hadoop-release-4.1-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/hadoop/openshift-priv-hadoop-release-4.1-presubmits.yaml @@ -19,11 +19,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -43,6 +43,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -57,4 +60,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/hadoop/openshift-priv-hadoop-release-4.2-postsubmits.yaml b/ci-operator/jobs/openshift-priv/hadoop/openshift-priv-hadoop-release-4.2-postsubmits.yaml index 406d946d6b20..03371b200b57 100644 --- a/ci-operator/jobs/openshift-priv/hadoop/openshift-priv-hadoop-release-4.2-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/hadoop/openshift-priv-hadoop-release-4.2-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-hadoop-release-4.2-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/hadoop/openshift-priv-hadoop-release-4.2-presubmits.yaml b/ci-operator/jobs/openshift-priv/hadoop/openshift-priv-hadoop-release-4.2-presubmits.yaml index d867b6583f83..69a6471e4a13 100644 --- a/ci-operator/jobs/openshift-priv/hadoop/openshift-priv-hadoop-release-4.2-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/hadoop/openshift-priv-hadoop-release-4.2-presubmits.yaml @@ -19,11 +19,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -43,6 +43,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -57,4 +60,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/hadoop/openshift-priv-hadoop-release-4.3-postsubmits.yaml b/ci-operator/jobs/openshift-priv/hadoop/openshift-priv-hadoop-release-4.3-postsubmits.yaml index a8ab99adbd49..5fb4ca91c0ba 100644 --- a/ci-operator/jobs/openshift-priv/hadoop/openshift-priv-hadoop-release-4.3-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/hadoop/openshift-priv-hadoop-release-4.3-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-hadoop-release-4.3-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/hadoop/openshift-priv-hadoop-release-4.3-presubmits.yaml b/ci-operator/jobs/openshift-priv/hadoop/openshift-priv-hadoop-release-4.3-presubmits.yaml index b391219633a7..62da1dc99854 100644 --- a/ci-operator/jobs/openshift-priv/hadoop/openshift-priv-hadoop-release-4.3-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/hadoop/openshift-priv-hadoop-release-4.3-presubmits.yaml @@ -19,11 +19,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -43,6 +43,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -57,4 +60,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/hadoop/openshift-priv-hadoop-release-4.4-postsubmits.yaml b/ci-operator/jobs/openshift-priv/hadoop/openshift-priv-hadoop-release-4.4-postsubmits.yaml index 0162b93b7c09..3a374602547e 100644 --- a/ci-operator/jobs/openshift-priv/hadoop/openshift-priv-hadoop-release-4.4-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/hadoop/openshift-priv-hadoop-release-4.4-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-hadoop-release-4.4-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/hadoop/openshift-priv-hadoop-release-4.4-presubmits.yaml b/ci-operator/jobs/openshift-priv/hadoop/openshift-priv-hadoop-release-4.4-presubmits.yaml index a943c831fa1e..89a8afcf53b5 100644 --- a/ci-operator/jobs/openshift-priv/hadoop/openshift-priv-hadoop-release-4.4-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/hadoop/openshift-priv-hadoop-release-4.4-presubmits.yaml @@ -19,11 +19,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -43,6 +43,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -57,4 +60,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/hadoop/openshift-priv-hadoop-release-4.5-postsubmits.yaml b/ci-operator/jobs/openshift-priv/hadoop/openshift-priv-hadoop-release-4.5-postsubmits.yaml index b1267781d644..91f663c1d213 100644 --- a/ci-operator/jobs/openshift-priv/hadoop/openshift-priv-hadoop-release-4.5-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/hadoop/openshift-priv-hadoop-release-4.5-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-hadoop-release-4.5-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/hadoop/openshift-priv-hadoop-release-4.5-presubmits.yaml b/ci-operator/jobs/openshift-priv/hadoop/openshift-priv-hadoop-release-4.5-presubmits.yaml index 0f1bcff7acfa..445c3db7aac7 100644 --- a/ci-operator/jobs/openshift-priv/hadoop/openshift-priv-hadoop-release-4.5-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/hadoop/openshift-priv-hadoop-release-4.5-presubmits.yaml @@ -19,11 +19,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -43,6 +43,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -57,4 +60,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/hadoop/openshift-priv-hadoop-release-4.6-postsubmits.yaml b/ci-operator/jobs/openshift-priv/hadoop/openshift-priv-hadoop-release-4.6-postsubmits.yaml index 21be66f643cb..b246a586c229 100644 --- a/ci-operator/jobs/openshift-priv/hadoop/openshift-priv-hadoop-release-4.6-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/hadoop/openshift-priv-hadoop-release-4.6-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-hadoop-release-4.6-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/hadoop/openshift-priv-hadoop-release-4.6-presubmits.yaml b/ci-operator/jobs/openshift-priv/hadoop/openshift-priv-hadoop-release-4.6-presubmits.yaml index f47f08523062..42417c00ef54 100644 --- a/ci-operator/jobs/openshift-priv/hadoop/openshift-priv-hadoop-release-4.6-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/hadoop/openshift-priv-hadoop-release-4.6-presubmits.yaml @@ -19,11 +19,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -43,6 +43,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -57,4 +60,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/hadoop/openshift-priv-hadoop-release-4.7-postsubmits.yaml b/ci-operator/jobs/openshift-priv/hadoop/openshift-priv-hadoop-release-4.7-postsubmits.yaml index d4fa2d1fd8a1..bba0df125648 100644 --- a/ci-operator/jobs/openshift-priv/hadoop/openshift-priv-hadoop-release-4.7-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/hadoop/openshift-priv-hadoop-release-4.7-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-hadoop-release-4.7-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/hadoop/openshift-priv-hadoop-release-4.7-presubmits.yaml b/ci-operator/jobs/openshift-priv/hadoop/openshift-priv-hadoop-release-4.7-presubmits.yaml index 0803744077ba..d07c4f3e2623 100644 --- a/ci-operator/jobs/openshift-priv/hadoop/openshift-priv-hadoop-release-4.7-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/hadoop/openshift-priv-hadoop-release-4.7-presubmits.yaml @@ -19,11 +19,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -43,6 +43,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -57,4 +60,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/helm/openshift-priv-helm-master-postsubmits.yaml b/ci-operator/jobs/openshift-priv/helm/openshift-priv-helm-master-postsubmits.yaml index bd923ce97c44..37e079850448 100644 --- a/ci-operator/jobs/openshift-priv/helm/openshift-priv-helm-master-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/helm/openshift-priv-helm-master-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-helm-master-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/helm/openshift-priv-helm-master-presubmits.yaml b/ci-operator/jobs/openshift-priv/helm/openshift-priv-helm-master-presubmits.yaml index 37b6ef037321..dec58b3d56d3 100644 --- a/ci-operator/jobs/openshift-priv/helm/openshift-priv-helm-master-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/helm/openshift-priv-helm-master-presubmits.yaml @@ -19,11 +19,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -43,6 +43,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -57,4 +60,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/helm/openshift-priv-helm-release-4.1-postsubmits.yaml b/ci-operator/jobs/openshift-priv/helm/openshift-priv-helm-release-4.1-postsubmits.yaml index 4398e12bef8c..b45a8a30a913 100644 --- a/ci-operator/jobs/openshift-priv/helm/openshift-priv-helm-release-4.1-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/helm/openshift-priv-helm-release-4.1-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-helm-release-4.1-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/helm/openshift-priv-helm-release-4.1-presubmits.yaml b/ci-operator/jobs/openshift-priv/helm/openshift-priv-helm-release-4.1-presubmits.yaml index e5f3f26d368a..0bf975a6ea85 100644 --- a/ci-operator/jobs/openshift-priv/helm/openshift-priv-helm-release-4.1-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/helm/openshift-priv-helm-release-4.1-presubmits.yaml @@ -19,11 +19,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -43,6 +43,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -57,4 +60,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/helm/openshift-priv-helm-release-4.2-postsubmits.yaml b/ci-operator/jobs/openshift-priv/helm/openshift-priv-helm-release-4.2-postsubmits.yaml index 31133b2a5076..5a7a9e328a4e 100644 --- a/ci-operator/jobs/openshift-priv/helm/openshift-priv-helm-release-4.2-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/helm/openshift-priv-helm-release-4.2-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-helm-release-4.2-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/helm/openshift-priv-helm-release-4.2-presubmits.yaml b/ci-operator/jobs/openshift-priv/helm/openshift-priv-helm-release-4.2-presubmits.yaml index 4020285a7f33..9fd9a26a8198 100644 --- a/ci-operator/jobs/openshift-priv/helm/openshift-priv-helm-release-4.2-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/helm/openshift-priv-helm-release-4.2-presubmits.yaml @@ -19,11 +19,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -43,6 +43,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -57,4 +60,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/helm/openshift-priv-helm-release-4.3-postsubmits.yaml b/ci-operator/jobs/openshift-priv/helm/openshift-priv-helm-release-4.3-postsubmits.yaml index d7820318df3c..f30df9d0ea46 100644 --- a/ci-operator/jobs/openshift-priv/helm/openshift-priv-helm-release-4.3-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/helm/openshift-priv-helm-release-4.3-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-helm-release-4.3-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/helm/openshift-priv-helm-release-4.3-presubmits.yaml b/ci-operator/jobs/openshift-priv/helm/openshift-priv-helm-release-4.3-presubmits.yaml index 3148021f88e3..d5544ae2f01c 100644 --- a/ci-operator/jobs/openshift-priv/helm/openshift-priv-helm-release-4.3-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/helm/openshift-priv-helm-release-4.3-presubmits.yaml @@ -19,11 +19,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -43,6 +43,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -57,4 +60,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/helm/openshift-priv-helm-release-4.4-postsubmits.yaml b/ci-operator/jobs/openshift-priv/helm/openshift-priv-helm-release-4.4-postsubmits.yaml index 96d949127881..59cc418121f4 100644 --- a/ci-operator/jobs/openshift-priv/helm/openshift-priv-helm-release-4.4-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/helm/openshift-priv-helm-release-4.4-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-helm-release-4.4-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/helm/openshift-priv-helm-release-4.4-presubmits.yaml b/ci-operator/jobs/openshift-priv/helm/openshift-priv-helm-release-4.4-presubmits.yaml index da3643e95a69..dad32f7f5d86 100644 --- a/ci-operator/jobs/openshift-priv/helm/openshift-priv-helm-release-4.4-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/helm/openshift-priv-helm-release-4.4-presubmits.yaml @@ -19,11 +19,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -43,6 +43,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -57,4 +60,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/helm/openshift-priv-helm-release-4.5-postsubmits.yaml b/ci-operator/jobs/openshift-priv/helm/openshift-priv-helm-release-4.5-postsubmits.yaml index 21c14c470658..5aa64eab9b4a 100644 --- a/ci-operator/jobs/openshift-priv/helm/openshift-priv-helm-release-4.5-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/helm/openshift-priv-helm-release-4.5-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-helm-release-4.5-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/helm/openshift-priv-helm-release-4.5-presubmits.yaml b/ci-operator/jobs/openshift-priv/helm/openshift-priv-helm-release-4.5-presubmits.yaml index 2fab9e3549f2..0a5a237884e8 100644 --- a/ci-operator/jobs/openshift-priv/helm/openshift-priv-helm-release-4.5-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/helm/openshift-priv-helm-release-4.5-presubmits.yaml @@ -19,11 +19,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -43,6 +43,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -57,4 +60,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/helm/openshift-priv-helm-release-4.6-postsubmits.yaml b/ci-operator/jobs/openshift-priv/helm/openshift-priv-helm-release-4.6-postsubmits.yaml index 298ed86ee16e..381a3f1c0ba5 100644 --- a/ci-operator/jobs/openshift-priv/helm/openshift-priv-helm-release-4.6-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/helm/openshift-priv-helm-release-4.6-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-helm-release-4.6-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/helm/openshift-priv-helm-release-4.6-presubmits.yaml b/ci-operator/jobs/openshift-priv/helm/openshift-priv-helm-release-4.6-presubmits.yaml index faa525311a41..e30bd43600ac 100644 --- a/ci-operator/jobs/openshift-priv/helm/openshift-priv-helm-release-4.6-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/helm/openshift-priv-helm-release-4.6-presubmits.yaml @@ -19,11 +19,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -43,6 +43,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -57,4 +60,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/helm/openshift-priv-helm-release-4.7-postsubmits.yaml b/ci-operator/jobs/openshift-priv/helm/openshift-priv-helm-release-4.7-postsubmits.yaml index 31c06dff3cc5..743b905b158f 100644 --- a/ci-operator/jobs/openshift-priv/helm/openshift-priv-helm-release-4.7-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/helm/openshift-priv-helm-release-4.7-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-helm-release-4.7-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/helm/openshift-priv-helm-release-4.7-presubmits.yaml b/ci-operator/jobs/openshift-priv/helm/openshift-priv-helm-release-4.7-presubmits.yaml index 4a4142683c15..0a698f13b087 100644 --- a/ci-operator/jobs/openshift-priv/helm/openshift-priv-helm-release-4.7-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/helm/openshift-priv-helm-release-4.7-presubmits.yaml @@ -19,11 +19,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -43,6 +43,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -57,4 +60,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/hive/openshift-priv-hive-master-postsubmits.yaml b/ci-operator/jobs/openshift-priv/hive/openshift-priv-hive-master-postsubmits.yaml index eddcd621b125..1bd21b1ea1c9 100644 --- a/ci-operator/jobs/openshift-priv/hive/openshift-priv-hive-master-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/hive/openshift-priv-hive-master-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-hive-master-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/hive/openshift-priv-hive-master-presubmits.yaml b/ci-operator/jobs/openshift-priv/hive/openshift-priv-hive-master-presubmits.yaml index 01dd671783aa..b3119f8afe50 100644 --- a/ci-operator/jobs/openshift-priv/hive/openshift-priv-hive-master-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/hive/openshift-priv-hive-master-presubmits.yaml @@ -19,11 +19,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -43,6 +43,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -57,4 +60,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/hive/openshift-priv-hive-release-4.1-postsubmits.yaml b/ci-operator/jobs/openshift-priv/hive/openshift-priv-hive-release-4.1-postsubmits.yaml index 295ed3803ac1..f79456ee3b78 100644 --- a/ci-operator/jobs/openshift-priv/hive/openshift-priv-hive-release-4.1-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/hive/openshift-priv-hive-release-4.1-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-hive-release-4.1-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/hive/openshift-priv-hive-release-4.1-presubmits.yaml b/ci-operator/jobs/openshift-priv/hive/openshift-priv-hive-release-4.1-presubmits.yaml index c1afa8116d03..72f09e668bcc 100644 --- a/ci-operator/jobs/openshift-priv/hive/openshift-priv-hive-release-4.1-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/hive/openshift-priv-hive-release-4.1-presubmits.yaml @@ -19,11 +19,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -43,6 +43,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -57,4 +60,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/hive/openshift-priv-hive-release-4.2-postsubmits.yaml b/ci-operator/jobs/openshift-priv/hive/openshift-priv-hive-release-4.2-postsubmits.yaml index e1407a1347aa..a4b33f1cba22 100644 --- a/ci-operator/jobs/openshift-priv/hive/openshift-priv-hive-release-4.2-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/hive/openshift-priv-hive-release-4.2-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-hive-release-4.2-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/hive/openshift-priv-hive-release-4.2-presubmits.yaml b/ci-operator/jobs/openshift-priv/hive/openshift-priv-hive-release-4.2-presubmits.yaml index 8684f50359e3..56f32471b951 100644 --- a/ci-operator/jobs/openshift-priv/hive/openshift-priv-hive-release-4.2-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/hive/openshift-priv-hive-release-4.2-presubmits.yaml @@ -19,11 +19,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -43,6 +43,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -57,4 +60,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/hive/openshift-priv-hive-release-4.3-postsubmits.yaml b/ci-operator/jobs/openshift-priv/hive/openshift-priv-hive-release-4.3-postsubmits.yaml index 37a82af18dd0..9c07d03b25c9 100644 --- a/ci-operator/jobs/openshift-priv/hive/openshift-priv-hive-release-4.3-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/hive/openshift-priv-hive-release-4.3-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-hive-release-4.3-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/hive/openshift-priv-hive-release-4.3-presubmits.yaml b/ci-operator/jobs/openshift-priv/hive/openshift-priv-hive-release-4.3-presubmits.yaml index 2ad9164b6fb9..0f992cda8143 100644 --- a/ci-operator/jobs/openshift-priv/hive/openshift-priv-hive-release-4.3-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/hive/openshift-priv-hive-release-4.3-presubmits.yaml @@ -19,11 +19,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -43,6 +43,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -57,4 +60,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/hive/openshift-priv-hive-release-4.4-postsubmits.yaml b/ci-operator/jobs/openshift-priv/hive/openshift-priv-hive-release-4.4-postsubmits.yaml index f95e38105536..2b6659e00920 100644 --- a/ci-operator/jobs/openshift-priv/hive/openshift-priv-hive-release-4.4-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/hive/openshift-priv-hive-release-4.4-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-hive-release-4.4-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/hive/openshift-priv-hive-release-4.4-presubmits.yaml b/ci-operator/jobs/openshift-priv/hive/openshift-priv-hive-release-4.4-presubmits.yaml index 0c055b05826c..32fabd06d085 100644 --- a/ci-operator/jobs/openshift-priv/hive/openshift-priv-hive-release-4.4-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/hive/openshift-priv-hive-release-4.4-presubmits.yaml @@ -19,11 +19,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -43,6 +43,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -57,4 +60,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/hive/openshift-priv-hive-release-4.5-postsubmits.yaml b/ci-operator/jobs/openshift-priv/hive/openshift-priv-hive-release-4.5-postsubmits.yaml index 166bf25e700c..a6913f468305 100644 --- a/ci-operator/jobs/openshift-priv/hive/openshift-priv-hive-release-4.5-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/hive/openshift-priv-hive-release-4.5-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-hive-release-4.5-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/hive/openshift-priv-hive-release-4.5-presubmits.yaml b/ci-operator/jobs/openshift-priv/hive/openshift-priv-hive-release-4.5-presubmits.yaml index c54ed7741fa9..bd668ee60580 100644 --- a/ci-operator/jobs/openshift-priv/hive/openshift-priv-hive-release-4.5-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/hive/openshift-priv-hive-release-4.5-presubmits.yaml @@ -19,11 +19,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -43,6 +43,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -57,4 +60,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/hive/openshift-priv-hive-release-4.6-postsubmits.yaml b/ci-operator/jobs/openshift-priv/hive/openshift-priv-hive-release-4.6-postsubmits.yaml index 20688f5bd040..6636441d7e45 100644 --- a/ci-operator/jobs/openshift-priv/hive/openshift-priv-hive-release-4.6-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/hive/openshift-priv-hive-release-4.6-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-hive-release-4.6-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/hive/openshift-priv-hive-release-4.6-presubmits.yaml b/ci-operator/jobs/openshift-priv/hive/openshift-priv-hive-release-4.6-presubmits.yaml index 34f22eccf59c..cc504ef06a84 100644 --- a/ci-operator/jobs/openshift-priv/hive/openshift-priv-hive-release-4.6-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/hive/openshift-priv-hive-release-4.6-presubmits.yaml @@ -19,11 +19,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -43,6 +43,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -57,4 +60,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/hive/openshift-priv-hive-release-4.7-postsubmits.yaml b/ci-operator/jobs/openshift-priv/hive/openshift-priv-hive-release-4.7-postsubmits.yaml index b7ab21bd9df0..1ea44b2c89e9 100644 --- a/ci-operator/jobs/openshift-priv/hive/openshift-priv-hive-release-4.7-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/hive/openshift-priv-hive-release-4.7-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-hive-release-4.7-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/hive/openshift-priv-hive-release-4.7-presubmits.yaml b/ci-operator/jobs/openshift-priv/hive/openshift-priv-hive-release-4.7-presubmits.yaml index 2bbf25e3c977..49a0b904b2a3 100644 --- a/ci-operator/jobs/openshift-priv/hive/openshift-priv-hive-release-4.7-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/hive/openshift-priv-hive-release-4.7-presubmits.yaml @@ -19,11 +19,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -43,6 +43,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -57,4 +60,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/hyperconverged-cluster-operator/openshift-priv-hyperconverged-cluster-operator-master-postsubmits.yaml b/ci-operator/jobs/openshift-priv/hyperconverged-cluster-operator/openshift-priv-hyperconverged-cluster-operator-master-postsubmits.yaml index a37c8d79e4a1..53b1b3c7a275 100644 --- a/ci-operator/jobs/openshift-priv/hyperconverged-cluster-operator/openshift-priv-hyperconverged-cluster-operator-master-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/hyperconverged-cluster-operator/openshift-priv-hyperconverged-cluster-operator-master-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-hyperconverged-cluster-operator-master-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=src command: @@ -42,6 +43,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -56,3 +60,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/hyperconverged-cluster-operator/openshift-priv-hyperconverged-cluster-operator-master-presubmits.yaml b/ci-operator/jobs/openshift-priv/hyperconverged-cluster-operator/openshift-priv-hyperconverged-cluster-operator-master-presubmits.yaml index 4ca44b51e911..bf1bde152861 100644 --- a/ci-operator/jobs/openshift-priv/hyperconverged-cluster-operator/openshift-priv-hyperconverged-cluster-operator-master-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/hyperconverged-cluster-operator/openshift-priv-hyperconverged-cluster-operator-master-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/hco-e2e-aws-cluster-profile - --target=hco-e2e-aws - --template=/usr/local/hco-e2e-aws @@ -64,6 +62,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -92,6 +93,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )hco-e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -112,14 +116,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/hco-e2e-upgrade-aws-cluster-profile - --target=hco-e2e-upgrade-aws - --template=/usr/local/hco-e2e-upgrade-aws @@ -157,6 +159,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -185,6 +190,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )hco-e2e-upgrade-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -205,11 +213,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=src command: @@ -230,6 +238,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -244,4 +255,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/hyperconverged-cluster-operator/openshift-priv-hyperconverged-cluster-operator-release-4.2-postsubmits.yaml b/ci-operator/jobs/openshift-priv/hyperconverged-cluster-operator/openshift-priv-hyperconverged-cluster-operator-release-4.2-postsubmits.yaml index 6ccd492c8109..302cf5b5a5d1 100644 --- a/ci-operator/jobs/openshift-priv/hyperconverged-cluster-operator/openshift-priv-hyperconverged-cluster-operator-release-4.2-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/hyperconverged-cluster-operator/openshift-priv-hyperconverged-cluster-operator-release-4.2-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-hyperconverged-cluster-operator-release-4.2-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=src command: @@ -42,6 +43,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -56,3 +60,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/hyperconverged-cluster-operator/openshift-priv-hyperconverged-cluster-operator-release-4.2-presubmits.yaml b/ci-operator/jobs/openshift-priv/hyperconverged-cluster-operator/openshift-priv-hyperconverged-cluster-operator-release-4.2-presubmits.yaml index 8566d511404c..f3533df53149 100644 --- a/ci-operator/jobs/openshift-priv/hyperconverged-cluster-operator/openshift-priv-hyperconverged-cluster-operator-release-4.2-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/hyperconverged-cluster-operator/openshift-priv-hyperconverged-cluster-operator-release-4.2-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/hco-e2e-aws-cluster-profile - --target=hco-e2e-aws - --template=/usr/local/hco-e2e-aws @@ -64,6 +62,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -92,6 +93,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )hco-e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -112,11 +116,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=src command: @@ -137,6 +141,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -151,4 +158,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/hyperconverged-cluster-operator/openshift-priv-hyperconverged-cluster-operator-release-4.3-postsubmits.yaml b/ci-operator/jobs/openshift-priv/hyperconverged-cluster-operator/openshift-priv-hyperconverged-cluster-operator-release-4.3-postsubmits.yaml index 2a438e4b33a1..af02dbe7054b 100644 --- a/ci-operator/jobs/openshift-priv/hyperconverged-cluster-operator/openshift-priv-hyperconverged-cluster-operator-release-4.3-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/hyperconverged-cluster-operator/openshift-priv-hyperconverged-cluster-operator-release-4.3-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-hyperconverged-cluster-operator-release-4.3-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=src command: @@ -42,6 +43,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -56,3 +60,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/hyperconverged-cluster-operator/openshift-priv-hyperconverged-cluster-operator-release-4.3-presubmits.yaml b/ci-operator/jobs/openshift-priv/hyperconverged-cluster-operator/openshift-priv-hyperconverged-cluster-operator-release-4.3-presubmits.yaml index 06af7767d19b..0d032eb5cc8d 100644 --- a/ci-operator/jobs/openshift-priv/hyperconverged-cluster-operator/openshift-priv-hyperconverged-cluster-operator-release-4.3-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/hyperconverged-cluster-operator/openshift-priv-hyperconverged-cluster-operator-release-4.3-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/hco-e2e-aws-cluster-profile - --target=hco-e2e-aws - --template=/usr/local/hco-e2e-aws @@ -64,6 +62,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -92,6 +93,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )hco-e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -112,14 +116,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/hco-e2e-upgrade-aws-cluster-profile - --target=hco-e2e-upgrade-aws - --template=/usr/local/hco-e2e-upgrade-aws @@ -157,6 +159,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -185,6 +190,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )hco-e2e-upgrade-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -205,11 +213,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=src command: @@ -230,6 +238,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -244,4 +255,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/hyperconverged-cluster-operator/openshift-priv-hyperconverged-cluster-operator-release-4.4-postsubmits.yaml b/ci-operator/jobs/openshift-priv/hyperconverged-cluster-operator/openshift-priv-hyperconverged-cluster-operator-release-4.4-postsubmits.yaml index ae35d3194705..915646465a28 100644 --- a/ci-operator/jobs/openshift-priv/hyperconverged-cluster-operator/openshift-priv-hyperconverged-cluster-operator-release-4.4-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/hyperconverged-cluster-operator/openshift-priv-hyperconverged-cluster-operator-release-4.4-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-hyperconverged-cluster-operator-release-4.4-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=src command: @@ -42,6 +43,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -56,3 +60,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/hyperconverged-cluster-operator/openshift-priv-hyperconverged-cluster-operator-release-4.4-presubmits.yaml b/ci-operator/jobs/openshift-priv/hyperconverged-cluster-operator/openshift-priv-hyperconverged-cluster-operator-release-4.4-presubmits.yaml index 528686032c41..d309abb0a921 100644 --- a/ci-operator/jobs/openshift-priv/hyperconverged-cluster-operator/openshift-priv-hyperconverged-cluster-operator-release-4.4-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/hyperconverged-cluster-operator/openshift-priv-hyperconverged-cluster-operator-release-4.4-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/hco-e2e-aws-cluster-profile - --target=hco-e2e-aws - --template=/usr/local/hco-e2e-aws @@ -64,6 +62,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -92,6 +93,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )hco-e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -112,14 +116,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/hco-e2e-upgrade-aws-cluster-profile - --target=hco-e2e-upgrade-aws - --template=/usr/local/hco-e2e-upgrade-aws @@ -157,6 +159,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -185,6 +190,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )hco-e2e-upgrade-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -205,11 +213,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=src command: @@ -230,6 +238,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -244,4 +255,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/hyperconverged-cluster-operator/openshift-priv-hyperconverged-cluster-operator-release-4.5-postsubmits.yaml b/ci-operator/jobs/openshift-priv/hyperconverged-cluster-operator/openshift-priv-hyperconverged-cluster-operator-release-4.5-postsubmits.yaml index 00b007f4ade2..0cec50c30540 100644 --- a/ci-operator/jobs/openshift-priv/hyperconverged-cluster-operator/openshift-priv-hyperconverged-cluster-operator-release-4.5-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/hyperconverged-cluster-operator/openshift-priv-hyperconverged-cluster-operator-release-4.5-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-hyperconverged-cluster-operator-release-4.5-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=src command: @@ -42,6 +43,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -56,3 +60,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/hyperconverged-cluster-operator/openshift-priv-hyperconverged-cluster-operator-release-4.5-presubmits.yaml b/ci-operator/jobs/openshift-priv/hyperconverged-cluster-operator/openshift-priv-hyperconverged-cluster-operator-release-4.5-presubmits.yaml index 849c994cff11..79b6540ed73c 100644 --- a/ci-operator/jobs/openshift-priv/hyperconverged-cluster-operator/openshift-priv-hyperconverged-cluster-operator-release-4.5-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/hyperconverged-cluster-operator/openshift-priv-hyperconverged-cluster-operator-release-4.5-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/hco-e2e-aws-cluster-profile - --target=hco-e2e-aws - --template=/usr/local/hco-e2e-aws @@ -64,6 +62,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -92,6 +93,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )hco-e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -112,14 +116,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/hco-e2e-upgrade-aws-cluster-profile - --target=hco-e2e-upgrade-aws - --template=/usr/local/hco-e2e-upgrade-aws @@ -157,6 +159,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -185,6 +190,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )hco-e2e-upgrade-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -205,11 +213,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=src command: @@ -230,6 +238,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -244,4 +255,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/hyperconverged-cluster-operator/openshift-priv-hyperconverged-cluster-operator-release-4.6-postsubmits.yaml b/ci-operator/jobs/openshift-priv/hyperconverged-cluster-operator/openshift-priv-hyperconverged-cluster-operator-release-4.6-postsubmits.yaml index dd3d0ce4ee0b..8c0b6fec6609 100644 --- a/ci-operator/jobs/openshift-priv/hyperconverged-cluster-operator/openshift-priv-hyperconverged-cluster-operator-release-4.6-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/hyperconverged-cluster-operator/openshift-priv-hyperconverged-cluster-operator-release-4.6-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-hyperconverged-cluster-operator-release-4.6-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=src command: @@ -42,6 +43,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -56,3 +60,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/hyperconverged-cluster-operator/openshift-priv-hyperconverged-cluster-operator-release-4.6-presubmits.yaml b/ci-operator/jobs/openshift-priv/hyperconverged-cluster-operator/openshift-priv-hyperconverged-cluster-operator-release-4.6-presubmits.yaml index 0d43107bc579..354eb2f70541 100644 --- a/ci-operator/jobs/openshift-priv/hyperconverged-cluster-operator/openshift-priv-hyperconverged-cluster-operator-release-4.6-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/hyperconverged-cluster-operator/openshift-priv-hyperconverged-cluster-operator-release-4.6-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/hco-e2e-aws-cluster-profile - --target=hco-e2e-aws - --template=/usr/local/hco-e2e-aws @@ -64,6 +62,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -92,6 +93,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )hco-e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -112,14 +116,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/hco-e2e-upgrade-aws-cluster-profile - --target=hco-e2e-upgrade-aws - --template=/usr/local/hco-e2e-upgrade-aws @@ -157,6 +159,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -185,6 +190,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )hco-e2e-upgrade-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -205,11 +213,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=src command: @@ -230,6 +238,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -244,4 +255,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/hyperconverged-cluster-operator/openshift-priv-hyperconverged-cluster-operator-release-4.7-postsubmits.yaml b/ci-operator/jobs/openshift-priv/hyperconverged-cluster-operator/openshift-priv-hyperconverged-cluster-operator-release-4.7-postsubmits.yaml index ad8278d1d29c..152e8ab4e05e 100644 --- a/ci-operator/jobs/openshift-priv/hyperconverged-cluster-operator/openshift-priv-hyperconverged-cluster-operator-release-4.7-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/hyperconverged-cluster-operator/openshift-priv-hyperconverged-cluster-operator-release-4.7-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-hyperconverged-cluster-operator-release-4.7-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=src command: @@ -42,6 +43,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -56,3 +60,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/hyperconverged-cluster-operator/openshift-priv-hyperconverged-cluster-operator-release-4.7-presubmits.yaml b/ci-operator/jobs/openshift-priv/hyperconverged-cluster-operator/openshift-priv-hyperconverged-cluster-operator-release-4.7-presubmits.yaml index af5e19ced3cd..aadd7a0b9a38 100644 --- a/ci-operator/jobs/openshift-priv/hyperconverged-cluster-operator/openshift-priv-hyperconverged-cluster-operator-release-4.7-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/hyperconverged-cluster-operator/openshift-priv-hyperconverged-cluster-operator-release-4.7-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/hco-e2e-aws-cluster-profile - --target=hco-e2e-aws - --template=/usr/local/hco-e2e-aws @@ -64,6 +62,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -92,6 +93,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )hco-e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -112,14 +116,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/hco-e2e-upgrade-aws-cluster-profile - --target=hco-e2e-upgrade-aws - --template=/usr/local/hco-e2e-upgrade-aws @@ -157,6 +159,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -185,6 +190,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )hco-e2e-upgrade-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -205,11 +213,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=src command: @@ -230,6 +238,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -244,4 +255,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/image-registry/openshift-priv-image-registry-master-postsubmits.yaml b/ci-operator/jobs/openshift-priv/image-registry/openshift-priv-image-registry-master-postsubmits.yaml index 77159587ce6b..034edfe7588a 100644 --- a/ci-operator/jobs/openshift-priv/image-registry/openshift-priv-image-registry-master-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/image-registry/openshift-priv-image-registry-master-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-image-registry-master-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/image-registry/openshift-priv-image-registry-master-presubmits.yaml b/ci-operator/jobs/openshift-priv/image-registry/openshift-priv-image-registry-master-presubmits.yaml index 54925bdedaba..c6e90e9848b7 100644 --- a/ci-operator/jobs/openshift-priv/image-registry/openshift-priv-image-registry-master-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/image-registry/openshift-priv-image-registry-master-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -52,6 +50,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -77,6 +78,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -97,14 +101,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-image-registry-cluster-profile - --target=e2e-aws-image-registry - --template=/usr/local/e2e-aws-image-registry @@ -141,6 +143,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -169,6 +174,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-image-registry,?($|\s.*) - agent: kubernetes always_run: true @@ -189,14 +197,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -222,6 +228,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -247,6 +256,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -267,11 +279,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -291,6 +303,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -305,6 +320,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -325,11 +343,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -349,6 +367,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -363,6 +384,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -383,11 +407,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -407,6 +431,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -421,4 +448,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/image-registry/openshift-priv-image-registry-release-4.1-postsubmits.yaml b/ci-operator/jobs/openshift-priv/image-registry/openshift-priv-image-registry-release-4.1-postsubmits.yaml index 3e5bfea5b9a2..8aead7c105f1 100644 --- a/ci-operator/jobs/openshift-priv/image-registry/openshift-priv-image-registry-release-4.1-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/image-registry/openshift-priv-image-registry-release-4.1-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-image-registry-release-4.1-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/image-registry/openshift-priv-image-registry-release-4.1-presubmits.yaml b/ci-operator/jobs/openshift-priv/image-registry/openshift-priv-image-registry-release-4.1-presubmits.yaml index deb1293e7d03..4ee208320534 100644 --- a/ci-operator/jobs/openshift-priv/image-registry/openshift-priv-image-registry-release-4.1-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/image-registry/openshift-priv-image-registry-release-4.1-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -52,6 +50,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -77,6 +78,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -97,14 +101,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-image-registry-cluster-profile - --target=e2e-aws-image-registry - --template=/usr/local/e2e-aws-image-registry @@ -141,6 +143,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -169,6 +174,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-image-registry,?($|\s.*) - agent: kubernetes always_run: true @@ -189,14 +197,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -222,6 +228,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -247,6 +256,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -267,11 +279,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -291,6 +303,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -305,6 +320,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -325,11 +343,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -349,6 +367,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -363,6 +384,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -383,11 +407,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -407,6 +431,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -421,4 +448,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/image-registry/openshift-priv-image-registry-release-4.2-postsubmits.yaml b/ci-operator/jobs/openshift-priv/image-registry/openshift-priv-image-registry-release-4.2-postsubmits.yaml index 8d42d893ac4f..d41083575b37 100644 --- a/ci-operator/jobs/openshift-priv/image-registry/openshift-priv-image-registry-release-4.2-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/image-registry/openshift-priv-image-registry-release-4.2-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-image-registry-release-4.2-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/image-registry/openshift-priv-image-registry-release-4.2-presubmits.yaml b/ci-operator/jobs/openshift-priv/image-registry/openshift-priv-image-registry-release-4.2-presubmits.yaml index 811c09e83553..0c50b4c727c5 100644 --- a/ci-operator/jobs/openshift-priv/image-registry/openshift-priv-image-registry-release-4.2-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/image-registry/openshift-priv-image-registry-release-4.2-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -52,6 +50,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -77,6 +78,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -97,14 +101,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-image-registry-cluster-profile - --target=e2e-aws-image-registry - --template=/usr/local/e2e-aws-image-registry @@ -141,6 +143,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -169,6 +174,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-image-registry,?($|\s.*) - agent: kubernetes always_run: true @@ -189,14 +197,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -222,6 +228,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -247,6 +256,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -267,11 +279,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -291,6 +303,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -305,6 +320,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -325,11 +343,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -349,6 +367,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -363,6 +384,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -383,11 +407,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -407,6 +431,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -421,4 +448,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/image-registry/openshift-priv-image-registry-release-4.3-postsubmits.yaml b/ci-operator/jobs/openshift-priv/image-registry/openshift-priv-image-registry-release-4.3-postsubmits.yaml index a926656605e2..e5d7eed941c9 100644 --- a/ci-operator/jobs/openshift-priv/image-registry/openshift-priv-image-registry-release-4.3-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/image-registry/openshift-priv-image-registry-release-4.3-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-image-registry-release-4.3-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/image-registry/openshift-priv-image-registry-release-4.3-presubmits.yaml b/ci-operator/jobs/openshift-priv/image-registry/openshift-priv-image-registry-release-4.3-presubmits.yaml index 7cf72a3d2b3c..ba60c38385bd 100644 --- a/ci-operator/jobs/openshift-priv/image-registry/openshift-priv-image-registry-release-4.3-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/image-registry/openshift-priv-image-registry-release-4.3-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -52,6 +50,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -77,6 +78,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -97,14 +101,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-image-registry-cluster-profile - --target=e2e-aws-image-registry - --template=/usr/local/e2e-aws-image-registry @@ -141,6 +143,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -169,6 +174,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-image-registry,?($|\s.*) - agent: kubernetes always_run: true @@ -189,14 +197,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -222,6 +228,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -247,6 +256,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -267,11 +279,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -291,6 +303,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -305,6 +320,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -325,11 +343,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -349,6 +367,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -363,6 +384,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -383,11 +407,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -407,6 +431,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -421,4 +448,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/image-registry/openshift-priv-image-registry-release-4.4-postsubmits.yaml b/ci-operator/jobs/openshift-priv/image-registry/openshift-priv-image-registry-release-4.4-postsubmits.yaml index 92e2a4a9537b..2a09c39fb66b 100644 --- a/ci-operator/jobs/openshift-priv/image-registry/openshift-priv-image-registry-release-4.4-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/image-registry/openshift-priv-image-registry-release-4.4-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-image-registry-release-4.4-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/image-registry/openshift-priv-image-registry-release-4.4-presubmits.yaml b/ci-operator/jobs/openshift-priv/image-registry/openshift-priv-image-registry-release-4.4-presubmits.yaml index 87620f23925d..e3d0f7f13b16 100644 --- a/ci-operator/jobs/openshift-priv/image-registry/openshift-priv-image-registry-release-4.4-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/image-registry/openshift-priv-image-registry-release-4.4-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -52,6 +50,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -77,6 +78,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -97,14 +101,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-image-registry-cluster-profile - --target=e2e-aws-image-registry - --template=/usr/local/e2e-aws-image-registry @@ -141,6 +143,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -169,6 +174,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-image-registry,?($|\s.*) - agent: kubernetes always_run: true @@ -189,14 +197,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -222,6 +228,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -247,6 +256,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -267,11 +279,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -291,6 +303,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -305,6 +320,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -325,11 +343,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -349,6 +367,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -363,6 +384,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -383,11 +407,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -407,6 +431,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -421,4 +448,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/image-registry/openshift-priv-image-registry-release-4.5-postsubmits.yaml b/ci-operator/jobs/openshift-priv/image-registry/openshift-priv-image-registry-release-4.5-postsubmits.yaml index fcb08ad079ce..c0f107682e17 100644 --- a/ci-operator/jobs/openshift-priv/image-registry/openshift-priv-image-registry-release-4.5-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/image-registry/openshift-priv-image-registry-release-4.5-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-image-registry-release-4.5-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/image-registry/openshift-priv-image-registry-release-4.5-presubmits.yaml b/ci-operator/jobs/openshift-priv/image-registry/openshift-priv-image-registry-release-4.5-presubmits.yaml index 16d912d2edbc..5c0bd09cca20 100644 --- a/ci-operator/jobs/openshift-priv/image-registry/openshift-priv-image-registry-release-4.5-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/image-registry/openshift-priv-image-registry-release-4.5-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -52,6 +50,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -77,6 +78,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -97,14 +101,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-image-registry-cluster-profile - --target=e2e-aws-image-registry - --template=/usr/local/e2e-aws-image-registry @@ -141,6 +143,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -169,6 +174,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-image-registry,?($|\s.*) - agent: kubernetes always_run: true @@ -189,14 +197,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -222,6 +228,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -247,6 +256,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -267,11 +279,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -291,6 +303,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -305,6 +320,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -325,11 +343,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -349,6 +367,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -363,6 +384,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -383,11 +407,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -407,6 +431,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -421,4 +448,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/image-registry/openshift-priv-image-registry-release-4.6-postsubmits.yaml b/ci-operator/jobs/openshift-priv/image-registry/openshift-priv-image-registry-release-4.6-postsubmits.yaml index 5755f7b12f14..56d9a88f6b3a 100644 --- a/ci-operator/jobs/openshift-priv/image-registry/openshift-priv-image-registry-release-4.6-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/image-registry/openshift-priv-image-registry-release-4.6-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-image-registry-release-4.6-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/image-registry/openshift-priv-image-registry-release-4.6-presubmits.yaml b/ci-operator/jobs/openshift-priv/image-registry/openshift-priv-image-registry-release-4.6-presubmits.yaml index a919a85a61f5..9233dbd4588b 100644 --- a/ci-operator/jobs/openshift-priv/image-registry/openshift-priv-image-registry-release-4.6-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/image-registry/openshift-priv-image-registry-release-4.6-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -52,6 +50,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -77,6 +78,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -97,14 +101,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-image-registry-cluster-profile - --target=e2e-aws-image-registry - --template=/usr/local/e2e-aws-image-registry @@ -141,6 +143,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -169,6 +174,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-image-registry,?($|\s.*) - agent: kubernetes always_run: true @@ -189,14 +197,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -222,6 +228,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -247,6 +256,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -267,11 +279,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -291,6 +303,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -305,6 +320,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -325,11 +343,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -349,6 +367,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -363,6 +384,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -383,11 +407,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -407,6 +431,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -421,4 +448,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/image-registry/openshift-priv-image-registry-release-4.7-postsubmits.yaml b/ci-operator/jobs/openshift-priv/image-registry/openshift-priv-image-registry-release-4.7-postsubmits.yaml index 035fa104dd4d..7d2a3d24db03 100644 --- a/ci-operator/jobs/openshift-priv/image-registry/openshift-priv-image-registry-release-4.7-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/image-registry/openshift-priv-image-registry-release-4.7-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-image-registry-release-4.7-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/image-registry/openshift-priv-image-registry-release-4.7-presubmits.yaml b/ci-operator/jobs/openshift-priv/image-registry/openshift-priv-image-registry-release-4.7-presubmits.yaml index 1ff13f24ee59..b05b3cc850be 100644 --- a/ci-operator/jobs/openshift-priv/image-registry/openshift-priv-image-registry-release-4.7-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/image-registry/openshift-priv-image-registry-release-4.7-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -52,6 +50,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -77,6 +78,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -97,14 +101,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-image-registry-cluster-profile - --target=e2e-aws-image-registry - --template=/usr/local/e2e-aws-image-registry @@ -141,6 +143,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -169,6 +174,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-image-registry,?($|\s.*) - agent: kubernetes always_run: true @@ -189,14 +197,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -222,6 +228,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -247,6 +256,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -267,11 +279,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -291,6 +303,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -305,6 +320,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -325,11 +343,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -349,6 +367,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -363,6 +384,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -383,11 +407,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -407,6 +431,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -421,4 +448,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/images/openshift-priv-images-master-postsubmits.yaml b/ci-operator/jobs/openshift-priv/images/openshift-priv-images-master-postsubmits.yaml index 30a4058bb235..cf23fda013aa 100644 --- a/ci-operator/jobs/openshift-priv/images/openshift-priv-images-master-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/images/openshift-priv-images-master-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-images-master-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=base command: @@ -42,6 +43,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -56,3 +60,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/images/openshift-priv-images-master-presubmits.yaml b/ci-operator/jobs/openshift-priv/images/openshift-priv-images-master-presubmits.yaml index ab673daf0e96..7d5f6744208e 100644 --- a/ci-operator/jobs/openshift-priv/images/openshift-priv-images-master-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/images/openshift-priv-images-master-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -52,6 +50,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -77,6 +78,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -97,14 +101,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -130,6 +132,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -155,6 +160,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -175,11 +183,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=base command: @@ -200,6 +208,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -214,4 +225,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/images/openshift-priv-images-release-4.1-postsubmits.yaml b/ci-operator/jobs/openshift-priv/images/openshift-priv-images-release-4.1-postsubmits.yaml index 9337c90b5008..b30c0664819b 100644 --- a/ci-operator/jobs/openshift-priv/images/openshift-priv-images-release-4.1-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/images/openshift-priv-images-release-4.1-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-images-release-4.1-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=base command: @@ -42,6 +43,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -56,3 +60,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/images/openshift-priv-images-release-4.1-presubmits.yaml b/ci-operator/jobs/openshift-priv/images/openshift-priv-images-release-4.1-presubmits.yaml index d4b0c3c49a8b..563b85d2ad37 100644 --- a/ci-operator/jobs/openshift-priv/images/openshift-priv-images-release-4.1-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/images/openshift-priv-images-release-4.1-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -52,6 +50,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -77,6 +78,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -97,14 +101,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -130,6 +132,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -155,6 +160,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -175,11 +183,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=base command: @@ -200,6 +208,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -214,4 +225,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/images/openshift-priv-images-release-4.2-postsubmits.yaml b/ci-operator/jobs/openshift-priv/images/openshift-priv-images-release-4.2-postsubmits.yaml index 025ec77bbcde..1b33e14f3485 100644 --- a/ci-operator/jobs/openshift-priv/images/openshift-priv-images-release-4.2-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/images/openshift-priv-images-release-4.2-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-images-release-4.2-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=base command: @@ -42,6 +43,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -56,3 +60,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/images/openshift-priv-images-release-4.2-presubmits.yaml b/ci-operator/jobs/openshift-priv/images/openshift-priv-images-release-4.2-presubmits.yaml index ae4454837547..ea055ada542f 100644 --- a/ci-operator/jobs/openshift-priv/images/openshift-priv-images-release-4.2-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/images/openshift-priv-images-release-4.2-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -52,6 +50,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -77,6 +78,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -97,14 +101,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -130,6 +132,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -155,6 +160,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -175,11 +183,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=base command: @@ -200,6 +208,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -214,4 +225,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/images/openshift-priv-images-release-4.3-postsubmits.yaml b/ci-operator/jobs/openshift-priv/images/openshift-priv-images-release-4.3-postsubmits.yaml index 5b48de8a9de2..df6b9cf99ea9 100644 --- a/ci-operator/jobs/openshift-priv/images/openshift-priv-images-release-4.3-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/images/openshift-priv-images-release-4.3-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-images-release-4.3-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=base command: @@ -42,6 +43,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -56,3 +60,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/images/openshift-priv-images-release-4.3-presubmits.yaml b/ci-operator/jobs/openshift-priv/images/openshift-priv-images-release-4.3-presubmits.yaml index 5d944b2e7f74..6bc1bd21e77e 100644 --- a/ci-operator/jobs/openshift-priv/images/openshift-priv-images-release-4.3-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/images/openshift-priv-images-release-4.3-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -52,6 +50,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -77,6 +78,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -97,14 +101,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -130,6 +132,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -155,6 +160,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -175,11 +183,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=base command: @@ -200,6 +208,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -214,4 +225,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/images/openshift-priv-images-release-4.4-postsubmits.yaml b/ci-operator/jobs/openshift-priv/images/openshift-priv-images-release-4.4-postsubmits.yaml index 6754cc60ea4a..053efcf90b5c 100644 --- a/ci-operator/jobs/openshift-priv/images/openshift-priv-images-release-4.4-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/images/openshift-priv-images-release-4.4-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-images-release-4.4-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=base command: @@ -42,6 +43,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -56,3 +60,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/images/openshift-priv-images-release-4.4-presubmits.yaml b/ci-operator/jobs/openshift-priv/images/openshift-priv-images-release-4.4-presubmits.yaml index e01db283be7a..3e75ddc485b5 100644 --- a/ci-operator/jobs/openshift-priv/images/openshift-priv-images-release-4.4-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/images/openshift-priv-images-release-4.4-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -52,6 +50,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -77,6 +78,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -97,14 +101,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -130,6 +132,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -155,6 +160,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -175,11 +183,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=base command: @@ -200,6 +208,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -214,4 +225,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/images/openshift-priv-images-release-4.5-postsubmits.yaml b/ci-operator/jobs/openshift-priv/images/openshift-priv-images-release-4.5-postsubmits.yaml index ed88260c27a8..5b06aed5762c 100644 --- a/ci-operator/jobs/openshift-priv/images/openshift-priv-images-release-4.5-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/images/openshift-priv-images-release-4.5-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-images-release-4.5-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=base command: @@ -42,6 +43,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -56,3 +60,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/images/openshift-priv-images-release-4.5-presubmits.yaml b/ci-operator/jobs/openshift-priv/images/openshift-priv-images-release-4.5-presubmits.yaml index 241a6f08215b..0876f8ca7d5b 100644 --- a/ci-operator/jobs/openshift-priv/images/openshift-priv-images-release-4.5-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/images/openshift-priv-images-release-4.5-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -52,6 +50,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -77,6 +78,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -97,14 +101,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -130,6 +132,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -155,6 +160,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -175,11 +183,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=base command: @@ -200,6 +208,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -214,4 +225,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/images/openshift-priv-images-release-4.6-postsubmits.yaml b/ci-operator/jobs/openshift-priv/images/openshift-priv-images-release-4.6-postsubmits.yaml index d00bd4966424..811286441efd 100644 --- a/ci-operator/jobs/openshift-priv/images/openshift-priv-images-release-4.6-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/images/openshift-priv-images-release-4.6-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-images-release-4.6-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=base command: @@ -42,6 +43,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -56,3 +60,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/images/openshift-priv-images-release-4.6-presubmits.yaml b/ci-operator/jobs/openshift-priv/images/openshift-priv-images-release-4.6-presubmits.yaml index 6396231e6f75..1b75982b1c9b 100644 --- a/ci-operator/jobs/openshift-priv/images/openshift-priv-images-release-4.6-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/images/openshift-priv-images-release-4.6-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -52,6 +50,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -77,6 +78,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -97,14 +101,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -130,6 +132,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -155,6 +160,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -175,11 +183,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=base command: @@ -200,6 +208,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -214,4 +225,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/images/openshift-priv-images-release-4.7-postsubmits.yaml b/ci-operator/jobs/openshift-priv/images/openshift-priv-images-release-4.7-postsubmits.yaml index 90133eba4701..cb36e4a66955 100644 --- a/ci-operator/jobs/openshift-priv/images/openshift-priv-images-release-4.7-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/images/openshift-priv-images-release-4.7-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-images-release-4.7-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=base command: @@ -42,6 +43,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -56,3 +60,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/images/openshift-priv-images-release-4.7-presubmits.yaml b/ci-operator/jobs/openshift-priv/images/openshift-priv-images-release-4.7-presubmits.yaml index c32ca7f9ae12..eb00f722ac94 100644 --- a/ci-operator/jobs/openshift-priv/images/openshift-priv-images-release-4.7-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/images/openshift-priv-images-release-4.7-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -52,6 +50,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -77,6 +78,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -97,14 +101,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -130,6 +132,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -155,6 +160,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -175,11 +183,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=base command: @@ -200,6 +208,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -214,4 +225,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/insights-operator/openshift-priv-insights-operator-master-postsubmits.yaml b/ci-operator/jobs/openshift-priv/insights-operator/openshift-priv-insights-operator-master-postsubmits.yaml index 820c6438505b..0c33d84c1f5c 100644 --- a/ci-operator/jobs/openshift-priv/insights-operator/openshift-priv-insights-operator-master-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/insights-operator/openshift-priv-insights-operator-master-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-insights-operator-master-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/insights-operator/openshift-priv-insights-operator-master-presubmits.yaml b/ci-operator/jobs/openshift-priv/insights-operator/openshift-priv-insights-operator-master-presubmits.yaml index 7cd3200ea20f..b0d3004efc4f 100644 --- a/ci-operator/jobs/openshift-priv/insights-operator/openshift-priv-insights-operator-master-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/insights-operator/openshift-priv-insights-operator-master-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -52,6 +50,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -77,6 +78,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -97,14 +101,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -130,6 +132,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -155,6 +160,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -175,11 +183,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -199,6 +207,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -213,6 +224,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -233,14 +247,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/insights-operator-e2e-tests-cluster-profile - --target=insights-operator-e2e-tests - --template=/usr/local/insights-operator-e2e-tests @@ -277,6 +289,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -305,6 +320,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )insights-operator-e2e-tests,?($|\s.*) - agent: kubernetes always_run: true @@ -325,11 +343,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -349,6 +367,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -363,4 +384,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/insights-operator/openshift-priv-insights-operator-release-4.2-postsubmits.yaml b/ci-operator/jobs/openshift-priv/insights-operator/openshift-priv-insights-operator-release-4.2-postsubmits.yaml index df82d28e2253..b9ca36f3d979 100644 --- a/ci-operator/jobs/openshift-priv/insights-operator/openshift-priv-insights-operator-release-4.2-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/insights-operator/openshift-priv-insights-operator-release-4.2-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-insights-operator-release-4.2-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/insights-operator/openshift-priv-insights-operator-release-4.2-presubmits.yaml b/ci-operator/jobs/openshift-priv/insights-operator/openshift-priv-insights-operator-release-4.2-presubmits.yaml index dcae525ba8e4..06f6a363af52 100644 --- a/ci-operator/jobs/openshift-priv/insights-operator/openshift-priv-insights-operator-release-4.2-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/insights-operator/openshift-priv-insights-operator-release-4.2-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -52,6 +50,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -77,6 +78,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -97,14 +101,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -130,6 +132,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -155,6 +160,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -175,11 +183,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -199,6 +207,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -213,6 +224,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -233,14 +247,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/insights-operator-e2e-tests-cluster-profile - --target=insights-operator-e2e-tests - --template=/usr/local/insights-operator-e2e-tests @@ -277,6 +289,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -305,6 +320,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )insights-operator-e2e-tests,?($|\s.*) - agent: kubernetes always_run: true @@ -325,11 +343,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -349,6 +367,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -363,4 +384,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/insights-operator/openshift-priv-insights-operator-release-4.3-postsubmits.yaml b/ci-operator/jobs/openshift-priv/insights-operator/openshift-priv-insights-operator-release-4.3-postsubmits.yaml index 567d37957551..a56a727e34de 100644 --- a/ci-operator/jobs/openshift-priv/insights-operator/openshift-priv-insights-operator-release-4.3-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/insights-operator/openshift-priv-insights-operator-release-4.3-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-insights-operator-release-4.3-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/insights-operator/openshift-priv-insights-operator-release-4.3-presubmits.yaml b/ci-operator/jobs/openshift-priv/insights-operator/openshift-priv-insights-operator-release-4.3-presubmits.yaml index 73b2945cff72..efb7988bacfd 100644 --- a/ci-operator/jobs/openshift-priv/insights-operator/openshift-priv-insights-operator-release-4.3-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/insights-operator/openshift-priv-insights-operator-release-4.3-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -52,6 +50,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -77,6 +78,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -97,14 +101,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -130,6 +132,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -155,6 +160,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -175,11 +183,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -199,6 +207,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -213,6 +224,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -233,14 +247,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/insights-operator-e2e-tests-cluster-profile - --target=insights-operator-e2e-tests - --template=/usr/local/insights-operator-e2e-tests @@ -277,6 +289,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -305,6 +320,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )insights-operator-e2e-tests,?($|\s.*) - agent: kubernetes always_run: true @@ -325,11 +343,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -349,6 +367,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -363,4 +384,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/insights-operator/openshift-priv-insights-operator-release-4.4-postsubmits.yaml b/ci-operator/jobs/openshift-priv/insights-operator/openshift-priv-insights-operator-release-4.4-postsubmits.yaml index 274057e9ff78..a18ae279bba2 100644 --- a/ci-operator/jobs/openshift-priv/insights-operator/openshift-priv-insights-operator-release-4.4-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/insights-operator/openshift-priv-insights-operator-release-4.4-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-insights-operator-release-4.4-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/insights-operator/openshift-priv-insights-operator-release-4.4-presubmits.yaml b/ci-operator/jobs/openshift-priv/insights-operator/openshift-priv-insights-operator-release-4.4-presubmits.yaml index ba6edc5acd9f..64992bc10835 100644 --- a/ci-operator/jobs/openshift-priv/insights-operator/openshift-priv-insights-operator-release-4.4-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/insights-operator/openshift-priv-insights-operator-release-4.4-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -52,6 +50,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -77,6 +78,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -97,14 +101,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -130,6 +132,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -155,6 +160,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -175,11 +183,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -199,6 +207,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -213,6 +224,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -233,14 +247,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/insights-operator-e2e-tests-cluster-profile - --target=insights-operator-e2e-tests - --template=/usr/local/insights-operator-e2e-tests @@ -277,6 +289,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -305,6 +320,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )insights-operator-e2e-tests,?($|\s.*) - agent: kubernetes always_run: true @@ -325,11 +343,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -349,6 +367,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -363,4 +384,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/insights-operator/openshift-priv-insights-operator-release-4.5-postsubmits.yaml b/ci-operator/jobs/openshift-priv/insights-operator/openshift-priv-insights-operator-release-4.5-postsubmits.yaml index 6df53e4dfe95..54ab4617b54f 100644 --- a/ci-operator/jobs/openshift-priv/insights-operator/openshift-priv-insights-operator-release-4.5-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/insights-operator/openshift-priv-insights-operator-release-4.5-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-insights-operator-release-4.5-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/insights-operator/openshift-priv-insights-operator-release-4.5-presubmits.yaml b/ci-operator/jobs/openshift-priv/insights-operator/openshift-priv-insights-operator-release-4.5-presubmits.yaml index f48d4f878bb9..a5d0619fed35 100644 --- a/ci-operator/jobs/openshift-priv/insights-operator/openshift-priv-insights-operator-release-4.5-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/insights-operator/openshift-priv-insights-operator-release-4.5-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -52,6 +50,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -77,6 +78,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -97,14 +101,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -130,6 +132,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -155,6 +160,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -175,11 +183,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -199,6 +207,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -213,6 +224,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -233,14 +247,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/insights-operator-e2e-tests-cluster-profile - --target=insights-operator-e2e-tests - --template=/usr/local/insights-operator-e2e-tests @@ -277,6 +289,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -305,6 +320,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )insights-operator-e2e-tests,?($|\s.*) - agent: kubernetes always_run: true @@ -325,11 +343,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -349,6 +367,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -363,4 +384,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/insights-operator/openshift-priv-insights-operator-release-4.6-postsubmits.yaml b/ci-operator/jobs/openshift-priv/insights-operator/openshift-priv-insights-operator-release-4.6-postsubmits.yaml index 752c3bf651b8..f03536e98e92 100644 --- a/ci-operator/jobs/openshift-priv/insights-operator/openshift-priv-insights-operator-release-4.6-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/insights-operator/openshift-priv-insights-operator-release-4.6-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-insights-operator-release-4.6-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/insights-operator/openshift-priv-insights-operator-release-4.6-presubmits.yaml b/ci-operator/jobs/openshift-priv/insights-operator/openshift-priv-insights-operator-release-4.6-presubmits.yaml index 4bdadbe14b32..65703abfd515 100644 --- a/ci-operator/jobs/openshift-priv/insights-operator/openshift-priv-insights-operator-release-4.6-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/insights-operator/openshift-priv-insights-operator-release-4.6-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -52,6 +50,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -77,6 +78,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -97,14 +101,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -130,6 +132,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -155,6 +160,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -175,11 +183,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -199,6 +207,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -213,6 +224,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -233,14 +247,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/insights-operator-e2e-tests-cluster-profile - --target=insights-operator-e2e-tests - --template=/usr/local/insights-operator-e2e-tests @@ -277,6 +289,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -305,6 +320,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )insights-operator-e2e-tests,?($|\s.*) - agent: kubernetes always_run: true @@ -325,11 +343,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -349,6 +367,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -363,4 +384,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/insights-operator/openshift-priv-insights-operator-release-4.7-postsubmits.yaml b/ci-operator/jobs/openshift-priv/insights-operator/openshift-priv-insights-operator-release-4.7-postsubmits.yaml index 78927de53a07..308a937301f6 100644 --- a/ci-operator/jobs/openshift-priv/insights-operator/openshift-priv-insights-operator-release-4.7-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/insights-operator/openshift-priv-insights-operator-release-4.7-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-insights-operator-release-4.7-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/insights-operator/openshift-priv-insights-operator-release-4.7-presubmits.yaml b/ci-operator/jobs/openshift-priv/insights-operator/openshift-priv-insights-operator-release-4.7-presubmits.yaml index 5e875dd26a68..98f1b4d2ee06 100644 --- a/ci-operator/jobs/openshift-priv/insights-operator/openshift-priv-insights-operator-release-4.7-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/insights-operator/openshift-priv-insights-operator-release-4.7-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -52,6 +50,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -77,6 +78,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -97,14 +101,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -130,6 +132,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -155,6 +160,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -175,11 +183,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -199,6 +207,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -213,6 +224,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -233,14 +247,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/insights-operator-e2e-tests-cluster-profile - --target=insights-operator-e2e-tests - --template=/usr/local/insights-operator-e2e-tests @@ -277,6 +289,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -305,6 +320,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )insights-operator-e2e-tests,?($|\s.*) - agent: kubernetes always_run: true @@ -325,11 +343,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -349,6 +367,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -363,4 +384,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/installer/openshift-priv-installer-master-postsubmits.yaml b/ci-operator/jobs/openshift-priv/installer/openshift-priv-installer-master-postsubmits.yaml index 926c089676ce..366563e7c224 100644 --- a/ci-operator/jobs/openshift-priv/installer/openshift-priv-installer-master-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/installer/openshift-priv-installer-master-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-installer-master-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/installer/openshift-priv-installer-master-presubmits.yaml b/ci-operator/jobs/openshift-priv/installer/openshift-priv-installer-master-presubmits.yaml index 3c24496d5e42..d9604a685169 100644 --- a/ci-operator/jobs/openshift-priv/installer/openshift-priv-installer-master-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/installer/openshift-priv-installer-master-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -52,6 +50,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -77,6 +78,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -97,14 +101,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-disruptive-cluster-profile - --target=e2e-aws-disruptive - --template=/usr/local/e2e-aws-disruptive @@ -142,6 +144,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -170,6 +175,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-disruptive,?($|\s.*) - agent: kubernetes always_run: true @@ -190,14 +198,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-scaleup-rhel7-cluster-profile - --target=e2e-aws-scaleup-rhel7 - --template=/usr/local/e2e-aws-scaleup-rhel7 @@ -238,6 +244,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -268,6 +277,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-scaleup-rhel7,?($|\s.*) - agent: kubernetes always_run: true @@ -288,14 +300,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -321,6 +331,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -346,6 +359,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -366,14 +382,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upi-cluster-profile - --target=e2e-aws-upi - --template=/usr/local/e2e-aws-upi @@ -410,6 +424,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -438,6 +455,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upi,?($|\s.*) - agent: kubernetes always_run: true @@ -458,14 +478,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-azure-cluster-profile - --target=e2e-azure - --template=/usr/local/e2e-azure @@ -502,6 +520,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -530,6 +551,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-azure,?($|\s.*) - agent: kubernetes always_run: true @@ -550,14 +574,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-azure-upi-cluster-profile - --target=e2e-azure-upi - --template=/usr/local/e2e-azure-upi @@ -594,6 +616,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -622,6 +647,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-azure-upi,?($|\s.*) - agent: kubernetes always_run: true @@ -642,14 +670,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-gcp-cluster-profile - --target=e2e-gcp - --template=/usr/local/e2e-gcp @@ -686,6 +712,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -716,6 +745,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-gcp,?($|\s.*) - agent: kubernetes always_run: true @@ -736,14 +768,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-gcp-upgrade-cluster-profile - --target=e2e-gcp-upgrade command: @@ -769,6 +799,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -796,6 +829,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-gcp-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -816,14 +852,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-gcp-upi-cluster-profile - --target=e2e-gcp-upi - --template=/usr/local/e2e-gcp-upi @@ -860,6 +894,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -890,6 +927,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-gcp-upi,?($|\s.*) - agent: kubernetes always_run: true @@ -910,14 +950,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-metal-ipi-cluster-profile - --target=e2e-metal-ipi command: @@ -943,6 +981,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -970,6 +1011,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-metal-ipi,?($|\s.*) - agent: kubernetes always_run: true @@ -990,14 +1034,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-vsphere-cluster-profile - --target=e2e-vsphere command: @@ -1023,6 +1065,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -1048,6 +1093,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-vsphere,?($|\s.*) - agent: kubernetes always_run: true @@ -1068,14 +1116,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-vsphere-upi-cluster-profile - --target=e2e-vsphere-upi - --template=/usr/local/e2e-vsphere-upi @@ -1112,6 +1158,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -1140,6 +1189,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-vsphere-upi,?($|\s.*) - agent: kubernetes always_run: true @@ -1160,11 +1212,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=gofmt command: - ci-operator @@ -1184,6 +1236,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -1198,6 +1253,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )gofmt,?($|\s.*) - agent: kubernetes always_run: true @@ -1218,11 +1276,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=golint command: - ci-operator @@ -1242,6 +1300,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -1256,6 +1317,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )golint,?($|\s.*) - agent: kubernetes always_run: true @@ -1276,11 +1340,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=govet command: - ci-operator @@ -1300,6 +1364,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -1314,6 +1381,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )govet,?($|\s.*) - agent: kubernetes always_run: true @@ -1334,11 +1404,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -1358,6 +1428,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -1372,6 +1445,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -1392,11 +1468,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -1416,6 +1492,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -1430,6 +1509,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -1450,11 +1532,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify-vendor command: - ci-operator @@ -1474,6 +1556,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -1488,4 +1573,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify-vendor,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/installer/openshift-priv-installer-release-4.1-postsubmits.yaml b/ci-operator/jobs/openshift-priv/installer/openshift-priv-installer-release-4.1-postsubmits.yaml index ab3e9d333ad1..224a86ff5953 100644 --- a/ci-operator/jobs/openshift-priv/installer/openshift-priv-installer-release-4.1-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/installer/openshift-priv-installer-release-4.1-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-installer-release-4.1-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/installer/openshift-priv-installer-release-4.1-presubmits.yaml b/ci-operator/jobs/openshift-priv/installer/openshift-priv-installer-release-4.1-presubmits.yaml index a83ca18d999b..1b1aed877756 100644 --- a/ci-operator/jobs/openshift-priv/installer/openshift-priv-installer-release-4.1-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/installer/openshift-priv-installer-release-4.1-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -52,6 +50,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -77,6 +78,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -97,14 +101,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-scaleup-rhel7-cluster-profile - --target=e2e-aws-scaleup-rhel7 - --template=/usr/local/e2e-aws-scaleup-rhel7 @@ -145,6 +147,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -175,6 +180,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-scaleup-rhel7,?($|\s.*) - agent: kubernetes always_run: true @@ -195,14 +203,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -228,6 +234,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -253,6 +262,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -273,14 +285,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upi-cluster-profile - --target=e2e-aws-upi - --template=/usr/local/e2e-aws-upi @@ -317,6 +327,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -345,6 +358,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upi,?($|\s.*) - agent: kubernetes always_run: true @@ -365,14 +381,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-vsphere-cluster-profile - --target=e2e-vsphere - --template=/usr/local/e2e-vsphere @@ -409,6 +423,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -437,6 +454,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-vsphere,?($|\s.*) - agent: kubernetes always_run: true @@ -457,11 +477,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=gofmt command: - ci-operator @@ -481,6 +501,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -495,6 +518,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )gofmt,?($|\s.*) - agent: kubernetes always_run: true @@ -515,11 +541,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=golint command: - ci-operator @@ -539,6 +565,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -553,6 +582,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )golint,?($|\s.*) - agent: kubernetes always_run: true @@ -573,11 +605,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=govet command: - ci-operator @@ -597,6 +629,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -611,6 +646,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )govet,?($|\s.*) - agent: kubernetes always_run: true @@ -631,11 +669,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -655,6 +693,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -669,6 +710,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -689,11 +733,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -713,6 +757,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -727,6 +774,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -747,11 +797,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify-vendor command: - ci-operator @@ -771,6 +821,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -785,4 +838,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify-vendor,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/installer/openshift-priv-installer-release-4.2-postsubmits.yaml b/ci-operator/jobs/openshift-priv/installer/openshift-priv-installer-release-4.2-postsubmits.yaml index a23aef5706a2..1daa184c6354 100644 --- a/ci-operator/jobs/openshift-priv/installer/openshift-priv-installer-release-4.2-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/installer/openshift-priv-installer-release-4.2-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-installer-release-4.2-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/installer/openshift-priv-installer-release-4.2-presubmits.yaml b/ci-operator/jobs/openshift-priv/installer/openshift-priv-installer-release-4.2-presubmits.yaml index c428417e06fe..1dcf524d8870 100644 --- a/ci-operator/jobs/openshift-priv/installer/openshift-priv-installer-release-4.2-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/installer/openshift-priv-installer-release-4.2-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -52,6 +50,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -77,6 +78,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -97,14 +101,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-disruptive-cluster-profile - --target=e2e-aws-disruptive - --template=/usr/local/e2e-aws-disruptive @@ -142,6 +144,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -170,6 +175,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-disruptive,?($|\s.*) - agent: kubernetes always_run: true @@ -190,14 +198,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-scaleup-rhel7-cluster-profile - --target=e2e-aws-scaleup-rhel7 - --template=/usr/local/e2e-aws-scaleup-rhel7 @@ -238,6 +244,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -268,6 +277,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-scaleup-rhel7,?($|\s.*) - agent: kubernetes always_run: true @@ -288,14 +300,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -321,6 +331,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -346,6 +359,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -366,14 +382,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upi-cluster-profile - --target=e2e-aws-upi - --template=/usr/local/e2e-aws-upi @@ -410,6 +424,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -438,6 +455,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upi,?($|\s.*) - agent: kubernetes always_run: true @@ -458,14 +478,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-azure-cluster-profile - --target=e2e-azure - --template=/usr/local/e2e-azure @@ -502,6 +520,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -530,6 +551,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-azure,?($|\s.*) - agent: kubernetes always_run: true @@ -550,14 +574,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-gcp-cluster-profile - --target=e2e-gcp - --template=/usr/local/e2e-gcp @@ -594,6 +616,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -624,6 +649,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-gcp,?($|\s.*) - agent: kubernetes always_run: true @@ -644,14 +672,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-vsphere-cluster-profile - --target=e2e-vsphere - --template=/usr/local/e2e-vsphere @@ -688,6 +714,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -716,6 +745,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-vsphere,?($|\s.*) - agent: kubernetes always_run: true @@ -736,11 +768,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=gofmt command: - ci-operator @@ -760,6 +792,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -774,6 +809,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )gofmt,?($|\s.*) - agent: kubernetes always_run: true @@ -794,11 +832,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=golint command: - ci-operator @@ -818,6 +856,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -832,6 +873,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )golint,?($|\s.*) - agent: kubernetes always_run: true @@ -852,11 +896,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=govet command: - ci-operator @@ -876,6 +920,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -890,6 +937,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )govet,?($|\s.*) - agent: kubernetes always_run: true @@ -910,11 +960,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -934,6 +984,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -948,6 +1001,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -968,11 +1024,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -992,6 +1048,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -1006,6 +1065,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -1026,11 +1088,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify-vendor command: - ci-operator @@ -1050,6 +1112,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -1064,4 +1129,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify-vendor,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/installer/openshift-priv-installer-release-4.3-postsubmits.yaml b/ci-operator/jobs/openshift-priv/installer/openshift-priv-installer-release-4.3-postsubmits.yaml index b149baebe70b..e9e3e240a399 100644 --- a/ci-operator/jobs/openshift-priv/installer/openshift-priv-installer-release-4.3-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/installer/openshift-priv-installer-release-4.3-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-installer-release-4.3-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/installer/openshift-priv-installer-release-4.3-presubmits.yaml b/ci-operator/jobs/openshift-priv/installer/openshift-priv-installer-release-4.3-presubmits.yaml index 608682d0dcb6..1721cf622133 100644 --- a/ci-operator/jobs/openshift-priv/installer/openshift-priv-installer-release-4.3-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/installer/openshift-priv-installer-release-4.3-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -52,6 +50,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -77,6 +78,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -97,14 +101,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-disruptive-cluster-profile - --target=e2e-aws-disruptive - --template=/usr/local/e2e-aws-disruptive @@ -142,6 +144,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -170,6 +175,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-disruptive,?($|\s.*) - agent: kubernetes always_run: true @@ -190,14 +198,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-scaleup-rhel7-cluster-profile - --target=e2e-aws-scaleup-rhel7 - --template=/usr/local/e2e-aws-scaleup-rhel7 @@ -238,6 +244,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -268,6 +277,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-scaleup-rhel7,?($|\s.*) - agent: kubernetes always_run: true @@ -288,14 +300,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -321,6 +331,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -346,6 +359,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -366,14 +382,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upi-cluster-profile - --target=e2e-aws-upi - --template=/usr/local/e2e-aws-upi @@ -410,6 +424,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -438,6 +455,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upi,?($|\s.*) - agent: kubernetes always_run: true @@ -458,14 +478,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-azure-cluster-profile - --target=e2e-azure - --template=/usr/local/e2e-azure @@ -502,6 +520,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -530,6 +551,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-azure,?($|\s.*) - agent: kubernetes always_run: true @@ -550,14 +574,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-gcp-cluster-profile - --target=e2e-gcp - --template=/usr/local/e2e-gcp @@ -594,6 +616,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -624,6 +649,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-gcp,?($|\s.*) - agent: kubernetes always_run: true @@ -644,14 +672,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-gcp-upgrade-cluster-profile - --target=e2e-gcp-upgrade command: @@ -677,6 +703,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -704,6 +733,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-gcp-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -724,14 +756,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-gcp-upi-cluster-profile - --target=e2e-gcp-upi - --template=/usr/local/e2e-gcp-upi @@ -768,6 +798,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -798,6 +831,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-gcp-upi,?($|\s.*) - agent: kubernetes always_run: true @@ -818,14 +854,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-vsphere-cluster-profile - --target=e2e-vsphere - --template=/usr/local/e2e-vsphere @@ -862,6 +896,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -890,6 +927,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-vsphere,?($|\s.*) - agent: kubernetes always_run: true @@ -910,11 +950,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=gofmt command: - ci-operator @@ -934,6 +974,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -948,6 +991,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )gofmt,?($|\s.*) - agent: kubernetes always_run: true @@ -968,11 +1014,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=golint command: - ci-operator @@ -992,6 +1038,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -1006,6 +1055,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )golint,?($|\s.*) - agent: kubernetes always_run: true @@ -1026,11 +1078,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=govet command: - ci-operator @@ -1050,6 +1102,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -1064,6 +1119,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )govet,?($|\s.*) - agent: kubernetes always_run: true @@ -1084,11 +1142,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -1108,6 +1166,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -1122,6 +1183,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -1142,11 +1206,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -1166,6 +1230,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -1180,6 +1247,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -1200,11 +1270,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify-vendor command: - ci-operator @@ -1224,6 +1294,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -1238,4 +1311,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify-vendor,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/installer/openshift-priv-installer-release-4.4-postsubmits.yaml b/ci-operator/jobs/openshift-priv/installer/openshift-priv-installer-release-4.4-postsubmits.yaml index 33a8c6efde4b..97c17a7c7418 100644 --- a/ci-operator/jobs/openshift-priv/installer/openshift-priv-installer-release-4.4-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/installer/openshift-priv-installer-release-4.4-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-installer-release-4.4-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/installer/openshift-priv-installer-release-4.4-presubmits.yaml b/ci-operator/jobs/openshift-priv/installer/openshift-priv-installer-release-4.4-presubmits.yaml index fd2804502b78..d829bbff2503 100644 --- a/ci-operator/jobs/openshift-priv/installer/openshift-priv-installer-release-4.4-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/installer/openshift-priv-installer-release-4.4-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -52,6 +50,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -77,6 +78,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -97,14 +101,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-disruptive-cluster-profile - --target=e2e-aws-disruptive - --template=/usr/local/e2e-aws-disruptive @@ -142,6 +144,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -170,6 +175,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-disruptive,?($|\s.*) - agent: kubernetes always_run: true @@ -190,14 +198,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-scaleup-rhel7-cluster-profile - --target=e2e-aws-scaleup-rhel7 - --template=/usr/local/e2e-aws-scaleup-rhel7 @@ -238,6 +244,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -268,6 +277,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-scaleup-rhel7,?($|\s.*) - agent: kubernetes always_run: true @@ -288,14 +300,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -321,6 +331,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -346,6 +359,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -366,14 +382,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upi-cluster-profile - --target=e2e-aws-upi - --template=/usr/local/e2e-aws-upi @@ -410,6 +424,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -438,6 +455,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upi,?($|\s.*) - agent: kubernetes always_run: true @@ -458,14 +478,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-azure-cluster-profile - --target=e2e-azure - --template=/usr/local/e2e-azure @@ -502,6 +520,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -530,6 +551,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-azure,?($|\s.*) - agent: kubernetes always_run: true @@ -550,14 +574,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-gcp-cluster-profile - --target=e2e-gcp - --template=/usr/local/e2e-gcp @@ -594,6 +616,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -624,6 +649,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-gcp,?($|\s.*) - agent: kubernetes always_run: true @@ -644,14 +672,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-gcp-upgrade-cluster-profile - --target=e2e-gcp-upgrade command: @@ -677,6 +703,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -704,6 +733,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-gcp-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -724,14 +756,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-gcp-upi-cluster-profile - --target=e2e-gcp-upi - --template=/usr/local/e2e-gcp-upi @@ -768,6 +798,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -798,6 +831,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-gcp-upi,?($|\s.*) - agent: kubernetes always_run: true @@ -818,14 +854,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-metal-ipi-cluster-profile - --target=e2e-metal-ipi command: @@ -851,6 +885,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -878,6 +915,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-metal-ipi,?($|\s.*) - agent: kubernetes always_run: true @@ -898,14 +938,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-vsphere-cluster-profile - --target=e2e-vsphere - --template=/usr/local/e2e-vsphere @@ -942,6 +980,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -970,6 +1011,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-vsphere,?($|\s.*) - agent: kubernetes always_run: true @@ -990,11 +1034,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=gofmt command: - ci-operator @@ -1014,6 +1058,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -1028,6 +1075,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )gofmt,?($|\s.*) - agent: kubernetes always_run: true @@ -1048,11 +1098,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=golint command: - ci-operator @@ -1072,6 +1122,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -1086,6 +1139,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )golint,?($|\s.*) - agent: kubernetes always_run: true @@ -1106,11 +1162,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=govet command: - ci-operator @@ -1130,6 +1186,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -1144,6 +1203,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )govet,?($|\s.*) - agent: kubernetes always_run: true @@ -1164,11 +1226,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -1188,6 +1250,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -1202,6 +1267,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -1222,11 +1290,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -1246,6 +1314,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -1260,6 +1331,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -1280,11 +1354,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify-vendor command: - ci-operator @@ -1304,6 +1378,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -1318,4 +1395,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify-vendor,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/installer/openshift-priv-installer-release-4.5-postsubmits.yaml b/ci-operator/jobs/openshift-priv/installer/openshift-priv-installer-release-4.5-postsubmits.yaml index 9494f0805696..228c7fcefebc 100644 --- a/ci-operator/jobs/openshift-priv/installer/openshift-priv-installer-release-4.5-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/installer/openshift-priv-installer-release-4.5-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-installer-release-4.5-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/installer/openshift-priv-installer-release-4.5-presubmits.yaml b/ci-operator/jobs/openshift-priv/installer/openshift-priv-installer-release-4.5-presubmits.yaml index 457af784cf5f..d1f2faf7ecc8 100644 --- a/ci-operator/jobs/openshift-priv/installer/openshift-priv-installer-release-4.5-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/installer/openshift-priv-installer-release-4.5-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -52,6 +50,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -77,6 +78,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -97,14 +101,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-disruptive-cluster-profile - --target=e2e-aws-disruptive - --template=/usr/local/e2e-aws-disruptive @@ -142,6 +144,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -170,6 +175,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-disruptive,?($|\s.*) - agent: kubernetes always_run: true @@ -190,14 +198,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-scaleup-rhel7-cluster-profile - --target=e2e-aws-scaleup-rhel7 - --template=/usr/local/e2e-aws-scaleup-rhel7 @@ -238,6 +244,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -268,6 +277,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-scaleup-rhel7,?($|\s.*) - agent: kubernetes always_run: true @@ -288,14 +300,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -321,6 +331,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -346,6 +359,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -366,14 +382,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upi-cluster-profile - --target=e2e-aws-upi - --template=/usr/local/e2e-aws-upi @@ -410,6 +424,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -438,6 +455,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upi,?($|\s.*) - agent: kubernetes always_run: true @@ -458,14 +478,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-azure-cluster-profile - --target=e2e-azure - --template=/usr/local/e2e-azure @@ -502,6 +520,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -530,6 +551,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-azure,?($|\s.*) - agent: kubernetes always_run: true @@ -550,14 +574,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-azure-upi-cluster-profile - --target=e2e-azure-upi - --template=/usr/local/e2e-azure-upi @@ -594,6 +616,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -622,6 +647,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-azure-upi,?($|\s.*) - agent: kubernetes always_run: true @@ -642,14 +670,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-gcp-cluster-profile - --target=e2e-gcp - --template=/usr/local/e2e-gcp @@ -686,6 +712,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -716,6 +745,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-gcp,?($|\s.*) - agent: kubernetes always_run: true @@ -736,14 +768,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-gcp-upgrade-cluster-profile - --target=e2e-gcp-upgrade command: @@ -769,6 +799,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -796,6 +829,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-gcp-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -816,14 +852,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-gcp-upi-cluster-profile - --target=e2e-gcp-upi - --template=/usr/local/e2e-gcp-upi @@ -860,6 +894,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -890,6 +927,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-gcp-upi,?($|\s.*) - agent: kubernetes always_run: true @@ -910,14 +950,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-metal-ipi-cluster-profile - --target=e2e-metal-ipi command: @@ -943,6 +981,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -970,6 +1011,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-metal-ipi,?($|\s.*) - agent: kubernetes always_run: true @@ -990,14 +1034,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-vsphere-cluster-profile - --target=e2e-vsphere command: @@ -1023,6 +1065,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -1048,6 +1093,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-vsphere,?($|\s.*) - agent: kubernetes always_run: true @@ -1068,14 +1116,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-vsphere-upi-cluster-profile - --target=e2e-vsphere-upi - --template=/usr/local/e2e-vsphere-upi @@ -1112,6 +1158,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -1140,6 +1189,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-vsphere-upi,?($|\s.*) - agent: kubernetes always_run: true @@ -1160,11 +1212,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=gofmt command: - ci-operator @@ -1184,6 +1236,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -1198,6 +1253,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )gofmt,?($|\s.*) - agent: kubernetes always_run: true @@ -1218,11 +1276,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=golint command: - ci-operator @@ -1242,6 +1300,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -1256,6 +1317,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )golint,?($|\s.*) - agent: kubernetes always_run: true @@ -1276,11 +1340,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=govet command: - ci-operator @@ -1300,6 +1364,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -1314,6 +1381,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )govet,?($|\s.*) - agent: kubernetes always_run: true @@ -1334,11 +1404,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -1358,6 +1428,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -1372,6 +1445,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -1392,11 +1468,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -1416,6 +1492,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -1430,6 +1509,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -1450,11 +1532,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify-vendor command: - ci-operator @@ -1474,6 +1556,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -1488,4 +1573,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify-vendor,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/installer/openshift-priv-installer-release-4.6-postsubmits.yaml b/ci-operator/jobs/openshift-priv/installer/openshift-priv-installer-release-4.6-postsubmits.yaml index e63f81b4acc6..12c392b13667 100644 --- a/ci-operator/jobs/openshift-priv/installer/openshift-priv-installer-release-4.6-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/installer/openshift-priv-installer-release-4.6-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-installer-release-4.6-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/installer/openshift-priv-installer-release-4.6-presubmits.yaml b/ci-operator/jobs/openshift-priv/installer/openshift-priv-installer-release-4.6-presubmits.yaml index f980f6d31bfd..1c42fccfbc27 100644 --- a/ci-operator/jobs/openshift-priv/installer/openshift-priv-installer-release-4.6-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/installer/openshift-priv-installer-release-4.6-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -52,6 +50,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -77,6 +78,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -97,14 +101,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-disruptive-cluster-profile - --target=e2e-aws-disruptive - --template=/usr/local/e2e-aws-disruptive @@ -142,6 +144,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -170,6 +175,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-disruptive,?($|\s.*) - agent: kubernetes always_run: true @@ -190,14 +198,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-scaleup-rhel7-cluster-profile - --target=e2e-aws-scaleup-rhel7 - --template=/usr/local/e2e-aws-scaleup-rhel7 @@ -238,6 +244,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -268,6 +277,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-scaleup-rhel7,?($|\s.*) - agent: kubernetes always_run: true @@ -288,14 +300,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -321,6 +331,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -346,6 +359,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -366,14 +382,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upi-cluster-profile - --target=e2e-aws-upi - --template=/usr/local/e2e-aws-upi @@ -410,6 +424,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -438,6 +455,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upi,?($|\s.*) - agent: kubernetes always_run: true @@ -458,14 +478,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-azure-cluster-profile - --target=e2e-azure - --template=/usr/local/e2e-azure @@ -502,6 +520,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -530,6 +551,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-azure,?($|\s.*) - agent: kubernetes always_run: true @@ -550,14 +574,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-azure-upi-cluster-profile - --target=e2e-azure-upi - --template=/usr/local/e2e-azure-upi @@ -594,6 +616,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -622,6 +647,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-azure-upi,?($|\s.*) - agent: kubernetes always_run: true @@ -642,14 +670,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-gcp-cluster-profile - --target=e2e-gcp - --template=/usr/local/e2e-gcp @@ -686,6 +712,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -716,6 +745,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-gcp,?($|\s.*) - agent: kubernetes always_run: true @@ -736,14 +768,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-gcp-upgrade-cluster-profile - --target=e2e-gcp-upgrade command: @@ -769,6 +799,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -796,6 +829,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-gcp-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -816,14 +852,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-gcp-upi-cluster-profile - --target=e2e-gcp-upi - --template=/usr/local/e2e-gcp-upi @@ -860,6 +894,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -890,6 +927,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-gcp-upi,?($|\s.*) - agent: kubernetes always_run: true @@ -910,14 +950,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-metal-ipi-cluster-profile - --target=e2e-metal-ipi command: @@ -943,6 +981,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -970,6 +1011,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-metal-ipi,?($|\s.*) - agent: kubernetes always_run: true @@ -990,14 +1034,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-vsphere-cluster-profile - --target=e2e-vsphere command: @@ -1023,6 +1065,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -1048,6 +1093,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-vsphere,?($|\s.*) - agent: kubernetes always_run: true @@ -1068,14 +1116,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-vsphere-upi-cluster-profile - --target=e2e-vsphere-upi - --template=/usr/local/e2e-vsphere-upi @@ -1112,6 +1158,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -1140,6 +1189,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-vsphere-upi,?($|\s.*) - agent: kubernetes always_run: true @@ -1160,11 +1212,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=gofmt command: - ci-operator @@ -1184,6 +1236,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -1198,6 +1253,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )gofmt,?($|\s.*) - agent: kubernetes always_run: true @@ -1218,11 +1276,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=golint command: - ci-operator @@ -1242,6 +1300,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -1256,6 +1317,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )golint,?($|\s.*) - agent: kubernetes always_run: true @@ -1276,11 +1340,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=govet command: - ci-operator @@ -1300,6 +1364,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -1314,6 +1381,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )govet,?($|\s.*) - agent: kubernetes always_run: true @@ -1334,11 +1404,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -1358,6 +1428,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -1372,6 +1445,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -1392,11 +1468,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -1416,6 +1492,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -1430,6 +1509,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -1450,11 +1532,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify-vendor command: - ci-operator @@ -1474,6 +1556,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -1488,4 +1573,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify-vendor,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/installer/openshift-priv-installer-release-4.7-postsubmits.yaml b/ci-operator/jobs/openshift-priv/installer/openshift-priv-installer-release-4.7-postsubmits.yaml index 9051a69e20bb..4888591cb969 100644 --- a/ci-operator/jobs/openshift-priv/installer/openshift-priv-installer-release-4.7-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/installer/openshift-priv-installer-release-4.7-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-installer-release-4.7-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/installer/openshift-priv-installer-release-4.7-presubmits.yaml b/ci-operator/jobs/openshift-priv/installer/openshift-priv-installer-release-4.7-presubmits.yaml index 9230e0af0c9c..1d170fb9e317 100644 --- a/ci-operator/jobs/openshift-priv/installer/openshift-priv-installer-release-4.7-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/installer/openshift-priv-installer-release-4.7-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -52,6 +50,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -77,6 +78,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -97,14 +101,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-disruptive-cluster-profile - --target=e2e-aws-disruptive - --template=/usr/local/e2e-aws-disruptive @@ -142,6 +144,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -170,6 +175,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-disruptive,?($|\s.*) - agent: kubernetes always_run: true @@ -190,14 +198,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-scaleup-rhel7-cluster-profile - --target=e2e-aws-scaleup-rhel7 - --template=/usr/local/e2e-aws-scaleup-rhel7 @@ -238,6 +244,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -268,6 +277,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-scaleup-rhel7,?($|\s.*) - agent: kubernetes always_run: true @@ -288,14 +300,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -321,6 +331,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -346,6 +359,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -366,14 +382,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upi-cluster-profile - --target=e2e-aws-upi - --template=/usr/local/e2e-aws-upi @@ -410,6 +424,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -438,6 +455,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upi,?($|\s.*) - agent: kubernetes always_run: true @@ -458,14 +478,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-azure-cluster-profile - --target=e2e-azure - --template=/usr/local/e2e-azure @@ -502,6 +520,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -530,6 +551,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-azure,?($|\s.*) - agent: kubernetes always_run: true @@ -550,14 +574,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-azure-upi-cluster-profile - --target=e2e-azure-upi - --template=/usr/local/e2e-azure-upi @@ -594,6 +616,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -622,6 +647,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-azure-upi,?($|\s.*) - agent: kubernetes always_run: true @@ -642,14 +670,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-gcp-cluster-profile - --target=e2e-gcp - --template=/usr/local/e2e-gcp @@ -686,6 +712,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -716,6 +745,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-gcp,?($|\s.*) - agent: kubernetes always_run: true @@ -736,14 +768,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-gcp-upgrade-cluster-profile - --target=e2e-gcp-upgrade command: @@ -769,6 +799,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -796,6 +829,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-gcp-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -816,14 +852,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-gcp-upi-cluster-profile - --target=e2e-gcp-upi - --template=/usr/local/e2e-gcp-upi @@ -860,6 +894,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -890,6 +927,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-gcp-upi,?($|\s.*) - agent: kubernetes always_run: true @@ -910,14 +950,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-metal-ipi-cluster-profile - --target=e2e-metal-ipi command: @@ -943,6 +981,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -970,6 +1011,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-metal-ipi,?($|\s.*) - agent: kubernetes always_run: true @@ -990,14 +1034,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-vsphere-cluster-profile - --target=e2e-vsphere command: @@ -1023,6 +1065,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -1048,6 +1093,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-vsphere,?($|\s.*) - agent: kubernetes always_run: true @@ -1068,14 +1116,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-vsphere-upi-cluster-profile - --target=e2e-vsphere-upi - --template=/usr/local/e2e-vsphere-upi @@ -1112,6 +1158,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -1140,6 +1189,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-vsphere-upi,?($|\s.*) - agent: kubernetes always_run: true @@ -1160,11 +1212,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=gofmt command: - ci-operator @@ -1184,6 +1236,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -1198,6 +1253,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )gofmt,?($|\s.*) - agent: kubernetes always_run: true @@ -1218,11 +1276,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=golint command: - ci-operator @@ -1242,6 +1300,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -1256,6 +1317,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )golint,?($|\s.*) - agent: kubernetes always_run: true @@ -1276,11 +1340,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=govet command: - ci-operator @@ -1300,6 +1364,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -1314,6 +1381,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )govet,?($|\s.*) - agent: kubernetes always_run: true @@ -1334,11 +1404,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -1358,6 +1428,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -1372,6 +1445,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -1392,11 +1468,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -1416,6 +1492,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -1430,6 +1509,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -1450,11 +1532,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify-vendor command: - ci-operator @@ -1474,6 +1556,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -1488,4 +1573,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify-vendor,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/ironic-hardware-inventory-recorder-image/openshift-priv-ironic-hardware-inventory-recorder-image-master-postsubmits.yaml b/ci-operator/jobs/openshift-priv/ironic-hardware-inventory-recorder-image/openshift-priv-ironic-hardware-inventory-recorder-image-master-postsubmits.yaml index 40868e72b4a9..e31126f1ee10 100644 --- a/ci-operator/jobs/openshift-priv/ironic-hardware-inventory-recorder-image/openshift-priv-ironic-hardware-inventory-recorder-image-master-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/ironic-hardware-inventory-recorder-image/openshift-priv-ironic-hardware-inventory-recorder-image-master-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-ironic-hardware-inventory-recorder-image-master-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/ironic-hardware-inventory-recorder-image/openshift-priv-ironic-hardware-inventory-recorder-image-master-presubmits.yaml b/ci-operator/jobs/openshift-priv/ironic-hardware-inventory-recorder-image/openshift-priv-ironic-hardware-inventory-recorder-image-master-presubmits.yaml index 3f8aa581c32b..573029c66eec 100644 --- a/ci-operator/jobs/openshift-priv/ironic-hardware-inventory-recorder-image/openshift-priv-ironic-hardware-inventory-recorder-image-master-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/ironic-hardware-inventory-recorder-image/openshift-priv-ironic-hardware-inventory-recorder-image-master-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-metal-ipi-cluster-profile - --target=e2e-metal-ipi command: @@ -52,6 +50,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -79,6 +80,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-metal-ipi,?($|\s.*) - agent: kubernetes always_run: true @@ -99,11 +103,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -123,6 +127,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -137,4 +144,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/ironic-hardware-inventory-recorder-image/openshift-priv-ironic-hardware-inventory-recorder-image-release-4.3-postsubmits.yaml b/ci-operator/jobs/openshift-priv/ironic-hardware-inventory-recorder-image/openshift-priv-ironic-hardware-inventory-recorder-image-release-4.3-postsubmits.yaml index 9d9216146b55..aea50177495d 100644 --- a/ci-operator/jobs/openshift-priv/ironic-hardware-inventory-recorder-image/openshift-priv-ironic-hardware-inventory-recorder-image-release-4.3-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/ironic-hardware-inventory-recorder-image/openshift-priv-ironic-hardware-inventory-recorder-image-release-4.3-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-ironic-hardware-inventory-recorder-image-release-4.3-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/ironic-hardware-inventory-recorder-image/openshift-priv-ironic-hardware-inventory-recorder-image-release-4.3-presubmits.yaml b/ci-operator/jobs/openshift-priv/ironic-hardware-inventory-recorder-image/openshift-priv-ironic-hardware-inventory-recorder-image-release-4.3-presubmits.yaml index 95a743c411ff..d0731499b5e9 100644 --- a/ci-operator/jobs/openshift-priv/ironic-hardware-inventory-recorder-image/openshift-priv-ironic-hardware-inventory-recorder-image-release-4.3-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/ironic-hardware-inventory-recorder-image/openshift-priv-ironic-hardware-inventory-recorder-image-release-4.3-presubmits.yaml @@ -19,11 +19,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -43,6 +43,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -57,4 +60,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/ironic-hardware-inventory-recorder-image/openshift-priv-ironic-hardware-inventory-recorder-image-release-4.4-postsubmits.yaml b/ci-operator/jobs/openshift-priv/ironic-hardware-inventory-recorder-image/openshift-priv-ironic-hardware-inventory-recorder-image-release-4.4-postsubmits.yaml index 8d78367a3e5a..9de0945b989c 100644 --- a/ci-operator/jobs/openshift-priv/ironic-hardware-inventory-recorder-image/openshift-priv-ironic-hardware-inventory-recorder-image-release-4.4-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/ironic-hardware-inventory-recorder-image/openshift-priv-ironic-hardware-inventory-recorder-image-release-4.4-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-ironic-hardware-inventory-recorder-image-release-4.4-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/ironic-hardware-inventory-recorder-image/openshift-priv-ironic-hardware-inventory-recorder-image-release-4.4-presubmits.yaml b/ci-operator/jobs/openshift-priv/ironic-hardware-inventory-recorder-image/openshift-priv-ironic-hardware-inventory-recorder-image-release-4.4-presubmits.yaml index 5faf247d7378..c8c008f15d33 100644 --- a/ci-operator/jobs/openshift-priv/ironic-hardware-inventory-recorder-image/openshift-priv-ironic-hardware-inventory-recorder-image-release-4.4-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/ironic-hardware-inventory-recorder-image/openshift-priv-ironic-hardware-inventory-recorder-image-release-4.4-presubmits.yaml @@ -19,11 +19,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -43,6 +43,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -57,4 +60,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/ironic-hardware-inventory-recorder-image/openshift-priv-ironic-hardware-inventory-recorder-image-release-4.5-postsubmits.yaml b/ci-operator/jobs/openshift-priv/ironic-hardware-inventory-recorder-image/openshift-priv-ironic-hardware-inventory-recorder-image-release-4.5-postsubmits.yaml index 4c403ab15f46..2a0e02c882d1 100644 --- a/ci-operator/jobs/openshift-priv/ironic-hardware-inventory-recorder-image/openshift-priv-ironic-hardware-inventory-recorder-image-release-4.5-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/ironic-hardware-inventory-recorder-image/openshift-priv-ironic-hardware-inventory-recorder-image-release-4.5-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-ironic-hardware-inventory-recorder-image-release-4.5-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/ironic-hardware-inventory-recorder-image/openshift-priv-ironic-hardware-inventory-recorder-image-release-4.5-presubmits.yaml b/ci-operator/jobs/openshift-priv/ironic-hardware-inventory-recorder-image/openshift-priv-ironic-hardware-inventory-recorder-image-release-4.5-presubmits.yaml index 1d2fb0d05a2a..0d513a4e3ea4 100644 --- a/ci-operator/jobs/openshift-priv/ironic-hardware-inventory-recorder-image/openshift-priv-ironic-hardware-inventory-recorder-image-release-4.5-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/ironic-hardware-inventory-recorder-image/openshift-priv-ironic-hardware-inventory-recorder-image-release-4.5-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-metal-ipi-cluster-profile - --target=e2e-metal-ipi command: @@ -52,6 +50,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -79,6 +80,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-metal-ipi,?($|\s.*) - agent: kubernetes always_run: true @@ -99,11 +103,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -123,6 +127,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -137,4 +144,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/ironic-hardware-inventory-recorder-image/openshift-priv-ironic-hardware-inventory-recorder-image-release-4.6-postsubmits.yaml b/ci-operator/jobs/openshift-priv/ironic-hardware-inventory-recorder-image/openshift-priv-ironic-hardware-inventory-recorder-image-release-4.6-postsubmits.yaml index 0985731c8891..373b404e6cae 100644 --- a/ci-operator/jobs/openshift-priv/ironic-hardware-inventory-recorder-image/openshift-priv-ironic-hardware-inventory-recorder-image-release-4.6-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/ironic-hardware-inventory-recorder-image/openshift-priv-ironic-hardware-inventory-recorder-image-release-4.6-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-ironic-hardware-inventory-recorder-image-release-4.6-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/ironic-hardware-inventory-recorder-image/openshift-priv-ironic-hardware-inventory-recorder-image-release-4.6-presubmits.yaml b/ci-operator/jobs/openshift-priv/ironic-hardware-inventory-recorder-image/openshift-priv-ironic-hardware-inventory-recorder-image-release-4.6-presubmits.yaml index 8fa7c223db82..70fd268a3522 100644 --- a/ci-operator/jobs/openshift-priv/ironic-hardware-inventory-recorder-image/openshift-priv-ironic-hardware-inventory-recorder-image-release-4.6-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/ironic-hardware-inventory-recorder-image/openshift-priv-ironic-hardware-inventory-recorder-image-release-4.6-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-metal-ipi-cluster-profile - --target=e2e-metal-ipi command: @@ -52,6 +50,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -79,6 +80,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-metal-ipi,?($|\s.*) - agent: kubernetes always_run: true @@ -99,11 +103,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -123,6 +127,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -137,4 +144,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/ironic-hardware-inventory-recorder-image/openshift-priv-ironic-hardware-inventory-recorder-image-release-4.7-postsubmits.yaml b/ci-operator/jobs/openshift-priv/ironic-hardware-inventory-recorder-image/openshift-priv-ironic-hardware-inventory-recorder-image-release-4.7-postsubmits.yaml index cdb1d1f92b93..e3eccb4524a1 100644 --- a/ci-operator/jobs/openshift-priv/ironic-hardware-inventory-recorder-image/openshift-priv-ironic-hardware-inventory-recorder-image-release-4.7-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/ironic-hardware-inventory-recorder-image/openshift-priv-ironic-hardware-inventory-recorder-image-release-4.7-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-ironic-hardware-inventory-recorder-image-release-4.7-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/ironic-hardware-inventory-recorder-image/openshift-priv-ironic-hardware-inventory-recorder-image-release-4.7-presubmits.yaml b/ci-operator/jobs/openshift-priv/ironic-hardware-inventory-recorder-image/openshift-priv-ironic-hardware-inventory-recorder-image-release-4.7-presubmits.yaml index 32077e7b73a6..ebd4fa413c47 100644 --- a/ci-operator/jobs/openshift-priv/ironic-hardware-inventory-recorder-image/openshift-priv-ironic-hardware-inventory-recorder-image-release-4.7-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/ironic-hardware-inventory-recorder-image/openshift-priv-ironic-hardware-inventory-recorder-image-release-4.7-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-metal-ipi-cluster-profile - --target=e2e-metal-ipi command: @@ -52,6 +50,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -79,6 +80,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-metal-ipi,?($|\s.*) - agent: kubernetes always_run: true @@ -99,11 +103,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -123,6 +127,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -137,4 +144,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/ironic-image/openshift-priv-ironic-image-master-postsubmits.yaml b/ci-operator/jobs/openshift-priv/ironic-image/openshift-priv-ironic-image-master-postsubmits.yaml index 41c1971967a7..67ae9d4a54ce 100644 --- a/ci-operator/jobs/openshift-priv/ironic-image/openshift-priv-ironic-image-master-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/ironic-image/openshift-priv-ironic-image-master-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-ironic-image-master-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/ironic-image/openshift-priv-ironic-image-master-presubmits.yaml b/ci-operator/jobs/openshift-priv/ironic-image/openshift-priv-ironic-image-master-presubmits.yaml index ea228ed9d02c..e898639eddff 100644 --- a/ci-operator/jobs/openshift-priv/ironic-image/openshift-priv-ironic-image-master-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/ironic-image/openshift-priv-ironic-image-master-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-metal-ipi-cluster-profile - --target=e2e-metal-ipi command: @@ -52,6 +50,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -79,6 +80,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-metal-ipi,?($|\s.*) - agent: kubernetes always_run: true @@ -99,11 +103,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -123,6 +127,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -137,4 +144,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/ironic-image/openshift-priv-ironic-image-release-4.2-postsubmits.yaml b/ci-operator/jobs/openshift-priv/ironic-image/openshift-priv-ironic-image-release-4.2-postsubmits.yaml index f91ffdc05b59..eb1dd566ff3e 100644 --- a/ci-operator/jobs/openshift-priv/ironic-image/openshift-priv-ironic-image-release-4.2-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/ironic-image/openshift-priv-ironic-image-release-4.2-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-ironic-image-release-4.2-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/ironic-image/openshift-priv-ironic-image-release-4.2-presubmits.yaml b/ci-operator/jobs/openshift-priv/ironic-image/openshift-priv-ironic-image-release-4.2-presubmits.yaml index 57e4080c8397..001fdb7f4145 100644 --- a/ci-operator/jobs/openshift-priv/ironic-image/openshift-priv-ironic-image-release-4.2-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/ironic-image/openshift-priv-ironic-image-release-4.2-presubmits.yaml @@ -19,11 +19,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -43,6 +43,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -57,4 +60,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/ironic-image/openshift-priv-ironic-image-release-4.3-postsubmits.yaml b/ci-operator/jobs/openshift-priv/ironic-image/openshift-priv-ironic-image-release-4.3-postsubmits.yaml index cd29473c88ce..e2fb270c9416 100644 --- a/ci-operator/jobs/openshift-priv/ironic-image/openshift-priv-ironic-image-release-4.3-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/ironic-image/openshift-priv-ironic-image-release-4.3-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-ironic-image-release-4.3-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/ironic-image/openshift-priv-ironic-image-release-4.3-presubmits.yaml b/ci-operator/jobs/openshift-priv/ironic-image/openshift-priv-ironic-image-release-4.3-presubmits.yaml index 6ccf2cf56939..d341404a7143 100644 --- a/ci-operator/jobs/openshift-priv/ironic-image/openshift-priv-ironic-image-release-4.3-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/ironic-image/openshift-priv-ironic-image-release-4.3-presubmits.yaml @@ -19,11 +19,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -43,6 +43,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -57,4 +60,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/ironic-image/openshift-priv-ironic-image-release-4.4-postsubmits.yaml b/ci-operator/jobs/openshift-priv/ironic-image/openshift-priv-ironic-image-release-4.4-postsubmits.yaml index 9a412f8009fc..48a8d09e25f8 100644 --- a/ci-operator/jobs/openshift-priv/ironic-image/openshift-priv-ironic-image-release-4.4-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/ironic-image/openshift-priv-ironic-image-release-4.4-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-ironic-image-release-4.4-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/ironic-image/openshift-priv-ironic-image-release-4.4-presubmits.yaml b/ci-operator/jobs/openshift-priv/ironic-image/openshift-priv-ironic-image-release-4.4-presubmits.yaml index 0f015664a15b..266871cbf8fe 100644 --- a/ci-operator/jobs/openshift-priv/ironic-image/openshift-priv-ironic-image-release-4.4-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/ironic-image/openshift-priv-ironic-image-release-4.4-presubmits.yaml @@ -19,11 +19,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -43,6 +43,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -57,4 +60,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/ironic-image/openshift-priv-ironic-image-release-4.5-postsubmits.yaml b/ci-operator/jobs/openshift-priv/ironic-image/openshift-priv-ironic-image-release-4.5-postsubmits.yaml index 2976e61355a4..fd4cf81ed5f3 100644 --- a/ci-operator/jobs/openshift-priv/ironic-image/openshift-priv-ironic-image-release-4.5-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/ironic-image/openshift-priv-ironic-image-release-4.5-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-ironic-image-release-4.5-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/ironic-image/openshift-priv-ironic-image-release-4.5-presubmits.yaml b/ci-operator/jobs/openshift-priv/ironic-image/openshift-priv-ironic-image-release-4.5-presubmits.yaml index 3753b626ef24..9376d4933084 100644 --- a/ci-operator/jobs/openshift-priv/ironic-image/openshift-priv-ironic-image-release-4.5-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/ironic-image/openshift-priv-ironic-image-release-4.5-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-metal-ipi-cluster-profile - --target=e2e-metal-ipi command: @@ -52,6 +50,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -79,6 +80,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-metal-ipi,?($|\s.*) - agent: kubernetes always_run: true @@ -99,11 +103,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -123,6 +127,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -137,4 +144,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/ironic-image/openshift-priv-ironic-image-release-4.6-postsubmits.yaml b/ci-operator/jobs/openshift-priv/ironic-image/openshift-priv-ironic-image-release-4.6-postsubmits.yaml index 9a89494c5486..270bdec0b3e6 100644 --- a/ci-operator/jobs/openshift-priv/ironic-image/openshift-priv-ironic-image-release-4.6-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/ironic-image/openshift-priv-ironic-image-release-4.6-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-ironic-image-release-4.6-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/ironic-image/openshift-priv-ironic-image-release-4.6-presubmits.yaml b/ci-operator/jobs/openshift-priv/ironic-image/openshift-priv-ironic-image-release-4.6-presubmits.yaml index 66a852e443f8..6aeac959bfeb 100644 --- a/ci-operator/jobs/openshift-priv/ironic-image/openshift-priv-ironic-image-release-4.6-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/ironic-image/openshift-priv-ironic-image-release-4.6-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-metal-ipi-cluster-profile - --target=e2e-metal-ipi command: @@ -52,6 +50,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -79,6 +80,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-metal-ipi,?($|\s.*) - agent: kubernetes always_run: true @@ -99,11 +103,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -123,6 +127,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -137,4 +144,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/ironic-image/openshift-priv-ironic-image-release-4.7-postsubmits.yaml b/ci-operator/jobs/openshift-priv/ironic-image/openshift-priv-ironic-image-release-4.7-postsubmits.yaml index 6d6c5dbdc569..167c9f092c2f 100644 --- a/ci-operator/jobs/openshift-priv/ironic-image/openshift-priv-ironic-image-release-4.7-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/ironic-image/openshift-priv-ironic-image-release-4.7-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-ironic-image-release-4.7-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/ironic-image/openshift-priv-ironic-image-release-4.7-presubmits.yaml b/ci-operator/jobs/openshift-priv/ironic-image/openshift-priv-ironic-image-release-4.7-presubmits.yaml index 8ede6040971d..33d70974fb3f 100644 --- a/ci-operator/jobs/openshift-priv/ironic-image/openshift-priv-ironic-image-release-4.7-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/ironic-image/openshift-priv-ironic-image-release-4.7-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-metal-ipi-cluster-profile - --target=e2e-metal-ipi command: @@ -52,6 +50,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -79,6 +80,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-metal-ipi,?($|\s.*) - agent: kubernetes always_run: true @@ -99,11 +103,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -123,6 +127,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -137,4 +144,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/ironic-inspector-image/openshift-priv-ironic-inspector-image-master-postsubmits.yaml b/ci-operator/jobs/openshift-priv/ironic-inspector-image/openshift-priv-ironic-inspector-image-master-postsubmits.yaml index b1ccdacd53ac..d6d680afb51d 100644 --- a/ci-operator/jobs/openshift-priv/ironic-inspector-image/openshift-priv-ironic-inspector-image-master-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/ironic-inspector-image/openshift-priv-ironic-inspector-image-master-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-ironic-inspector-image-master-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/ironic-inspector-image/openshift-priv-ironic-inspector-image-master-presubmits.yaml b/ci-operator/jobs/openshift-priv/ironic-inspector-image/openshift-priv-ironic-inspector-image-master-presubmits.yaml index 612e8504e799..9b8a2b763084 100644 --- a/ci-operator/jobs/openshift-priv/ironic-inspector-image/openshift-priv-ironic-inspector-image-master-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/ironic-inspector-image/openshift-priv-ironic-inspector-image-master-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-metal-ipi-cluster-profile - --target=e2e-metal-ipi command: @@ -52,6 +50,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -79,6 +80,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-metal-ipi,?($|\s.*) - agent: kubernetes always_run: true @@ -99,11 +103,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -123,6 +127,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -137,4 +144,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/ironic-inspector-image/openshift-priv-ironic-inspector-image-release-4.2-postsubmits.yaml b/ci-operator/jobs/openshift-priv/ironic-inspector-image/openshift-priv-ironic-inspector-image-release-4.2-postsubmits.yaml index 7c4ee3cb52ab..c2d5fc4c5867 100644 --- a/ci-operator/jobs/openshift-priv/ironic-inspector-image/openshift-priv-ironic-inspector-image-release-4.2-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/ironic-inspector-image/openshift-priv-ironic-inspector-image-release-4.2-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-ironic-inspector-image-release-4.2-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/ironic-inspector-image/openshift-priv-ironic-inspector-image-release-4.2-presubmits.yaml b/ci-operator/jobs/openshift-priv/ironic-inspector-image/openshift-priv-ironic-inspector-image-release-4.2-presubmits.yaml index ac4fe77963b7..95717eafc88d 100644 --- a/ci-operator/jobs/openshift-priv/ironic-inspector-image/openshift-priv-ironic-inspector-image-release-4.2-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/ironic-inspector-image/openshift-priv-ironic-inspector-image-release-4.2-presubmits.yaml @@ -19,11 +19,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -43,6 +43,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -57,4 +60,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/ironic-inspector-image/openshift-priv-ironic-inspector-image-release-4.3-postsubmits.yaml b/ci-operator/jobs/openshift-priv/ironic-inspector-image/openshift-priv-ironic-inspector-image-release-4.3-postsubmits.yaml index 72e47dbe880c..d0de46b497eb 100644 --- a/ci-operator/jobs/openshift-priv/ironic-inspector-image/openshift-priv-ironic-inspector-image-release-4.3-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/ironic-inspector-image/openshift-priv-ironic-inspector-image-release-4.3-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-ironic-inspector-image-release-4.3-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/ironic-inspector-image/openshift-priv-ironic-inspector-image-release-4.3-presubmits.yaml b/ci-operator/jobs/openshift-priv/ironic-inspector-image/openshift-priv-ironic-inspector-image-release-4.3-presubmits.yaml index ba1294c3f616..f590457a69b0 100644 --- a/ci-operator/jobs/openshift-priv/ironic-inspector-image/openshift-priv-ironic-inspector-image-release-4.3-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/ironic-inspector-image/openshift-priv-ironic-inspector-image-release-4.3-presubmits.yaml @@ -19,11 +19,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -43,6 +43,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -57,4 +60,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/ironic-inspector-image/openshift-priv-ironic-inspector-image-release-4.4-postsubmits.yaml b/ci-operator/jobs/openshift-priv/ironic-inspector-image/openshift-priv-ironic-inspector-image-release-4.4-postsubmits.yaml index f2827e3afcab..7c9e1e2b698c 100644 --- a/ci-operator/jobs/openshift-priv/ironic-inspector-image/openshift-priv-ironic-inspector-image-release-4.4-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/ironic-inspector-image/openshift-priv-ironic-inspector-image-release-4.4-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-ironic-inspector-image-release-4.4-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/ironic-inspector-image/openshift-priv-ironic-inspector-image-release-4.4-presubmits.yaml b/ci-operator/jobs/openshift-priv/ironic-inspector-image/openshift-priv-ironic-inspector-image-release-4.4-presubmits.yaml index 4fbaf807a0bb..e3605625fd9b 100644 --- a/ci-operator/jobs/openshift-priv/ironic-inspector-image/openshift-priv-ironic-inspector-image-release-4.4-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/ironic-inspector-image/openshift-priv-ironic-inspector-image-release-4.4-presubmits.yaml @@ -19,11 +19,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -43,6 +43,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -57,4 +60,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/ironic-inspector-image/openshift-priv-ironic-inspector-image-release-4.5-postsubmits.yaml b/ci-operator/jobs/openshift-priv/ironic-inspector-image/openshift-priv-ironic-inspector-image-release-4.5-postsubmits.yaml index 5b1fd1360fea..21e58b436ddd 100644 --- a/ci-operator/jobs/openshift-priv/ironic-inspector-image/openshift-priv-ironic-inspector-image-release-4.5-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/ironic-inspector-image/openshift-priv-ironic-inspector-image-release-4.5-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-ironic-inspector-image-release-4.5-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/ironic-inspector-image/openshift-priv-ironic-inspector-image-release-4.5-presubmits.yaml b/ci-operator/jobs/openshift-priv/ironic-inspector-image/openshift-priv-ironic-inspector-image-release-4.5-presubmits.yaml index 1404d050e39f..d98ea3242f26 100644 --- a/ci-operator/jobs/openshift-priv/ironic-inspector-image/openshift-priv-ironic-inspector-image-release-4.5-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/ironic-inspector-image/openshift-priv-ironic-inspector-image-release-4.5-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-metal-ipi-cluster-profile - --target=e2e-metal-ipi command: @@ -52,6 +50,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -79,6 +80,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-metal-ipi,?($|\s.*) - agent: kubernetes always_run: true @@ -99,11 +103,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -123,6 +127,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -137,4 +144,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/ironic-inspector-image/openshift-priv-ironic-inspector-image-release-4.6-postsubmits.yaml b/ci-operator/jobs/openshift-priv/ironic-inspector-image/openshift-priv-ironic-inspector-image-release-4.6-postsubmits.yaml index 758d0f6f0e2c..dd2a388cc1e6 100644 --- a/ci-operator/jobs/openshift-priv/ironic-inspector-image/openshift-priv-ironic-inspector-image-release-4.6-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/ironic-inspector-image/openshift-priv-ironic-inspector-image-release-4.6-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-ironic-inspector-image-release-4.6-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/ironic-inspector-image/openshift-priv-ironic-inspector-image-release-4.6-presubmits.yaml b/ci-operator/jobs/openshift-priv/ironic-inspector-image/openshift-priv-ironic-inspector-image-release-4.6-presubmits.yaml index 93f7267577f3..a47af5f70f99 100644 --- a/ci-operator/jobs/openshift-priv/ironic-inspector-image/openshift-priv-ironic-inspector-image-release-4.6-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/ironic-inspector-image/openshift-priv-ironic-inspector-image-release-4.6-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-metal-ipi-cluster-profile - --target=e2e-metal-ipi command: @@ -52,6 +50,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -79,6 +80,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-metal-ipi,?($|\s.*) - agent: kubernetes always_run: true @@ -99,11 +103,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -123,6 +127,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -137,4 +144,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/ironic-inspector-image/openshift-priv-ironic-inspector-image-release-4.7-postsubmits.yaml b/ci-operator/jobs/openshift-priv/ironic-inspector-image/openshift-priv-ironic-inspector-image-release-4.7-postsubmits.yaml index b5f2829beb0f..18acd0ebab0f 100644 --- a/ci-operator/jobs/openshift-priv/ironic-inspector-image/openshift-priv-ironic-inspector-image-release-4.7-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/ironic-inspector-image/openshift-priv-ironic-inspector-image-release-4.7-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-ironic-inspector-image-release-4.7-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/ironic-inspector-image/openshift-priv-ironic-inspector-image-release-4.7-presubmits.yaml b/ci-operator/jobs/openshift-priv/ironic-inspector-image/openshift-priv-ironic-inspector-image-release-4.7-presubmits.yaml index b0edb80cc4dc..2db780095fb4 100644 --- a/ci-operator/jobs/openshift-priv/ironic-inspector-image/openshift-priv-ironic-inspector-image-release-4.7-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/ironic-inspector-image/openshift-priv-ironic-inspector-image-release-4.7-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-metal-ipi-cluster-profile - --target=e2e-metal-ipi command: @@ -52,6 +50,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -79,6 +80,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-metal-ipi,?($|\s.*) - agent: kubernetes always_run: true @@ -99,11 +103,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -123,6 +127,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -137,4 +144,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/ironic-ipa-downloader/openshift-priv-ironic-ipa-downloader-master-postsubmits.yaml b/ci-operator/jobs/openshift-priv/ironic-ipa-downloader/openshift-priv-ironic-ipa-downloader-master-postsubmits.yaml index e17904d1a8ac..04850e61e1f5 100644 --- a/ci-operator/jobs/openshift-priv/ironic-ipa-downloader/openshift-priv-ironic-ipa-downloader-master-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/ironic-ipa-downloader/openshift-priv-ironic-ipa-downloader-master-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-ironic-ipa-downloader-master-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/ironic-ipa-downloader/openshift-priv-ironic-ipa-downloader-master-presubmits.yaml b/ci-operator/jobs/openshift-priv/ironic-ipa-downloader/openshift-priv-ironic-ipa-downloader-master-presubmits.yaml index ee0d086d08b3..a97a089c1e5f 100644 --- a/ci-operator/jobs/openshift-priv/ironic-ipa-downloader/openshift-priv-ironic-ipa-downloader-master-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/ironic-ipa-downloader/openshift-priv-ironic-ipa-downloader-master-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-metal-ipi-cluster-profile - --target=e2e-metal-ipi command: @@ -52,6 +50,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -79,6 +80,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-metal-ipi,?($|\s.*) - agent: kubernetes always_run: true @@ -99,11 +103,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -123,6 +127,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -137,4 +144,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/ironic-ipa-downloader/openshift-priv-ironic-ipa-downloader-release-4.2-postsubmits.yaml b/ci-operator/jobs/openshift-priv/ironic-ipa-downloader/openshift-priv-ironic-ipa-downloader-release-4.2-postsubmits.yaml index bac0fdb771d0..eab65c0f156f 100644 --- a/ci-operator/jobs/openshift-priv/ironic-ipa-downloader/openshift-priv-ironic-ipa-downloader-release-4.2-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/ironic-ipa-downloader/openshift-priv-ironic-ipa-downloader-release-4.2-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-ironic-ipa-downloader-release-4.2-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/ironic-ipa-downloader/openshift-priv-ironic-ipa-downloader-release-4.2-presubmits.yaml b/ci-operator/jobs/openshift-priv/ironic-ipa-downloader/openshift-priv-ironic-ipa-downloader-release-4.2-presubmits.yaml index ab34c47bae23..04610f4a83a8 100644 --- a/ci-operator/jobs/openshift-priv/ironic-ipa-downloader/openshift-priv-ironic-ipa-downloader-release-4.2-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/ironic-ipa-downloader/openshift-priv-ironic-ipa-downloader-release-4.2-presubmits.yaml @@ -19,11 +19,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -43,6 +43,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -57,4 +60,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/ironic-ipa-downloader/openshift-priv-ironic-ipa-downloader-release-4.3-postsubmits.yaml b/ci-operator/jobs/openshift-priv/ironic-ipa-downloader/openshift-priv-ironic-ipa-downloader-release-4.3-postsubmits.yaml index 96b535af2c01..c35cc3bbfd08 100644 --- a/ci-operator/jobs/openshift-priv/ironic-ipa-downloader/openshift-priv-ironic-ipa-downloader-release-4.3-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/ironic-ipa-downloader/openshift-priv-ironic-ipa-downloader-release-4.3-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-ironic-ipa-downloader-release-4.3-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/ironic-ipa-downloader/openshift-priv-ironic-ipa-downloader-release-4.3-presubmits.yaml b/ci-operator/jobs/openshift-priv/ironic-ipa-downloader/openshift-priv-ironic-ipa-downloader-release-4.3-presubmits.yaml index 4aa0d928596c..831098b43172 100644 --- a/ci-operator/jobs/openshift-priv/ironic-ipa-downloader/openshift-priv-ironic-ipa-downloader-release-4.3-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/ironic-ipa-downloader/openshift-priv-ironic-ipa-downloader-release-4.3-presubmits.yaml @@ -19,11 +19,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -43,6 +43,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -57,4 +60,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/ironic-ipa-downloader/openshift-priv-ironic-ipa-downloader-release-4.4-postsubmits.yaml b/ci-operator/jobs/openshift-priv/ironic-ipa-downloader/openshift-priv-ironic-ipa-downloader-release-4.4-postsubmits.yaml index b1cd87ceb940..d133b435df7e 100644 --- a/ci-operator/jobs/openshift-priv/ironic-ipa-downloader/openshift-priv-ironic-ipa-downloader-release-4.4-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/ironic-ipa-downloader/openshift-priv-ironic-ipa-downloader-release-4.4-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-ironic-ipa-downloader-release-4.4-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/ironic-ipa-downloader/openshift-priv-ironic-ipa-downloader-release-4.4-presubmits.yaml b/ci-operator/jobs/openshift-priv/ironic-ipa-downloader/openshift-priv-ironic-ipa-downloader-release-4.4-presubmits.yaml index d6a6be165e01..6b270dae75b1 100644 --- a/ci-operator/jobs/openshift-priv/ironic-ipa-downloader/openshift-priv-ironic-ipa-downloader-release-4.4-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/ironic-ipa-downloader/openshift-priv-ironic-ipa-downloader-release-4.4-presubmits.yaml @@ -19,11 +19,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -43,6 +43,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -57,4 +60,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/ironic-ipa-downloader/openshift-priv-ironic-ipa-downloader-release-4.5-postsubmits.yaml b/ci-operator/jobs/openshift-priv/ironic-ipa-downloader/openshift-priv-ironic-ipa-downloader-release-4.5-postsubmits.yaml index 195c4a871ee9..86a6a317a3e7 100644 --- a/ci-operator/jobs/openshift-priv/ironic-ipa-downloader/openshift-priv-ironic-ipa-downloader-release-4.5-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/ironic-ipa-downloader/openshift-priv-ironic-ipa-downloader-release-4.5-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-ironic-ipa-downloader-release-4.5-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/ironic-ipa-downloader/openshift-priv-ironic-ipa-downloader-release-4.5-presubmits.yaml b/ci-operator/jobs/openshift-priv/ironic-ipa-downloader/openshift-priv-ironic-ipa-downloader-release-4.5-presubmits.yaml index e476568e7739..2fc9e1074ca2 100644 --- a/ci-operator/jobs/openshift-priv/ironic-ipa-downloader/openshift-priv-ironic-ipa-downloader-release-4.5-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/ironic-ipa-downloader/openshift-priv-ironic-ipa-downloader-release-4.5-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-metal-ipi-cluster-profile - --target=e2e-metal-ipi command: @@ -52,6 +50,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -79,6 +80,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-metal-ipi,?($|\s.*) - agent: kubernetes always_run: true @@ -99,11 +103,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -123,6 +127,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -137,4 +144,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/ironic-ipa-downloader/openshift-priv-ironic-ipa-downloader-release-4.6-postsubmits.yaml b/ci-operator/jobs/openshift-priv/ironic-ipa-downloader/openshift-priv-ironic-ipa-downloader-release-4.6-postsubmits.yaml index f9d00dc01f9c..0dc8cba3dc3d 100644 --- a/ci-operator/jobs/openshift-priv/ironic-ipa-downloader/openshift-priv-ironic-ipa-downloader-release-4.6-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/ironic-ipa-downloader/openshift-priv-ironic-ipa-downloader-release-4.6-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-ironic-ipa-downloader-release-4.6-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/ironic-ipa-downloader/openshift-priv-ironic-ipa-downloader-release-4.6-presubmits.yaml b/ci-operator/jobs/openshift-priv/ironic-ipa-downloader/openshift-priv-ironic-ipa-downloader-release-4.6-presubmits.yaml index 7fa3621070d3..ad64445be0e0 100644 --- a/ci-operator/jobs/openshift-priv/ironic-ipa-downloader/openshift-priv-ironic-ipa-downloader-release-4.6-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/ironic-ipa-downloader/openshift-priv-ironic-ipa-downloader-release-4.6-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-metal-ipi-cluster-profile - --target=e2e-metal-ipi command: @@ -52,6 +50,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -79,6 +80,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-metal-ipi,?($|\s.*) - agent: kubernetes always_run: true @@ -99,11 +103,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -123,6 +127,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -137,4 +144,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/ironic-ipa-downloader/openshift-priv-ironic-ipa-downloader-release-4.7-postsubmits.yaml b/ci-operator/jobs/openshift-priv/ironic-ipa-downloader/openshift-priv-ironic-ipa-downloader-release-4.7-postsubmits.yaml index 9f783b6b2d38..7e3f7a0e9dd8 100644 --- a/ci-operator/jobs/openshift-priv/ironic-ipa-downloader/openshift-priv-ironic-ipa-downloader-release-4.7-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/ironic-ipa-downloader/openshift-priv-ironic-ipa-downloader-release-4.7-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-ironic-ipa-downloader-release-4.7-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/ironic-ipa-downloader/openshift-priv-ironic-ipa-downloader-release-4.7-presubmits.yaml b/ci-operator/jobs/openshift-priv/ironic-ipa-downloader/openshift-priv-ironic-ipa-downloader-release-4.7-presubmits.yaml index a53f2aa54754..aec3d2ed7724 100644 --- a/ci-operator/jobs/openshift-priv/ironic-ipa-downloader/openshift-priv-ironic-ipa-downloader-release-4.7-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/ironic-ipa-downloader/openshift-priv-ironic-ipa-downloader-release-4.7-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-metal-ipi-cluster-profile - --target=e2e-metal-ipi command: @@ -52,6 +50,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -79,6 +80,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-metal-ipi,?($|\s.*) - agent: kubernetes always_run: true @@ -99,11 +103,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -123,6 +127,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -137,4 +144,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/ironic-rhcos-downloader/openshift-priv-ironic-rhcos-downloader-master-postsubmits.yaml b/ci-operator/jobs/openshift-priv/ironic-rhcos-downloader/openshift-priv-ironic-rhcos-downloader-master-postsubmits.yaml index f368999c82ff..5d7987233da9 100644 --- a/ci-operator/jobs/openshift-priv/ironic-rhcos-downloader/openshift-priv-ironic-rhcos-downloader-master-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/ironic-rhcos-downloader/openshift-priv-ironic-rhcos-downloader-master-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-ironic-rhcos-downloader-master-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/ironic-rhcos-downloader/openshift-priv-ironic-rhcos-downloader-master-presubmits.yaml b/ci-operator/jobs/openshift-priv/ironic-rhcos-downloader/openshift-priv-ironic-rhcos-downloader-master-presubmits.yaml index 634b5a0fc6d8..9fb762e708e8 100644 --- a/ci-operator/jobs/openshift-priv/ironic-rhcos-downloader/openshift-priv-ironic-rhcos-downloader-master-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/ironic-rhcos-downloader/openshift-priv-ironic-rhcos-downloader-master-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-metal-ipi-cluster-profile - --target=e2e-metal-ipi command: @@ -52,6 +50,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -79,6 +80,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-metal-ipi,?($|\s.*) - agent: kubernetes always_run: true @@ -99,11 +103,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -123,6 +127,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -137,4 +144,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/ironic-rhcos-downloader/openshift-priv-ironic-rhcos-downloader-release-4.2-postsubmits.yaml b/ci-operator/jobs/openshift-priv/ironic-rhcos-downloader/openshift-priv-ironic-rhcos-downloader-release-4.2-postsubmits.yaml index d894a14422b8..54e3025656a0 100644 --- a/ci-operator/jobs/openshift-priv/ironic-rhcos-downloader/openshift-priv-ironic-rhcos-downloader-release-4.2-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/ironic-rhcos-downloader/openshift-priv-ironic-rhcos-downloader-release-4.2-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-ironic-rhcos-downloader-release-4.2-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/ironic-rhcos-downloader/openshift-priv-ironic-rhcos-downloader-release-4.2-presubmits.yaml b/ci-operator/jobs/openshift-priv/ironic-rhcos-downloader/openshift-priv-ironic-rhcos-downloader-release-4.2-presubmits.yaml index 0822cc5b9d66..d448fa560943 100644 --- a/ci-operator/jobs/openshift-priv/ironic-rhcos-downloader/openshift-priv-ironic-rhcos-downloader-release-4.2-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/ironic-rhcos-downloader/openshift-priv-ironic-rhcos-downloader-release-4.2-presubmits.yaml @@ -19,11 +19,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -43,6 +43,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -57,4 +60,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/ironic-rhcos-downloader/openshift-priv-ironic-rhcos-downloader-release-4.3-postsubmits.yaml b/ci-operator/jobs/openshift-priv/ironic-rhcos-downloader/openshift-priv-ironic-rhcos-downloader-release-4.3-postsubmits.yaml index 6bec265ea045..b71d2dab1971 100644 --- a/ci-operator/jobs/openshift-priv/ironic-rhcos-downloader/openshift-priv-ironic-rhcos-downloader-release-4.3-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/ironic-rhcos-downloader/openshift-priv-ironic-rhcos-downloader-release-4.3-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-ironic-rhcos-downloader-release-4.3-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/ironic-rhcos-downloader/openshift-priv-ironic-rhcos-downloader-release-4.3-presubmits.yaml b/ci-operator/jobs/openshift-priv/ironic-rhcos-downloader/openshift-priv-ironic-rhcos-downloader-release-4.3-presubmits.yaml index a5adb8922e6d..47a1bcefb69c 100644 --- a/ci-operator/jobs/openshift-priv/ironic-rhcos-downloader/openshift-priv-ironic-rhcos-downloader-release-4.3-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/ironic-rhcos-downloader/openshift-priv-ironic-rhcos-downloader-release-4.3-presubmits.yaml @@ -19,11 +19,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -43,6 +43,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -57,4 +60,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/ironic-rhcos-downloader/openshift-priv-ironic-rhcos-downloader-release-4.4-postsubmits.yaml b/ci-operator/jobs/openshift-priv/ironic-rhcos-downloader/openshift-priv-ironic-rhcos-downloader-release-4.4-postsubmits.yaml index 166f365b8127..78dbf77811b5 100644 --- a/ci-operator/jobs/openshift-priv/ironic-rhcos-downloader/openshift-priv-ironic-rhcos-downloader-release-4.4-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/ironic-rhcos-downloader/openshift-priv-ironic-rhcos-downloader-release-4.4-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-ironic-rhcos-downloader-release-4.4-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/ironic-rhcos-downloader/openshift-priv-ironic-rhcos-downloader-release-4.4-presubmits.yaml b/ci-operator/jobs/openshift-priv/ironic-rhcos-downloader/openshift-priv-ironic-rhcos-downloader-release-4.4-presubmits.yaml index 85e34de63613..798567842d8d 100644 --- a/ci-operator/jobs/openshift-priv/ironic-rhcos-downloader/openshift-priv-ironic-rhcos-downloader-release-4.4-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/ironic-rhcos-downloader/openshift-priv-ironic-rhcos-downloader-release-4.4-presubmits.yaml @@ -19,11 +19,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -43,6 +43,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -57,4 +60,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/ironic-rhcos-downloader/openshift-priv-ironic-rhcos-downloader-release-4.5-postsubmits.yaml b/ci-operator/jobs/openshift-priv/ironic-rhcos-downloader/openshift-priv-ironic-rhcos-downloader-release-4.5-postsubmits.yaml index 278b8f9b516b..5ad6613d4b14 100644 --- a/ci-operator/jobs/openshift-priv/ironic-rhcos-downloader/openshift-priv-ironic-rhcos-downloader-release-4.5-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/ironic-rhcos-downloader/openshift-priv-ironic-rhcos-downloader-release-4.5-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-ironic-rhcos-downloader-release-4.5-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/ironic-rhcos-downloader/openshift-priv-ironic-rhcos-downloader-release-4.5-presubmits.yaml b/ci-operator/jobs/openshift-priv/ironic-rhcos-downloader/openshift-priv-ironic-rhcos-downloader-release-4.5-presubmits.yaml index ec6fb25f304b..52871d67795b 100644 --- a/ci-operator/jobs/openshift-priv/ironic-rhcos-downloader/openshift-priv-ironic-rhcos-downloader-release-4.5-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/ironic-rhcos-downloader/openshift-priv-ironic-rhcos-downloader-release-4.5-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-metal-ipi-cluster-profile - --target=e2e-metal-ipi command: @@ -52,6 +50,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -79,6 +80,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-metal-ipi,?($|\s.*) - agent: kubernetes always_run: true @@ -99,11 +103,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -123,6 +127,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -137,4 +144,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/ironic-rhcos-downloader/openshift-priv-ironic-rhcos-downloader-release-4.6-postsubmits.yaml b/ci-operator/jobs/openshift-priv/ironic-rhcos-downloader/openshift-priv-ironic-rhcos-downloader-release-4.6-postsubmits.yaml index 767a1e4a837d..5c8b7dd6b801 100644 --- a/ci-operator/jobs/openshift-priv/ironic-rhcos-downloader/openshift-priv-ironic-rhcos-downloader-release-4.6-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/ironic-rhcos-downloader/openshift-priv-ironic-rhcos-downloader-release-4.6-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-ironic-rhcos-downloader-release-4.6-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/ironic-rhcos-downloader/openshift-priv-ironic-rhcos-downloader-release-4.6-presubmits.yaml b/ci-operator/jobs/openshift-priv/ironic-rhcos-downloader/openshift-priv-ironic-rhcos-downloader-release-4.6-presubmits.yaml index 170612f2117c..435c3726da7e 100644 --- a/ci-operator/jobs/openshift-priv/ironic-rhcos-downloader/openshift-priv-ironic-rhcos-downloader-release-4.6-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/ironic-rhcos-downloader/openshift-priv-ironic-rhcos-downloader-release-4.6-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-metal-ipi-cluster-profile - --target=e2e-metal-ipi command: @@ -52,6 +50,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -79,6 +80,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-metal-ipi,?($|\s.*) - agent: kubernetes always_run: true @@ -99,11 +103,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -123,6 +127,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -137,4 +144,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/ironic-rhcos-downloader/openshift-priv-ironic-rhcos-downloader-release-4.7-postsubmits.yaml b/ci-operator/jobs/openshift-priv/ironic-rhcos-downloader/openshift-priv-ironic-rhcos-downloader-release-4.7-postsubmits.yaml index 41ab0e567101..88f2a66b8b92 100644 --- a/ci-operator/jobs/openshift-priv/ironic-rhcos-downloader/openshift-priv-ironic-rhcos-downloader-release-4.7-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/ironic-rhcos-downloader/openshift-priv-ironic-rhcos-downloader-release-4.7-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-ironic-rhcos-downloader-release-4.7-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/ironic-rhcos-downloader/openshift-priv-ironic-rhcos-downloader-release-4.7-presubmits.yaml b/ci-operator/jobs/openshift-priv/ironic-rhcos-downloader/openshift-priv-ironic-rhcos-downloader-release-4.7-presubmits.yaml index afb76778014e..f11e65cea766 100644 --- a/ci-operator/jobs/openshift-priv/ironic-rhcos-downloader/openshift-priv-ironic-rhcos-downloader-release-4.7-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/ironic-rhcos-downloader/openshift-priv-ironic-rhcos-downloader-release-4.7-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-metal-ipi-cluster-profile - --target=e2e-metal-ipi command: @@ -52,6 +50,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -79,6 +80,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-metal-ipi,?($|\s.*) - agent: kubernetes always_run: true @@ -99,11 +103,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -123,6 +127,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -137,4 +144,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/ironic-static-ip-manager/openshift-priv-ironic-static-ip-manager-master-postsubmits.yaml b/ci-operator/jobs/openshift-priv/ironic-static-ip-manager/openshift-priv-ironic-static-ip-manager-master-postsubmits.yaml index b471df4fdea1..ca3000a480be 100644 --- a/ci-operator/jobs/openshift-priv/ironic-static-ip-manager/openshift-priv-ironic-static-ip-manager-master-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/ironic-static-ip-manager/openshift-priv-ironic-static-ip-manager-master-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-ironic-static-ip-manager-master-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/ironic-static-ip-manager/openshift-priv-ironic-static-ip-manager-master-presubmits.yaml b/ci-operator/jobs/openshift-priv/ironic-static-ip-manager/openshift-priv-ironic-static-ip-manager-master-presubmits.yaml index 1bd59207473f..6a765f284fb7 100644 --- a/ci-operator/jobs/openshift-priv/ironic-static-ip-manager/openshift-priv-ironic-static-ip-manager-master-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/ironic-static-ip-manager/openshift-priv-ironic-static-ip-manager-master-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-metal-ipi-cluster-profile - --target=e2e-metal-ipi command: @@ -52,6 +50,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -79,6 +80,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-metal-ipi,?($|\s.*) - agent: kubernetes always_run: true @@ -99,11 +103,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -123,6 +127,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -137,4 +144,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/ironic-static-ip-manager/openshift-priv-ironic-static-ip-manager-release-4.2-postsubmits.yaml b/ci-operator/jobs/openshift-priv/ironic-static-ip-manager/openshift-priv-ironic-static-ip-manager-release-4.2-postsubmits.yaml index e23955d7128e..4873e82cd263 100644 --- a/ci-operator/jobs/openshift-priv/ironic-static-ip-manager/openshift-priv-ironic-static-ip-manager-release-4.2-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/ironic-static-ip-manager/openshift-priv-ironic-static-ip-manager-release-4.2-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-ironic-static-ip-manager-release-4.2-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/ironic-static-ip-manager/openshift-priv-ironic-static-ip-manager-release-4.2-presubmits.yaml b/ci-operator/jobs/openshift-priv/ironic-static-ip-manager/openshift-priv-ironic-static-ip-manager-release-4.2-presubmits.yaml index 7c717c6f5685..7a96cf98f46b 100644 --- a/ci-operator/jobs/openshift-priv/ironic-static-ip-manager/openshift-priv-ironic-static-ip-manager-release-4.2-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/ironic-static-ip-manager/openshift-priv-ironic-static-ip-manager-release-4.2-presubmits.yaml @@ -19,11 +19,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -43,6 +43,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -57,4 +60,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/ironic-static-ip-manager/openshift-priv-ironic-static-ip-manager-release-4.3-postsubmits.yaml b/ci-operator/jobs/openshift-priv/ironic-static-ip-manager/openshift-priv-ironic-static-ip-manager-release-4.3-postsubmits.yaml index ec2bb845eb58..5a1e44f071bb 100644 --- a/ci-operator/jobs/openshift-priv/ironic-static-ip-manager/openshift-priv-ironic-static-ip-manager-release-4.3-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/ironic-static-ip-manager/openshift-priv-ironic-static-ip-manager-release-4.3-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-ironic-static-ip-manager-release-4.3-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/ironic-static-ip-manager/openshift-priv-ironic-static-ip-manager-release-4.3-presubmits.yaml b/ci-operator/jobs/openshift-priv/ironic-static-ip-manager/openshift-priv-ironic-static-ip-manager-release-4.3-presubmits.yaml index 943044922139..b5a960f40bc0 100644 --- a/ci-operator/jobs/openshift-priv/ironic-static-ip-manager/openshift-priv-ironic-static-ip-manager-release-4.3-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/ironic-static-ip-manager/openshift-priv-ironic-static-ip-manager-release-4.3-presubmits.yaml @@ -19,11 +19,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -43,6 +43,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -57,4 +60,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/ironic-static-ip-manager/openshift-priv-ironic-static-ip-manager-release-4.4-postsubmits.yaml b/ci-operator/jobs/openshift-priv/ironic-static-ip-manager/openshift-priv-ironic-static-ip-manager-release-4.4-postsubmits.yaml index 7c3e718ee5f6..3777acad7223 100644 --- a/ci-operator/jobs/openshift-priv/ironic-static-ip-manager/openshift-priv-ironic-static-ip-manager-release-4.4-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/ironic-static-ip-manager/openshift-priv-ironic-static-ip-manager-release-4.4-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-ironic-static-ip-manager-release-4.4-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/ironic-static-ip-manager/openshift-priv-ironic-static-ip-manager-release-4.4-presubmits.yaml b/ci-operator/jobs/openshift-priv/ironic-static-ip-manager/openshift-priv-ironic-static-ip-manager-release-4.4-presubmits.yaml index 894418280b53..8394907c9235 100644 --- a/ci-operator/jobs/openshift-priv/ironic-static-ip-manager/openshift-priv-ironic-static-ip-manager-release-4.4-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/ironic-static-ip-manager/openshift-priv-ironic-static-ip-manager-release-4.4-presubmits.yaml @@ -19,11 +19,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -43,6 +43,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -57,4 +60,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/ironic-static-ip-manager/openshift-priv-ironic-static-ip-manager-release-4.5-postsubmits.yaml b/ci-operator/jobs/openshift-priv/ironic-static-ip-manager/openshift-priv-ironic-static-ip-manager-release-4.5-postsubmits.yaml index a74876f0e5ad..d08721771d99 100644 --- a/ci-operator/jobs/openshift-priv/ironic-static-ip-manager/openshift-priv-ironic-static-ip-manager-release-4.5-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/ironic-static-ip-manager/openshift-priv-ironic-static-ip-manager-release-4.5-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-ironic-static-ip-manager-release-4.5-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/ironic-static-ip-manager/openshift-priv-ironic-static-ip-manager-release-4.5-presubmits.yaml b/ci-operator/jobs/openshift-priv/ironic-static-ip-manager/openshift-priv-ironic-static-ip-manager-release-4.5-presubmits.yaml index a3849a0049ce..85214f86e0ae 100644 --- a/ci-operator/jobs/openshift-priv/ironic-static-ip-manager/openshift-priv-ironic-static-ip-manager-release-4.5-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/ironic-static-ip-manager/openshift-priv-ironic-static-ip-manager-release-4.5-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-metal-ipi-cluster-profile - --target=e2e-metal-ipi command: @@ -52,6 +50,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -79,6 +80,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-metal-ipi,?($|\s.*) - agent: kubernetes always_run: true @@ -99,11 +103,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -123,6 +127,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -137,4 +144,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/ironic-static-ip-manager/openshift-priv-ironic-static-ip-manager-release-4.6-postsubmits.yaml b/ci-operator/jobs/openshift-priv/ironic-static-ip-manager/openshift-priv-ironic-static-ip-manager-release-4.6-postsubmits.yaml index 18d1023b725d..bed3d9df03bb 100644 --- a/ci-operator/jobs/openshift-priv/ironic-static-ip-manager/openshift-priv-ironic-static-ip-manager-release-4.6-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/ironic-static-ip-manager/openshift-priv-ironic-static-ip-manager-release-4.6-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-ironic-static-ip-manager-release-4.6-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/ironic-static-ip-manager/openshift-priv-ironic-static-ip-manager-release-4.6-presubmits.yaml b/ci-operator/jobs/openshift-priv/ironic-static-ip-manager/openshift-priv-ironic-static-ip-manager-release-4.6-presubmits.yaml index 1f8b4dcc1469..cf6a4e84919d 100644 --- a/ci-operator/jobs/openshift-priv/ironic-static-ip-manager/openshift-priv-ironic-static-ip-manager-release-4.6-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/ironic-static-ip-manager/openshift-priv-ironic-static-ip-manager-release-4.6-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-metal-ipi-cluster-profile - --target=e2e-metal-ipi command: @@ -52,6 +50,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -79,6 +80,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-metal-ipi,?($|\s.*) - agent: kubernetes always_run: true @@ -99,11 +103,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -123,6 +127,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -137,4 +144,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/ironic-static-ip-manager/openshift-priv-ironic-static-ip-manager-release-4.7-postsubmits.yaml b/ci-operator/jobs/openshift-priv/ironic-static-ip-manager/openshift-priv-ironic-static-ip-manager-release-4.7-postsubmits.yaml index 600416919e5a..1cf2f51cd4c3 100644 --- a/ci-operator/jobs/openshift-priv/ironic-static-ip-manager/openshift-priv-ironic-static-ip-manager-release-4.7-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/ironic-static-ip-manager/openshift-priv-ironic-static-ip-manager-release-4.7-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-ironic-static-ip-manager-release-4.7-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/ironic-static-ip-manager/openshift-priv-ironic-static-ip-manager-release-4.7-presubmits.yaml b/ci-operator/jobs/openshift-priv/ironic-static-ip-manager/openshift-priv-ironic-static-ip-manager-release-4.7-presubmits.yaml index f89f9d26a63a..7fc1752b3c0c 100644 --- a/ci-operator/jobs/openshift-priv/ironic-static-ip-manager/openshift-priv-ironic-static-ip-manager-release-4.7-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/ironic-static-ip-manager/openshift-priv-ironic-static-ip-manager-release-4.7-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-metal-ipi-cluster-profile - --target=e2e-metal-ipi command: @@ -52,6 +50,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -79,6 +80,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-metal-ipi,?($|\s.*) - agent: kubernetes always_run: true @@ -99,11 +103,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -123,6 +127,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -137,4 +144,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/jenkins-client-plugin/openshift-priv-jenkins-client-plugin-master-postsubmits.yaml b/ci-operator/jobs/openshift-priv/jenkins-client-plugin/openshift-priv-jenkins-client-plugin-master-postsubmits.yaml index 8a6ba5f5f56d..f763e6fdee14 100644 --- a/ci-operator/jobs/openshift-priv/jenkins-client-plugin/openshift-priv-jenkins-client-plugin-master-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/jenkins-client-plugin/openshift-priv-jenkins-client-plugin-master-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-jenkins-client-plugin-master-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/jenkins-client-plugin/openshift-priv-jenkins-client-plugin-master-presubmits.yaml b/ci-operator/jobs/openshift-priv/jenkins-client-plugin/openshift-priv-jenkins-client-plugin-master-presubmits.yaml index 441fa9586958..951e647c6270 100644 --- a/ci-operator/jobs/openshift-priv/jenkins-client-plugin/openshift-priv-jenkins-client-plugin-master-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/jenkins-client-plugin/openshift-priv-jenkins-client-plugin-master-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-jenkins-cluster-profile - --target=e2e-aws-jenkins - --template=/usr/local/e2e-aws-jenkins @@ -63,6 +61,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -91,6 +92,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-jenkins,?($|\s.*) - agent: kubernetes always_run: true @@ -111,11 +115,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -135,6 +139,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -149,4 +156,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/jenkins-client-plugin/openshift-priv-jenkins-client-plugin-release-4.3-postsubmits.yaml b/ci-operator/jobs/openshift-priv/jenkins-client-plugin/openshift-priv-jenkins-client-plugin-release-4.3-postsubmits.yaml index 7f85f7617512..087617bf074c 100644 --- a/ci-operator/jobs/openshift-priv/jenkins-client-plugin/openshift-priv-jenkins-client-plugin-release-4.3-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/jenkins-client-plugin/openshift-priv-jenkins-client-plugin-release-4.3-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-jenkins-client-plugin-release-4.3-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/jenkins-client-plugin/openshift-priv-jenkins-client-plugin-release-4.3-presubmits.yaml b/ci-operator/jobs/openshift-priv/jenkins-client-plugin/openshift-priv-jenkins-client-plugin-release-4.3-presubmits.yaml index ffe47b5ef65c..a4c44f7f09ac 100644 --- a/ci-operator/jobs/openshift-priv/jenkins-client-plugin/openshift-priv-jenkins-client-plugin-release-4.3-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/jenkins-client-plugin/openshift-priv-jenkins-client-plugin-release-4.3-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-jenkins-cluster-profile - --target=e2e-aws-jenkins - --template=/usr/local/e2e-aws-jenkins @@ -63,6 +61,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -91,6 +92,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-jenkins,?($|\s.*) - agent: kubernetes always_run: true @@ -111,11 +115,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -135,6 +139,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -149,4 +156,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/jenkins-client-plugin/openshift-priv-jenkins-client-plugin-release-4.4-postsubmits.yaml b/ci-operator/jobs/openshift-priv/jenkins-client-plugin/openshift-priv-jenkins-client-plugin-release-4.4-postsubmits.yaml index ccf48e657bed..59062288dde2 100644 --- a/ci-operator/jobs/openshift-priv/jenkins-client-plugin/openshift-priv-jenkins-client-plugin-release-4.4-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/jenkins-client-plugin/openshift-priv-jenkins-client-plugin-release-4.4-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-jenkins-client-plugin-release-4.4-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/jenkins-client-plugin/openshift-priv-jenkins-client-plugin-release-4.4-presubmits.yaml b/ci-operator/jobs/openshift-priv/jenkins-client-plugin/openshift-priv-jenkins-client-plugin-release-4.4-presubmits.yaml index 6f7970e314ee..dea0f91e9866 100644 --- a/ci-operator/jobs/openshift-priv/jenkins-client-plugin/openshift-priv-jenkins-client-plugin-release-4.4-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/jenkins-client-plugin/openshift-priv-jenkins-client-plugin-release-4.4-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-jenkins-cluster-profile - --target=e2e-aws-jenkins - --template=/usr/local/e2e-aws-jenkins @@ -63,6 +61,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -91,6 +92,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-jenkins,?($|\s.*) - agent: kubernetes always_run: true @@ -111,11 +115,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -135,6 +139,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -149,4 +156,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/jenkins-client-plugin/openshift-priv-jenkins-client-plugin-release-4.5-postsubmits.yaml b/ci-operator/jobs/openshift-priv/jenkins-client-plugin/openshift-priv-jenkins-client-plugin-release-4.5-postsubmits.yaml index 1d4c411df641..79d25df3238f 100644 --- a/ci-operator/jobs/openshift-priv/jenkins-client-plugin/openshift-priv-jenkins-client-plugin-release-4.5-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/jenkins-client-plugin/openshift-priv-jenkins-client-plugin-release-4.5-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-jenkins-client-plugin-release-4.5-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/jenkins-client-plugin/openshift-priv-jenkins-client-plugin-release-4.5-presubmits.yaml b/ci-operator/jobs/openshift-priv/jenkins-client-plugin/openshift-priv-jenkins-client-plugin-release-4.5-presubmits.yaml index d88d68d8c33b..6fba869e8cb4 100644 --- a/ci-operator/jobs/openshift-priv/jenkins-client-plugin/openshift-priv-jenkins-client-plugin-release-4.5-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/jenkins-client-plugin/openshift-priv-jenkins-client-plugin-release-4.5-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-jenkins-cluster-profile - --target=e2e-aws-jenkins - --template=/usr/local/e2e-aws-jenkins @@ -63,6 +61,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -91,6 +92,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-jenkins,?($|\s.*) - agent: kubernetes always_run: true @@ -111,11 +115,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -135,6 +139,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -149,4 +156,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/jenkins-client-plugin/openshift-priv-jenkins-client-plugin-release-4.6-postsubmits.yaml b/ci-operator/jobs/openshift-priv/jenkins-client-plugin/openshift-priv-jenkins-client-plugin-release-4.6-postsubmits.yaml index f797149fe99e..9b2b1cf75ff7 100644 --- a/ci-operator/jobs/openshift-priv/jenkins-client-plugin/openshift-priv-jenkins-client-plugin-release-4.6-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/jenkins-client-plugin/openshift-priv-jenkins-client-plugin-release-4.6-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-jenkins-client-plugin-release-4.6-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/jenkins-client-plugin/openshift-priv-jenkins-client-plugin-release-4.6-presubmits.yaml b/ci-operator/jobs/openshift-priv/jenkins-client-plugin/openshift-priv-jenkins-client-plugin-release-4.6-presubmits.yaml index 927421633591..b73ee0f0d663 100644 --- a/ci-operator/jobs/openshift-priv/jenkins-client-plugin/openshift-priv-jenkins-client-plugin-release-4.6-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/jenkins-client-plugin/openshift-priv-jenkins-client-plugin-release-4.6-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-jenkins-cluster-profile - --target=e2e-aws-jenkins - --template=/usr/local/e2e-aws-jenkins @@ -63,6 +61,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -91,6 +92,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-jenkins,?($|\s.*) - agent: kubernetes always_run: true @@ -111,11 +115,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -135,6 +139,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -149,4 +156,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/jenkins-client-plugin/openshift-priv-jenkins-client-plugin-release-4.7-postsubmits.yaml b/ci-operator/jobs/openshift-priv/jenkins-client-plugin/openshift-priv-jenkins-client-plugin-release-4.7-postsubmits.yaml index 1b4d2c836ad0..3198cc84ac1c 100644 --- a/ci-operator/jobs/openshift-priv/jenkins-client-plugin/openshift-priv-jenkins-client-plugin-release-4.7-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/jenkins-client-plugin/openshift-priv-jenkins-client-plugin-release-4.7-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-jenkins-client-plugin-release-4.7-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/jenkins-client-plugin/openshift-priv-jenkins-client-plugin-release-4.7-presubmits.yaml b/ci-operator/jobs/openshift-priv/jenkins-client-plugin/openshift-priv-jenkins-client-plugin-release-4.7-presubmits.yaml index 72a5263c93fb..52de636e1fd5 100644 --- a/ci-operator/jobs/openshift-priv/jenkins-client-plugin/openshift-priv-jenkins-client-plugin-release-4.7-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/jenkins-client-plugin/openshift-priv-jenkins-client-plugin-release-4.7-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-jenkins-cluster-profile - --target=e2e-aws-jenkins - --template=/usr/local/e2e-aws-jenkins @@ -63,6 +61,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -91,6 +92,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-jenkins,?($|\s.*) - agent: kubernetes always_run: true @@ -111,11 +115,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -135,6 +139,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -149,4 +156,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/jenkins-openshift-login-plugin/openshift-priv-jenkins-openshift-login-plugin-master-postsubmits.yaml b/ci-operator/jobs/openshift-priv/jenkins-openshift-login-plugin/openshift-priv-jenkins-openshift-login-plugin-master-postsubmits.yaml index fe03d5ba7b67..d341806f5117 100644 --- a/ci-operator/jobs/openshift-priv/jenkins-openshift-login-plugin/openshift-priv-jenkins-openshift-login-plugin-master-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/jenkins-openshift-login-plugin/openshift-priv-jenkins-openshift-login-plugin-master-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-jenkins-openshift-login-plugin-master-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/jenkins-openshift-login-plugin/openshift-priv-jenkins-openshift-login-plugin-master-presubmits.yaml b/ci-operator/jobs/openshift-priv/jenkins-openshift-login-plugin/openshift-priv-jenkins-openshift-login-plugin-master-presubmits.yaml index 3f852db8b23d..b37d5fc819d6 100644 --- a/ci-operator/jobs/openshift-priv/jenkins-openshift-login-plugin/openshift-priv-jenkins-openshift-login-plugin-master-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/jenkins-openshift-login-plugin/openshift-priv-jenkins-openshift-login-plugin-master-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-jenkins-cluster-profile - --target=e2e-aws-jenkins - --template=/usr/local/e2e-aws-jenkins @@ -63,6 +61,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -91,6 +92,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-jenkins,?($|\s.*) - agent: kubernetes always_run: true @@ -111,11 +115,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -135,6 +139,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -149,4 +156,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/jenkins-openshift-login-plugin/openshift-priv-jenkins-openshift-login-plugin-release-4.3-postsubmits.yaml b/ci-operator/jobs/openshift-priv/jenkins-openshift-login-plugin/openshift-priv-jenkins-openshift-login-plugin-release-4.3-postsubmits.yaml index 3f9d9964e116..3d74f30580b4 100644 --- a/ci-operator/jobs/openshift-priv/jenkins-openshift-login-plugin/openshift-priv-jenkins-openshift-login-plugin-release-4.3-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/jenkins-openshift-login-plugin/openshift-priv-jenkins-openshift-login-plugin-release-4.3-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-jenkins-openshift-login-plugin-release-4.3-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/jenkins-openshift-login-plugin/openshift-priv-jenkins-openshift-login-plugin-release-4.3-presubmits.yaml b/ci-operator/jobs/openshift-priv/jenkins-openshift-login-plugin/openshift-priv-jenkins-openshift-login-plugin-release-4.3-presubmits.yaml index f561e07b9741..dd905f29f3e5 100644 --- a/ci-operator/jobs/openshift-priv/jenkins-openshift-login-plugin/openshift-priv-jenkins-openshift-login-plugin-release-4.3-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/jenkins-openshift-login-plugin/openshift-priv-jenkins-openshift-login-plugin-release-4.3-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-jenkins-cluster-profile - --target=e2e-aws-jenkins - --template=/usr/local/e2e-aws-jenkins @@ -63,6 +61,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -91,6 +92,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-jenkins,?($|\s.*) - agent: kubernetes always_run: true @@ -111,11 +115,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -135,6 +139,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -149,4 +156,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/jenkins-openshift-login-plugin/openshift-priv-jenkins-openshift-login-plugin-release-4.4-postsubmits.yaml b/ci-operator/jobs/openshift-priv/jenkins-openshift-login-plugin/openshift-priv-jenkins-openshift-login-plugin-release-4.4-postsubmits.yaml index 835fcbb8fee6..f1e02bfe20f1 100644 --- a/ci-operator/jobs/openshift-priv/jenkins-openshift-login-plugin/openshift-priv-jenkins-openshift-login-plugin-release-4.4-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/jenkins-openshift-login-plugin/openshift-priv-jenkins-openshift-login-plugin-release-4.4-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-jenkins-openshift-login-plugin-release-4.4-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/jenkins-openshift-login-plugin/openshift-priv-jenkins-openshift-login-plugin-release-4.4-presubmits.yaml b/ci-operator/jobs/openshift-priv/jenkins-openshift-login-plugin/openshift-priv-jenkins-openshift-login-plugin-release-4.4-presubmits.yaml index 49ead17d208c..7a8821509d7d 100644 --- a/ci-operator/jobs/openshift-priv/jenkins-openshift-login-plugin/openshift-priv-jenkins-openshift-login-plugin-release-4.4-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/jenkins-openshift-login-plugin/openshift-priv-jenkins-openshift-login-plugin-release-4.4-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-jenkins-cluster-profile - --target=e2e-aws-jenkins - --template=/usr/local/e2e-aws-jenkins @@ -63,6 +61,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -91,6 +92,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-jenkins,?($|\s.*) - agent: kubernetes always_run: true @@ -111,11 +115,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -135,6 +139,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -149,4 +156,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/jenkins-openshift-login-plugin/openshift-priv-jenkins-openshift-login-plugin-release-4.5-postsubmits.yaml b/ci-operator/jobs/openshift-priv/jenkins-openshift-login-plugin/openshift-priv-jenkins-openshift-login-plugin-release-4.5-postsubmits.yaml index 02fd30a35c42..b57b0d5f37fa 100644 --- a/ci-operator/jobs/openshift-priv/jenkins-openshift-login-plugin/openshift-priv-jenkins-openshift-login-plugin-release-4.5-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/jenkins-openshift-login-plugin/openshift-priv-jenkins-openshift-login-plugin-release-4.5-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-jenkins-openshift-login-plugin-release-4.5-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/jenkins-openshift-login-plugin/openshift-priv-jenkins-openshift-login-plugin-release-4.5-presubmits.yaml b/ci-operator/jobs/openshift-priv/jenkins-openshift-login-plugin/openshift-priv-jenkins-openshift-login-plugin-release-4.5-presubmits.yaml index 41e606289254..211ac61427dd 100644 --- a/ci-operator/jobs/openshift-priv/jenkins-openshift-login-plugin/openshift-priv-jenkins-openshift-login-plugin-release-4.5-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/jenkins-openshift-login-plugin/openshift-priv-jenkins-openshift-login-plugin-release-4.5-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-jenkins-cluster-profile - --target=e2e-aws-jenkins - --template=/usr/local/e2e-aws-jenkins @@ -63,6 +61,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -91,6 +92,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-jenkins,?($|\s.*) - agent: kubernetes always_run: true @@ -111,11 +115,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -135,6 +139,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -149,4 +156,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/jenkins-openshift-login-plugin/openshift-priv-jenkins-openshift-login-plugin-release-4.6-postsubmits.yaml b/ci-operator/jobs/openshift-priv/jenkins-openshift-login-plugin/openshift-priv-jenkins-openshift-login-plugin-release-4.6-postsubmits.yaml index 6b710585b9b2..c5976870195b 100644 --- a/ci-operator/jobs/openshift-priv/jenkins-openshift-login-plugin/openshift-priv-jenkins-openshift-login-plugin-release-4.6-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/jenkins-openshift-login-plugin/openshift-priv-jenkins-openshift-login-plugin-release-4.6-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-jenkins-openshift-login-plugin-release-4.6-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/jenkins-openshift-login-plugin/openshift-priv-jenkins-openshift-login-plugin-release-4.6-presubmits.yaml b/ci-operator/jobs/openshift-priv/jenkins-openshift-login-plugin/openshift-priv-jenkins-openshift-login-plugin-release-4.6-presubmits.yaml index 54c415cc6519..dc7029244bc4 100644 --- a/ci-operator/jobs/openshift-priv/jenkins-openshift-login-plugin/openshift-priv-jenkins-openshift-login-plugin-release-4.6-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/jenkins-openshift-login-plugin/openshift-priv-jenkins-openshift-login-plugin-release-4.6-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-jenkins-cluster-profile - --target=e2e-aws-jenkins - --template=/usr/local/e2e-aws-jenkins @@ -63,6 +61,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -91,6 +92,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-jenkins,?($|\s.*) - agent: kubernetes always_run: true @@ -111,11 +115,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -135,6 +139,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -149,4 +156,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/jenkins-openshift-login-plugin/openshift-priv-jenkins-openshift-login-plugin-release-4.7-postsubmits.yaml b/ci-operator/jobs/openshift-priv/jenkins-openshift-login-plugin/openshift-priv-jenkins-openshift-login-plugin-release-4.7-postsubmits.yaml index 7eea60480a3e..97e5cb2ed9ca 100644 --- a/ci-operator/jobs/openshift-priv/jenkins-openshift-login-plugin/openshift-priv-jenkins-openshift-login-plugin-release-4.7-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/jenkins-openshift-login-plugin/openshift-priv-jenkins-openshift-login-plugin-release-4.7-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-jenkins-openshift-login-plugin-release-4.7-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/jenkins-openshift-login-plugin/openshift-priv-jenkins-openshift-login-plugin-release-4.7-presubmits.yaml b/ci-operator/jobs/openshift-priv/jenkins-openshift-login-plugin/openshift-priv-jenkins-openshift-login-plugin-release-4.7-presubmits.yaml index 3236c96fa87d..73486e3b0af5 100644 --- a/ci-operator/jobs/openshift-priv/jenkins-openshift-login-plugin/openshift-priv-jenkins-openshift-login-plugin-release-4.7-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/jenkins-openshift-login-plugin/openshift-priv-jenkins-openshift-login-plugin-release-4.7-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-jenkins-cluster-profile - --target=e2e-aws-jenkins - --template=/usr/local/e2e-aws-jenkins @@ -63,6 +61,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -91,6 +92,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-jenkins,?($|\s.*) - agent: kubernetes always_run: true @@ -111,11 +115,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -135,6 +139,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -149,4 +156,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/jenkins-sync-plugin/openshift-priv-jenkins-sync-plugin-master-postsubmits.yaml b/ci-operator/jobs/openshift-priv/jenkins-sync-plugin/openshift-priv-jenkins-sync-plugin-master-postsubmits.yaml index 774bd5f5461b..89e7277efa6a 100644 --- a/ci-operator/jobs/openshift-priv/jenkins-sync-plugin/openshift-priv-jenkins-sync-plugin-master-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/jenkins-sync-plugin/openshift-priv-jenkins-sync-plugin-master-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-jenkins-sync-plugin-master-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/jenkins-sync-plugin/openshift-priv-jenkins-sync-plugin-master-presubmits.yaml b/ci-operator/jobs/openshift-priv/jenkins-sync-plugin/openshift-priv-jenkins-sync-plugin-master-presubmits.yaml index c3bccb232297..bde8a2965ef3 100644 --- a/ci-operator/jobs/openshift-priv/jenkins-sync-plugin/openshift-priv-jenkins-sync-plugin-master-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/jenkins-sync-plugin/openshift-priv-jenkins-sync-plugin-master-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-jenkins-cluster-profile - --target=e2e-aws-jenkins - --template=/usr/local/e2e-aws-jenkins @@ -63,6 +61,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -91,6 +92,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-jenkins,?($|\s.*) - agent: kubernetes always_run: true @@ -111,11 +115,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -135,6 +139,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -149,4 +156,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/jenkins-sync-plugin/openshift-priv-jenkins-sync-plugin-release-4.3-postsubmits.yaml b/ci-operator/jobs/openshift-priv/jenkins-sync-plugin/openshift-priv-jenkins-sync-plugin-release-4.3-postsubmits.yaml index 41799cd898fe..5a74d3ce8fa5 100644 --- a/ci-operator/jobs/openshift-priv/jenkins-sync-plugin/openshift-priv-jenkins-sync-plugin-release-4.3-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/jenkins-sync-plugin/openshift-priv-jenkins-sync-plugin-release-4.3-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-jenkins-sync-plugin-release-4.3-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/jenkins-sync-plugin/openshift-priv-jenkins-sync-plugin-release-4.3-presubmits.yaml b/ci-operator/jobs/openshift-priv/jenkins-sync-plugin/openshift-priv-jenkins-sync-plugin-release-4.3-presubmits.yaml index 387dce529292..96ff0dc5b12d 100644 --- a/ci-operator/jobs/openshift-priv/jenkins-sync-plugin/openshift-priv-jenkins-sync-plugin-release-4.3-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/jenkins-sync-plugin/openshift-priv-jenkins-sync-plugin-release-4.3-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-jenkins-cluster-profile - --target=e2e-aws-jenkins - --template=/usr/local/e2e-aws-jenkins @@ -63,6 +61,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -91,6 +92,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-jenkins,?($|\s.*) - agent: kubernetes always_run: true @@ -111,11 +115,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -135,6 +139,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -149,4 +156,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/jenkins-sync-plugin/openshift-priv-jenkins-sync-plugin-release-4.4-postsubmits.yaml b/ci-operator/jobs/openshift-priv/jenkins-sync-plugin/openshift-priv-jenkins-sync-plugin-release-4.4-postsubmits.yaml index 95e806af3588..2b3f0ab0c0c9 100644 --- a/ci-operator/jobs/openshift-priv/jenkins-sync-plugin/openshift-priv-jenkins-sync-plugin-release-4.4-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/jenkins-sync-plugin/openshift-priv-jenkins-sync-plugin-release-4.4-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-jenkins-sync-plugin-release-4.4-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/jenkins-sync-plugin/openshift-priv-jenkins-sync-plugin-release-4.4-presubmits.yaml b/ci-operator/jobs/openshift-priv/jenkins-sync-plugin/openshift-priv-jenkins-sync-plugin-release-4.4-presubmits.yaml index ef0b89523ac6..5e1878f612d6 100644 --- a/ci-operator/jobs/openshift-priv/jenkins-sync-plugin/openshift-priv-jenkins-sync-plugin-release-4.4-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/jenkins-sync-plugin/openshift-priv-jenkins-sync-plugin-release-4.4-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-jenkins-cluster-profile - --target=e2e-aws-jenkins - --template=/usr/local/e2e-aws-jenkins @@ -63,6 +61,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -91,6 +92,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-jenkins,?($|\s.*) - agent: kubernetes always_run: true @@ -111,11 +115,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -135,6 +139,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -149,4 +156,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/jenkins-sync-plugin/openshift-priv-jenkins-sync-plugin-release-4.5-postsubmits.yaml b/ci-operator/jobs/openshift-priv/jenkins-sync-plugin/openshift-priv-jenkins-sync-plugin-release-4.5-postsubmits.yaml index 49babc54c399..b33b5e07e210 100644 --- a/ci-operator/jobs/openshift-priv/jenkins-sync-plugin/openshift-priv-jenkins-sync-plugin-release-4.5-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/jenkins-sync-plugin/openshift-priv-jenkins-sync-plugin-release-4.5-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-jenkins-sync-plugin-release-4.5-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/jenkins-sync-plugin/openshift-priv-jenkins-sync-plugin-release-4.5-presubmits.yaml b/ci-operator/jobs/openshift-priv/jenkins-sync-plugin/openshift-priv-jenkins-sync-plugin-release-4.5-presubmits.yaml index 0c05e4e6b7cf..283b0809b29c 100644 --- a/ci-operator/jobs/openshift-priv/jenkins-sync-plugin/openshift-priv-jenkins-sync-plugin-release-4.5-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/jenkins-sync-plugin/openshift-priv-jenkins-sync-plugin-release-4.5-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-jenkins-cluster-profile - --target=e2e-aws-jenkins - --template=/usr/local/e2e-aws-jenkins @@ -63,6 +61,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -91,6 +92,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-jenkins,?($|\s.*) - agent: kubernetes always_run: true @@ -111,11 +115,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -135,6 +139,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -149,4 +156,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/jenkins-sync-plugin/openshift-priv-jenkins-sync-plugin-release-4.6-postsubmits.yaml b/ci-operator/jobs/openshift-priv/jenkins-sync-plugin/openshift-priv-jenkins-sync-plugin-release-4.6-postsubmits.yaml index 5f3b14a08171..b701b9b0a313 100644 --- a/ci-operator/jobs/openshift-priv/jenkins-sync-plugin/openshift-priv-jenkins-sync-plugin-release-4.6-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/jenkins-sync-plugin/openshift-priv-jenkins-sync-plugin-release-4.6-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-jenkins-sync-plugin-release-4.6-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/jenkins-sync-plugin/openshift-priv-jenkins-sync-plugin-release-4.6-presubmits.yaml b/ci-operator/jobs/openshift-priv/jenkins-sync-plugin/openshift-priv-jenkins-sync-plugin-release-4.6-presubmits.yaml index e391e9e38136..98d5e32d51f3 100644 --- a/ci-operator/jobs/openshift-priv/jenkins-sync-plugin/openshift-priv-jenkins-sync-plugin-release-4.6-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/jenkins-sync-plugin/openshift-priv-jenkins-sync-plugin-release-4.6-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-jenkins-cluster-profile - --target=e2e-aws-jenkins - --template=/usr/local/e2e-aws-jenkins @@ -63,6 +61,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -91,6 +92,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-jenkins,?($|\s.*) - agent: kubernetes always_run: true @@ -111,11 +115,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -135,6 +139,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -149,4 +156,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/jenkins-sync-plugin/openshift-priv-jenkins-sync-plugin-release-4.7-postsubmits.yaml b/ci-operator/jobs/openshift-priv/jenkins-sync-plugin/openshift-priv-jenkins-sync-plugin-release-4.7-postsubmits.yaml index de01c30a4c70..fc21eecc7139 100644 --- a/ci-operator/jobs/openshift-priv/jenkins-sync-plugin/openshift-priv-jenkins-sync-plugin-release-4.7-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/jenkins-sync-plugin/openshift-priv-jenkins-sync-plugin-release-4.7-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-jenkins-sync-plugin-release-4.7-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/jenkins-sync-plugin/openshift-priv-jenkins-sync-plugin-release-4.7-presubmits.yaml b/ci-operator/jobs/openshift-priv/jenkins-sync-plugin/openshift-priv-jenkins-sync-plugin-release-4.7-presubmits.yaml index bffd0407da99..1da4024d1c10 100644 --- a/ci-operator/jobs/openshift-priv/jenkins-sync-plugin/openshift-priv-jenkins-sync-plugin-release-4.7-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/jenkins-sync-plugin/openshift-priv-jenkins-sync-plugin-release-4.7-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-jenkins-cluster-profile - --target=e2e-aws-jenkins - --template=/usr/local/e2e-aws-jenkins @@ -63,6 +61,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -91,6 +92,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-jenkins,?($|\s.*) - agent: kubernetes always_run: true @@ -111,11 +115,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -135,6 +139,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -149,4 +156,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/jenkins/openshift-priv-jenkins-master-postsubmits.yaml b/ci-operator/jobs/openshift-priv/jenkins/openshift-priv-jenkins-master-postsubmits.yaml index b5de21da2c77..da33ef1d72e5 100644 --- a/ci-operator/jobs/openshift-priv/jenkins/openshift-priv-jenkins-master-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/jenkins/openshift-priv-jenkins-master-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-jenkins-master-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/jenkins/openshift-priv-jenkins-master-presubmits.yaml b/ci-operator/jobs/openshift-priv/jenkins/openshift-priv-jenkins-master-presubmits.yaml index bf697686d7c5..6d51e79ef748 100644 --- a/ci-operator/jobs/openshift-priv/jenkins/openshift-priv-jenkins-master-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/jenkins/openshift-priv-jenkins-master-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -52,6 +50,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -77,6 +78,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -97,14 +101,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-jenkins-cluster-profile - --target=e2e-aws-jenkins - --template=/usr/local/e2e-aws-jenkins @@ -141,6 +143,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -169,6 +174,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-jenkins,?($|\s.*) - agent: kubernetes always_run: true @@ -189,11 +197,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -213,6 +221,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -227,4 +238,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/jenkins/openshift-priv-jenkins-release-4.1-postsubmits.yaml b/ci-operator/jobs/openshift-priv/jenkins/openshift-priv-jenkins-release-4.1-postsubmits.yaml index 2fee429aa0f6..ef684f046aa8 100644 --- a/ci-operator/jobs/openshift-priv/jenkins/openshift-priv-jenkins-release-4.1-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/jenkins/openshift-priv-jenkins-release-4.1-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-jenkins-release-4.1-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/jenkins/openshift-priv-jenkins-release-4.1-presubmits.yaml b/ci-operator/jobs/openshift-priv/jenkins/openshift-priv-jenkins-release-4.1-presubmits.yaml index faa45bc274e8..8062b8c54c8c 100644 --- a/ci-operator/jobs/openshift-priv/jenkins/openshift-priv-jenkins-release-4.1-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/jenkins/openshift-priv-jenkins-release-4.1-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -52,6 +50,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -77,6 +78,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -97,14 +101,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-jenkins-cluster-profile - --target=e2e-aws-jenkins - --template=/usr/local/e2e-aws-jenkins @@ -141,6 +143,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -169,6 +174,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-jenkins,?($|\s.*) - agent: kubernetes always_run: true @@ -189,11 +197,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -213,6 +221,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -227,4 +238,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/jenkins/openshift-priv-jenkins-release-4.2-postsubmits.yaml b/ci-operator/jobs/openshift-priv/jenkins/openshift-priv-jenkins-release-4.2-postsubmits.yaml index dfe91206ce75..80443ce1bdd1 100644 --- a/ci-operator/jobs/openshift-priv/jenkins/openshift-priv-jenkins-release-4.2-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/jenkins/openshift-priv-jenkins-release-4.2-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-jenkins-release-4.2-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/jenkins/openshift-priv-jenkins-release-4.2-presubmits.yaml b/ci-operator/jobs/openshift-priv/jenkins/openshift-priv-jenkins-release-4.2-presubmits.yaml index c3624ce0980e..701bc9621862 100644 --- a/ci-operator/jobs/openshift-priv/jenkins/openshift-priv-jenkins-release-4.2-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/jenkins/openshift-priv-jenkins-release-4.2-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -52,6 +50,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -77,6 +78,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -97,14 +101,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-jenkins-cluster-profile - --target=e2e-aws-jenkins - --template=/usr/local/e2e-aws-jenkins @@ -141,6 +143,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -169,6 +174,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-jenkins,?($|\s.*) - agent: kubernetes always_run: true @@ -189,11 +197,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -213,6 +221,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -227,4 +238,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/jenkins/openshift-priv-jenkins-release-4.3-postsubmits.yaml b/ci-operator/jobs/openshift-priv/jenkins/openshift-priv-jenkins-release-4.3-postsubmits.yaml index e5826e69f66d..d431d5ac4558 100644 --- a/ci-operator/jobs/openshift-priv/jenkins/openshift-priv-jenkins-release-4.3-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/jenkins/openshift-priv-jenkins-release-4.3-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-jenkins-release-4.3-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/jenkins/openshift-priv-jenkins-release-4.3-presubmits.yaml b/ci-operator/jobs/openshift-priv/jenkins/openshift-priv-jenkins-release-4.3-presubmits.yaml index 47de1ff7fa4b..950c443d648c 100644 --- a/ci-operator/jobs/openshift-priv/jenkins/openshift-priv-jenkins-release-4.3-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/jenkins/openshift-priv-jenkins-release-4.3-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -52,6 +50,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -77,6 +78,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -97,14 +101,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-jenkins-cluster-profile - --target=e2e-aws-jenkins - --template=/usr/local/e2e-aws-jenkins @@ -141,6 +143,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -169,6 +174,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-jenkins,?($|\s.*) - agent: kubernetes always_run: true @@ -189,11 +197,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -213,6 +221,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -227,4 +238,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/jenkins/openshift-priv-jenkins-release-4.4-postsubmits.yaml b/ci-operator/jobs/openshift-priv/jenkins/openshift-priv-jenkins-release-4.4-postsubmits.yaml index 4dcaf11dca8f..62eb8b5f2ff9 100644 --- a/ci-operator/jobs/openshift-priv/jenkins/openshift-priv-jenkins-release-4.4-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/jenkins/openshift-priv-jenkins-release-4.4-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-jenkins-release-4.4-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/jenkins/openshift-priv-jenkins-release-4.4-presubmits.yaml b/ci-operator/jobs/openshift-priv/jenkins/openshift-priv-jenkins-release-4.4-presubmits.yaml index ed0c12f6a40f..67dcc9052ff7 100644 --- a/ci-operator/jobs/openshift-priv/jenkins/openshift-priv-jenkins-release-4.4-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/jenkins/openshift-priv-jenkins-release-4.4-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -52,6 +50,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -77,6 +78,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -97,14 +101,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-jenkins-cluster-profile - --target=e2e-aws-jenkins - --template=/usr/local/e2e-aws-jenkins @@ -141,6 +143,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -169,6 +174,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-jenkins,?($|\s.*) - agent: kubernetes always_run: true @@ -189,11 +197,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -213,6 +221,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -227,4 +238,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/jenkins/openshift-priv-jenkins-release-4.5-postsubmits.yaml b/ci-operator/jobs/openshift-priv/jenkins/openshift-priv-jenkins-release-4.5-postsubmits.yaml index 17aa8143a58a..b24e5d02f9fc 100644 --- a/ci-operator/jobs/openshift-priv/jenkins/openshift-priv-jenkins-release-4.5-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/jenkins/openshift-priv-jenkins-release-4.5-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-jenkins-release-4.5-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/jenkins/openshift-priv-jenkins-release-4.5-presubmits.yaml b/ci-operator/jobs/openshift-priv/jenkins/openshift-priv-jenkins-release-4.5-presubmits.yaml index 1b76100c7634..dd5e46641879 100644 --- a/ci-operator/jobs/openshift-priv/jenkins/openshift-priv-jenkins-release-4.5-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/jenkins/openshift-priv-jenkins-release-4.5-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -52,6 +50,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -77,6 +78,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -97,14 +101,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-jenkins-cluster-profile - --target=e2e-aws-jenkins - --template=/usr/local/e2e-aws-jenkins @@ -141,6 +143,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -169,6 +174,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-jenkins,?($|\s.*) - agent: kubernetes always_run: true @@ -189,11 +197,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -213,6 +221,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -227,4 +238,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/jenkins/openshift-priv-jenkins-release-4.6-postsubmits.yaml b/ci-operator/jobs/openshift-priv/jenkins/openshift-priv-jenkins-release-4.6-postsubmits.yaml index ea798ba1f161..7c0921e47a12 100644 --- a/ci-operator/jobs/openshift-priv/jenkins/openshift-priv-jenkins-release-4.6-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/jenkins/openshift-priv-jenkins-release-4.6-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-jenkins-release-4.6-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/jenkins/openshift-priv-jenkins-release-4.6-presubmits.yaml b/ci-operator/jobs/openshift-priv/jenkins/openshift-priv-jenkins-release-4.6-presubmits.yaml index 61c49589a569..82a8003363ee 100644 --- a/ci-operator/jobs/openshift-priv/jenkins/openshift-priv-jenkins-release-4.6-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/jenkins/openshift-priv-jenkins-release-4.6-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -52,6 +50,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -77,6 +78,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -97,14 +101,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-jenkins-cluster-profile - --target=e2e-aws-jenkins - --template=/usr/local/e2e-aws-jenkins @@ -141,6 +143,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -169,6 +174,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-jenkins,?($|\s.*) - agent: kubernetes always_run: true @@ -189,11 +197,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -213,6 +221,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -227,4 +238,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/jenkins/openshift-priv-jenkins-release-4.7-postsubmits.yaml b/ci-operator/jobs/openshift-priv/jenkins/openshift-priv-jenkins-release-4.7-postsubmits.yaml index f88c5e036069..66919c13804f 100644 --- a/ci-operator/jobs/openshift-priv/jenkins/openshift-priv-jenkins-release-4.7-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/jenkins/openshift-priv-jenkins-release-4.7-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-jenkins-release-4.7-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/jenkins/openshift-priv-jenkins-release-4.7-presubmits.yaml b/ci-operator/jobs/openshift-priv/jenkins/openshift-priv-jenkins-release-4.7-presubmits.yaml index ddf094991848..8d8a5ea2c923 100644 --- a/ci-operator/jobs/openshift-priv/jenkins/openshift-priv-jenkins-release-4.7-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/jenkins/openshift-priv-jenkins-release-4.7-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -52,6 +50,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -77,6 +78,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -97,14 +101,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-jenkins-cluster-profile - --target=e2e-aws-jenkins - --template=/usr/local/e2e-aws-jenkins @@ -141,6 +143,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -169,6 +174,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-jenkins,?($|\s.*) - agent: kubernetes always_run: true @@ -189,11 +197,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -213,6 +221,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -227,4 +238,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/k8s-prometheus-adapter/openshift-priv-k8s-prometheus-adapter-master-postsubmits.yaml b/ci-operator/jobs/openshift-priv/k8s-prometheus-adapter/openshift-priv-k8s-prometheus-adapter-master-postsubmits.yaml index 46ecbbe05537..1b220b04744c 100644 --- a/ci-operator/jobs/openshift-priv/k8s-prometheus-adapter/openshift-priv-k8s-prometheus-adapter-master-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/k8s-prometheus-adapter/openshift-priv-k8s-prometheus-adapter-master-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-k8s-prometheus-adapter-master-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/k8s-prometheus-adapter/openshift-priv-k8s-prometheus-adapter-master-presubmits.yaml b/ci-operator/jobs/openshift-priv/k8s-prometheus-adapter/openshift-priv-k8s-prometheus-adapter-master-presubmits.yaml index 028395003590..826c05ed5100 100644 --- a/ci-operator/jobs/openshift-priv/k8s-prometheus-adapter/openshift-priv-k8s-prometheus-adapter-master-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/k8s-prometheus-adapter/openshift-priv-k8s-prometheus-adapter-master-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -52,6 +50,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -77,6 +78,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -97,11 +101,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -121,6 +125,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -135,6 +142,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -155,11 +165,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -179,6 +189,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -193,4 +206,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/k8s-prometheus-adapter/openshift-priv-k8s-prometheus-adapter-release-4.1-postsubmits.yaml b/ci-operator/jobs/openshift-priv/k8s-prometheus-adapter/openshift-priv-k8s-prometheus-adapter-release-4.1-postsubmits.yaml index 711affb62a23..544cc979b434 100644 --- a/ci-operator/jobs/openshift-priv/k8s-prometheus-adapter/openshift-priv-k8s-prometheus-adapter-release-4.1-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/k8s-prometheus-adapter/openshift-priv-k8s-prometheus-adapter-release-4.1-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-k8s-prometheus-adapter-release-4.1-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/k8s-prometheus-adapter/openshift-priv-k8s-prometheus-adapter-release-4.1-presubmits.yaml b/ci-operator/jobs/openshift-priv/k8s-prometheus-adapter/openshift-priv-k8s-prometheus-adapter-release-4.1-presubmits.yaml index 6a6d28bbe6eb..01e1e1eaa815 100644 --- a/ci-operator/jobs/openshift-priv/k8s-prometheus-adapter/openshift-priv-k8s-prometheus-adapter-release-4.1-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/k8s-prometheus-adapter/openshift-priv-k8s-prometheus-adapter-release-4.1-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -52,6 +50,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -77,6 +78,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -97,11 +101,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -121,6 +125,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -135,6 +142,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -155,11 +165,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -179,6 +189,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -193,4 +206,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/k8s-prometheus-adapter/openshift-priv-k8s-prometheus-adapter-release-4.2-postsubmits.yaml b/ci-operator/jobs/openshift-priv/k8s-prometheus-adapter/openshift-priv-k8s-prometheus-adapter-release-4.2-postsubmits.yaml index 7786a5b00159..111871e26f7e 100644 --- a/ci-operator/jobs/openshift-priv/k8s-prometheus-adapter/openshift-priv-k8s-prometheus-adapter-release-4.2-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/k8s-prometheus-adapter/openshift-priv-k8s-prometheus-adapter-release-4.2-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-k8s-prometheus-adapter-release-4.2-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/k8s-prometheus-adapter/openshift-priv-k8s-prometheus-adapter-release-4.2-presubmits.yaml b/ci-operator/jobs/openshift-priv/k8s-prometheus-adapter/openshift-priv-k8s-prometheus-adapter-release-4.2-presubmits.yaml index b6e868bc23ff..ad7359531506 100644 --- a/ci-operator/jobs/openshift-priv/k8s-prometheus-adapter/openshift-priv-k8s-prometheus-adapter-release-4.2-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/k8s-prometheus-adapter/openshift-priv-k8s-prometheus-adapter-release-4.2-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -52,6 +50,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -77,6 +78,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -97,11 +101,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -121,6 +125,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -135,6 +142,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -155,11 +165,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -179,6 +189,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -193,4 +206,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/k8s-prometheus-adapter/openshift-priv-k8s-prometheus-adapter-release-4.3-postsubmits.yaml b/ci-operator/jobs/openshift-priv/k8s-prometheus-adapter/openshift-priv-k8s-prometheus-adapter-release-4.3-postsubmits.yaml index fef0cbfa8fe7..dedcb8c34639 100644 --- a/ci-operator/jobs/openshift-priv/k8s-prometheus-adapter/openshift-priv-k8s-prometheus-adapter-release-4.3-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/k8s-prometheus-adapter/openshift-priv-k8s-prometheus-adapter-release-4.3-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-k8s-prometheus-adapter-release-4.3-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/k8s-prometheus-adapter/openshift-priv-k8s-prometheus-adapter-release-4.3-presubmits.yaml b/ci-operator/jobs/openshift-priv/k8s-prometheus-adapter/openshift-priv-k8s-prometheus-adapter-release-4.3-presubmits.yaml index 3b565d2017a5..3fcef9485a9d 100644 --- a/ci-operator/jobs/openshift-priv/k8s-prometheus-adapter/openshift-priv-k8s-prometheus-adapter-release-4.3-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/k8s-prometheus-adapter/openshift-priv-k8s-prometheus-adapter-release-4.3-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -52,6 +50,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -77,6 +78,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -97,11 +101,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -121,6 +125,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -135,6 +142,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -155,11 +165,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -179,6 +189,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -193,4 +206,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/k8s-prometheus-adapter/openshift-priv-k8s-prometheus-adapter-release-4.4-postsubmits.yaml b/ci-operator/jobs/openshift-priv/k8s-prometheus-adapter/openshift-priv-k8s-prometheus-adapter-release-4.4-postsubmits.yaml index aa52bcdc831f..ff26b86cf88b 100644 --- a/ci-operator/jobs/openshift-priv/k8s-prometheus-adapter/openshift-priv-k8s-prometheus-adapter-release-4.4-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/k8s-prometheus-adapter/openshift-priv-k8s-prometheus-adapter-release-4.4-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-k8s-prometheus-adapter-release-4.4-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/k8s-prometheus-adapter/openshift-priv-k8s-prometheus-adapter-release-4.4-presubmits.yaml b/ci-operator/jobs/openshift-priv/k8s-prometheus-adapter/openshift-priv-k8s-prometheus-adapter-release-4.4-presubmits.yaml index 5969957a6133..3fea9228bbc4 100644 --- a/ci-operator/jobs/openshift-priv/k8s-prometheus-adapter/openshift-priv-k8s-prometheus-adapter-release-4.4-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/k8s-prometheus-adapter/openshift-priv-k8s-prometheus-adapter-release-4.4-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -52,6 +50,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -77,6 +78,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -97,11 +101,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -121,6 +125,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -135,6 +142,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -155,11 +165,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -179,6 +189,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -193,4 +206,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/k8s-prometheus-adapter/openshift-priv-k8s-prometheus-adapter-release-4.5-postsubmits.yaml b/ci-operator/jobs/openshift-priv/k8s-prometheus-adapter/openshift-priv-k8s-prometheus-adapter-release-4.5-postsubmits.yaml index 89d77cac67c8..d71ad75c6062 100644 --- a/ci-operator/jobs/openshift-priv/k8s-prometheus-adapter/openshift-priv-k8s-prometheus-adapter-release-4.5-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/k8s-prometheus-adapter/openshift-priv-k8s-prometheus-adapter-release-4.5-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-k8s-prometheus-adapter-release-4.5-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/k8s-prometheus-adapter/openshift-priv-k8s-prometheus-adapter-release-4.5-presubmits.yaml b/ci-operator/jobs/openshift-priv/k8s-prometheus-adapter/openshift-priv-k8s-prometheus-adapter-release-4.5-presubmits.yaml index 3087a11c3e3f..7100d6e3b506 100644 --- a/ci-operator/jobs/openshift-priv/k8s-prometheus-adapter/openshift-priv-k8s-prometheus-adapter-release-4.5-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/k8s-prometheus-adapter/openshift-priv-k8s-prometheus-adapter-release-4.5-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -52,6 +50,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -77,6 +78,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -97,11 +101,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -121,6 +125,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -135,6 +142,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -155,11 +165,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -179,6 +189,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -193,4 +206,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/k8s-prometheus-adapter/openshift-priv-k8s-prometheus-adapter-release-4.6-postsubmits.yaml b/ci-operator/jobs/openshift-priv/k8s-prometheus-adapter/openshift-priv-k8s-prometheus-adapter-release-4.6-postsubmits.yaml index 5cbeeeb08de0..0e53acdcc45f 100644 --- a/ci-operator/jobs/openshift-priv/k8s-prometheus-adapter/openshift-priv-k8s-prometheus-adapter-release-4.6-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/k8s-prometheus-adapter/openshift-priv-k8s-prometheus-adapter-release-4.6-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-k8s-prometheus-adapter-release-4.6-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/k8s-prometheus-adapter/openshift-priv-k8s-prometheus-adapter-release-4.6-presubmits.yaml b/ci-operator/jobs/openshift-priv/k8s-prometheus-adapter/openshift-priv-k8s-prometheus-adapter-release-4.6-presubmits.yaml index 5d402b67e165..8fc30c50a928 100644 --- a/ci-operator/jobs/openshift-priv/k8s-prometheus-adapter/openshift-priv-k8s-prometheus-adapter-release-4.6-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/k8s-prometheus-adapter/openshift-priv-k8s-prometheus-adapter-release-4.6-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -52,6 +50,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -77,6 +78,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -97,11 +101,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -121,6 +125,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -135,6 +142,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -155,11 +165,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -179,6 +189,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -193,4 +206,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/k8s-prometheus-adapter/openshift-priv-k8s-prometheus-adapter-release-4.7-postsubmits.yaml b/ci-operator/jobs/openshift-priv/k8s-prometheus-adapter/openshift-priv-k8s-prometheus-adapter-release-4.7-postsubmits.yaml index 2952db66b07f..0800aba6de7e 100644 --- a/ci-operator/jobs/openshift-priv/k8s-prometheus-adapter/openshift-priv-k8s-prometheus-adapter-release-4.7-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/k8s-prometheus-adapter/openshift-priv-k8s-prometheus-adapter-release-4.7-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-k8s-prometheus-adapter-release-4.7-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/k8s-prometheus-adapter/openshift-priv-k8s-prometheus-adapter-release-4.7-presubmits.yaml b/ci-operator/jobs/openshift-priv/k8s-prometheus-adapter/openshift-priv-k8s-prometheus-adapter-release-4.7-presubmits.yaml index 210b1809de2a..f898665a9c3f 100644 --- a/ci-operator/jobs/openshift-priv/k8s-prometheus-adapter/openshift-priv-k8s-prometheus-adapter-release-4.7-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/k8s-prometheus-adapter/openshift-priv-k8s-prometheus-adapter-release-4.7-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -52,6 +50,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -77,6 +78,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -97,11 +101,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -121,6 +125,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -135,6 +142,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -155,11 +165,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -179,6 +189,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -193,4 +206,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/kube-rbac-proxy/openshift-priv-kube-rbac-proxy-master-postsubmits.yaml b/ci-operator/jobs/openshift-priv/kube-rbac-proxy/openshift-priv-kube-rbac-proxy-master-postsubmits.yaml index 97f1bbd07b94..b928bece6387 100644 --- a/ci-operator/jobs/openshift-priv/kube-rbac-proxy/openshift-priv-kube-rbac-proxy-master-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/kube-rbac-proxy/openshift-priv-kube-rbac-proxy-master-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-kube-rbac-proxy-master-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/kube-rbac-proxy/openshift-priv-kube-rbac-proxy-master-presubmits.yaml b/ci-operator/jobs/openshift-priv/kube-rbac-proxy/openshift-priv-kube-rbac-proxy-master-presubmits.yaml index 4fc5ca31ab35..14aa8679a877 100644 --- a/ci-operator/jobs/openshift-priv/kube-rbac-proxy/openshift-priv-kube-rbac-proxy-master-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/kube-rbac-proxy/openshift-priv-kube-rbac-proxy-master-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -52,6 +50,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -77,6 +78,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -97,11 +101,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -121,6 +125,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -135,4 +142,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/kube-rbac-proxy/openshift-priv-kube-rbac-proxy-release-4.1-postsubmits.yaml b/ci-operator/jobs/openshift-priv/kube-rbac-proxy/openshift-priv-kube-rbac-proxy-release-4.1-postsubmits.yaml index 69699c6d566b..7aaa2b280655 100644 --- a/ci-operator/jobs/openshift-priv/kube-rbac-proxy/openshift-priv-kube-rbac-proxy-release-4.1-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/kube-rbac-proxy/openshift-priv-kube-rbac-proxy-release-4.1-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-kube-rbac-proxy-release-4.1-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/kube-rbac-proxy/openshift-priv-kube-rbac-proxy-release-4.1-presubmits.yaml b/ci-operator/jobs/openshift-priv/kube-rbac-proxy/openshift-priv-kube-rbac-proxy-release-4.1-presubmits.yaml index 46dd86b89549..5357f62adc28 100644 --- a/ci-operator/jobs/openshift-priv/kube-rbac-proxy/openshift-priv-kube-rbac-proxy-release-4.1-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/kube-rbac-proxy/openshift-priv-kube-rbac-proxy-release-4.1-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -52,6 +50,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -77,6 +78,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -97,11 +101,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -121,6 +125,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -135,4 +142,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/kube-rbac-proxy/openshift-priv-kube-rbac-proxy-release-4.2-postsubmits.yaml b/ci-operator/jobs/openshift-priv/kube-rbac-proxy/openshift-priv-kube-rbac-proxy-release-4.2-postsubmits.yaml index d07839716e7c..dc28ea2ecd0a 100644 --- a/ci-operator/jobs/openshift-priv/kube-rbac-proxy/openshift-priv-kube-rbac-proxy-release-4.2-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/kube-rbac-proxy/openshift-priv-kube-rbac-proxy-release-4.2-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-kube-rbac-proxy-release-4.2-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/kube-rbac-proxy/openshift-priv-kube-rbac-proxy-release-4.2-presubmits.yaml b/ci-operator/jobs/openshift-priv/kube-rbac-proxy/openshift-priv-kube-rbac-proxy-release-4.2-presubmits.yaml index 3337dde0f3fe..1adf13149b3f 100644 --- a/ci-operator/jobs/openshift-priv/kube-rbac-proxy/openshift-priv-kube-rbac-proxy-release-4.2-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/kube-rbac-proxy/openshift-priv-kube-rbac-proxy-release-4.2-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -52,6 +50,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -77,6 +78,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -97,11 +101,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -121,6 +125,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -135,4 +142,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/kube-rbac-proxy/openshift-priv-kube-rbac-proxy-release-4.3-postsubmits.yaml b/ci-operator/jobs/openshift-priv/kube-rbac-proxy/openshift-priv-kube-rbac-proxy-release-4.3-postsubmits.yaml index 77735964d7ee..1467ef6ccb90 100644 --- a/ci-operator/jobs/openshift-priv/kube-rbac-proxy/openshift-priv-kube-rbac-proxy-release-4.3-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/kube-rbac-proxy/openshift-priv-kube-rbac-proxy-release-4.3-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-kube-rbac-proxy-release-4.3-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/kube-rbac-proxy/openshift-priv-kube-rbac-proxy-release-4.3-presubmits.yaml b/ci-operator/jobs/openshift-priv/kube-rbac-proxy/openshift-priv-kube-rbac-proxy-release-4.3-presubmits.yaml index 5113591df730..93e69cbd7b3e 100644 --- a/ci-operator/jobs/openshift-priv/kube-rbac-proxy/openshift-priv-kube-rbac-proxy-release-4.3-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/kube-rbac-proxy/openshift-priv-kube-rbac-proxy-release-4.3-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -52,6 +50,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -77,6 +78,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -97,11 +101,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -121,6 +125,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -135,4 +142,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/kube-rbac-proxy/openshift-priv-kube-rbac-proxy-release-4.4-postsubmits.yaml b/ci-operator/jobs/openshift-priv/kube-rbac-proxy/openshift-priv-kube-rbac-proxy-release-4.4-postsubmits.yaml index d8470737365a..5d419949c7e8 100644 --- a/ci-operator/jobs/openshift-priv/kube-rbac-proxy/openshift-priv-kube-rbac-proxy-release-4.4-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/kube-rbac-proxy/openshift-priv-kube-rbac-proxy-release-4.4-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-kube-rbac-proxy-release-4.4-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/kube-rbac-proxy/openshift-priv-kube-rbac-proxy-release-4.4-presubmits.yaml b/ci-operator/jobs/openshift-priv/kube-rbac-proxy/openshift-priv-kube-rbac-proxy-release-4.4-presubmits.yaml index 3c19c4bd9b6b..7d9ab46a767b 100644 --- a/ci-operator/jobs/openshift-priv/kube-rbac-proxy/openshift-priv-kube-rbac-proxy-release-4.4-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/kube-rbac-proxy/openshift-priv-kube-rbac-proxy-release-4.4-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -52,6 +50,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -77,6 +78,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -97,11 +101,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -121,6 +125,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -135,4 +142,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/kube-rbac-proxy/openshift-priv-kube-rbac-proxy-release-4.5-postsubmits.yaml b/ci-operator/jobs/openshift-priv/kube-rbac-proxy/openshift-priv-kube-rbac-proxy-release-4.5-postsubmits.yaml index 479fb9d210c3..c8a231b63675 100644 --- a/ci-operator/jobs/openshift-priv/kube-rbac-proxy/openshift-priv-kube-rbac-proxy-release-4.5-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/kube-rbac-proxy/openshift-priv-kube-rbac-proxy-release-4.5-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-kube-rbac-proxy-release-4.5-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/kube-rbac-proxy/openshift-priv-kube-rbac-proxy-release-4.5-presubmits.yaml b/ci-operator/jobs/openshift-priv/kube-rbac-proxy/openshift-priv-kube-rbac-proxy-release-4.5-presubmits.yaml index 54c82847aa5d..1f061148249e 100644 --- a/ci-operator/jobs/openshift-priv/kube-rbac-proxy/openshift-priv-kube-rbac-proxy-release-4.5-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/kube-rbac-proxy/openshift-priv-kube-rbac-proxy-release-4.5-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -52,6 +50,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -77,6 +78,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -97,11 +101,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -121,6 +125,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -135,4 +142,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/kube-rbac-proxy/openshift-priv-kube-rbac-proxy-release-4.6-postsubmits.yaml b/ci-operator/jobs/openshift-priv/kube-rbac-proxy/openshift-priv-kube-rbac-proxy-release-4.6-postsubmits.yaml index 2b96c1618fc0..e96c6e58fc71 100644 --- a/ci-operator/jobs/openshift-priv/kube-rbac-proxy/openshift-priv-kube-rbac-proxy-release-4.6-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/kube-rbac-proxy/openshift-priv-kube-rbac-proxy-release-4.6-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-kube-rbac-proxy-release-4.6-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/kube-rbac-proxy/openshift-priv-kube-rbac-proxy-release-4.6-presubmits.yaml b/ci-operator/jobs/openshift-priv/kube-rbac-proxy/openshift-priv-kube-rbac-proxy-release-4.6-presubmits.yaml index da0cde8fb55d..c4cc27a3375c 100644 --- a/ci-operator/jobs/openshift-priv/kube-rbac-proxy/openshift-priv-kube-rbac-proxy-release-4.6-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/kube-rbac-proxy/openshift-priv-kube-rbac-proxy-release-4.6-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -52,6 +50,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -77,6 +78,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -97,11 +101,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -121,6 +125,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -135,4 +142,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/kube-rbac-proxy/openshift-priv-kube-rbac-proxy-release-4.7-postsubmits.yaml b/ci-operator/jobs/openshift-priv/kube-rbac-proxy/openshift-priv-kube-rbac-proxy-release-4.7-postsubmits.yaml index f1fabad5c504..19a8e9d33f3c 100644 --- a/ci-operator/jobs/openshift-priv/kube-rbac-proxy/openshift-priv-kube-rbac-proxy-release-4.7-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/kube-rbac-proxy/openshift-priv-kube-rbac-proxy-release-4.7-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-kube-rbac-proxy-release-4.7-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/kube-rbac-proxy/openshift-priv-kube-rbac-proxy-release-4.7-presubmits.yaml b/ci-operator/jobs/openshift-priv/kube-rbac-proxy/openshift-priv-kube-rbac-proxy-release-4.7-presubmits.yaml index ea92a26c5307..af499bf51220 100644 --- a/ci-operator/jobs/openshift-priv/kube-rbac-proxy/openshift-priv-kube-rbac-proxy-release-4.7-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/kube-rbac-proxy/openshift-priv-kube-rbac-proxy-release-4.7-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -52,6 +50,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -77,6 +78,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -97,11 +101,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -121,6 +125,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -135,4 +142,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/kube-state-metrics/openshift-priv-kube-state-metrics-master-postsubmits.yaml b/ci-operator/jobs/openshift-priv/kube-state-metrics/openshift-priv-kube-state-metrics-master-postsubmits.yaml index 4caa83013797..70001e3d8412 100644 --- a/ci-operator/jobs/openshift-priv/kube-state-metrics/openshift-priv-kube-state-metrics-master-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/kube-state-metrics/openshift-priv-kube-state-metrics-master-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-kube-state-metrics-master-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/kube-state-metrics/openshift-priv-kube-state-metrics-master-presubmits.yaml b/ci-operator/jobs/openshift-priv/kube-state-metrics/openshift-priv-kube-state-metrics-master-presubmits.yaml index e6559a30c51e..e62d3d89ed22 100644 --- a/ci-operator/jobs/openshift-priv/kube-state-metrics/openshift-priv-kube-state-metrics-master-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/kube-state-metrics/openshift-priv-kube-state-metrics-master-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -52,6 +50,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -77,6 +78,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -97,11 +101,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -121,6 +125,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -135,4 +142,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/kube-state-metrics/openshift-priv-kube-state-metrics-release-4.1-postsubmits.yaml b/ci-operator/jobs/openshift-priv/kube-state-metrics/openshift-priv-kube-state-metrics-release-4.1-postsubmits.yaml index 8a16e60978c1..01ed87ba617d 100644 --- a/ci-operator/jobs/openshift-priv/kube-state-metrics/openshift-priv-kube-state-metrics-release-4.1-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/kube-state-metrics/openshift-priv-kube-state-metrics-release-4.1-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-kube-state-metrics-release-4.1-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/kube-state-metrics/openshift-priv-kube-state-metrics-release-4.1-presubmits.yaml b/ci-operator/jobs/openshift-priv/kube-state-metrics/openshift-priv-kube-state-metrics-release-4.1-presubmits.yaml index d38ec9e6e976..80c8c29a345c 100644 --- a/ci-operator/jobs/openshift-priv/kube-state-metrics/openshift-priv-kube-state-metrics-release-4.1-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/kube-state-metrics/openshift-priv-kube-state-metrics-release-4.1-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -52,6 +50,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -77,6 +78,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -97,11 +101,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -121,6 +125,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -135,4 +142,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/kube-state-metrics/openshift-priv-kube-state-metrics-release-4.2-postsubmits.yaml b/ci-operator/jobs/openshift-priv/kube-state-metrics/openshift-priv-kube-state-metrics-release-4.2-postsubmits.yaml index f38aeb62b029..599c4283b6ce 100644 --- a/ci-operator/jobs/openshift-priv/kube-state-metrics/openshift-priv-kube-state-metrics-release-4.2-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/kube-state-metrics/openshift-priv-kube-state-metrics-release-4.2-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-kube-state-metrics-release-4.2-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/kube-state-metrics/openshift-priv-kube-state-metrics-release-4.2-presubmits.yaml b/ci-operator/jobs/openshift-priv/kube-state-metrics/openshift-priv-kube-state-metrics-release-4.2-presubmits.yaml index b4ca7b1f2d95..acf31759ba49 100644 --- a/ci-operator/jobs/openshift-priv/kube-state-metrics/openshift-priv-kube-state-metrics-release-4.2-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/kube-state-metrics/openshift-priv-kube-state-metrics-release-4.2-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -52,6 +50,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -77,6 +78,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -97,11 +101,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -121,6 +125,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -135,4 +142,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/kube-state-metrics/openshift-priv-kube-state-metrics-release-4.3-postsubmits.yaml b/ci-operator/jobs/openshift-priv/kube-state-metrics/openshift-priv-kube-state-metrics-release-4.3-postsubmits.yaml index 89eadd932108..5b6d0745b174 100644 --- a/ci-operator/jobs/openshift-priv/kube-state-metrics/openshift-priv-kube-state-metrics-release-4.3-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/kube-state-metrics/openshift-priv-kube-state-metrics-release-4.3-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-kube-state-metrics-release-4.3-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/kube-state-metrics/openshift-priv-kube-state-metrics-release-4.3-presubmits.yaml b/ci-operator/jobs/openshift-priv/kube-state-metrics/openshift-priv-kube-state-metrics-release-4.3-presubmits.yaml index cadb8cbc294f..cb4a55326de7 100644 --- a/ci-operator/jobs/openshift-priv/kube-state-metrics/openshift-priv-kube-state-metrics-release-4.3-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/kube-state-metrics/openshift-priv-kube-state-metrics-release-4.3-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -52,6 +50,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -77,6 +78,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -97,11 +101,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -121,6 +125,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -135,4 +142,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/kube-state-metrics/openshift-priv-kube-state-metrics-release-4.4-postsubmits.yaml b/ci-operator/jobs/openshift-priv/kube-state-metrics/openshift-priv-kube-state-metrics-release-4.4-postsubmits.yaml index 2fb1541d47b5..6563b14c43e4 100644 --- a/ci-operator/jobs/openshift-priv/kube-state-metrics/openshift-priv-kube-state-metrics-release-4.4-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/kube-state-metrics/openshift-priv-kube-state-metrics-release-4.4-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-kube-state-metrics-release-4.4-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/kube-state-metrics/openshift-priv-kube-state-metrics-release-4.4-presubmits.yaml b/ci-operator/jobs/openshift-priv/kube-state-metrics/openshift-priv-kube-state-metrics-release-4.4-presubmits.yaml index fbca53e703af..01a34b16b1d9 100644 --- a/ci-operator/jobs/openshift-priv/kube-state-metrics/openshift-priv-kube-state-metrics-release-4.4-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/kube-state-metrics/openshift-priv-kube-state-metrics-release-4.4-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -52,6 +50,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -77,6 +78,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -97,11 +101,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -121,6 +125,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -135,4 +142,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/kube-state-metrics/openshift-priv-kube-state-metrics-release-4.5-postsubmits.yaml b/ci-operator/jobs/openshift-priv/kube-state-metrics/openshift-priv-kube-state-metrics-release-4.5-postsubmits.yaml index 770c3baa7ed3..77720ea9be14 100644 --- a/ci-operator/jobs/openshift-priv/kube-state-metrics/openshift-priv-kube-state-metrics-release-4.5-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/kube-state-metrics/openshift-priv-kube-state-metrics-release-4.5-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-kube-state-metrics-release-4.5-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/kube-state-metrics/openshift-priv-kube-state-metrics-release-4.5-presubmits.yaml b/ci-operator/jobs/openshift-priv/kube-state-metrics/openshift-priv-kube-state-metrics-release-4.5-presubmits.yaml index 09ce9ed783a7..00f9fd9f4aca 100644 --- a/ci-operator/jobs/openshift-priv/kube-state-metrics/openshift-priv-kube-state-metrics-release-4.5-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/kube-state-metrics/openshift-priv-kube-state-metrics-release-4.5-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -52,6 +50,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -77,6 +78,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -97,11 +101,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -121,6 +125,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -135,4 +142,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/kube-state-metrics/openshift-priv-kube-state-metrics-release-4.6-postsubmits.yaml b/ci-operator/jobs/openshift-priv/kube-state-metrics/openshift-priv-kube-state-metrics-release-4.6-postsubmits.yaml index 705197aad635..a32b037a3d17 100644 --- a/ci-operator/jobs/openshift-priv/kube-state-metrics/openshift-priv-kube-state-metrics-release-4.6-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/kube-state-metrics/openshift-priv-kube-state-metrics-release-4.6-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-kube-state-metrics-release-4.6-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/kube-state-metrics/openshift-priv-kube-state-metrics-release-4.6-presubmits.yaml b/ci-operator/jobs/openshift-priv/kube-state-metrics/openshift-priv-kube-state-metrics-release-4.6-presubmits.yaml index e7e70b4760eb..1a86604661a7 100644 --- a/ci-operator/jobs/openshift-priv/kube-state-metrics/openshift-priv-kube-state-metrics-release-4.6-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/kube-state-metrics/openshift-priv-kube-state-metrics-release-4.6-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -52,6 +50,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -77,6 +78,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -97,11 +101,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -121,6 +125,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -135,4 +142,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/kube-state-metrics/openshift-priv-kube-state-metrics-release-4.7-postsubmits.yaml b/ci-operator/jobs/openshift-priv/kube-state-metrics/openshift-priv-kube-state-metrics-release-4.7-postsubmits.yaml index 8498926b6cad..3d6b3c17432c 100644 --- a/ci-operator/jobs/openshift-priv/kube-state-metrics/openshift-priv-kube-state-metrics-release-4.7-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/kube-state-metrics/openshift-priv-kube-state-metrics-release-4.7-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-kube-state-metrics-release-4.7-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/kube-state-metrics/openshift-priv-kube-state-metrics-release-4.7-presubmits.yaml b/ci-operator/jobs/openshift-priv/kube-state-metrics/openshift-priv-kube-state-metrics-release-4.7-presubmits.yaml index c53c6412e3bf..d986e242d337 100644 --- a/ci-operator/jobs/openshift-priv/kube-state-metrics/openshift-priv-kube-state-metrics-release-4.7-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/kube-state-metrics/openshift-priv-kube-state-metrics-release-4.7-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -52,6 +50,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -77,6 +78,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -97,11 +101,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -121,6 +125,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -135,4 +142,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/kubecsr/openshift-priv-kubecsr-openshift-4.1-postsubmits.yaml b/ci-operator/jobs/openshift-priv/kubecsr/openshift-priv-kubecsr-openshift-4.1-postsubmits.yaml index 4676bea7239a..6a43635eac3c 100644 --- a/ci-operator/jobs/openshift-priv/kubecsr/openshift-priv-kubecsr-openshift-4.1-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/kubecsr/openshift-priv-kubecsr-openshift-4.1-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-kubecsr-openshift-4.1-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/kubecsr/openshift-priv-kubecsr-openshift-4.1-presubmits.yaml b/ci-operator/jobs/openshift-priv/kubecsr/openshift-priv-kubecsr-openshift-4.1-presubmits.yaml index 822286ca8d2f..dcebf41693f1 100644 --- a/ci-operator/jobs/openshift-priv/kubecsr/openshift-priv-kubecsr-openshift-4.1-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/kubecsr/openshift-priv-kubecsr-openshift-4.1-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -52,6 +50,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -77,6 +78,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -97,11 +101,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -121,6 +125,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -135,6 +142,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -155,11 +165,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -179,6 +189,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -193,4 +206,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/kubecsr/openshift-priv-kubecsr-openshift-4.2-postsubmits.yaml b/ci-operator/jobs/openshift-priv/kubecsr/openshift-priv-kubecsr-openshift-4.2-postsubmits.yaml index db85b3c0ba6c..4ebd9bcfd705 100644 --- a/ci-operator/jobs/openshift-priv/kubecsr/openshift-priv-kubecsr-openshift-4.2-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/kubecsr/openshift-priv-kubecsr-openshift-4.2-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-kubecsr-openshift-4.2-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/kubecsr/openshift-priv-kubecsr-openshift-4.2-presubmits.yaml b/ci-operator/jobs/openshift-priv/kubecsr/openshift-priv-kubecsr-openshift-4.2-presubmits.yaml index 3cd4a3c99a4c..0c90fb364d53 100644 --- a/ci-operator/jobs/openshift-priv/kubecsr/openshift-priv-kubecsr-openshift-4.2-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/kubecsr/openshift-priv-kubecsr-openshift-4.2-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -52,6 +50,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -77,6 +78,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -97,11 +101,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -121,6 +125,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -135,6 +142,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -155,11 +165,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -179,6 +189,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -193,4 +206,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/kubecsr/openshift-priv-kubecsr-openshift-4.3-postsubmits.yaml b/ci-operator/jobs/openshift-priv/kubecsr/openshift-priv-kubecsr-openshift-4.3-postsubmits.yaml index 43825779ae86..9010a23e312b 100644 --- a/ci-operator/jobs/openshift-priv/kubecsr/openshift-priv-kubecsr-openshift-4.3-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/kubecsr/openshift-priv-kubecsr-openshift-4.3-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-kubecsr-openshift-4.3-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/kubecsr/openshift-priv-kubecsr-openshift-4.3-presubmits.yaml b/ci-operator/jobs/openshift-priv/kubecsr/openshift-priv-kubecsr-openshift-4.3-presubmits.yaml index a3a1d2791d5f..2d58b1b1bff3 100644 --- a/ci-operator/jobs/openshift-priv/kubecsr/openshift-priv-kubecsr-openshift-4.3-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/kubecsr/openshift-priv-kubecsr-openshift-4.3-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -52,6 +50,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -77,6 +78,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -97,11 +101,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -121,6 +125,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -135,6 +142,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -155,11 +165,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -179,6 +189,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -193,4 +206,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/kubecsr/openshift-priv-kubecsr-openshift-4.4-postsubmits.yaml b/ci-operator/jobs/openshift-priv/kubecsr/openshift-priv-kubecsr-openshift-4.4-postsubmits.yaml index 56a6c67b03f4..c5186cbd9341 100644 --- a/ci-operator/jobs/openshift-priv/kubecsr/openshift-priv-kubecsr-openshift-4.4-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/kubecsr/openshift-priv-kubecsr-openshift-4.4-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-kubecsr-openshift-4.4-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/kubecsr/openshift-priv-kubecsr-openshift-4.4-presubmits.yaml b/ci-operator/jobs/openshift-priv/kubecsr/openshift-priv-kubecsr-openshift-4.4-presubmits.yaml index 9e409b0ddf0a..3467ededc478 100644 --- a/ci-operator/jobs/openshift-priv/kubecsr/openshift-priv-kubecsr-openshift-4.4-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/kubecsr/openshift-priv-kubecsr-openshift-4.4-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -52,6 +50,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -77,6 +78,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -97,11 +101,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -121,6 +125,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -135,6 +142,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -155,11 +165,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -179,6 +189,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -193,4 +206,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/kubecsr/openshift-priv-kubecsr-openshift-4.5-postsubmits.yaml b/ci-operator/jobs/openshift-priv/kubecsr/openshift-priv-kubecsr-openshift-4.5-postsubmits.yaml index 6aa08df5bcf4..e6b9d173648a 100644 --- a/ci-operator/jobs/openshift-priv/kubecsr/openshift-priv-kubecsr-openshift-4.5-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/kubecsr/openshift-priv-kubecsr-openshift-4.5-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-kubecsr-openshift-4.5-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/kubecsr/openshift-priv-kubecsr-openshift-4.5-presubmits.yaml b/ci-operator/jobs/openshift-priv/kubecsr/openshift-priv-kubecsr-openshift-4.5-presubmits.yaml index 263e3e40e17d..d9d81c00aa94 100644 --- a/ci-operator/jobs/openshift-priv/kubecsr/openshift-priv-kubecsr-openshift-4.5-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/kubecsr/openshift-priv-kubecsr-openshift-4.5-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -52,6 +50,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -77,6 +78,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -97,11 +101,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -121,6 +125,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -135,6 +142,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -155,11 +165,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -179,6 +189,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -193,4 +206,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/kubecsr/openshift-priv-kubecsr-openshift-4.6-postsubmits.yaml b/ci-operator/jobs/openshift-priv/kubecsr/openshift-priv-kubecsr-openshift-4.6-postsubmits.yaml index 7093f01af306..3d4c1b62ef6e 100644 --- a/ci-operator/jobs/openshift-priv/kubecsr/openshift-priv-kubecsr-openshift-4.6-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/kubecsr/openshift-priv-kubecsr-openshift-4.6-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-kubecsr-openshift-4.6-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/kubecsr/openshift-priv-kubecsr-openshift-4.6-presubmits.yaml b/ci-operator/jobs/openshift-priv/kubecsr/openshift-priv-kubecsr-openshift-4.6-presubmits.yaml index 20507c239c11..79508f783bdc 100644 --- a/ci-operator/jobs/openshift-priv/kubecsr/openshift-priv-kubecsr-openshift-4.6-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/kubecsr/openshift-priv-kubecsr-openshift-4.6-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -52,6 +50,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -77,6 +78,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -97,11 +101,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -121,6 +125,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -135,6 +142,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -155,11 +165,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -179,6 +189,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -193,4 +206,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/kubecsr/openshift-priv-kubecsr-openshift-4.7-postsubmits.yaml b/ci-operator/jobs/openshift-priv/kubecsr/openshift-priv-kubecsr-openshift-4.7-postsubmits.yaml index dbb032b31c98..853deb965736 100644 --- a/ci-operator/jobs/openshift-priv/kubecsr/openshift-priv-kubecsr-openshift-4.7-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/kubecsr/openshift-priv-kubecsr-openshift-4.7-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-kubecsr-openshift-4.7-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/kubecsr/openshift-priv-kubecsr-openshift-4.7-presubmits.yaml b/ci-operator/jobs/openshift-priv/kubecsr/openshift-priv-kubecsr-openshift-4.7-presubmits.yaml index 673434714970..687bc904fb0b 100644 --- a/ci-operator/jobs/openshift-priv/kubecsr/openshift-priv-kubecsr-openshift-4.7-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/kubecsr/openshift-priv-kubecsr-openshift-4.7-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -52,6 +50,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -77,6 +78,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -97,11 +101,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -121,6 +125,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -135,6 +142,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -155,11 +165,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -179,6 +189,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -193,4 +206,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/kubefed-operator/openshift-priv-kubefed-operator-master-postsubmits.yaml b/ci-operator/jobs/openshift-priv/kubefed-operator/openshift-priv-kubefed-operator-master-postsubmits.yaml index 4cc44ee38056..2fc7d7108426 100644 --- a/ci-operator/jobs/openshift-priv/kubefed-operator/openshift-priv-kubefed-operator-master-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/kubefed-operator/openshift-priv-kubefed-operator-master-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-kubefed-operator-master-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/kubefed-operator/openshift-priv-kubefed-operator-master-presubmits.yaml b/ci-operator/jobs/openshift-priv/kubefed-operator/openshift-priv-kubefed-operator-master-presubmits.yaml index df2b94c25ded..de9e60c77567 100644 --- a/ci-operator/jobs/openshift-priv/kubefed-operator/openshift-priv-kubefed-operator-master-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/kubefed-operator/openshift-priv-kubefed-operator-master-presubmits.yaml @@ -19,11 +19,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -43,6 +43,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -57,6 +60,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -77,14 +83,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/olm-e2e-cluster-profile - --target=olm-e2e - --template=/usr/local/olm-e2e @@ -122,6 +126,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -150,6 +157,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )olm-e2e,?($|\s.*) - agent: kubernetes always_run: true @@ -170,11 +180,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -194,6 +204,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -208,6 +221,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -228,11 +244,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=vet command: - ci-operator @@ -252,6 +268,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -266,4 +285,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )vet,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/kubefed-operator/openshift-priv-kubefed-operator-release-4.2-postsubmits.yaml b/ci-operator/jobs/openshift-priv/kubefed-operator/openshift-priv-kubefed-operator-release-4.2-postsubmits.yaml index 663eefb70c11..7d58556af0fe 100644 --- a/ci-operator/jobs/openshift-priv/kubefed-operator/openshift-priv-kubefed-operator-release-4.2-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/kubefed-operator/openshift-priv-kubefed-operator-release-4.2-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-kubefed-operator-release-4.2-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/kubefed-operator/openshift-priv-kubefed-operator-release-4.2-presubmits.yaml b/ci-operator/jobs/openshift-priv/kubefed-operator/openshift-priv-kubefed-operator-release-4.2-presubmits.yaml index b293d0465431..831fb42fc468 100644 --- a/ci-operator/jobs/openshift-priv/kubefed-operator/openshift-priv-kubefed-operator-release-4.2-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/kubefed-operator/openshift-priv-kubefed-operator-release-4.2-presubmits.yaml @@ -19,11 +19,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -43,6 +43,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -57,6 +60,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -77,14 +83,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/olm-e2e-cluster-profile - --target=olm-e2e - --template=/usr/local/olm-e2e @@ -122,6 +126,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -150,6 +157,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )olm-e2e,?($|\s.*) - agent: kubernetes always_run: true @@ -170,11 +180,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -194,6 +204,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -208,6 +221,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -228,11 +244,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=vet command: - ci-operator @@ -252,6 +268,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -266,4 +285,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )vet,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/kubefed-operator/openshift-priv-kubefed-operator-release-4.3-postsubmits.yaml b/ci-operator/jobs/openshift-priv/kubefed-operator/openshift-priv-kubefed-operator-release-4.3-postsubmits.yaml index 9a97dc3bb159..702513b49673 100644 --- a/ci-operator/jobs/openshift-priv/kubefed-operator/openshift-priv-kubefed-operator-release-4.3-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/kubefed-operator/openshift-priv-kubefed-operator-release-4.3-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-kubefed-operator-release-4.3-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/kubefed-operator/openshift-priv-kubefed-operator-release-4.3-presubmits.yaml b/ci-operator/jobs/openshift-priv/kubefed-operator/openshift-priv-kubefed-operator-release-4.3-presubmits.yaml index df2653950bd0..f77049d7ebb1 100644 --- a/ci-operator/jobs/openshift-priv/kubefed-operator/openshift-priv-kubefed-operator-release-4.3-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/kubefed-operator/openshift-priv-kubefed-operator-release-4.3-presubmits.yaml @@ -19,11 +19,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -43,6 +43,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -57,6 +60,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -77,14 +83,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/olm-e2e-cluster-profile - --target=olm-e2e - --template=/usr/local/olm-e2e @@ -122,6 +126,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -150,6 +157,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )olm-e2e,?($|\s.*) - agent: kubernetes always_run: true @@ -170,11 +180,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -194,6 +204,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -208,6 +221,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -228,11 +244,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=vet command: - ci-operator @@ -252,6 +268,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -266,4 +285,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )vet,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/kubefed-operator/openshift-priv-kubefed-operator-release-4.4-postsubmits.yaml b/ci-operator/jobs/openshift-priv/kubefed-operator/openshift-priv-kubefed-operator-release-4.4-postsubmits.yaml index 4830b1a83c97..ed9fd44479b6 100644 --- a/ci-operator/jobs/openshift-priv/kubefed-operator/openshift-priv-kubefed-operator-release-4.4-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/kubefed-operator/openshift-priv-kubefed-operator-release-4.4-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-kubefed-operator-release-4.4-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/kubefed-operator/openshift-priv-kubefed-operator-release-4.4-presubmits.yaml b/ci-operator/jobs/openshift-priv/kubefed-operator/openshift-priv-kubefed-operator-release-4.4-presubmits.yaml index c6e376697564..7d68a00fa0f6 100644 --- a/ci-operator/jobs/openshift-priv/kubefed-operator/openshift-priv-kubefed-operator-release-4.4-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/kubefed-operator/openshift-priv-kubefed-operator-release-4.4-presubmits.yaml @@ -19,11 +19,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -43,6 +43,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -57,6 +60,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -77,14 +83,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/olm-e2e-cluster-profile - --target=olm-e2e - --template=/usr/local/olm-e2e @@ -122,6 +126,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -150,6 +157,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )olm-e2e,?($|\s.*) - agent: kubernetes always_run: true @@ -170,11 +180,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -194,6 +204,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -208,6 +221,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -228,11 +244,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=vet command: - ci-operator @@ -252,6 +268,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -266,4 +285,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )vet,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/kubefed-operator/openshift-priv-kubefed-operator-release-4.5-postsubmits.yaml b/ci-operator/jobs/openshift-priv/kubefed-operator/openshift-priv-kubefed-operator-release-4.5-postsubmits.yaml index 5322e968c33f..4bd187b34ddc 100644 --- a/ci-operator/jobs/openshift-priv/kubefed-operator/openshift-priv-kubefed-operator-release-4.5-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/kubefed-operator/openshift-priv-kubefed-operator-release-4.5-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-kubefed-operator-release-4.5-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/kubefed-operator/openshift-priv-kubefed-operator-release-4.5-presubmits.yaml b/ci-operator/jobs/openshift-priv/kubefed-operator/openshift-priv-kubefed-operator-release-4.5-presubmits.yaml index b205f6ddabf1..8285f0d96573 100644 --- a/ci-operator/jobs/openshift-priv/kubefed-operator/openshift-priv-kubefed-operator-release-4.5-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/kubefed-operator/openshift-priv-kubefed-operator-release-4.5-presubmits.yaml @@ -19,11 +19,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -43,6 +43,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -57,6 +60,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -77,14 +83,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/olm-e2e-cluster-profile - --target=olm-e2e - --template=/usr/local/olm-e2e @@ -122,6 +126,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -150,6 +157,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )olm-e2e,?($|\s.*) - agent: kubernetes always_run: true @@ -170,11 +180,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -194,6 +204,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -208,6 +221,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -228,11 +244,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=vet command: - ci-operator @@ -252,6 +268,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -266,4 +285,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )vet,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/kubefed-operator/openshift-priv-kubefed-operator-release-4.6-postsubmits.yaml b/ci-operator/jobs/openshift-priv/kubefed-operator/openshift-priv-kubefed-operator-release-4.6-postsubmits.yaml index 7602913993a2..d7be4db68910 100644 --- a/ci-operator/jobs/openshift-priv/kubefed-operator/openshift-priv-kubefed-operator-release-4.6-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/kubefed-operator/openshift-priv-kubefed-operator-release-4.6-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-kubefed-operator-release-4.6-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/kubefed-operator/openshift-priv-kubefed-operator-release-4.6-presubmits.yaml b/ci-operator/jobs/openshift-priv/kubefed-operator/openshift-priv-kubefed-operator-release-4.6-presubmits.yaml index 971032ea7caf..3f50f923d7c8 100644 --- a/ci-operator/jobs/openshift-priv/kubefed-operator/openshift-priv-kubefed-operator-release-4.6-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/kubefed-operator/openshift-priv-kubefed-operator-release-4.6-presubmits.yaml @@ -19,11 +19,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -43,6 +43,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -57,6 +60,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -77,14 +83,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/olm-e2e-cluster-profile - --target=olm-e2e - --template=/usr/local/olm-e2e @@ -122,6 +126,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -150,6 +157,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )olm-e2e,?($|\s.*) - agent: kubernetes always_run: true @@ -170,11 +180,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -194,6 +204,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -208,6 +221,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -228,11 +244,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=vet command: - ci-operator @@ -252,6 +268,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -266,4 +285,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )vet,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/kubefed-operator/openshift-priv-kubefed-operator-release-4.7-postsubmits.yaml b/ci-operator/jobs/openshift-priv/kubefed-operator/openshift-priv-kubefed-operator-release-4.7-postsubmits.yaml index 151adcedb75c..79a4fd0b0537 100644 --- a/ci-operator/jobs/openshift-priv/kubefed-operator/openshift-priv-kubefed-operator-release-4.7-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/kubefed-operator/openshift-priv-kubefed-operator-release-4.7-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-kubefed-operator-release-4.7-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/kubefed-operator/openshift-priv-kubefed-operator-release-4.7-presubmits.yaml b/ci-operator/jobs/openshift-priv/kubefed-operator/openshift-priv-kubefed-operator-release-4.7-presubmits.yaml index 51f368e9cec1..f308cc877ebe 100644 --- a/ci-operator/jobs/openshift-priv/kubefed-operator/openshift-priv-kubefed-operator-release-4.7-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/kubefed-operator/openshift-priv-kubefed-operator-release-4.7-presubmits.yaml @@ -19,11 +19,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -43,6 +43,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -57,6 +60,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -77,14 +83,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/olm-e2e-cluster-profile - --target=olm-e2e - --template=/usr/local/olm-e2e @@ -122,6 +126,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -150,6 +157,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )olm-e2e,?($|\s.*) - agent: kubernetes always_run: true @@ -170,11 +180,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -194,6 +204,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -208,6 +221,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -228,11 +244,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=vet command: - ci-operator @@ -252,6 +268,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -266,4 +285,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )vet,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/kubefed/openshift-priv-kubefed-master-postsubmits.yaml b/ci-operator/jobs/openshift-priv/kubefed/openshift-priv-kubefed-master-postsubmits.yaml index bc166b7c8f0c..8f8cd1e8361a 100644 --- a/ci-operator/jobs/openshift-priv/kubefed/openshift-priv-kubefed-master-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/kubefed/openshift-priv-kubefed-master-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-kubefed-master-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/kubefed/openshift-priv-kubefed-master-presubmits.yaml b/ci-operator/jobs/openshift-priv/kubefed/openshift-priv-kubefed-master-presubmits.yaml index 794115d3e465..f490e8c0c64a 100644 --- a/ci-operator/jobs/openshift-priv/kubefed/openshift-priv-kubefed-master-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/kubefed/openshift-priv-kubefed-master-presubmits.yaml @@ -19,11 +19,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -43,6 +43,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -57,6 +60,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -77,11 +83,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=managed-e2e command: - ci-operator @@ -101,6 +107,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -115,6 +124,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )managed-e2e,?($|\s.*) - agent: kubernetes always_run: true @@ -135,11 +147,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -159,6 +171,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -173,6 +188,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -193,11 +211,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=vet command: - ci-operator @@ -217,6 +235,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -231,4 +252,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )vet,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/kubefed/openshift-priv-kubefed-release-4.2-postsubmits.yaml b/ci-operator/jobs/openshift-priv/kubefed/openshift-priv-kubefed-release-4.2-postsubmits.yaml index 35d0ab586df6..33a6efea7733 100644 --- a/ci-operator/jobs/openshift-priv/kubefed/openshift-priv-kubefed-release-4.2-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/kubefed/openshift-priv-kubefed-release-4.2-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-kubefed-release-4.2-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/kubefed/openshift-priv-kubefed-release-4.2-presubmits.yaml b/ci-operator/jobs/openshift-priv/kubefed/openshift-priv-kubefed-release-4.2-presubmits.yaml index 49ae08b78b3a..433770def71e 100644 --- a/ci-operator/jobs/openshift-priv/kubefed/openshift-priv-kubefed-release-4.2-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/kubefed/openshift-priv-kubefed-release-4.2-presubmits.yaml @@ -19,11 +19,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -43,6 +43,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -57,6 +60,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -77,11 +83,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=managed-e2e command: - ci-operator @@ -101,6 +107,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -115,6 +124,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )managed-e2e,?($|\s.*) - agent: kubernetes always_run: true @@ -135,11 +147,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -159,6 +171,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -173,6 +188,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -193,11 +211,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=vet command: - ci-operator @@ -217,6 +235,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -231,4 +252,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )vet,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/kubefed/openshift-priv-kubefed-release-4.3-postsubmits.yaml b/ci-operator/jobs/openshift-priv/kubefed/openshift-priv-kubefed-release-4.3-postsubmits.yaml index e96a21f4116c..030a3a14baf5 100644 --- a/ci-operator/jobs/openshift-priv/kubefed/openshift-priv-kubefed-release-4.3-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/kubefed/openshift-priv-kubefed-release-4.3-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-kubefed-release-4.3-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/kubefed/openshift-priv-kubefed-release-4.3-presubmits.yaml b/ci-operator/jobs/openshift-priv/kubefed/openshift-priv-kubefed-release-4.3-presubmits.yaml index 30c13fdb7241..872b96b4834e 100644 --- a/ci-operator/jobs/openshift-priv/kubefed/openshift-priv-kubefed-release-4.3-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/kubefed/openshift-priv-kubefed-release-4.3-presubmits.yaml @@ -19,11 +19,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -43,6 +43,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -57,6 +60,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -77,11 +83,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=managed-e2e command: - ci-operator @@ -101,6 +107,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -115,6 +124,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )managed-e2e,?($|\s.*) - agent: kubernetes always_run: true @@ -135,11 +147,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -159,6 +171,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -173,6 +188,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -193,11 +211,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=vet command: - ci-operator @@ -217,6 +235,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -231,4 +252,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )vet,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/kubefed/openshift-priv-kubefed-release-4.4-postsubmits.yaml b/ci-operator/jobs/openshift-priv/kubefed/openshift-priv-kubefed-release-4.4-postsubmits.yaml index e0c8e091ac21..84de011675c0 100644 --- a/ci-operator/jobs/openshift-priv/kubefed/openshift-priv-kubefed-release-4.4-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/kubefed/openshift-priv-kubefed-release-4.4-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-kubefed-release-4.4-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/kubefed/openshift-priv-kubefed-release-4.4-presubmits.yaml b/ci-operator/jobs/openshift-priv/kubefed/openshift-priv-kubefed-release-4.4-presubmits.yaml index 5c4d056dd422..d30f1c1b68f1 100644 --- a/ci-operator/jobs/openshift-priv/kubefed/openshift-priv-kubefed-release-4.4-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/kubefed/openshift-priv-kubefed-release-4.4-presubmits.yaml @@ -19,11 +19,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -43,6 +43,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -57,6 +60,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -77,11 +83,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=managed-e2e command: - ci-operator @@ -101,6 +107,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -115,6 +124,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )managed-e2e,?($|\s.*) - agent: kubernetes always_run: true @@ -135,11 +147,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -159,6 +171,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -173,6 +188,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -193,11 +211,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=vet command: - ci-operator @@ -217,6 +235,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -231,4 +252,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )vet,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/kubefed/openshift-priv-kubefed-release-4.5-postsubmits.yaml b/ci-operator/jobs/openshift-priv/kubefed/openshift-priv-kubefed-release-4.5-postsubmits.yaml index c5c4bfab046e..c021d6948487 100644 --- a/ci-operator/jobs/openshift-priv/kubefed/openshift-priv-kubefed-release-4.5-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/kubefed/openshift-priv-kubefed-release-4.5-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-kubefed-release-4.5-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/kubefed/openshift-priv-kubefed-release-4.5-presubmits.yaml b/ci-operator/jobs/openshift-priv/kubefed/openshift-priv-kubefed-release-4.5-presubmits.yaml index 8fa8896910d6..797108de1eea 100644 --- a/ci-operator/jobs/openshift-priv/kubefed/openshift-priv-kubefed-release-4.5-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/kubefed/openshift-priv-kubefed-release-4.5-presubmits.yaml @@ -19,11 +19,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -43,6 +43,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -57,6 +60,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -77,11 +83,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=managed-e2e command: - ci-operator @@ -101,6 +107,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -115,6 +124,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )managed-e2e,?($|\s.*) - agent: kubernetes always_run: true @@ -135,11 +147,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -159,6 +171,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -173,6 +188,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -193,11 +211,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=vet command: - ci-operator @@ -217,6 +235,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -231,4 +252,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )vet,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/kubefed/openshift-priv-kubefed-release-4.6-postsubmits.yaml b/ci-operator/jobs/openshift-priv/kubefed/openshift-priv-kubefed-release-4.6-postsubmits.yaml index 08f42843294b..29f10f13f054 100644 --- a/ci-operator/jobs/openshift-priv/kubefed/openshift-priv-kubefed-release-4.6-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/kubefed/openshift-priv-kubefed-release-4.6-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-kubefed-release-4.6-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/kubefed/openshift-priv-kubefed-release-4.6-presubmits.yaml b/ci-operator/jobs/openshift-priv/kubefed/openshift-priv-kubefed-release-4.6-presubmits.yaml index 2fa264939c43..a7cbbfe76444 100644 --- a/ci-operator/jobs/openshift-priv/kubefed/openshift-priv-kubefed-release-4.6-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/kubefed/openshift-priv-kubefed-release-4.6-presubmits.yaml @@ -19,11 +19,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -43,6 +43,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -57,6 +60,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -77,11 +83,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=managed-e2e command: - ci-operator @@ -101,6 +107,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -115,6 +124,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )managed-e2e,?($|\s.*) - agent: kubernetes always_run: true @@ -135,11 +147,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -159,6 +171,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -173,6 +188,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -193,11 +211,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=vet command: - ci-operator @@ -217,6 +235,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -231,4 +252,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )vet,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/kubefed/openshift-priv-kubefed-release-4.7-postsubmits.yaml b/ci-operator/jobs/openshift-priv/kubefed/openshift-priv-kubefed-release-4.7-postsubmits.yaml index e9451671a1ed..dfd5393108ae 100644 --- a/ci-operator/jobs/openshift-priv/kubefed/openshift-priv-kubefed-release-4.7-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/kubefed/openshift-priv-kubefed-release-4.7-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-kubefed-release-4.7-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/kubefed/openshift-priv-kubefed-release-4.7-presubmits.yaml b/ci-operator/jobs/openshift-priv/kubefed/openshift-priv-kubefed-release-4.7-presubmits.yaml index a934e35cb7e8..7ba65ac9a438 100644 --- a/ci-operator/jobs/openshift-priv/kubefed/openshift-priv-kubefed-release-4.7-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/kubefed/openshift-priv-kubefed-release-4.7-presubmits.yaml @@ -19,11 +19,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -43,6 +43,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -57,6 +60,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -77,11 +83,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=managed-e2e command: - ci-operator @@ -101,6 +107,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -115,6 +124,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )managed-e2e,?($|\s.*) - agent: kubernetes always_run: true @@ -135,11 +147,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -159,6 +171,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -173,6 +188,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -193,11 +211,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=vet command: - ci-operator @@ -217,6 +235,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -231,4 +252,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )vet,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/kubernetes-autoscaler/openshift-priv-kubernetes-autoscaler-master-postsubmits.yaml b/ci-operator/jobs/openshift-priv/kubernetes-autoscaler/openshift-priv-kubernetes-autoscaler-master-postsubmits.yaml index 87f7d9a1a548..283a1f45aa33 100644 --- a/ci-operator/jobs/openshift-priv/kubernetes-autoscaler/openshift-priv-kubernetes-autoscaler-master-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/kubernetes-autoscaler/openshift-priv-kubernetes-autoscaler-master-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-kubernetes-autoscaler-master-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/kubernetes-autoscaler/openshift-priv-kubernetes-autoscaler-master-presubmits.yaml b/ci-operator/jobs/openshift-priv/kubernetes-autoscaler/openshift-priv-kubernetes-autoscaler-master-presubmits.yaml index ef91bc7ca1a4..6447cfacfec0 100644 --- a/ci-operator/jobs/openshift-priv/kubernetes-autoscaler/openshift-priv-kubernetes-autoscaler-master-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/kubernetes-autoscaler/openshift-priv-kubernetes-autoscaler-master-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-operator-cluster-profile - --target=e2e-aws-operator - --template=/usr/local/e2e-aws-operator @@ -65,6 +63,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -93,6 +94,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-operator,?($|\s.*) - agent: kubernetes always_run: true @@ -113,14 +117,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-azure-operator-cluster-profile - --target=e2e-azure-operator - --template=/usr/local/e2e-azure-operator @@ -159,6 +161,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -187,6 +192,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-azure-operator,?($|\s.*) - agent: kubernetes always_run: true @@ -207,14 +215,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-gcp-operator-cluster-profile - --target=e2e-gcp-operator - --template=/usr/local/e2e-gcp-operator @@ -253,6 +259,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -283,6 +292,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-gcp-operator,?($|\s.*) - agent: kubernetes always_run: true @@ -303,11 +315,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=git-history command: - ci-operator @@ -327,6 +339,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -341,6 +356,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )git-history,?($|\s.*) - agent: kubernetes always_run: true @@ -361,11 +379,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=goimports command: - ci-operator @@ -385,6 +403,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -399,6 +420,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )goimports,?($|\s.*) - agent: kubernetes always_run: true @@ -419,11 +443,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=golint command: - ci-operator @@ -443,6 +467,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -457,6 +484,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )golint,?($|\s.*) - agent: kubernetes always_run: true @@ -477,11 +507,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=govet command: - ci-operator @@ -501,6 +531,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -515,6 +548,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )govet,?($|\s.*) - agent: kubernetes always_run: true @@ -535,11 +571,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -559,6 +595,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -573,6 +612,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -593,11 +635,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -617,6 +659,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -631,4 +676,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/kubernetes-autoscaler/openshift-priv-kubernetes-autoscaler-release-4.1-postsubmits.yaml b/ci-operator/jobs/openshift-priv/kubernetes-autoscaler/openshift-priv-kubernetes-autoscaler-release-4.1-postsubmits.yaml index 8b21db1a9a17..1a738b102f57 100644 --- a/ci-operator/jobs/openshift-priv/kubernetes-autoscaler/openshift-priv-kubernetes-autoscaler-release-4.1-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/kubernetes-autoscaler/openshift-priv-kubernetes-autoscaler-release-4.1-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-kubernetes-autoscaler-release-4.1-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/kubernetes-autoscaler/openshift-priv-kubernetes-autoscaler-release-4.1-presubmits.yaml b/ci-operator/jobs/openshift-priv/kubernetes-autoscaler/openshift-priv-kubernetes-autoscaler-release-4.1-presubmits.yaml index 5299629260a4..7c47bfd98c74 100644 --- a/ci-operator/jobs/openshift-priv/kubernetes-autoscaler/openshift-priv-kubernetes-autoscaler-release-4.1-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/kubernetes-autoscaler/openshift-priv-kubernetes-autoscaler-release-4.1-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-operator-cluster-profile - --target=e2e-aws-operator - --template=/usr/local/e2e-aws-operator @@ -65,6 +63,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -93,6 +94,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-operator,?($|\s.*) - agent: kubernetes always_run: true @@ -113,11 +117,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=git-history command: - ci-operator @@ -137,6 +141,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -151,6 +158,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )git-history,?($|\s.*) - agent: kubernetes always_run: true @@ -171,11 +181,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=gofmt command: - ci-operator @@ -195,6 +205,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -209,6 +222,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )gofmt,?($|\s.*) - agent: kubernetes always_run: true @@ -229,11 +245,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=golint command: - ci-operator @@ -253,6 +269,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -267,6 +286,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )golint,?($|\s.*) - agent: kubernetes always_run: true @@ -287,11 +309,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=govet command: - ci-operator @@ -311,6 +333,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -325,6 +350,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )govet,?($|\s.*) - agent: kubernetes always_run: true @@ -345,11 +373,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -369,6 +397,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -383,6 +414,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -403,11 +437,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -427,6 +461,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -441,4 +478,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/kubernetes-autoscaler/openshift-priv-kubernetes-autoscaler-release-4.2-postsubmits.yaml b/ci-operator/jobs/openshift-priv/kubernetes-autoscaler/openshift-priv-kubernetes-autoscaler-release-4.2-postsubmits.yaml index f9005353b310..1f2a1f68400c 100644 --- a/ci-operator/jobs/openshift-priv/kubernetes-autoscaler/openshift-priv-kubernetes-autoscaler-release-4.2-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/kubernetes-autoscaler/openshift-priv-kubernetes-autoscaler-release-4.2-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-kubernetes-autoscaler-release-4.2-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/kubernetes-autoscaler/openshift-priv-kubernetes-autoscaler-release-4.2-presubmits.yaml b/ci-operator/jobs/openshift-priv/kubernetes-autoscaler/openshift-priv-kubernetes-autoscaler-release-4.2-presubmits.yaml index e71f0b43a0c3..bfaf2cde6ec8 100644 --- a/ci-operator/jobs/openshift-priv/kubernetes-autoscaler/openshift-priv-kubernetes-autoscaler-release-4.2-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/kubernetes-autoscaler/openshift-priv-kubernetes-autoscaler-release-4.2-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-operator-cluster-profile - --target=e2e-aws-operator - --template=/usr/local/e2e-aws-operator @@ -65,6 +63,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -93,6 +94,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-operator,?($|\s.*) - agent: kubernetes always_run: true @@ -113,11 +117,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=git-history command: - ci-operator @@ -137,6 +141,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -151,6 +158,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )git-history,?($|\s.*) - agent: kubernetes always_run: true @@ -171,11 +181,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=goimports command: - ci-operator @@ -195,6 +205,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -209,6 +222,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )goimports,?($|\s.*) - agent: kubernetes always_run: true @@ -229,11 +245,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=golint command: - ci-operator @@ -253,6 +269,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -267,6 +286,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )golint,?($|\s.*) - agent: kubernetes always_run: true @@ -287,11 +309,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=govet command: - ci-operator @@ -311,6 +333,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -325,6 +350,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )govet,?($|\s.*) - agent: kubernetes always_run: true @@ -345,11 +373,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -369,6 +397,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -383,6 +414,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -403,11 +437,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -427,6 +461,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -441,4 +478,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/kubernetes-autoscaler/openshift-priv-kubernetes-autoscaler-release-4.3-postsubmits.yaml b/ci-operator/jobs/openshift-priv/kubernetes-autoscaler/openshift-priv-kubernetes-autoscaler-release-4.3-postsubmits.yaml index 3e3403f3fff2..4dc4687406d1 100644 --- a/ci-operator/jobs/openshift-priv/kubernetes-autoscaler/openshift-priv-kubernetes-autoscaler-release-4.3-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/kubernetes-autoscaler/openshift-priv-kubernetes-autoscaler-release-4.3-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-kubernetes-autoscaler-release-4.3-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/kubernetes-autoscaler/openshift-priv-kubernetes-autoscaler-release-4.3-presubmits.yaml b/ci-operator/jobs/openshift-priv/kubernetes-autoscaler/openshift-priv-kubernetes-autoscaler-release-4.3-presubmits.yaml index b7ac331e1cd7..06973981a326 100644 --- a/ci-operator/jobs/openshift-priv/kubernetes-autoscaler/openshift-priv-kubernetes-autoscaler-release-4.3-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/kubernetes-autoscaler/openshift-priv-kubernetes-autoscaler-release-4.3-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-operator-cluster-profile - --target=e2e-aws-operator - --template=/usr/local/e2e-aws-operator @@ -65,6 +63,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -93,6 +94,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-operator,?($|\s.*) - agent: kubernetes always_run: true @@ -113,14 +117,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-azure-operator-cluster-profile - --target=e2e-azure-operator - --template=/usr/local/e2e-azure-operator @@ -159,6 +161,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -187,6 +192,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-azure-operator,?($|\s.*) - agent: kubernetes always_run: true @@ -207,14 +215,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-gcp-operator-cluster-profile - --target=e2e-gcp-operator - --template=/usr/local/e2e-gcp-operator @@ -253,6 +259,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -283,6 +292,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-gcp-operator,?($|\s.*) - agent: kubernetes always_run: true @@ -303,11 +315,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=git-history command: - ci-operator @@ -327,6 +339,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -341,6 +356,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )git-history,?($|\s.*) - agent: kubernetes always_run: true @@ -361,11 +379,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=goimports command: - ci-operator @@ -385,6 +403,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -399,6 +420,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )goimports,?($|\s.*) - agent: kubernetes always_run: true @@ -419,11 +443,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=golint command: - ci-operator @@ -443,6 +467,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -457,6 +484,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )golint,?($|\s.*) - agent: kubernetes always_run: true @@ -477,11 +507,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=govet command: - ci-operator @@ -501,6 +531,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -515,6 +548,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )govet,?($|\s.*) - agent: kubernetes always_run: true @@ -535,11 +571,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -559,6 +595,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -573,6 +612,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -593,11 +635,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -617,6 +659,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -631,4 +676,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/kubernetes-autoscaler/openshift-priv-kubernetes-autoscaler-release-4.4-postsubmits.yaml b/ci-operator/jobs/openshift-priv/kubernetes-autoscaler/openshift-priv-kubernetes-autoscaler-release-4.4-postsubmits.yaml index 9a0ce4a80029..b45ef144fa76 100644 --- a/ci-operator/jobs/openshift-priv/kubernetes-autoscaler/openshift-priv-kubernetes-autoscaler-release-4.4-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/kubernetes-autoscaler/openshift-priv-kubernetes-autoscaler-release-4.4-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-kubernetes-autoscaler-release-4.4-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/kubernetes-autoscaler/openshift-priv-kubernetes-autoscaler-release-4.4-presubmits.yaml b/ci-operator/jobs/openshift-priv/kubernetes-autoscaler/openshift-priv-kubernetes-autoscaler-release-4.4-presubmits.yaml index 72f04187e5ba..50b319babba4 100644 --- a/ci-operator/jobs/openshift-priv/kubernetes-autoscaler/openshift-priv-kubernetes-autoscaler-release-4.4-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/kubernetes-autoscaler/openshift-priv-kubernetes-autoscaler-release-4.4-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-operator-cluster-profile - --target=e2e-aws-operator - --template=/usr/local/e2e-aws-operator @@ -65,6 +63,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -93,6 +94,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-operator,?($|\s.*) - agent: kubernetes always_run: true @@ -113,14 +117,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-azure-operator-cluster-profile - --target=e2e-azure-operator - --template=/usr/local/e2e-azure-operator @@ -159,6 +161,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -187,6 +192,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-azure-operator,?($|\s.*) - agent: kubernetes always_run: true @@ -207,14 +215,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-gcp-operator-cluster-profile - --target=e2e-gcp-operator - --template=/usr/local/e2e-gcp-operator @@ -253,6 +259,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -283,6 +292,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-gcp-operator,?($|\s.*) - agent: kubernetes always_run: true @@ -303,11 +315,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=git-history command: - ci-operator @@ -327,6 +339,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -341,6 +356,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )git-history,?($|\s.*) - agent: kubernetes always_run: true @@ -361,11 +379,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=goimports command: - ci-operator @@ -385,6 +403,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -399,6 +420,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )goimports,?($|\s.*) - agent: kubernetes always_run: true @@ -419,11 +443,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=golint command: - ci-operator @@ -443,6 +467,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -457,6 +484,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )golint,?($|\s.*) - agent: kubernetes always_run: true @@ -477,11 +507,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=govet command: - ci-operator @@ -501,6 +531,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -515,6 +548,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )govet,?($|\s.*) - agent: kubernetes always_run: true @@ -535,11 +571,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -559,6 +595,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -573,6 +612,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -593,11 +635,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -617,6 +659,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -631,4 +676,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/kubernetes-autoscaler/openshift-priv-kubernetes-autoscaler-release-4.5-postsubmits.yaml b/ci-operator/jobs/openshift-priv/kubernetes-autoscaler/openshift-priv-kubernetes-autoscaler-release-4.5-postsubmits.yaml index c81face1abc7..8509e91dbe0c 100644 --- a/ci-operator/jobs/openshift-priv/kubernetes-autoscaler/openshift-priv-kubernetes-autoscaler-release-4.5-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/kubernetes-autoscaler/openshift-priv-kubernetes-autoscaler-release-4.5-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-kubernetes-autoscaler-release-4.5-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/kubernetes-autoscaler/openshift-priv-kubernetes-autoscaler-release-4.5-presubmits.yaml b/ci-operator/jobs/openshift-priv/kubernetes-autoscaler/openshift-priv-kubernetes-autoscaler-release-4.5-presubmits.yaml index 41ae86f10291..2a7acd9a338c 100644 --- a/ci-operator/jobs/openshift-priv/kubernetes-autoscaler/openshift-priv-kubernetes-autoscaler-release-4.5-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/kubernetes-autoscaler/openshift-priv-kubernetes-autoscaler-release-4.5-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-operator-cluster-profile - --target=e2e-aws-operator - --template=/usr/local/e2e-aws-operator @@ -65,6 +63,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -93,6 +94,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-operator,?($|\s.*) - agent: kubernetes always_run: true @@ -113,14 +117,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-azure-operator-cluster-profile - --target=e2e-azure-operator - --template=/usr/local/e2e-azure-operator @@ -159,6 +161,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -187,6 +192,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-azure-operator,?($|\s.*) - agent: kubernetes always_run: true @@ -207,14 +215,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-gcp-operator-cluster-profile - --target=e2e-gcp-operator - --template=/usr/local/e2e-gcp-operator @@ -253,6 +259,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -283,6 +292,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-gcp-operator,?($|\s.*) - agent: kubernetes always_run: true @@ -303,11 +315,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=git-history command: - ci-operator @@ -327,6 +339,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -341,6 +356,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )git-history,?($|\s.*) - agent: kubernetes always_run: true @@ -361,11 +379,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=goimports command: - ci-operator @@ -385,6 +403,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -399,6 +420,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )goimports,?($|\s.*) - agent: kubernetes always_run: true @@ -419,11 +443,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=golint command: - ci-operator @@ -443,6 +467,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -457,6 +484,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )golint,?($|\s.*) - agent: kubernetes always_run: true @@ -477,11 +507,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=govet command: - ci-operator @@ -501,6 +531,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -515,6 +548,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )govet,?($|\s.*) - agent: kubernetes always_run: true @@ -535,11 +571,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -559,6 +595,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -573,6 +612,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -593,11 +635,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -617,6 +659,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -631,4 +676,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/kubernetes-autoscaler/openshift-priv-kubernetes-autoscaler-release-4.6-postsubmits.yaml b/ci-operator/jobs/openshift-priv/kubernetes-autoscaler/openshift-priv-kubernetes-autoscaler-release-4.6-postsubmits.yaml index 0de8af0cb3c1..985e4d3e8b04 100644 --- a/ci-operator/jobs/openshift-priv/kubernetes-autoscaler/openshift-priv-kubernetes-autoscaler-release-4.6-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/kubernetes-autoscaler/openshift-priv-kubernetes-autoscaler-release-4.6-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-kubernetes-autoscaler-release-4.6-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/kubernetes-autoscaler/openshift-priv-kubernetes-autoscaler-release-4.6-presubmits.yaml b/ci-operator/jobs/openshift-priv/kubernetes-autoscaler/openshift-priv-kubernetes-autoscaler-release-4.6-presubmits.yaml index 2701b231c055..b44f0fe5f52f 100644 --- a/ci-operator/jobs/openshift-priv/kubernetes-autoscaler/openshift-priv-kubernetes-autoscaler-release-4.6-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/kubernetes-autoscaler/openshift-priv-kubernetes-autoscaler-release-4.6-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-operator-cluster-profile - --target=e2e-aws-operator - --template=/usr/local/e2e-aws-operator @@ -65,6 +63,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -93,6 +94,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-operator,?($|\s.*) - agent: kubernetes always_run: true @@ -113,14 +117,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-azure-operator-cluster-profile - --target=e2e-azure-operator - --template=/usr/local/e2e-azure-operator @@ -159,6 +161,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -187,6 +192,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-azure-operator,?($|\s.*) - agent: kubernetes always_run: true @@ -207,14 +215,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-gcp-operator-cluster-profile - --target=e2e-gcp-operator - --template=/usr/local/e2e-gcp-operator @@ -253,6 +259,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -283,6 +292,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-gcp-operator,?($|\s.*) - agent: kubernetes always_run: true @@ -303,11 +315,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=git-history command: - ci-operator @@ -327,6 +339,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -341,6 +356,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )git-history,?($|\s.*) - agent: kubernetes always_run: true @@ -361,11 +379,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=goimports command: - ci-operator @@ -385,6 +403,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -399,6 +420,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )goimports,?($|\s.*) - agent: kubernetes always_run: true @@ -419,11 +443,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=golint command: - ci-operator @@ -443,6 +467,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -457,6 +484,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )golint,?($|\s.*) - agent: kubernetes always_run: true @@ -477,11 +507,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=govet command: - ci-operator @@ -501,6 +531,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -515,6 +548,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )govet,?($|\s.*) - agent: kubernetes always_run: true @@ -535,11 +571,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -559,6 +595,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -573,6 +612,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -593,11 +635,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -617,6 +659,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -631,4 +676,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/kubernetes-autoscaler/openshift-priv-kubernetes-autoscaler-release-4.7-postsubmits.yaml b/ci-operator/jobs/openshift-priv/kubernetes-autoscaler/openshift-priv-kubernetes-autoscaler-release-4.7-postsubmits.yaml index 3e04561731f0..eee474f8a1eb 100644 --- a/ci-operator/jobs/openshift-priv/kubernetes-autoscaler/openshift-priv-kubernetes-autoscaler-release-4.7-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/kubernetes-autoscaler/openshift-priv-kubernetes-autoscaler-release-4.7-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-kubernetes-autoscaler-release-4.7-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/kubernetes-autoscaler/openshift-priv-kubernetes-autoscaler-release-4.7-presubmits.yaml b/ci-operator/jobs/openshift-priv/kubernetes-autoscaler/openshift-priv-kubernetes-autoscaler-release-4.7-presubmits.yaml index aaf6f5180a78..487dbe24d6c6 100644 --- a/ci-operator/jobs/openshift-priv/kubernetes-autoscaler/openshift-priv-kubernetes-autoscaler-release-4.7-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/kubernetes-autoscaler/openshift-priv-kubernetes-autoscaler-release-4.7-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-operator-cluster-profile - --target=e2e-aws-operator - --template=/usr/local/e2e-aws-operator @@ -65,6 +63,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -93,6 +94,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-operator,?($|\s.*) - agent: kubernetes always_run: true @@ -113,14 +117,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-azure-operator-cluster-profile - --target=e2e-azure-operator - --template=/usr/local/e2e-azure-operator @@ -159,6 +161,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -187,6 +192,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-azure-operator,?($|\s.*) - agent: kubernetes always_run: true @@ -207,14 +215,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-gcp-operator-cluster-profile - --target=e2e-gcp-operator - --template=/usr/local/e2e-gcp-operator @@ -253,6 +259,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -283,6 +292,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-gcp-operator,?($|\s.*) - agent: kubernetes always_run: true @@ -303,11 +315,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=git-history command: - ci-operator @@ -327,6 +339,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -341,6 +356,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )git-history,?($|\s.*) - agent: kubernetes always_run: true @@ -361,11 +379,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=goimports command: - ci-operator @@ -385,6 +403,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -399,6 +420,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )goimports,?($|\s.*) - agent: kubernetes always_run: true @@ -419,11 +443,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=golint command: - ci-operator @@ -443,6 +467,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -457,6 +484,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )golint,?($|\s.*) - agent: kubernetes always_run: true @@ -477,11 +507,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=govet command: - ci-operator @@ -501,6 +531,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -515,6 +548,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )govet,?($|\s.*) - agent: kubernetes always_run: true @@ -535,11 +571,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -559,6 +595,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -573,6 +612,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -593,11 +635,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -617,6 +659,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -631,4 +676,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/kubernetes-kube-storage-version-migrator/openshift-priv-kubernetes-kube-storage-version-migrator-master-postsubmits.yaml b/ci-operator/jobs/openshift-priv/kubernetes-kube-storage-version-migrator/openshift-priv-kubernetes-kube-storage-version-migrator-master-postsubmits.yaml index 38d71546dbee..d6a282931698 100644 --- a/ci-operator/jobs/openshift-priv/kubernetes-kube-storage-version-migrator/openshift-priv-kubernetes-kube-storage-version-migrator-master-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/kubernetes-kube-storage-version-migrator/openshift-priv-kubernetes-kube-storage-version-migrator-master-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-kubernetes-kube-storage-version-migrator-master-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/kubernetes-kube-storage-version-migrator/openshift-priv-kubernetes-kube-storage-version-migrator-master-presubmits.yaml b/ci-operator/jobs/openshift-priv/kubernetes-kube-storage-version-migrator/openshift-priv-kubernetes-kube-storage-version-migrator-master-presubmits.yaml index 122a1da0b2fc..666922d88bfc 100644 --- a/ci-operator/jobs/openshift-priv/kubernetes-kube-storage-version-migrator/openshift-priv-kubernetes-kube-storage-version-migrator-master-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/kubernetes-kube-storage-version-migrator/openshift-priv-kubernetes-kube-storage-version-migrator-master-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -52,6 +50,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -77,6 +78,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -97,11 +101,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -121,6 +125,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -135,6 +142,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -155,11 +165,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -179,6 +189,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -193,6 +206,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -213,11 +229,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -237,6 +253,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -251,4 +270,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/kubernetes-kube-storage-version-migrator/openshift-priv-kubernetes-kube-storage-version-migrator-release-4.3-postsubmits.yaml b/ci-operator/jobs/openshift-priv/kubernetes-kube-storage-version-migrator/openshift-priv-kubernetes-kube-storage-version-migrator-release-4.3-postsubmits.yaml index 1a93c40f831a..83df66a3eef0 100644 --- a/ci-operator/jobs/openshift-priv/kubernetes-kube-storage-version-migrator/openshift-priv-kubernetes-kube-storage-version-migrator-release-4.3-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/kubernetes-kube-storage-version-migrator/openshift-priv-kubernetes-kube-storage-version-migrator-release-4.3-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-kubernetes-kube-storage-version-migrator-release-4.3-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/kubernetes-kube-storage-version-migrator/openshift-priv-kubernetes-kube-storage-version-migrator-release-4.3-presubmits.yaml b/ci-operator/jobs/openshift-priv/kubernetes-kube-storage-version-migrator/openshift-priv-kubernetes-kube-storage-version-migrator-release-4.3-presubmits.yaml index 14ef6f5aa8f1..f7c0b89e5853 100644 --- a/ci-operator/jobs/openshift-priv/kubernetes-kube-storage-version-migrator/openshift-priv-kubernetes-kube-storage-version-migrator-release-4.3-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/kubernetes-kube-storage-version-migrator/openshift-priv-kubernetes-kube-storage-version-migrator-release-4.3-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -52,6 +50,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -77,6 +78,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -97,11 +101,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -121,6 +125,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -135,6 +142,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -155,11 +165,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -179,6 +189,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -193,6 +206,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -213,11 +229,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -237,6 +253,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -251,4 +270,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/kubernetes-kube-storage-version-migrator/openshift-priv-kubernetes-kube-storage-version-migrator-release-4.4-postsubmits.yaml b/ci-operator/jobs/openshift-priv/kubernetes-kube-storage-version-migrator/openshift-priv-kubernetes-kube-storage-version-migrator-release-4.4-postsubmits.yaml index 8d87f48c343e..166f13fb955f 100644 --- a/ci-operator/jobs/openshift-priv/kubernetes-kube-storage-version-migrator/openshift-priv-kubernetes-kube-storage-version-migrator-release-4.4-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/kubernetes-kube-storage-version-migrator/openshift-priv-kubernetes-kube-storage-version-migrator-release-4.4-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-kubernetes-kube-storage-version-migrator-release-4.4-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/kubernetes-kube-storage-version-migrator/openshift-priv-kubernetes-kube-storage-version-migrator-release-4.4-presubmits.yaml b/ci-operator/jobs/openshift-priv/kubernetes-kube-storage-version-migrator/openshift-priv-kubernetes-kube-storage-version-migrator-release-4.4-presubmits.yaml index 01d5c0400f0b..973bd32b57f8 100644 --- a/ci-operator/jobs/openshift-priv/kubernetes-kube-storage-version-migrator/openshift-priv-kubernetes-kube-storage-version-migrator-release-4.4-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/kubernetes-kube-storage-version-migrator/openshift-priv-kubernetes-kube-storage-version-migrator-release-4.4-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -52,6 +50,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -77,6 +78,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -97,11 +101,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -121,6 +125,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -135,6 +142,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -155,11 +165,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -179,6 +189,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -193,6 +206,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -213,11 +229,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -237,6 +253,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -251,4 +270,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/kubernetes-kube-storage-version-migrator/openshift-priv-kubernetes-kube-storage-version-migrator-release-4.5-postsubmits.yaml b/ci-operator/jobs/openshift-priv/kubernetes-kube-storage-version-migrator/openshift-priv-kubernetes-kube-storage-version-migrator-release-4.5-postsubmits.yaml index dce8af658cbc..561daca15242 100644 --- a/ci-operator/jobs/openshift-priv/kubernetes-kube-storage-version-migrator/openshift-priv-kubernetes-kube-storage-version-migrator-release-4.5-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/kubernetes-kube-storage-version-migrator/openshift-priv-kubernetes-kube-storage-version-migrator-release-4.5-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-kubernetes-kube-storage-version-migrator-release-4.5-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/kubernetes-kube-storage-version-migrator/openshift-priv-kubernetes-kube-storage-version-migrator-release-4.5-presubmits.yaml b/ci-operator/jobs/openshift-priv/kubernetes-kube-storage-version-migrator/openshift-priv-kubernetes-kube-storage-version-migrator-release-4.5-presubmits.yaml index ba6d14d28c75..9a15e57db903 100644 --- a/ci-operator/jobs/openshift-priv/kubernetes-kube-storage-version-migrator/openshift-priv-kubernetes-kube-storage-version-migrator-release-4.5-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/kubernetes-kube-storage-version-migrator/openshift-priv-kubernetes-kube-storage-version-migrator-release-4.5-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -52,6 +50,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -77,6 +78,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -97,11 +101,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -121,6 +125,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -135,6 +142,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -155,11 +165,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -179,6 +189,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -193,6 +206,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -213,11 +229,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -237,6 +253,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -251,4 +270,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/kubernetes-kube-storage-version-migrator/openshift-priv-kubernetes-kube-storage-version-migrator-release-4.6-postsubmits.yaml b/ci-operator/jobs/openshift-priv/kubernetes-kube-storage-version-migrator/openshift-priv-kubernetes-kube-storage-version-migrator-release-4.6-postsubmits.yaml index 62faad5d27d9..a4f7ab16ee37 100644 --- a/ci-operator/jobs/openshift-priv/kubernetes-kube-storage-version-migrator/openshift-priv-kubernetes-kube-storage-version-migrator-release-4.6-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/kubernetes-kube-storage-version-migrator/openshift-priv-kubernetes-kube-storage-version-migrator-release-4.6-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-kubernetes-kube-storage-version-migrator-release-4.6-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/kubernetes-kube-storage-version-migrator/openshift-priv-kubernetes-kube-storage-version-migrator-release-4.6-presubmits.yaml b/ci-operator/jobs/openshift-priv/kubernetes-kube-storage-version-migrator/openshift-priv-kubernetes-kube-storage-version-migrator-release-4.6-presubmits.yaml index 3c8f8b368f88..5a7ae30a8ca2 100644 --- a/ci-operator/jobs/openshift-priv/kubernetes-kube-storage-version-migrator/openshift-priv-kubernetes-kube-storage-version-migrator-release-4.6-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/kubernetes-kube-storage-version-migrator/openshift-priv-kubernetes-kube-storage-version-migrator-release-4.6-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -52,6 +50,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -77,6 +78,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -97,11 +101,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -121,6 +125,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -135,6 +142,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -155,11 +165,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -179,6 +189,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -193,6 +206,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -213,11 +229,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -237,6 +253,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -251,4 +270,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/kubernetes-kube-storage-version-migrator/openshift-priv-kubernetes-kube-storage-version-migrator-release-4.7-postsubmits.yaml b/ci-operator/jobs/openshift-priv/kubernetes-kube-storage-version-migrator/openshift-priv-kubernetes-kube-storage-version-migrator-release-4.7-postsubmits.yaml index 9f2f57f6b50b..224ec4be0494 100644 --- a/ci-operator/jobs/openshift-priv/kubernetes-kube-storage-version-migrator/openshift-priv-kubernetes-kube-storage-version-migrator-release-4.7-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/kubernetes-kube-storage-version-migrator/openshift-priv-kubernetes-kube-storage-version-migrator-release-4.7-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-kubernetes-kube-storage-version-migrator-release-4.7-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/kubernetes-kube-storage-version-migrator/openshift-priv-kubernetes-kube-storage-version-migrator-release-4.7-presubmits.yaml b/ci-operator/jobs/openshift-priv/kubernetes-kube-storage-version-migrator/openshift-priv-kubernetes-kube-storage-version-migrator-release-4.7-presubmits.yaml index 164387870253..2d6c04c2ff2c 100644 --- a/ci-operator/jobs/openshift-priv/kubernetes-kube-storage-version-migrator/openshift-priv-kubernetes-kube-storage-version-migrator-release-4.7-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/kubernetes-kube-storage-version-migrator/openshift-priv-kubernetes-kube-storage-version-migrator-release-4.7-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -52,6 +50,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -77,6 +78,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -97,11 +101,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -121,6 +125,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -135,6 +142,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -155,11 +165,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -179,6 +189,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -193,6 +206,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -213,11 +229,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -237,6 +253,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -251,4 +270,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/kubernetes-nmstate/openshift-priv-kubernetes-nmstate-master-presubmits.yaml b/ci-operator/jobs/openshift-priv/kubernetes-nmstate/openshift-priv-kubernetes-nmstate-master-presubmits.yaml index b95b2d69c6e8..05a58008c95b 100644 --- a/ci-operator/jobs/openshift-priv/kubernetes-nmstate/openshift-priv-kubernetes-nmstate-master-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/kubernetes-nmstate/openshift-priv-kubernetes-nmstate-master-presubmits.yaml @@ -19,11 +19,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -43,6 +43,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -57,4 +60,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/kubernetes-nmstate/openshift-priv-kubernetes-nmstate-release-4.5-presubmits.yaml b/ci-operator/jobs/openshift-priv/kubernetes-nmstate/openshift-priv-kubernetes-nmstate-release-4.5-presubmits.yaml index d3c13e036555..d5d9c119c5bc 100644 --- a/ci-operator/jobs/openshift-priv/kubernetes-nmstate/openshift-priv-kubernetes-nmstate-release-4.5-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/kubernetes-nmstate/openshift-priv-kubernetes-nmstate-release-4.5-presubmits.yaml @@ -19,11 +19,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -43,6 +43,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -57,4 +60,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/kubernetes-nmstate/openshift-priv-kubernetes-nmstate-release-4.6-presubmits.yaml b/ci-operator/jobs/openshift-priv/kubernetes-nmstate/openshift-priv-kubernetes-nmstate-release-4.6-presubmits.yaml index b0b0206d7243..f82d264a2d2f 100644 --- a/ci-operator/jobs/openshift-priv/kubernetes-nmstate/openshift-priv-kubernetes-nmstate-release-4.6-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/kubernetes-nmstate/openshift-priv-kubernetes-nmstate-release-4.6-presubmits.yaml @@ -19,11 +19,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -43,6 +43,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -57,4 +60,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/kubernetes-nmstate/openshift-priv-kubernetes-nmstate-release-4.7-presubmits.yaml b/ci-operator/jobs/openshift-priv/kubernetes-nmstate/openshift-priv-kubernetes-nmstate-release-4.7-presubmits.yaml index d7330a9b296f..dbe680057df0 100644 --- a/ci-operator/jobs/openshift-priv/kubernetes-nmstate/openshift-priv-kubernetes-nmstate-release-4.7-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/kubernetes-nmstate/openshift-priv-kubernetes-nmstate-release-4.7-presubmits.yaml @@ -19,11 +19,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -43,6 +43,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -57,4 +60,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/kuryr-kubernetes/openshift-priv-kuryr-kubernetes-master-postsubmits.yaml b/ci-operator/jobs/openshift-priv/kuryr-kubernetes/openshift-priv-kuryr-kubernetes-master-postsubmits.yaml index d02c07c8a692..9ad489ee0ee8 100644 --- a/ci-operator/jobs/openshift-priv/kuryr-kubernetes/openshift-priv-kuryr-kubernetes-master-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/kuryr-kubernetes/openshift-priv-kuryr-kubernetes-master-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-kuryr-kubernetes-master-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/kuryr-kubernetes/openshift-priv-kuryr-kubernetes-master-presubmits.yaml b/ci-operator/jobs/openshift-priv/kuryr-kubernetes/openshift-priv-kuryr-kubernetes-master-presubmits.yaml index 0c6e690caa6b..296ac3fbe9c6 100644 --- a/ci-operator/jobs/openshift-priv/kuryr-kubernetes/openshift-priv-kuryr-kubernetes-master-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/kuryr-kubernetes/openshift-priv-kuryr-kubernetes-master-presubmits.yaml @@ -19,11 +19,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -43,6 +43,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -57,6 +60,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -77,11 +83,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -101,6 +107,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -115,6 +124,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -135,11 +147,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -159,6 +171,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -173,4 +188,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/kuryr-kubernetes/openshift-priv-kuryr-kubernetes-release-4.2-postsubmits.yaml b/ci-operator/jobs/openshift-priv/kuryr-kubernetes/openshift-priv-kuryr-kubernetes-release-4.2-postsubmits.yaml index 43185e2b95be..ee31bc93ebe4 100644 --- a/ci-operator/jobs/openshift-priv/kuryr-kubernetes/openshift-priv-kuryr-kubernetes-release-4.2-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/kuryr-kubernetes/openshift-priv-kuryr-kubernetes-release-4.2-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-kuryr-kubernetes-release-4.2-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/kuryr-kubernetes/openshift-priv-kuryr-kubernetes-release-4.2-presubmits.yaml b/ci-operator/jobs/openshift-priv/kuryr-kubernetes/openshift-priv-kuryr-kubernetes-release-4.2-presubmits.yaml index 3190dbac52ee..72384ba3eda6 100644 --- a/ci-operator/jobs/openshift-priv/kuryr-kubernetes/openshift-priv-kuryr-kubernetes-release-4.2-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/kuryr-kubernetes/openshift-priv-kuryr-kubernetes-release-4.2-presubmits.yaml @@ -19,11 +19,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -43,6 +43,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -57,6 +60,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -77,11 +83,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -101,6 +107,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -115,6 +124,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -135,11 +147,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -159,6 +171,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -173,4 +188,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/kuryr-kubernetes/openshift-priv-kuryr-kubernetes-release-4.3-postsubmits.yaml b/ci-operator/jobs/openshift-priv/kuryr-kubernetes/openshift-priv-kuryr-kubernetes-release-4.3-postsubmits.yaml index 610f06d3d852..eef9b21ce5c3 100644 --- a/ci-operator/jobs/openshift-priv/kuryr-kubernetes/openshift-priv-kuryr-kubernetes-release-4.3-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/kuryr-kubernetes/openshift-priv-kuryr-kubernetes-release-4.3-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-kuryr-kubernetes-release-4.3-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/kuryr-kubernetes/openshift-priv-kuryr-kubernetes-release-4.3-presubmits.yaml b/ci-operator/jobs/openshift-priv/kuryr-kubernetes/openshift-priv-kuryr-kubernetes-release-4.3-presubmits.yaml index 42410c4b2f90..786148c53eb2 100644 --- a/ci-operator/jobs/openshift-priv/kuryr-kubernetes/openshift-priv-kuryr-kubernetes-release-4.3-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/kuryr-kubernetes/openshift-priv-kuryr-kubernetes-release-4.3-presubmits.yaml @@ -19,11 +19,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -43,6 +43,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -57,6 +60,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -77,11 +83,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -101,6 +107,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -115,6 +124,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -135,11 +147,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -159,6 +171,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -173,4 +188,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/kuryr-kubernetes/openshift-priv-kuryr-kubernetes-release-4.4-postsubmits.yaml b/ci-operator/jobs/openshift-priv/kuryr-kubernetes/openshift-priv-kuryr-kubernetes-release-4.4-postsubmits.yaml index b6e8bd87b6bd..62d49ec52115 100644 --- a/ci-operator/jobs/openshift-priv/kuryr-kubernetes/openshift-priv-kuryr-kubernetes-release-4.4-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/kuryr-kubernetes/openshift-priv-kuryr-kubernetes-release-4.4-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-kuryr-kubernetes-release-4.4-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/kuryr-kubernetes/openshift-priv-kuryr-kubernetes-release-4.4-presubmits.yaml b/ci-operator/jobs/openshift-priv/kuryr-kubernetes/openshift-priv-kuryr-kubernetes-release-4.4-presubmits.yaml index 77fbe640d58a..ad6999b96c42 100644 --- a/ci-operator/jobs/openshift-priv/kuryr-kubernetes/openshift-priv-kuryr-kubernetes-release-4.4-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/kuryr-kubernetes/openshift-priv-kuryr-kubernetes-release-4.4-presubmits.yaml @@ -19,11 +19,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -43,6 +43,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -57,6 +60,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -77,11 +83,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -101,6 +107,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -115,6 +124,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -135,11 +147,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -159,6 +171,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -173,4 +188,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/kuryr-kubernetes/openshift-priv-kuryr-kubernetes-release-4.5-postsubmits.yaml b/ci-operator/jobs/openshift-priv/kuryr-kubernetes/openshift-priv-kuryr-kubernetes-release-4.5-postsubmits.yaml index 05cee963d4c9..a373f8df5af5 100644 --- a/ci-operator/jobs/openshift-priv/kuryr-kubernetes/openshift-priv-kuryr-kubernetes-release-4.5-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/kuryr-kubernetes/openshift-priv-kuryr-kubernetes-release-4.5-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-kuryr-kubernetes-release-4.5-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/kuryr-kubernetes/openshift-priv-kuryr-kubernetes-release-4.5-presubmits.yaml b/ci-operator/jobs/openshift-priv/kuryr-kubernetes/openshift-priv-kuryr-kubernetes-release-4.5-presubmits.yaml index a08c2a009d3a..32b868121d1c 100644 --- a/ci-operator/jobs/openshift-priv/kuryr-kubernetes/openshift-priv-kuryr-kubernetes-release-4.5-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/kuryr-kubernetes/openshift-priv-kuryr-kubernetes-release-4.5-presubmits.yaml @@ -19,11 +19,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -43,6 +43,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -57,6 +60,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -77,11 +83,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -101,6 +107,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -115,6 +124,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -135,11 +147,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -159,6 +171,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -173,4 +188,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/kuryr-kubernetes/openshift-priv-kuryr-kubernetes-release-4.6-postsubmits.yaml b/ci-operator/jobs/openshift-priv/kuryr-kubernetes/openshift-priv-kuryr-kubernetes-release-4.6-postsubmits.yaml index e28aa8d673fb..ec88c2f59d07 100644 --- a/ci-operator/jobs/openshift-priv/kuryr-kubernetes/openshift-priv-kuryr-kubernetes-release-4.6-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/kuryr-kubernetes/openshift-priv-kuryr-kubernetes-release-4.6-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-kuryr-kubernetes-release-4.6-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/kuryr-kubernetes/openshift-priv-kuryr-kubernetes-release-4.6-presubmits.yaml b/ci-operator/jobs/openshift-priv/kuryr-kubernetes/openshift-priv-kuryr-kubernetes-release-4.6-presubmits.yaml index 301c02b567d9..2d95b082eaec 100644 --- a/ci-operator/jobs/openshift-priv/kuryr-kubernetes/openshift-priv-kuryr-kubernetes-release-4.6-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/kuryr-kubernetes/openshift-priv-kuryr-kubernetes-release-4.6-presubmits.yaml @@ -19,11 +19,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -43,6 +43,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -57,6 +60,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -77,11 +83,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -101,6 +107,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -115,6 +124,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -135,11 +147,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -159,6 +171,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -173,4 +188,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/kuryr-kubernetes/openshift-priv-kuryr-kubernetes-release-4.7-postsubmits.yaml b/ci-operator/jobs/openshift-priv/kuryr-kubernetes/openshift-priv-kuryr-kubernetes-release-4.7-postsubmits.yaml index 40d5f1008f47..a682458f31ef 100644 --- a/ci-operator/jobs/openshift-priv/kuryr-kubernetes/openshift-priv-kuryr-kubernetes-release-4.7-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/kuryr-kubernetes/openshift-priv-kuryr-kubernetes-release-4.7-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-kuryr-kubernetes-release-4.7-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/kuryr-kubernetes/openshift-priv-kuryr-kubernetes-release-4.7-presubmits.yaml b/ci-operator/jobs/openshift-priv/kuryr-kubernetes/openshift-priv-kuryr-kubernetes-release-4.7-presubmits.yaml index 6e425ab731d8..beaf39b1ee1f 100644 --- a/ci-operator/jobs/openshift-priv/kuryr-kubernetes/openshift-priv-kuryr-kubernetes-release-4.7-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/kuryr-kubernetes/openshift-priv-kuryr-kubernetes-release-4.7-presubmits.yaml @@ -19,11 +19,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -43,6 +43,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -57,6 +60,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -77,11 +83,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -101,6 +107,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -115,6 +124,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -135,11 +147,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -159,6 +171,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -173,4 +188,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/leader-elector/openshift-priv-leader-elector-master-postsubmits.yaml b/ci-operator/jobs/openshift-priv/leader-elector/openshift-priv-leader-elector-master-postsubmits.yaml index cde561587543..6be230ff8f93 100644 --- a/ci-operator/jobs/openshift-priv/leader-elector/openshift-priv-leader-elector-master-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/leader-elector/openshift-priv-leader-elector-master-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-leader-elector-master-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/leader-elector/openshift-priv-leader-elector-master-presubmits.yaml b/ci-operator/jobs/openshift-priv/leader-elector/openshift-priv-leader-elector-master-presubmits.yaml index a15eb5ef08cb..311dcc2166da 100644 --- a/ci-operator/jobs/openshift-priv/leader-elector/openshift-priv-leader-elector-master-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/leader-elector/openshift-priv-leader-elector-master-presubmits.yaml @@ -19,11 +19,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -43,6 +43,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -57,6 +60,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -77,11 +83,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -101,6 +107,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -115,4 +124,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/leader-elector/openshift-priv-leader-elector-release-4.2-postsubmits.yaml b/ci-operator/jobs/openshift-priv/leader-elector/openshift-priv-leader-elector-release-4.2-postsubmits.yaml index 8825737d8e84..527445febb7f 100644 --- a/ci-operator/jobs/openshift-priv/leader-elector/openshift-priv-leader-elector-release-4.2-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/leader-elector/openshift-priv-leader-elector-release-4.2-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-leader-elector-release-4.2-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/leader-elector/openshift-priv-leader-elector-release-4.2-presubmits.yaml b/ci-operator/jobs/openshift-priv/leader-elector/openshift-priv-leader-elector-release-4.2-presubmits.yaml index b31f917b6c98..17370e512662 100644 --- a/ci-operator/jobs/openshift-priv/leader-elector/openshift-priv-leader-elector-release-4.2-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/leader-elector/openshift-priv-leader-elector-release-4.2-presubmits.yaml @@ -19,11 +19,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -43,6 +43,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -57,6 +60,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -77,11 +83,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -101,6 +107,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -115,4 +124,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/leader-elector/openshift-priv-leader-elector-release-4.3-postsubmits.yaml b/ci-operator/jobs/openshift-priv/leader-elector/openshift-priv-leader-elector-release-4.3-postsubmits.yaml index 0c9e530d0ffd..0e5126dc10af 100644 --- a/ci-operator/jobs/openshift-priv/leader-elector/openshift-priv-leader-elector-release-4.3-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/leader-elector/openshift-priv-leader-elector-release-4.3-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-leader-elector-release-4.3-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/leader-elector/openshift-priv-leader-elector-release-4.3-presubmits.yaml b/ci-operator/jobs/openshift-priv/leader-elector/openshift-priv-leader-elector-release-4.3-presubmits.yaml index 3d68491f6764..a0d5a53faec3 100644 --- a/ci-operator/jobs/openshift-priv/leader-elector/openshift-priv-leader-elector-release-4.3-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/leader-elector/openshift-priv-leader-elector-release-4.3-presubmits.yaml @@ -19,11 +19,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -43,6 +43,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -57,6 +60,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -77,11 +83,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -101,6 +107,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -115,4 +124,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/leader-elector/openshift-priv-leader-elector-release-4.4-postsubmits.yaml b/ci-operator/jobs/openshift-priv/leader-elector/openshift-priv-leader-elector-release-4.4-postsubmits.yaml index 79723b080d79..f7e8fe716a32 100644 --- a/ci-operator/jobs/openshift-priv/leader-elector/openshift-priv-leader-elector-release-4.4-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/leader-elector/openshift-priv-leader-elector-release-4.4-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-leader-elector-release-4.4-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/leader-elector/openshift-priv-leader-elector-release-4.4-presubmits.yaml b/ci-operator/jobs/openshift-priv/leader-elector/openshift-priv-leader-elector-release-4.4-presubmits.yaml index cde590d1a734..8352b1ec9c5b 100644 --- a/ci-operator/jobs/openshift-priv/leader-elector/openshift-priv-leader-elector-release-4.4-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/leader-elector/openshift-priv-leader-elector-release-4.4-presubmits.yaml @@ -19,11 +19,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -43,6 +43,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -57,6 +60,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -77,11 +83,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -101,6 +107,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -115,4 +124,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/leader-elector/openshift-priv-leader-elector-release-4.5-postsubmits.yaml b/ci-operator/jobs/openshift-priv/leader-elector/openshift-priv-leader-elector-release-4.5-postsubmits.yaml index d79f67ddc5b5..d31b4ee3def9 100644 --- a/ci-operator/jobs/openshift-priv/leader-elector/openshift-priv-leader-elector-release-4.5-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/leader-elector/openshift-priv-leader-elector-release-4.5-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-leader-elector-release-4.5-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/leader-elector/openshift-priv-leader-elector-release-4.5-presubmits.yaml b/ci-operator/jobs/openshift-priv/leader-elector/openshift-priv-leader-elector-release-4.5-presubmits.yaml index a1c5428dd2b5..d845dc68c61a 100644 --- a/ci-operator/jobs/openshift-priv/leader-elector/openshift-priv-leader-elector-release-4.5-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/leader-elector/openshift-priv-leader-elector-release-4.5-presubmits.yaml @@ -19,11 +19,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -43,6 +43,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -57,6 +60,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -77,11 +83,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -101,6 +107,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -115,4 +124,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/leader-elector/openshift-priv-leader-elector-release-4.6-postsubmits.yaml b/ci-operator/jobs/openshift-priv/leader-elector/openshift-priv-leader-elector-release-4.6-postsubmits.yaml index 0007c38c6e8a..84c66b1ee73a 100644 --- a/ci-operator/jobs/openshift-priv/leader-elector/openshift-priv-leader-elector-release-4.6-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/leader-elector/openshift-priv-leader-elector-release-4.6-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-leader-elector-release-4.6-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/leader-elector/openshift-priv-leader-elector-release-4.6-presubmits.yaml b/ci-operator/jobs/openshift-priv/leader-elector/openshift-priv-leader-elector-release-4.6-presubmits.yaml index f6e109bebee6..3fa5679538b4 100644 --- a/ci-operator/jobs/openshift-priv/leader-elector/openshift-priv-leader-elector-release-4.6-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/leader-elector/openshift-priv-leader-elector-release-4.6-presubmits.yaml @@ -19,11 +19,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -43,6 +43,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -57,6 +60,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -77,11 +83,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -101,6 +107,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -115,4 +124,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/leader-elector/openshift-priv-leader-elector-release-4.7-postsubmits.yaml b/ci-operator/jobs/openshift-priv/leader-elector/openshift-priv-leader-elector-release-4.7-postsubmits.yaml index 2b83c8598e23..5e1b1b122ec0 100644 --- a/ci-operator/jobs/openshift-priv/leader-elector/openshift-priv-leader-elector-release-4.7-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/leader-elector/openshift-priv-leader-elector-release-4.7-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-leader-elector-release-4.7-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/leader-elector/openshift-priv-leader-elector-release-4.7-presubmits.yaml b/ci-operator/jobs/openshift-priv/leader-elector/openshift-priv-leader-elector-release-4.7-presubmits.yaml index 0574d4ef6f81..b700760f5c4a 100644 --- a/ci-operator/jobs/openshift-priv/leader-elector/openshift-priv-leader-elector-release-4.7-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/leader-elector/openshift-priv-leader-elector-release-4.7-presubmits.yaml @@ -19,11 +19,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -43,6 +43,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -57,6 +60,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -77,11 +83,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -101,6 +107,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -115,4 +124,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/library-go/openshift-priv-library-go-master-presubmits.yaml b/ci-operator/jobs/openshift-priv/library-go/openshift-priv-library-go-master-presubmits.yaml index 2dcf2fc665c1..d35a089139a9 100644 --- a/ci-operator/jobs/openshift-priv/library-go/openshift-priv-library-go-master-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/library-go/openshift-priv-library-go-master-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-encryption-cluster-profile - --target=e2e-aws-encryption - --template=/usr/local/e2e-aws-encryption @@ -64,6 +62,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -92,6 +93,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-encryption,?($|\s.*) - agent: kubernetes always_run: true @@ -112,11 +116,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -136,6 +140,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -150,6 +157,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -170,11 +180,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -194,6 +204,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -208,6 +221,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) - agent: kubernetes always_run: true @@ -228,11 +244,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify-deps command: - ci-operator @@ -252,6 +268,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -266,4 +285,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify-deps,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/library-go/openshift-priv-library-go-release-4.1-presubmits.yaml b/ci-operator/jobs/openshift-priv/library-go/openshift-priv-library-go-release-4.1-presubmits.yaml index 7e96bfebfee1..062728f8f8e7 100644 --- a/ci-operator/jobs/openshift-priv/library-go/openshift-priv-library-go-release-4.1-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/library-go/openshift-priv-library-go-release-4.1-presubmits.yaml @@ -19,11 +19,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -43,6 +43,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -57,6 +60,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -77,11 +83,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -101,6 +107,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -115,6 +124,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) - agent: kubernetes always_run: true @@ -135,11 +147,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify-alpha-build-machinery command: - ci-operator @@ -159,6 +171,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -173,6 +188,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify-alpha-build-machinery,?($|\s.*) - agent: kubernetes always_run: true @@ -193,11 +211,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify-deps command: - ci-operator @@ -217,6 +235,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -231,4 +252,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify-deps,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/library-go/openshift-priv-library-go-release-4.2-presubmits.yaml b/ci-operator/jobs/openshift-priv/library-go/openshift-priv-library-go-release-4.2-presubmits.yaml index 4dadce8598e9..451788dabb0e 100644 --- a/ci-operator/jobs/openshift-priv/library-go/openshift-priv-library-go-release-4.2-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/library-go/openshift-priv-library-go-release-4.2-presubmits.yaml @@ -19,11 +19,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -43,6 +43,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -57,6 +60,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -77,11 +83,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -101,6 +107,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -115,6 +124,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) - agent: kubernetes always_run: true @@ -135,11 +147,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify-alpha-build-machinery command: - ci-operator @@ -159,6 +171,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -173,6 +188,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify-alpha-build-machinery,?($|\s.*) - agent: kubernetes always_run: true @@ -193,11 +211,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify-deps command: - ci-operator @@ -217,6 +235,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -231,4 +252,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify-deps,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/library-go/openshift-priv-library-go-release-4.3-presubmits.yaml b/ci-operator/jobs/openshift-priv/library-go/openshift-priv-library-go-release-4.3-presubmits.yaml index 132a47498285..e69cce9008b0 100644 --- a/ci-operator/jobs/openshift-priv/library-go/openshift-priv-library-go-release-4.3-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/library-go/openshift-priv-library-go-release-4.3-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-encryption-cluster-profile - --target=e2e-aws-encryption - --template=/usr/local/e2e-aws-encryption @@ -65,6 +63,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -93,6 +94,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-encryption,?($|\s.*) - agent: kubernetes always_run: true @@ -113,11 +117,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -137,6 +141,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -151,6 +158,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -171,11 +181,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -195,6 +205,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -209,6 +222,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) - agent: kubernetes always_run: true @@ -229,11 +245,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify-alpha-build-machinery command: - ci-operator @@ -253,6 +269,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -267,6 +286,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify-alpha-build-machinery,?($|\s.*) - agent: kubernetes always_run: true @@ -287,11 +309,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify-deps command: - ci-operator @@ -311,6 +333,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -325,4 +350,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify-deps,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/library-go/openshift-priv-library-go-release-4.4-presubmits.yaml b/ci-operator/jobs/openshift-priv/library-go/openshift-priv-library-go-release-4.4-presubmits.yaml index e0b554a70091..37f244da5b07 100644 --- a/ci-operator/jobs/openshift-priv/library-go/openshift-priv-library-go-release-4.4-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/library-go/openshift-priv-library-go-release-4.4-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-encryption-cluster-profile - --target=e2e-aws-encryption - --template=/usr/local/e2e-aws-encryption @@ -64,6 +62,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -92,6 +93,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-encryption,?($|\s.*) - agent: kubernetes always_run: true @@ -112,11 +116,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -136,6 +140,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -150,6 +157,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -170,11 +180,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -194,6 +204,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -208,6 +221,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) - agent: kubernetes always_run: true @@ -228,11 +244,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify-deps command: - ci-operator @@ -252,6 +268,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -266,4 +285,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify-deps,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/library-go/openshift-priv-library-go-release-4.5-presubmits.yaml b/ci-operator/jobs/openshift-priv/library-go/openshift-priv-library-go-release-4.5-presubmits.yaml index 825cd901d3ca..bfdcfc085a0d 100644 --- a/ci-operator/jobs/openshift-priv/library-go/openshift-priv-library-go-release-4.5-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/library-go/openshift-priv-library-go-release-4.5-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-encryption-cluster-profile - --target=e2e-aws-encryption - --template=/usr/local/e2e-aws-encryption @@ -64,6 +62,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -92,6 +93,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-encryption,?($|\s.*) - agent: kubernetes always_run: true @@ -112,11 +116,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -136,6 +140,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -150,6 +157,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -170,11 +180,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -194,6 +204,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -208,6 +221,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) - agent: kubernetes always_run: true @@ -228,11 +244,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify-deps command: - ci-operator @@ -252,6 +268,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -266,4 +285,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify-deps,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/library-go/openshift-priv-library-go-release-4.6-presubmits.yaml b/ci-operator/jobs/openshift-priv/library-go/openshift-priv-library-go-release-4.6-presubmits.yaml index 37f348c443c0..21a1df7dde5d 100644 --- a/ci-operator/jobs/openshift-priv/library-go/openshift-priv-library-go-release-4.6-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/library-go/openshift-priv-library-go-release-4.6-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-encryption-cluster-profile - --target=e2e-aws-encryption - --template=/usr/local/e2e-aws-encryption @@ -64,6 +62,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -92,6 +93,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-encryption,?($|\s.*) - agent: kubernetes always_run: true @@ -112,11 +116,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -136,6 +140,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -150,6 +157,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -170,11 +180,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -194,6 +204,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -208,6 +221,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) - agent: kubernetes always_run: true @@ -228,11 +244,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify-deps command: - ci-operator @@ -252,6 +268,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -266,4 +285,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify-deps,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/library-go/openshift-priv-library-go-release-4.7-presubmits.yaml b/ci-operator/jobs/openshift-priv/library-go/openshift-priv-library-go-release-4.7-presubmits.yaml index d85d21cb20b7..adc2d2f519c0 100644 --- a/ci-operator/jobs/openshift-priv/library-go/openshift-priv-library-go-release-4.7-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/library-go/openshift-priv-library-go-release-4.7-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-encryption-cluster-profile - --target=e2e-aws-encryption - --template=/usr/local/e2e-aws-encryption @@ -64,6 +62,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -92,6 +93,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-encryption,?($|\s.*) - agent: kubernetes always_run: true @@ -112,11 +116,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -136,6 +140,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -150,6 +157,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -170,11 +180,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -194,6 +204,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -208,6 +221,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) - agent: kubernetes always_run: true @@ -228,11 +244,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify-deps command: - ci-operator @@ -252,6 +268,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -266,4 +285,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify-deps,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/linuxptp-daemon/openshift-priv-linuxptp-daemon-master-postsubmits.yaml b/ci-operator/jobs/openshift-priv/linuxptp-daemon/openshift-priv-linuxptp-daemon-master-postsubmits.yaml index 6cc8ee171228..553e8281cdc2 100644 --- a/ci-operator/jobs/openshift-priv/linuxptp-daemon/openshift-priv-linuxptp-daemon-master-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/linuxptp-daemon/openshift-priv-linuxptp-daemon-master-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-linuxptp-daemon-master-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/linuxptp-daemon/openshift-priv-linuxptp-daemon-master-presubmits.yaml b/ci-operator/jobs/openshift-priv/linuxptp-daemon/openshift-priv-linuxptp-daemon-master-presubmits.yaml index b979b2093163..c66ed44f12e9 100644 --- a/ci-operator/jobs/openshift-priv/linuxptp-daemon/openshift-priv-linuxptp-daemon-master-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/linuxptp-daemon/openshift-priv-linuxptp-daemon-master-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -52,6 +50,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -77,6 +78,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -97,11 +101,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -121,6 +125,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -135,4 +142,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/linuxptp-daemon/openshift-priv-linuxptp-daemon-release-4.3-postsubmits.yaml b/ci-operator/jobs/openshift-priv/linuxptp-daemon/openshift-priv-linuxptp-daemon-release-4.3-postsubmits.yaml index 6f069a9e3355..d7ca65d5b911 100644 --- a/ci-operator/jobs/openshift-priv/linuxptp-daemon/openshift-priv-linuxptp-daemon-release-4.3-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/linuxptp-daemon/openshift-priv-linuxptp-daemon-release-4.3-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-linuxptp-daemon-release-4.3-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/linuxptp-daemon/openshift-priv-linuxptp-daemon-release-4.3-presubmits.yaml b/ci-operator/jobs/openshift-priv/linuxptp-daemon/openshift-priv-linuxptp-daemon-release-4.3-presubmits.yaml index 245492b696fa..fb118120aec1 100644 --- a/ci-operator/jobs/openshift-priv/linuxptp-daemon/openshift-priv-linuxptp-daemon-release-4.3-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/linuxptp-daemon/openshift-priv-linuxptp-daemon-release-4.3-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -52,6 +50,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -77,6 +78,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -97,11 +101,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -121,6 +125,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -135,4 +142,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/linuxptp-daemon/openshift-priv-linuxptp-daemon-release-4.4-postsubmits.yaml b/ci-operator/jobs/openshift-priv/linuxptp-daemon/openshift-priv-linuxptp-daemon-release-4.4-postsubmits.yaml index ce271b5eee31..21fbef6e9ef6 100644 --- a/ci-operator/jobs/openshift-priv/linuxptp-daemon/openshift-priv-linuxptp-daemon-release-4.4-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/linuxptp-daemon/openshift-priv-linuxptp-daemon-release-4.4-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-linuxptp-daemon-release-4.4-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/linuxptp-daemon/openshift-priv-linuxptp-daemon-release-4.4-presubmits.yaml b/ci-operator/jobs/openshift-priv/linuxptp-daemon/openshift-priv-linuxptp-daemon-release-4.4-presubmits.yaml index d2eccdac6f0c..cf49dbda5f92 100644 --- a/ci-operator/jobs/openshift-priv/linuxptp-daemon/openshift-priv-linuxptp-daemon-release-4.4-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/linuxptp-daemon/openshift-priv-linuxptp-daemon-release-4.4-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -52,6 +50,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -77,6 +78,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -97,11 +101,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -121,6 +125,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -135,4 +142,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/linuxptp-daemon/openshift-priv-linuxptp-daemon-release-4.5-postsubmits.yaml b/ci-operator/jobs/openshift-priv/linuxptp-daemon/openshift-priv-linuxptp-daemon-release-4.5-postsubmits.yaml index 28d64f3c97d4..fd47243edea9 100644 --- a/ci-operator/jobs/openshift-priv/linuxptp-daemon/openshift-priv-linuxptp-daemon-release-4.5-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/linuxptp-daemon/openshift-priv-linuxptp-daemon-release-4.5-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-linuxptp-daemon-release-4.5-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/linuxptp-daemon/openshift-priv-linuxptp-daemon-release-4.5-presubmits.yaml b/ci-operator/jobs/openshift-priv/linuxptp-daemon/openshift-priv-linuxptp-daemon-release-4.5-presubmits.yaml index 1470e434c59a..2402f06d451a 100644 --- a/ci-operator/jobs/openshift-priv/linuxptp-daemon/openshift-priv-linuxptp-daemon-release-4.5-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/linuxptp-daemon/openshift-priv-linuxptp-daemon-release-4.5-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -52,6 +50,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -77,6 +78,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -97,11 +101,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -121,6 +125,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -135,4 +142,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/linuxptp-daemon/openshift-priv-linuxptp-daemon-release-4.6-postsubmits.yaml b/ci-operator/jobs/openshift-priv/linuxptp-daemon/openshift-priv-linuxptp-daemon-release-4.6-postsubmits.yaml index 0e384e70d28a..7f5ea02de61d 100644 --- a/ci-operator/jobs/openshift-priv/linuxptp-daemon/openshift-priv-linuxptp-daemon-release-4.6-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/linuxptp-daemon/openshift-priv-linuxptp-daemon-release-4.6-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-linuxptp-daemon-release-4.6-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/linuxptp-daemon/openshift-priv-linuxptp-daemon-release-4.6-presubmits.yaml b/ci-operator/jobs/openshift-priv/linuxptp-daemon/openshift-priv-linuxptp-daemon-release-4.6-presubmits.yaml index 1090d1633a17..6f99f5ff301e 100644 --- a/ci-operator/jobs/openshift-priv/linuxptp-daemon/openshift-priv-linuxptp-daemon-release-4.6-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/linuxptp-daemon/openshift-priv-linuxptp-daemon-release-4.6-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -52,6 +50,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -77,6 +78,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -97,11 +101,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -121,6 +125,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -135,4 +142,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/linuxptp-daemon/openshift-priv-linuxptp-daemon-release-4.7-postsubmits.yaml b/ci-operator/jobs/openshift-priv/linuxptp-daemon/openshift-priv-linuxptp-daemon-release-4.7-postsubmits.yaml index d0246b9325f3..3d148235b4c6 100644 --- a/ci-operator/jobs/openshift-priv/linuxptp-daemon/openshift-priv-linuxptp-daemon-release-4.7-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/linuxptp-daemon/openshift-priv-linuxptp-daemon-release-4.7-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-linuxptp-daemon-release-4.7-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/linuxptp-daemon/openshift-priv-linuxptp-daemon-release-4.7-presubmits.yaml b/ci-operator/jobs/openshift-priv/linuxptp-daemon/openshift-priv-linuxptp-daemon-release-4.7-presubmits.yaml index e187e1424801..3266e52154de 100644 --- a/ci-operator/jobs/openshift-priv/linuxptp-daemon/openshift-priv-linuxptp-daemon-release-4.7-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/linuxptp-daemon/openshift-priv-linuxptp-daemon-release-4.7-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -52,6 +50,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -77,6 +78,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -97,11 +101,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -121,6 +125,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -135,4 +142,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/local-storage-operator/openshift-priv-local-storage-operator-master-postsubmits.yaml b/ci-operator/jobs/openshift-priv/local-storage-operator/openshift-priv-local-storage-operator-master-postsubmits.yaml index 39cfae071d5b..f0010eb4824c 100644 --- a/ci-operator/jobs/openshift-priv/local-storage-operator/openshift-priv-local-storage-operator-master-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/local-storage-operator/openshift-priv-local-storage-operator-master-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-local-storage-operator-master-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/local-storage-operator/openshift-priv-local-storage-operator-master-presubmits.yaml b/ci-operator/jobs/openshift-priv/local-storage-operator/openshift-priv-local-storage-operator-master-presubmits.yaml index 16e3cfcda9a3..01ee20a1d92e 100644 --- a/ci-operator/jobs/openshift-priv/local-storage-operator/openshift-priv-local-storage-operator-master-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/local-storage-operator/openshift-priv-local-storage-operator-master-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-operator-cluster-profile - --target=e2e-operator - --template=/usr/local/e2e-operator @@ -63,6 +61,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -91,6 +92,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-operator,?($|\s.*) - agent: kubernetes always_run: true @@ -111,11 +115,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -135,6 +139,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -149,6 +156,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -169,11 +179,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -193,6 +203,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -207,4 +220,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/local-storage-operator/openshift-priv-local-storage-operator-release-4.1-postsubmits.yaml b/ci-operator/jobs/openshift-priv/local-storage-operator/openshift-priv-local-storage-operator-release-4.1-postsubmits.yaml index 904163d81557..6d926864c0f7 100644 --- a/ci-operator/jobs/openshift-priv/local-storage-operator/openshift-priv-local-storage-operator-release-4.1-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/local-storage-operator/openshift-priv-local-storage-operator-release-4.1-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-local-storage-operator-release-4.1-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/local-storage-operator/openshift-priv-local-storage-operator-release-4.1-presubmits.yaml b/ci-operator/jobs/openshift-priv/local-storage-operator/openshift-priv-local-storage-operator-release-4.1-presubmits.yaml index 859d631b5729..c94ddeec0196 100644 --- a/ci-operator/jobs/openshift-priv/local-storage-operator/openshift-priv-local-storage-operator-release-4.1-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/local-storage-operator/openshift-priv-local-storage-operator-release-4.1-presubmits.yaml @@ -19,11 +19,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -43,6 +43,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -57,6 +60,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -77,11 +83,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -101,6 +107,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -115,4 +124,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/local-storage-operator/openshift-priv-local-storage-operator-release-4.2-postsubmits.yaml b/ci-operator/jobs/openshift-priv/local-storage-operator/openshift-priv-local-storage-operator-release-4.2-postsubmits.yaml index e394ca605924..14e8146e3d35 100644 --- a/ci-operator/jobs/openshift-priv/local-storage-operator/openshift-priv-local-storage-operator-release-4.2-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/local-storage-operator/openshift-priv-local-storage-operator-release-4.2-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-local-storage-operator-release-4.2-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/local-storage-operator/openshift-priv-local-storage-operator-release-4.2-presubmits.yaml b/ci-operator/jobs/openshift-priv/local-storage-operator/openshift-priv-local-storage-operator-release-4.2-presubmits.yaml index 9c723e1bb13a..345bf8d159ca 100644 --- a/ci-operator/jobs/openshift-priv/local-storage-operator/openshift-priv-local-storage-operator-release-4.2-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/local-storage-operator/openshift-priv-local-storage-operator-release-4.2-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-operator-cluster-profile - --target=e2e-operator - --template=/usr/local/e2e-operator @@ -63,6 +61,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -91,6 +92,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-operator,?($|\s.*) - agent: kubernetes always_run: true @@ -111,11 +115,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -135,6 +139,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -149,6 +156,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -169,11 +179,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -193,6 +203,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -207,4 +220,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/local-storage-operator/openshift-priv-local-storage-operator-release-4.3-postsubmits.yaml b/ci-operator/jobs/openshift-priv/local-storage-operator/openshift-priv-local-storage-operator-release-4.3-postsubmits.yaml index 216f6d42f6c3..51d56ecf963d 100644 --- a/ci-operator/jobs/openshift-priv/local-storage-operator/openshift-priv-local-storage-operator-release-4.3-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/local-storage-operator/openshift-priv-local-storage-operator-release-4.3-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-local-storage-operator-release-4.3-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/local-storage-operator/openshift-priv-local-storage-operator-release-4.3-presubmits.yaml b/ci-operator/jobs/openshift-priv/local-storage-operator/openshift-priv-local-storage-operator-release-4.3-presubmits.yaml index 6a259b19a44e..e4902d0cd5fc 100644 --- a/ci-operator/jobs/openshift-priv/local-storage-operator/openshift-priv-local-storage-operator-release-4.3-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/local-storage-operator/openshift-priv-local-storage-operator-release-4.3-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-operator-cluster-profile - --target=e2e-operator - --template=/usr/local/e2e-operator @@ -63,6 +61,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -91,6 +92,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-operator,?($|\s.*) - agent: kubernetes always_run: true @@ -111,11 +115,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -135,6 +139,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -149,6 +156,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -169,11 +179,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -193,6 +203,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -207,4 +220,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/local-storage-operator/openshift-priv-local-storage-operator-release-4.4-postsubmits.yaml b/ci-operator/jobs/openshift-priv/local-storage-operator/openshift-priv-local-storage-operator-release-4.4-postsubmits.yaml index aa7f3ac2f986..7157f6b95766 100644 --- a/ci-operator/jobs/openshift-priv/local-storage-operator/openshift-priv-local-storage-operator-release-4.4-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/local-storage-operator/openshift-priv-local-storage-operator-release-4.4-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-local-storage-operator-release-4.4-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/local-storage-operator/openshift-priv-local-storage-operator-release-4.4-presubmits.yaml b/ci-operator/jobs/openshift-priv/local-storage-operator/openshift-priv-local-storage-operator-release-4.4-presubmits.yaml index a5f244f9ddaa..b36ccd0496d5 100644 --- a/ci-operator/jobs/openshift-priv/local-storage-operator/openshift-priv-local-storage-operator-release-4.4-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/local-storage-operator/openshift-priv-local-storage-operator-release-4.4-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-operator-cluster-profile - --target=e2e-operator - --template=/usr/local/e2e-operator @@ -63,6 +61,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -91,6 +92,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-operator,?($|\s.*) - agent: kubernetes always_run: true @@ -111,11 +115,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -135,6 +139,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -149,6 +156,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -169,11 +179,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -193,6 +203,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -207,4 +220,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/local-storage-operator/openshift-priv-local-storage-operator-release-4.5-postsubmits.yaml b/ci-operator/jobs/openshift-priv/local-storage-operator/openshift-priv-local-storage-operator-release-4.5-postsubmits.yaml index 015a5ff623ee..eccadddf0e9b 100644 --- a/ci-operator/jobs/openshift-priv/local-storage-operator/openshift-priv-local-storage-operator-release-4.5-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/local-storage-operator/openshift-priv-local-storage-operator-release-4.5-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-local-storage-operator-release-4.5-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/local-storage-operator/openshift-priv-local-storage-operator-release-4.5-presubmits.yaml b/ci-operator/jobs/openshift-priv/local-storage-operator/openshift-priv-local-storage-operator-release-4.5-presubmits.yaml index 040e1387c648..cbeb030ac659 100644 --- a/ci-operator/jobs/openshift-priv/local-storage-operator/openshift-priv-local-storage-operator-release-4.5-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/local-storage-operator/openshift-priv-local-storage-operator-release-4.5-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-operator-cluster-profile - --target=e2e-operator - --template=/usr/local/e2e-operator @@ -63,6 +61,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -91,6 +92,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-operator,?($|\s.*) - agent: kubernetes always_run: true @@ -111,11 +115,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -135,6 +139,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -149,6 +156,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -169,11 +179,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -193,6 +203,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -207,4 +220,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/local-storage-operator/openshift-priv-local-storage-operator-release-4.6-postsubmits.yaml b/ci-operator/jobs/openshift-priv/local-storage-operator/openshift-priv-local-storage-operator-release-4.6-postsubmits.yaml index 18b9668893d0..fa940699f378 100644 --- a/ci-operator/jobs/openshift-priv/local-storage-operator/openshift-priv-local-storage-operator-release-4.6-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/local-storage-operator/openshift-priv-local-storage-operator-release-4.6-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-local-storage-operator-release-4.6-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/local-storage-operator/openshift-priv-local-storage-operator-release-4.6-presubmits.yaml b/ci-operator/jobs/openshift-priv/local-storage-operator/openshift-priv-local-storage-operator-release-4.6-presubmits.yaml index 1137e7c47de2..134705fd0279 100644 --- a/ci-operator/jobs/openshift-priv/local-storage-operator/openshift-priv-local-storage-operator-release-4.6-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/local-storage-operator/openshift-priv-local-storage-operator-release-4.6-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-operator-cluster-profile - --target=e2e-operator - --template=/usr/local/e2e-operator @@ -63,6 +61,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -91,6 +92,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-operator,?($|\s.*) - agent: kubernetes always_run: true @@ -111,11 +115,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -135,6 +139,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -149,6 +156,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -169,11 +179,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -193,6 +203,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -207,4 +220,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/local-storage-operator/openshift-priv-local-storage-operator-release-4.7-postsubmits.yaml b/ci-operator/jobs/openshift-priv/local-storage-operator/openshift-priv-local-storage-operator-release-4.7-postsubmits.yaml index d299970a30c2..fa119773d38d 100644 --- a/ci-operator/jobs/openshift-priv/local-storage-operator/openshift-priv-local-storage-operator-release-4.7-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/local-storage-operator/openshift-priv-local-storage-operator-release-4.7-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-local-storage-operator-release-4.7-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/local-storage-operator/openshift-priv-local-storage-operator-release-4.7-presubmits.yaml b/ci-operator/jobs/openshift-priv/local-storage-operator/openshift-priv-local-storage-operator-release-4.7-presubmits.yaml index e5e9c6be9c78..decc579be0e8 100644 --- a/ci-operator/jobs/openshift-priv/local-storage-operator/openshift-priv-local-storage-operator-release-4.7-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/local-storage-operator/openshift-priv-local-storage-operator-release-4.7-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-operator-cluster-profile - --target=e2e-operator - --template=/usr/local/e2e-operator @@ -63,6 +61,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -91,6 +92,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-operator,?($|\s.*) - agent: kubernetes always_run: true @@ -111,11 +115,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -135,6 +139,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -149,6 +156,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -169,11 +179,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -193,6 +203,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -207,4 +220,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/loki/openshift-priv-loki-master-postsubmits.yaml b/ci-operator/jobs/openshift-priv/loki/openshift-priv-loki-master-postsubmits.yaml index 024357ca8994..8303ac74b147 100644 --- a/ci-operator/jobs/openshift-priv/loki/openshift-priv-loki-master-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/loki/openshift-priv-loki-master-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-loki-master-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/loki/openshift-priv-loki-master-presubmits.yaml b/ci-operator/jobs/openshift-priv/loki/openshift-priv-loki-master-presubmits.yaml index 1febafa3dde3..b4cc0ab31d4d 100644 --- a/ci-operator/jobs/openshift-priv/loki/openshift-priv-loki-master-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/loki/openshift-priv-loki-master-presubmits.yaml @@ -19,11 +19,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -43,6 +43,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -57,4 +60,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/loki/openshift-priv-loki-release-4.2-postsubmits.yaml b/ci-operator/jobs/openshift-priv/loki/openshift-priv-loki-release-4.2-postsubmits.yaml index 0227e1ce07ba..7351b35f4047 100644 --- a/ci-operator/jobs/openshift-priv/loki/openshift-priv-loki-release-4.2-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/loki/openshift-priv-loki-release-4.2-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-loki-release-4.2-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/loki/openshift-priv-loki-release-4.2-presubmits.yaml b/ci-operator/jobs/openshift-priv/loki/openshift-priv-loki-release-4.2-presubmits.yaml index 0c00a41f82e6..50d3557175c6 100644 --- a/ci-operator/jobs/openshift-priv/loki/openshift-priv-loki-release-4.2-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/loki/openshift-priv-loki-release-4.2-presubmits.yaml @@ -19,11 +19,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -43,6 +43,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -57,4 +60,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/loki/openshift-priv-loki-release-4.3-postsubmits.yaml b/ci-operator/jobs/openshift-priv/loki/openshift-priv-loki-release-4.3-postsubmits.yaml index dcc6afcb8b8b..b1a159df355b 100644 --- a/ci-operator/jobs/openshift-priv/loki/openshift-priv-loki-release-4.3-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/loki/openshift-priv-loki-release-4.3-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-loki-release-4.3-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/loki/openshift-priv-loki-release-4.3-presubmits.yaml b/ci-operator/jobs/openshift-priv/loki/openshift-priv-loki-release-4.3-presubmits.yaml index 707ae5d0fb3c..8d630da8c81d 100644 --- a/ci-operator/jobs/openshift-priv/loki/openshift-priv-loki-release-4.3-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/loki/openshift-priv-loki-release-4.3-presubmits.yaml @@ -19,11 +19,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -43,6 +43,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -57,4 +60,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/loki/openshift-priv-loki-release-4.4-postsubmits.yaml b/ci-operator/jobs/openshift-priv/loki/openshift-priv-loki-release-4.4-postsubmits.yaml index b920db46a821..7beb021a545b 100644 --- a/ci-operator/jobs/openshift-priv/loki/openshift-priv-loki-release-4.4-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/loki/openshift-priv-loki-release-4.4-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-loki-release-4.4-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/loki/openshift-priv-loki-release-4.4-presubmits.yaml b/ci-operator/jobs/openshift-priv/loki/openshift-priv-loki-release-4.4-presubmits.yaml index 65e5e7a72f16..a5f18b159227 100644 --- a/ci-operator/jobs/openshift-priv/loki/openshift-priv-loki-release-4.4-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/loki/openshift-priv-loki-release-4.4-presubmits.yaml @@ -19,11 +19,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -43,6 +43,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -57,4 +60,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/loki/openshift-priv-loki-release-4.5-postsubmits.yaml b/ci-operator/jobs/openshift-priv/loki/openshift-priv-loki-release-4.5-postsubmits.yaml index 0e27974bc09d..b839a4c1ab36 100644 --- a/ci-operator/jobs/openshift-priv/loki/openshift-priv-loki-release-4.5-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/loki/openshift-priv-loki-release-4.5-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-loki-release-4.5-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/loki/openshift-priv-loki-release-4.5-presubmits.yaml b/ci-operator/jobs/openshift-priv/loki/openshift-priv-loki-release-4.5-presubmits.yaml index a253016136fa..fc299e5c8778 100644 --- a/ci-operator/jobs/openshift-priv/loki/openshift-priv-loki-release-4.5-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/loki/openshift-priv-loki-release-4.5-presubmits.yaml @@ -19,11 +19,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -43,6 +43,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -57,4 +60,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/loki/openshift-priv-loki-release-4.6-postsubmits.yaml b/ci-operator/jobs/openshift-priv/loki/openshift-priv-loki-release-4.6-postsubmits.yaml index c149dcbcadbb..95059b3eebc4 100644 --- a/ci-operator/jobs/openshift-priv/loki/openshift-priv-loki-release-4.6-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/loki/openshift-priv-loki-release-4.6-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-loki-release-4.6-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/loki/openshift-priv-loki-release-4.6-presubmits.yaml b/ci-operator/jobs/openshift-priv/loki/openshift-priv-loki-release-4.6-presubmits.yaml index e9e10687aadf..68ea0aa858fb 100644 --- a/ci-operator/jobs/openshift-priv/loki/openshift-priv-loki-release-4.6-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/loki/openshift-priv-loki-release-4.6-presubmits.yaml @@ -19,11 +19,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -43,6 +43,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -57,4 +60,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/loki/openshift-priv-loki-release-4.7-postsubmits.yaml b/ci-operator/jobs/openshift-priv/loki/openshift-priv-loki-release-4.7-postsubmits.yaml index ac187a0d42e6..003ba63ed592 100644 --- a/ci-operator/jobs/openshift-priv/loki/openshift-priv-loki-release-4.7-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/loki/openshift-priv-loki-release-4.7-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-loki-release-4.7-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/loki/openshift-priv-loki-release-4.7-presubmits.yaml b/ci-operator/jobs/openshift-priv/loki/openshift-priv-loki-release-4.7-presubmits.yaml index 02e8672d0849..61ab37f10a80 100644 --- a/ci-operator/jobs/openshift-priv/loki/openshift-priv-loki-release-4.7-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/loki/openshift-priv-loki-release-4.7-presubmits.yaml @@ -19,11 +19,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -43,6 +43,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -57,4 +60,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/machine-api-operator/openshift-priv-machine-api-operator-master-postsubmits.yaml b/ci-operator/jobs/openshift-priv/machine-api-operator/openshift-priv-machine-api-operator-master-postsubmits.yaml index 7e4fb411364f..332508c0745f 100644 --- a/ci-operator/jobs/openshift-priv/machine-api-operator/openshift-priv-machine-api-operator-master-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/machine-api-operator/openshift-priv-machine-api-operator-master-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-machine-api-operator-master-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/machine-api-operator/openshift-priv-machine-api-operator-master-presubmits.yaml b/ci-operator/jobs/openshift-priv/machine-api-operator/openshift-priv-machine-api-operator-master-presubmits.yaml index 901edfa367ad..39793c003a1d 100644 --- a/ci-operator/jobs/openshift-priv/machine-api-operator/openshift-priv-machine-api-operator-master-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/machine-api-operator/openshift-priv-machine-api-operator-master-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -52,6 +50,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -77,6 +78,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -97,14 +101,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-operator-cluster-profile - --target=e2e-aws-operator - --template=/usr/local/e2e-aws-operator @@ -143,6 +145,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -171,6 +176,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-operator,?($|\s.*) - agent: kubernetes always_run: true @@ -191,14 +199,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-operator-tech-preview-cluster-profile - --target=e2e-aws-operator-tech-preview - --template=/usr/local/e2e-aws-operator-tech-preview @@ -237,6 +243,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -265,6 +274,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-operator-tech-preview,?($|\s.*) - agent: kubernetes always_run: true @@ -285,14 +297,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-scaleup-rhel7-cluster-profile - --target=e2e-aws-scaleup-rhel7 - --template=/usr/local/e2e-aws-scaleup-rhel7 @@ -333,6 +343,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -363,6 +376,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-scaleup-rhel7,?($|\s.*) - agent: kubernetes always_run: true @@ -383,14 +399,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -416,6 +430,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -441,6 +458,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -461,14 +481,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-azure-cluster-profile - --target=e2e-azure - --template=/usr/local/e2e-azure @@ -505,6 +523,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -533,6 +554,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-azure,?($|\s.*) - agent: kubernetes always_run: true @@ -553,14 +577,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-azure-operator-cluster-profile - --target=e2e-azure-operator - --template=/usr/local/e2e-azure-operator @@ -599,6 +621,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -627,6 +652,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-azure-operator,?($|\s.*) - agent: kubernetes always_run: true @@ -647,14 +675,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-gcp-cluster-profile - --target=e2e-gcp - --template=/usr/local/e2e-gcp @@ -691,6 +717,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -721,6 +750,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-gcp,?($|\s.*) - agent: kubernetes always_run: true @@ -741,14 +773,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-gcp-operator-cluster-profile - --target=e2e-gcp-operator - --template=/usr/local/e2e-gcp-operator @@ -787,6 +817,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -817,6 +850,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-gcp-operator,?($|\s.*) - agent: kubernetes always_run: true @@ -837,11 +873,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=goimports command: - ci-operator @@ -861,6 +897,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -875,6 +914,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )goimports,?($|\s.*) - agent: kubernetes always_run: true @@ -895,11 +937,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=golint command: - ci-operator @@ -919,6 +961,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -933,6 +978,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )golint,?($|\s.*) - agent: kubernetes always_run: true @@ -953,11 +1001,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=govet command: - ci-operator @@ -977,6 +1025,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -991,6 +1042,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )govet,?($|\s.*) - agent: kubernetes always_run: true @@ -1011,11 +1065,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -1035,6 +1089,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -1049,6 +1106,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -1069,11 +1129,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -1093,6 +1153,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -1107,4 +1170,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/machine-api-operator/openshift-priv-machine-api-operator-release-4.1-postsubmits.yaml b/ci-operator/jobs/openshift-priv/machine-api-operator/openshift-priv-machine-api-operator-release-4.1-postsubmits.yaml index 8c79d8285716..992aa93e6702 100644 --- a/ci-operator/jobs/openshift-priv/machine-api-operator/openshift-priv-machine-api-operator-release-4.1-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/machine-api-operator/openshift-priv-machine-api-operator-release-4.1-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-machine-api-operator-release-4.1-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/machine-api-operator/openshift-priv-machine-api-operator-release-4.1-presubmits.yaml b/ci-operator/jobs/openshift-priv/machine-api-operator/openshift-priv-machine-api-operator-release-4.1-presubmits.yaml index 14548a0c2071..3e09069d7e20 100644 --- a/ci-operator/jobs/openshift-priv/machine-api-operator/openshift-priv-machine-api-operator-release-4.1-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/machine-api-operator/openshift-priv-machine-api-operator-release-4.1-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -52,6 +50,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -77,6 +78,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -97,14 +101,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-operator-cluster-profile - --target=e2e-aws-operator - --template=/usr/local/e2e-aws-operator @@ -143,6 +145,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -171,6 +176,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-operator,?($|\s.*) - agent: kubernetes always_run: true @@ -191,14 +199,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-scaleup-rhel7-cluster-profile - --target=e2e-aws-scaleup-rhel7 - --template=/usr/local/e2e-aws-scaleup-rhel7 @@ -239,6 +245,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -269,6 +278,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-scaleup-rhel7,?($|\s.*) - agent: kubernetes always_run: true @@ -289,14 +301,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -322,6 +332,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -347,6 +360,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -367,11 +383,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=gofmt command: - ci-operator @@ -391,6 +407,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -405,6 +424,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )gofmt,?($|\s.*) - agent: kubernetes always_run: true @@ -425,11 +447,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=golint command: - ci-operator @@ -449,6 +471,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -463,6 +488,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )golint,?($|\s.*) - agent: kubernetes always_run: true @@ -483,11 +511,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=govet command: - ci-operator @@ -507,6 +535,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -521,6 +552,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )govet,?($|\s.*) - agent: kubernetes always_run: true @@ -541,11 +575,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -565,6 +599,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -579,6 +616,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -599,11 +639,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -623,6 +663,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -637,4 +680,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/machine-api-operator/openshift-priv-machine-api-operator-release-4.2-postsubmits.yaml b/ci-operator/jobs/openshift-priv/machine-api-operator/openshift-priv-machine-api-operator-release-4.2-postsubmits.yaml index 4736c5340e5a..ec548ed1acbe 100644 --- a/ci-operator/jobs/openshift-priv/machine-api-operator/openshift-priv-machine-api-operator-release-4.2-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/machine-api-operator/openshift-priv-machine-api-operator-release-4.2-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-machine-api-operator-release-4.2-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/machine-api-operator/openshift-priv-machine-api-operator-release-4.2-presubmits.yaml b/ci-operator/jobs/openshift-priv/machine-api-operator/openshift-priv-machine-api-operator-release-4.2-presubmits.yaml index b15327233cf1..3ae1fe60ae64 100644 --- a/ci-operator/jobs/openshift-priv/machine-api-operator/openshift-priv-machine-api-operator-release-4.2-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/machine-api-operator/openshift-priv-machine-api-operator-release-4.2-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -52,6 +50,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -77,6 +78,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -97,14 +101,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-operator-cluster-profile - --target=e2e-aws-operator - --template=/usr/local/e2e-aws-operator @@ -143,6 +145,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -171,6 +176,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-operator,?($|\s.*) - agent: kubernetes always_run: true @@ -191,14 +199,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-operator-tech-preview-cluster-profile - --target=e2e-aws-operator-tech-preview - --template=/usr/local/e2e-aws-operator-tech-preview @@ -237,6 +243,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -265,6 +274,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-operator-tech-preview,?($|\s.*) - agent: kubernetes always_run: true @@ -285,14 +297,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-scaleup-rhel7-cluster-profile - --target=e2e-aws-scaleup-rhel7 - --template=/usr/local/e2e-aws-scaleup-rhel7 @@ -333,6 +343,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -363,6 +376,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-scaleup-rhel7,?($|\s.*) - agent: kubernetes always_run: true @@ -383,14 +399,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -416,6 +430,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -441,6 +458,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -461,14 +481,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-azure-cluster-profile - --target=e2e-azure - --template=/usr/local/e2e-azure @@ -505,6 +523,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -533,6 +554,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-azure,?($|\s.*) - agent: kubernetes always_run: true @@ -553,14 +577,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-azure-operator-cluster-profile - --target=e2e-azure-operator - --template=/usr/local/e2e-azure-operator @@ -599,6 +621,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -627,6 +652,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-azure-operator,?($|\s.*) - agent: kubernetes always_run: true @@ -647,11 +675,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=goimports command: - ci-operator @@ -671,6 +699,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -685,6 +716,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )goimports,?($|\s.*) - agent: kubernetes always_run: true @@ -705,11 +739,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=golint command: - ci-operator @@ -729,6 +763,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -743,6 +780,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )golint,?($|\s.*) - agent: kubernetes always_run: true @@ -763,11 +803,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=govet command: - ci-operator @@ -787,6 +827,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -801,6 +844,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )govet,?($|\s.*) - agent: kubernetes always_run: true @@ -821,11 +867,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -845,6 +891,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -859,6 +908,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -879,11 +931,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -903,6 +955,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -917,4 +972,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/machine-api-operator/openshift-priv-machine-api-operator-release-4.3-postsubmits.yaml b/ci-operator/jobs/openshift-priv/machine-api-operator/openshift-priv-machine-api-operator-release-4.3-postsubmits.yaml index 25c744ec5ca2..9ae4a075726b 100644 --- a/ci-operator/jobs/openshift-priv/machine-api-operator/openshift-priv-machine-api-operator-release-4.3-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/machine-api-operator/openshift-priv-machine-api-operator-release-4.3-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-machine-api-operator-release-4.3-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/machine-api-operator/openshift-priv-machine-api-operator-release-4.3-presubmits.yaml b/ci-operator/jobs/openshift-priv/machine-api-operator/openshift-priv-machine-api-operator-release-4.3-presubmits.yaml index 61975e10c215..b3c240d24c07 100644 --- a/ci-operator/jobs/openshift-priv/machine-api-operator/openshift-priv-machine-api-operator-release-4.3-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/machine-api-operator/openshift-priv-machine-api-operator-release-4.3-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -52,6 +50,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -77,6 +78,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -97,14 +101,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-operator-cluster-profile - --target=e2e-aws-operator - --template=/usr/local/e2e-aws-operator @@ -143,6 +145,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -171,6 +176,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-operator,?($|\s.*) - agent: kubernetes always_run: true @@ -191,14 +199,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-operator-tech-preview-cluster-profile - --target=e2e-aws-operator-tech-preview - --template=/usr/local/e2e-aws-operator-tech-preview @@ -237,6 +243,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -265,6 +274,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-operator-tech-preview,?($|\s.*) - agent: kubernetes always_run: true @@ -285,14 +297,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-scaleup-rhel7-cluster-profile - --target=e2e-aws-scaleup-rhel7 - --template=/usr/local/e2e-aws-scaleup-rhel7 @@ -333,6 +343,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -363,6 +376,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-scaleup-rhel7,?($|\s.*) - agent: kubernetes always_run: true @@ -383,14 +399,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -416,6 +430,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -441,6 +458,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -461,14 +481,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-azure-cluster-profile - --target=e2e-azure - --template=/usr/local/e2e-azure @@ -505,6 +523,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -533,6 +554,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-azure,?($|\s.*) - agent: kubernetes always_run: true @@ -553,14 +577,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-azure-operator-cluster-profile - --target=e2e-azure-operator - --template=/usr/local/e2e-azure-operator @@ -599,6 +621,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -627,6 +652,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-azure-operator,?($|\s.*) - agent: kubernetes always_run: true @@ -647,14 +675,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-gcp-cluster-profile - --target=e2e-gcp - --template=/usr/local/e2e-gcp @@ -691,6 +717,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -721,6 +750,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-gcp,?($|\s.*) - agent: kubernetes always_run: true @@ -741,14 +773,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-gcp-operator-cluster-profile - --target=e2e-gcp-operator - --template=/usr/local/e2e-gcp-operator @@ -787,6 +817,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -817,6 +850,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-gcp-operator,?($|\s.*) - agent: kubernetes always_run: true @@ -837,11 +873,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=goimports command: - ci-operator @@ -861,6 +897,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -875,6 +914,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )goimports,?($|\s.*) - agent: kubernetes always_run: true @@ -895,11 +937,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=golint command: - ci-operator @@ -919,6 +961,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -933,6 +978,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )golint,?($|\s.*) - agent: kubernetes always_run: true @@ -953,11 +1001,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=govet command: - ci-operator @@ -977,6 +1025,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -991,6 +1042,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )govet,?($|\s.*) - agent: kubernetes always_run: true @@ -1011,11 +1065,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -1035,6 +1089,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -1049,6 +1106,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -1069,11 +1129,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -1093,6 +1153,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -1107,4 +1170,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/machine-api-operator/openshift-priv-machine-api-operator-release-4.4-postsubmits.yaml b/ci-operator/jobs/openshift-priv/machine-api-operator/openshift-priv-machine-api-operator-release-4.4-postsubmits.yaml index 47defdd0b976..ef4c3f3ab39a 100644 --- a/ci-operator/jobs/openshift-priv/machine-api-operator/openshift-priv-machine-api-operator-release-4.4-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/machine-api-operator/openshift-priv-machine-api-operator-release-4.4-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-machine-api-operator-release-4.4-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/machine-api-operator/openshift-priv-machine-api-operator-release-4.4-presubmits.yaml b/ci-operator/jobs/openshift-priv/machine-api-operator/openshift-priv-machine-api-operator-release-4.4-presubmits.yaml index f4b63ba44059..f00d211e7f3e 100644 --- a/ci-operator/jobs/openshift-priv/machine-api-operator/openshift-priv-machine-api-operator-release-4.4-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/machine-api-operator/openshift-priv-machine-api-operator-release-4.4-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -52,6 +50,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -77,6 +78,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -97,14 +101,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-operator-cluster-profile - --target=e2e-aws-operator - --template=/usr/local/e2e-aws-operator @@ -143,6 +145,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -171,6 +176,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-operator,?($|\s.*) - agent: kubernetes always_run: true @@ -191,14 +199,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-operator-tech-preview-cluster-profile - --target=e2e-aws-operator-tech-preview - --template=/usr/local/e2e-aws-operator-tech-preview @@ -237,6 +243,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -265,6 +274,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-operator-tech-preview,?($|\s.*) - agent: kubernetes always_run: true @@ -285,14 +297,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-scaleup-rhel7-cluster-profile - --target=e2e-aws-scaleup-rhel7 - --template=/usr/local/e2e-aws-scaleup-rhel7 @@ -333,6 +343,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -363,6 +376,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-scaleup-rhel7,?($|\s.*) - agent: kubernetes always_run: true @@ -383,14 +399,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -416,6 +430,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -441,6 +458,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -461,14 +481,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-azure-cluster-profile - --target=e2e-azure - --template=/usr/local/e2e-azure @@ -505,6 +523,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -533,6 +554,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-azure,?($|\s.*) - agent: kubernetes always_run: true @@ -553,14 +577,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-azure-operator-cluster-profile - --target=e2e-azure-operator - --template=/usr/local/e2e-azure-operator @@ -599,6 +621,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -627,6 +652,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-azure-operator,?($|\s.*) - agent: kubernetes always_run: true @@ -647,14 +675,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-gcp-cluster-profile - --target=e2e-gcp - --template=/usr/local/e2e-gcp @@ -691,6 +717,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -721,6 +750,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-gcp,?($|\s.*) - agent: kubernetes always_run: true @@ -741,14 +773,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-gcp-operator-cluster-profile - --target=e2e-gcp-operator - --template=/usr/local/e2e-gcp-operator @@ -787,6 +817,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -817,6 +850,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-gcp-operator,?($|\s.*) - agent: kubernetes always_run: true @@ -837,11 +873,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=goimports command: - ci-operator @@ -861,6 +897,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -875,6 +914,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )goimports,?($|\s.*) - agent: kubernetes always_run: true @@ -895,11 +937,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=golint command: - ci-operator @@ -919,6 +961,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -933,6 +978,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )golint,?($|\s.*) - agent: kubernetes always_run: true @@ -953,11 +1001,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=govet command: - ci-operator @@ -977,6 +1025,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -991,6 +1042,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )govet,?($|\s.*) - agent: kubernetes always_run: true @@ -1011,11 +1065,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -1035,6 +1089,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -1049,6 +1106,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -1069,11 +1129,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -1093,6 +1153,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -1107,4 +1170,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/machine-api-operator/openshift-priv-machine-api-operator-release-4.5-postsubmits.yaml b/ci-operator/jobs/openshift-priv/machine-api-operator/openshift-priv-machine-api-operator-release-4.5-postsubmits.yaml index ce02cef6b473..07ee81361a3c 100644 --- a/ci-operator/jobs/openshift-priv/machine-api-operator/openshift-priv-machine-api-operator-release-4.5-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/machine-api-operator/openshift-priv-machine-api-operator-release-4.5-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-machine-api-operator-release-4.5-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/machine-api-operator/openshift-priv-machine-api-operator-release-4.5-presubmits.yaml b/ci-operator/jobs/openshift-priv/machine-api-operator/openshift-priv-machine-api-operator-release-4.5-presubmits.yaml index 7006e5efe132..e5b69f055770 100644 --- a/ci-operator/jobs/openshift-priv/machine-api-operator/openshift-priv-machine-api-operator-release-4.5-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/machine-api-operator/openshift-priv-machine-api-operator-release-4.5-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -52,6 +50,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -77,6 +78,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -97,14 +101,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-operator-cluster-profile - --target=e2e-aws-operator - --template=/usr/local/e2e-aws-operator @@ -143,6 +145,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -171,6 +176,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-operator,?($|\s.*) - agent: kubernetes always_run: true @@ -191,14 +199,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-operator-tech-preview-cluster-profile - --target=e2e-aws-operator-tech-preview - --template=/usr/local/e2e-aws-operator-tech-preview @@ -237,6 +243,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -265,6 +274,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-operator-tech-preview,?($|\s.*) - agent: kubernetes always_run: true @@ -285,14 +297,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-scaleup-rhel7-cluster-profile - --target=e2e-aws-scaleup-rhel7 - --template=/usr/local/e2e-aws-scaleup-rhel7 @@ -333,6 +343,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -363,6 +376,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-scaleup-rhel7,?($|\s.*) - agent: kubernetes always_run: true @@ -383,14 +399,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -416,6 +430,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -441,6 +458,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -461,14 +481,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-azure-cluster-profile - --target=e2e-azure - --template=/usr/local/e2e-azure @@ -505,6 +523,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -533,6 +554,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-azure,?($|\s.*) - agent: kubernetes always_run: true @@ -553,14 +577,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-azure-operator-cluster-profile - --target=e2e-azure-operator - --template=/usr/local/e2e-azure-operator @@ -599,6 +621,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -627,6 +652,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-azure-operator,?($|\s.*) - agent: kubernetes always_run: true @@ -647,14 +675,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-gcp-cluster-profile - --target=e2e-gcp - --template=/usr/local/e2e-gcp @@ -691,6 +717,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -721,6 +750,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-gcp,?($|\s.*) - agent: kubernetes always_run: true @@ -741,14 +773,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-gcp-operator-cluster-profile - --target=e2e-gcp-operator - --template=/usr/local/e2e-gcp-operator @@ -787,6 +817,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -817,6 +850,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-gcp-operator,?($|\s.*) - agent: kubernetes always_run: true @@ -837,11 +873,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=goimports command: - ci-operator @@ -861,6 +897,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -875,6 +914,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )goimports,?($|\s.*) - agent: kubernetes always_run: true @@ -895,11 +937,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=golint command: - ci-operator @@ -919,6 +961,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -933,6 +978,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )golint,?($|\s.*) - agent: kubernetes always_run: true @@ -953,11 +1001,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=govet command: - ci-operator @@ -977,6 +1025,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -991,6 +1042,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )govet,?($|\s.*) - agent: kubernetes always_run: true @@ -1011,11 +1065,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -1035,6 +1089,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -1049,6 +1106,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -1069,11 +1129,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -1093,6 +1153,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -1107,4 +1170,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/machine-api-operator/openshift-priv-machine-api-operator-release-4.6-postsubmits.yaml b/ci-operator/jobs/openshift-priv/machine-api-operator/openshift-priv-machine-api-operator-release-4.6-postsubmits.yaml index 73c358f7fba8..04ca275bff23 100644 --- a/ci-operator/jobs/openshift-priv/machine-api-operator/openshift-priv-machine-api-operator-release-4.6-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/machine-api-operator/openshift-priv-machine-api-operator-release-4.6-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-machine-api-operator-release-4.6-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/machine-api-operator/openshift-priv-machine-api-operator-release-4.6-presubmits.yaml b/ci-operator/jobs/openshift-priv/machine-api-operator/openshift-priv-machine-api-operator-release-4.6-presubmits.yaml index 05c1ad18f12b..9610a319bf7e 100644 --- a/ci-operator/jobs/openshift-priv/machine-api-operator/openshift-priv-machine-api-operator-release-4.6-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/machine-api-operator/openshift-priv-machine-api-operator-release-4.6-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -52,6 +50,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -77,6 +78,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -97,14 +101,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-operator-cluster-profile - --target=e2e-aws-operator - --template=/usr/local/e2e-aws-operator @@ -143,6 +145,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -171,6 +176,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-operator,?($|\s.*) - agent: kubernetes always_run: true @@ -191,14 +199,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-operator-tech-preview-cluster-profile - --target=e2e-aws-operator-tech-preview - --template=/usr/local/e2e-aws-operator-tech-preview @@ -237,6 +243,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -265,6 +274,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-operator-tech-preview,?($|\s.*) - agent: kubernetes always_run: true @@ -285,14 +297,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-scaleup-rhel7-cluster-profile - --target=e2e-aws-scaleup-rhel7 - --template=/usr/local/e2e-aws-scaleup-rhel7 @@ -333,6 +343,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -363,6 +376,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-scaleup-rhel7,?($|\s.*) - agent: kubernetes always_run: true @@ -383,14 +399,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -416,6 +430,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -441,6 +458,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -461,14 +481,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-azure-cluster-profile - --target=e2e-azure - --template=/usr/local/e2e-azure @@ -505,6 +523,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -533,6 +554,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-azure,?($|\s.*) - agent: kubernetes always_run: true @@ -553,14 +577,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-azure-operator-cluster-profile - --target=e2e-azure-operator - --template=/usr/local/e2e-azure-operator @@ -599,6 +621,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -627,6 +652,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-azure-operator,?($|\s.*) - agent: kubernetes always_run: true @@ -647,14 +675,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-gcp-cluster-profile - --target=e2e-gcp - --template=/usr/local/e2e-gcp @@ -691,6 +717,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -721,6 +750,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-gcp,?($|\s.*) - agent: kubernetes always_run: true @@ -741,14 +773,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-gcp-operator-cluster-profile - --target=e2e-gcp-operator - --template=/usr/local/e2e-gcp-operator @@ -787,6 +817,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -817,6 +850,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-gcp-operator,?($|\s.*) - agent: kubernetes always_run: true @@ -837,11 +873,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=goimports command: - ci-operator @@ -861,6 +897,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -875,6 +914,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )goimports,?($|\s.*) - agent: kubernetes always_run: true @@ -895,11 +937,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=golint command: - ci-operator @@ -919,6 +961,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -933,6 +978,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )golint,?($|\s.*) - agent: kubernetes always_run: true @@ -953,11 +1001,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=govet command: - ci-operator @@ -977,6 +1025,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -991,6 +1042,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )govet,?($|\s.*) - agent: kubernetes always_run: true @@ -1011,11 +1065,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -1035,6 +1089,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -1049,6 +1106,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -1069,11 +1129,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -1093,6 +1153,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -1107,4 +1170,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/machine-api-operator/openshift-priv-machine-api-operator-release-4.7-postsubmits.yaml b/ci-operator/jobs/openshift-priv/machine-api-operator/openshift-priv-machine-api-operator-release-4.7-postsubmits.yaml index 28239f04c36b..68b59312a998 100644 --- a/ci-operator/jobs/openshift-priv/machine-api-operator/openshift-priv-machine-api-operator-release-4.7-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/machine-api-operator/openshift-priv-machine-api-operator-release-4.7-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-machine-api-operator-release-4.7-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/machine-api-operator/openshift-priv-machine-api-operator-release-4.7-presubmits.yaml b/ci-operator/jobs/openshift-priv/machine-api-operator/openshift-priv-machine-api-operator-release-4.7-presubmits.yaml index 34579e536d59..5dbb8c08c34c 100644 --- a/ci-operator/jobs/openshift-priv/machine-api-operator/openshift-priv-machine-api-operator-release-4.7-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/machine-api-operator/openshift-priv-machine-api-operator-release-4.7-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -52,6 +50,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -77,6 +78,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -97,14 +101,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-operator-cluster-profile - --target=e2e-aws-operator - --template=/usr/local/e2e-aws-operator @@ -143,6 +145,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -171,6 +176,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-operator,?($|\s.*) - agent: kubernetes always_run: true @@ -191,14 +199,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-operator-tech-preview-cluster-profile - --target=e2e-aws-operator-tech-preview - --template=/usr/local/e2e-aws-operator-tech-preview @@ -237,6 +243,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -265,6 +274,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-operator-tech-preview,?($|\s.*) - agent: kubernetes always_run: true @@ -285,14 +297,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-scaleup-rhel7-cluster-profile - --target=e2e-aws-scaleup-rhel7 - --template=/usr/local/e2e-aws-scaleup-rhel7 @@ -333,6 +343,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -363,6 +376,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-scaleup-rhel7,?($|\s.*) - agent: kubernetes always_run: true @@ -383,14 +399,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -416,6 +430,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -441,6 +458,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -461,14 +481,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-azure-cluster-profile - --target=e2e-azure - --template=/usr/local/e2e-azure @@ -505,6 +523,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -533,6 +554,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-azure,?($|\s.*) - agent: kubernetes always_run: true @@ -553,14 +577,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-azure-operator-cluster-profile - --target=e2e-azure-operator - --template=/usr/local/e2e-azure-operator @@ -599,6 +621,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -627,6 +652,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-azure-operator,?($|\s.*) - agent: kubernetes always_run: true @@ -647,14 +675,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-gcp-cluster-profile - --target=e2e-gcp - --template=/usr/local/e2e-gcp @@ -691,6 +717,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -721,6 +750,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-gcp,?($|\s.*) - agent: kubernetes always_run: true @@ -741,14 +773,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-gcp-operator-cluster-profile - --target=e2e-gcp-operator - --template=/usr/local/e2e-gcp-operator @@ -787,6 +817,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -817,6 +850,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-gcp-operator,?($|\s.*) - agent: kubernetes always_run: true @@ -837,11 +873,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=goimports command: - ci-operator @@ -861,6 +897,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -875,6 +914,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )goimports,?($|\s.*) - agent: kubernetes always_run: true @@ -895,11 +937,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=golint command: - ci-operator @@ -919,6 +961,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -933,6 +978,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )golint,?($|\s.*) - agent: kubernetes always_run: true @@ -953,11 +1001,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=govet command: - ci-operator @@ -977,6 +1025,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -991,6 +1042,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )govet,?($|\s.*) - agent: kubernetes always_run: true @@ -1011,11 +1065,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -1035,6 +1089,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -1049,6 +1106,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -1069,11 +1129,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -1093,6 +1153,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -1107,4 +1170,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/machine-config-operator/openshift-priv-machine-config-operator-master-postsubmits.yaml b/ci-operator/jobs/openshift-priv/machine-config-operator/openshift-priv-machine-config-operator-master-postsubmits.yaml index 6a11dc3198d3..b7397349216d 100644 --- a/ci-operator/jobs/openshift-priv/machine-config-operator/openshift-priv-machine-config-operator-master-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/machine-config-operator/openshift-priv-machine-config-operator-master-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-machine-config-operator-master-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/machine-config-operator/openshift-priv-machine-config-operator-master-presubmits.yaml b/ci-operator/jobs/openshift-priv/machine-config-operator/openshift-priv-machine-config-operator-master-presubmits.yaml index a859c2793ded..e01823de9d99 100644 --- a/ci-operator/jobs/openshift-priv/machine-config-operator/openshift-priv-machine-config-operator-master-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/machine-config-operator/openshift-priv-machine-config-operator-master-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -52,6 +50,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -77,6 +78,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -97,14 +101,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-disruptive-cluster-profile - --target=e2e-aws-disruptive - --template=/usr/local/e2e-aws-disruptive @@ -142,6 +144,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -170,6 +175,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-disruptive,?($|\s.*) - agent: kubernetes always_run: true @@ -190,14 +198,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-scaleup-rhel7-cluster-profile - --target=e2e-aws-scaleup-rhel7 - --template=/usr/local/e2e-aws-scaleup-rhel7 @@ -238,6 +244,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -268,6 +277,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-scaleup-rhel7,?($|\s.*) - agent: kubernetes always_run: true @@ -288,14 +300,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-gcp-op-cluster-profile - --target=e2e-gcp-op - --template=/usr/local/e2e-gcp-op @@ -332,6 +342,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -362,6 +375,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-gcp-op,?($|\s.*) - agent: kubernetes always_run: true @@ -382,14 +398,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-gcp-upgrade-cluster-profile - --target=e2e-gcp-upgrade command: @@ -415,6 +429,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -442,6 +459,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-gcp-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -462,14 +482,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-metal-ipi-cluster-profile - --target=e2e-metal-ipi command: @@ -495,6 +513,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -522,6 +543,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-metal-ipi,?($|\s.*) - agent: kubernetes always_run: true @@ -542,14 +566,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-vsphere-cluster-profile - --target=e2e-vsphere - --template=/usr/local/e2e-vsphere @@ -586,6 +608,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -614,6 +639,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-vsphere,?($|\s.*) - agent: kubernetes always_run: true @@ -634,11 +662,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -658,6 +686,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -672,6 +703,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -692,11 +726,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -716,6 +750,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -730,6 +767,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -750,11 +790,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -774,6 +814,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -788,4 +831,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/machine-config-operator/openshift-priv-machine-config-operator-release-4.1-postsubmits.yaml b/ci-operator/jobs/openshift-priv/machine-config-operator/openshift-priv-machine-config-operator-release-4.1-postsubmits.yaml index 04b88a092dde..586d39dcb63b 100644 --- a/ci-operator/jobs/openshift-priv/machine-config-operator/openshift-priv-machine-config-operator-release-4.1-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/machine-config-operator/openshift-priv-machine-config-operator-release-4.1-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-machine-config-operator-release-4.1-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/machine-config-operator/openshift-priv-machine-config-operator-release-4.1-presubmits.yaml b/ci-operator/jobs/openshift-priv/machine-config-operator/openshift-priv-machine-config-operator-release-4.1-presubmits.yaml index 62122c2f13b0..9a330af11b7d 100644 --- a/ci-operator/jobs/openshift-priv/machine-config-operator/openshift-priv-machine-config-operator-release-4.1-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/machine-config-operator/openshift-priv-machine-config-operator-release-4.1-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -52,6 +50,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -77,6 +78,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -97,14 +101,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-disruptive-cluster-profile - --target=e2e-aws-disruptive - --template=/usr/local/e2e-aws-disruptive @@ -142,6 +144,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -170,6 +175,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-disruptive,?($|\s.*) - agent: kubernetes always_run: true @@ -190,14 +198,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-op-cluster-profile - --target=e2e-aws-op - --template=/usr/local/e2e-aws-op @@ -234,6 +240,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -262,6 +271,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-op,?($|\s.*) - agent: kubernetes always_run: true @@ -282,14 +294,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-scaleup-rhel7-cluster-profile - --target=e2e-aws-scaleup-rhel7 - --template=/usr/local/e2e-aws-scaleup-rhel7 @@ -330,6 +340,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -360,6 +373,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-scaleup-rhel7,?($|\s.*) - agent: kubernetes always_run: true @@ -380,14 +396,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -413,6 +427,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -438,6 +455,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -458,11 +478,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -482,6 +502,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -496,6 +519,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -516,11 +542,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -540,6 +566,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -554,6 +583,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -574,11 +606,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -598,6 +630,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -612,4 +647,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/machine-config-operator/openshift-priv-machine-config-operator-release-4.2-postsubmits.yaml b/ci-operator/jobs/openshift-priv/machine-config-operator/openshift-priv-machine-config-operator-release-4.2-postsubmits.yaml index d4a6d9bc959c..8fff4ce8ba5c 100644 --- a/ci-operator/jobs/openshift-priv/machine-config-operator/openshift-priv-machine-config-operator-release-4.2-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/machine-config-operator/openshift-priv-machine-config-operator-release-4.2-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-machine-config-operator-release-4.2-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/machine-config-operator/openshift-priv-machine-config-operator-release-4.2-presubmits.yaml b/ci-operator/jobs/openshift-priv/machine-config-operator/openshift-priv-machine-config-operator-release-4.2-presubmits.yaml index aeb3d006bde5..fed28226878b 100644 --- a/ci-operator/jobs/openshift-priv/machine-config-operator/openshift-priv-machine-config-operator-release-4.2-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/machine-config-operator/openshift-priv-machine-config-operator-release-4.2-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -52,6 +50,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -77,6 +78,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -97,14 +101,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-disruptive-cluster-profile - --target=e2e-aws-disruptive - --template=/usr/local/e2e-aws-disruptive @@ -142,6 +144,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -170,6 +175,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-disruptive,?($|\s.*) - agent: kubernetes always_run: true @@ -190,14 +198,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-scaleup-rhel7-cluster-profile - --target=e2e-aws-scaleup-rhel7 - --template=/usr/local/e2e-aws-scaleup-rhel7 @@ -238,6 +244,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -268,6 +277,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-scaleup-rhel7,?($|\s.*) - agent: kubernetes always_run: true @@ -288,14 +300,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-gcp-op-cluster-profile - --target=e2e-gcp-op - --template=/usr/local/e2e-gcp-op @@ -332,6 +342,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -362,6 +375,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-gcp-op,?($|\s.*) - agent: kubernetes always_run: true @@ -382,14 +398,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-gcp-upgrade-cluster-profile - --target=e2e-gcp-upgrade command: @@ -415,6 +429,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -442,6 +459,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-gcp-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -462,11 +482,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -486,6 +506,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -500,6 +523,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -520,11 +546,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -544,6 +570,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -558,6 +587,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -578,11 +610,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -602,6 +634,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -616,4 +651,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/machine-config-operator/openshift-priv-machine-config-operator-release-4.3-postsubmits.yaml b/ci-operator/jobs/openshift-priv/machine-config-operator/openshift-priv-machine-config-operator-release-4.3-postsubmits.yaml index 853a81300625..3922d5c60059 100644 --- a/ci-operator/jobs/openshift-priv/machine-config-operator/openshift-priv-machine-config-operator-release-4.3-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/machine-config-operator/openshift-priv-machine-config-operator-release-4.3-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-machine-config-operator-release-4.3-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/machine-config-operator/openshift-priv-machine-config-operator-release-4.3-presubmits.yaml b/ci-operator/jobs/openshift-priv/machine-config-operator/openshift-priv-machine-config-operator-release-4.3-presubmits.yaml index acb40baaea60..3a09ce045351 100644 --- a/ci-operator/jobs/openshift-priv/machine-config-operator/openshift-priv-machine-config-operator-release-4.3-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/machine-config-operator/openshift-priv-machine-config-operator-release-4.3-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -52,6 +50,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -77,6 +78,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -97,14 +101,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-disruptive-cluster-profile - --target=e2e-aws-disruptive - --template=/usr/local/e2e-aws-disruptive @@ -142,6 +144,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -170,6 +175,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-disruptive,?($|\s.*) - agent: kubernetes always_run: true @@ -190,14 +198,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-scaleup-rhel7-cluster-profile - --target=e2e-aws-scaleup-rhel7 - --template=/usr/local/e2e-aws-scaleup-rhel7 @@ -238,6 +244,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -268,6 +277,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-scaleup-rhel7,?($|\s.*) - agent: kubernetes always_run: true @@ -288,14 +300,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-gcp-op-cluster-profile - --target=e2e-gcp-op - --template=/usr/local/e2e-gcp-op @@ -332,6 +342,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -362,6 +375,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-gcp-op,?($|\s.*) - agent: kubernetes always_run: true @@ -382,14 +398,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-gcp-upgrade-cluster-profile - --target=e2e-gcp-upgrade command: @@ -415,6 +429,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -442,6 +459,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-gcp-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -462,14 +482,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-vsphere-cluster-profile - --target=e2e-vsphere - --template=/usr/local/e2e-vsphere @@ -506,6 +524,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -534,6 +555,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-vsphere,?($|\s.*) - agent: kubernetes always_run: true @@ -554,11 +578,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -578,6 +602,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -592,6 +619,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -612,11 +642,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -636,6 +666,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -650,6 +683,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -670,11 +706,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -694,6 +730,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -708,4 +747,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/machine-config-operator/openshift-priv-machine-config-operator-release-4.4-postsubmits.yaml b/ci-operator/jobs/openshift-priv/machine-config-operator/openshift-priv-machine-config-operator-release-4.4-postsubmits.yaml index f52f9828c6a8..a8ee523d600b 100644 --- a/ci-operator/jobs/openshift-priv/machine-config-operator/openshift-priv-machine-config-operator-release-4.4-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/machine-config-operator/openshift-priv-machine-config-operator-release-4.4-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-machine-config-operator-release-4.4-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/machine-config-operator/openshift-priv-machine-config-operator-release-4.4-presubmits.yaml b/ci-operator/jobs/openshift-priv/machine-config-operator/openshift-priv-machine-config-operator-release-4.4-presubmits.yaml index 2eaf2313c04c..2e43d35b234a 100644 --- a/ci-operator/jobs/openshift-priv/machine-config-operator/openshift-priv-machine-config-operator-release-4.4-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/machine-config-operator/openshift-priv-machine-config-operator-release-4.4-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -52,6 +50,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -77,6 +78,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -97,14 +101,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-disruptive-cluster-profile - --target=e2e-aws-disruptive - --template=/usr/local/e2e-aws-disruptive @@ -142,6 +144,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -170,6 +175,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-disruptive,?($|\s.*) - agent: kubernetes always_run: true @@ -190,14 +198,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-scaleup-rhel7-cluster-profile - --target=e2e-aws-scaleup-rhel7 - --template=/usr/local/e2e-aws-scaleup-rhel7 @@ -238,6 +244,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -268,6 +277,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-scaleup-rhel7,?($|\s.*) - agent: kubernetes always_run: true @@ -288,14 +300,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-gcp-op-cluster-profile - --target=e2e-gcp-op - --template=/usr/local/e2e-gcp-op @@ -332,6 +342,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -362,6 +375,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-gcp-op,?($|\s.*) - agent: kubernetes always_run: true @@ -382,14 +398,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-gcp-upgrade-cluster-profile - --target=e2e-gcp-upgrade command: @@ -415,6 +429,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -442,6 +459,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-gcp-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -462,14 +482,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-metal-ipi-cluster-profile - --target=e2e-metal-ipi command: @@ -495,6 +513,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -522,6 +543,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-metal-ipi,?($|\s.*) - agent: kubernetes always_run: true @@ -542,14 +566,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-vsphere-cluster-profile - --target=e2e-vsphere - --template=/usr/local/e2e-vsphere @@ -586,6 +608,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -614,6 +639,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-vsphere,?($|\s.*) - agent: kubernetes always_run: true @@ -634,11 +662,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -658,6 +686,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -672,6 +703,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -692,11 +726,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -716,6 +750,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -730,6 +767,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -750,11 +790,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -774,6 +814,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -788,4 +831,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/machine-config-operator/openshift-priv-machine-config-operator-release-4.5-postsubmits.yaml b/ci-operator/jobs/openshift-priv/machine-config-operator/openshift-priv-machine-config-operator-release-4.5-postsubmits.yaml index c1f0d84cd129..df3d12805f4d 100644 --- a/ci-operator/jobs/openshift-priv/machine-config-operator/openshift-priv-machine-config-operator-release-4.5-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/machine-config-operator/openshift-priv-machine-config-operator-release-4.5-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-machine-config-operator-release-4.5-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/machine-config-operator/openshift-priv-machine-config-operator-release-4.5-presubmits.yaml b/ci-operator/jobs/openshift-priv/machine-config-operator/openshift-priv-machine-config-operator-release-4.5-presubmits.yaml index 574d3dc8cc86..e9e0126a64f5 100644 --- a/ci-operator/jobs/openshift-priv/machine-config-operator/openshift-priv-machine-config-operator-release-4.5-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/machine-config-operator/openshift-priv-machine-config-operator-release-4.5-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -52,6 +50,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -77,6 +78,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -97,14 +101,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-disruptive-cluster-profile - --target=e2e-aws-disruptive - --template=/usr/local/e2e-aws-disruptive @@ -142,6 +144,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -170,6 +175,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-disruptive,?($|\s.*) - agent: kubernetes always_run: true @@ -190,14 +198,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-scaleup-rhel7-cluster-profile - --target=e2e-aws-scaleup-rhel7 - --template=/usr/local/e2e-aws-scaleup-rhel7 @@ -238,6 +244,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -268,6 +277,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-scaleup-rhel7,?($|\s.*) - agent: kubernetes always_run: true @@ -288,14 +300,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-gcp-op-cluster-profile - --target=e2e-gcp-op - --template=/usr/local/e2e-gcp-op @@ -332,6 +342,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -362,6 +375,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-gcp-op,?($|\s.*) - agent: kubernetes always_run: true @@ -382,14 +398,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-gcp-upgrade-cluster-profile - --target=e2e-gcp-upgrade command: @@ -415,6 +429,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -442,6 +459,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-gcp-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -462,14 +482,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-metal-ipi-cluster-profile - --target=e2e-metal-ipi command: @@ -495,6 +513,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -522,6 +543,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-metal-ipi,?($|\s.*) - agent: kubernetes always_run: true @@ -542,14 +566,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-vsphere-cluster-profile - --target=e2e-vsphere - --template=/usr/local/e2e-vsphere @@ -586,6 +608,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -614,6 +639,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-vsphere,?($|\s.*) - agent: kubernetes always_run: true @@ -634,11 +662,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -658,6 +686,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -672,6 +703,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -692,11 +726,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -716,6 +750,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -730,6 +767,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -750,11 +790,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -774,6 +814,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -788,4 +831,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/machine-config-operator/openshift-priv-machine-config-operator-release-4.6-postsubmits.yaml b/ci-operator/jobs/openshift-priv/machine-config-operator/openshift-priv-machine-config-operator-release-4.6-postsubmits.yaml index a95acd8ef62f..cbb6350017f2 100644 --- a/ci-operator/jobs/openshift-priv/machine-config-operator/openshift-priv-machine-config-operator-release-4.6-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/machine-config-operator/openshift-priv-machine-config-operator-release-4.6-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-machine-config-operator-release-4.6-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/machine-config-operator/openshift-priv-machine-config-operator-release-4.6-presubmits.yaml b/ci-operator/jobs/openshift-priv/machine-config-operator/openshift-priv-machine-config-operator-release-4.6-presubmits.yaml index 3bc8d2974749..4159e9481490 100644 --- a/ci-operator/jobs/openshift-priv/machine-config-operator/openshift-priv-machine-config-operator-release-4.6-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/machine-config-operator/openshift-priv-machine-config-operator-release-4.6-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -52,6 +50,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -77,6 +78,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -97,14 +101,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-disruptive-cluster-profile - --target=e2e-aws-disruptive - --template=/usr/local/e2e-aws-disruptive @@ -142,6 +144,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -170,6 +175,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-disruptive,?($|\s.*) - agent: kubernetes always_run: true @@ -190,14 +198,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-scaleup-rhel7-cluster-profile - --target=e2e-aws-scaleup-rhel7 - --template=/usr/local/e2e-aws-scaleup-rhel7 @@ -238,6 +244,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -268,6 +277,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-scaleup-rhel7,?($|\s.*) - agent: kubernetes always_run: true @@ -288,14 +300,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-gcp-op-cluster-profile - --target=e2e-gcp-op - --template=/usr/local/e2e-gcp-op @@ -332,6 +342,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -362,6 +375,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-gcp-op,?($|\s.*) - agent: kubernetes always_run: true @@ -382,14 +398,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-gcp-upgrade-cluster-profile - --target=e2e-gcp-upgrade command: @@ -415,6 +429,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -442,6 +459,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-gcp-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -462,14 +482,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-metal-ipi-cluster-profile - --target=e2e-metal-ipi command: @@ -495,6 +513,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -522,6 +543,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-metal-ipi,?($|\s.*) - agent: kubernetes always_run: true @@ -542,14 +566,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-vsphere-cluster-profile - --target=e2e-vsphere - --template=/usr/local/e2e-vsphere @@ -586,6 +608,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -614,6 +639,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-vsphere,?($|\s.*) - agent: kubernetes always_run: true @@ -634,11 +662,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -658,6 +686,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -672,6 +703,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -692,11 +726,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -716,6 +750,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -730,6 +767,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -750,11 +790,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -774,6 +814,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -788,4 +831,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/machine-config-operator/openshift-priv-machine-config-operator-release-4.7-postsubmits.yaml b/ci-operator/jobs/openshift-priv/machine-config-operator/openshift-priv-machine-config-operator-release-4.7-postsubmits.yaml index f6e787745976..b2c4486ea555 100644 --- a/ci-operator/jobs/openshift-priv/machine-config-operator/openshift-priv-machine-config-operator-release-4.7-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/machine-config-operator/openshift-priv-machine-config-operator-release-4.7-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-machine-config-operator-release-4.7-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/machine-config-operator/openshift-priv-machine-config-operator-release-4.7-presubmits.yaml b/ci-operator/jobs/openshift-priv/machine-config-operator/openshift-priv-machine-config-operator-release-4.7-presubmits.yaml index d761384c7e95..7b2dc6cbde75 100644 --- a/ci-operator/jobs/openshift-priv/machine-config-operator/openshift-priv-machine-config-operator-release-4.7-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/machine-config-operator/openshift-priv-machine-config-operator-release-4.7-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -52,6 +50,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -77,6 +78,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -97,14 +101,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-disruptive-cluster-profile - --target=e2e-aws-disruptive - --template=/usr/local/e2e-aws-disruptive @@ -142,6 +144,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -170,6 +175,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-disruptive,?($|\s.*) - agent: kubernetes always_run: true @@ -190,14 +198,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-scaleup-rhel7-cluster-profile - --target=e2e-aws-scaleup-rhel7 - --template=/usr/local/e2e-aws-scaleup-rhel7 @@ -238,6 +244,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -268,6 +277,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-scaleup-rhel7,?($|\s.*) - agent: kubernetes always_run: true @@ -288,14 +300,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-gcp-op-cluster-profile - --target=e2e-gcp-op - --template=/usr/local/e2e-gcp-op @@ -332,6 +342,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -362,6 +375,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-gcp-op,?($|\s.*) - agent: kubernetes always_run: true @@ -382,14 +398,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-gcp-upgrade-cluster-profile - --target=e2e-gcp-upgrade command: @@ -415,6 +429,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -442,6 +459,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-gcp-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -462,14 +482,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-metal-ipi-cluster-profile - --target=e2e-metal-ipi command: @@ -495,6 +513,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -522,6 +543,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-metal-ipi,?($|\s.*) - agent: kubernetes always_run: true @@ -542,14 +566,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-vsphere-cluster-profile - --target=e2e-vsphere - --template=/usr/local/e2e-vsphere @@ -586,6 +608,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -614,6 +639,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-vsphere,?($|\s.*) - agent: kubernetes always_run: true @@ -634,11 +662,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -658,6 +686,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -672,6 +703,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -692,11 +726,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -716,6 +750,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -730,6 +767,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -750,11 +790,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -774,6 +814,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -788,4 +831,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/managed-cluster-config/openshift-priv-managed-cluster-config-release-4.6-postsubmits.yaml b/ci-operator/jobs/openshift-priv/managed-cluster-config/openshift-priv-managed-cluster-config-release-4.6-postsubmits.yaml index 58b48af2a94b..e7d2b0010fd8 100644 --- a/ci-operator/jobs/openshift-priv/managed-cluster-config/openshift-priv-managed-cluster-config-release-4.6-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/managed-cluster-config/openshift-priv-managed-cluster-config-release-4.6-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-managed-cluster-config-release-4.6-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/managed-cluster-config/openshift-priv-managed-cluster-config-release-4.6-presubmits.yaml b/ci-operator/jobs/openshift-priv/managed-cluster-config/openshift-priv-managed-cluster-config-release-4.6-presubmits.yaml index c45e7949a9cb..e15b062a5538 100644 --- a/ci-operator/jobs/openshift-priv/managed-cluster-config/openshift-priv-managed-cluster-config-release-4.6-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/managed-cluster-config/openshift-priv-managed-cluster-config-release-4.6-presubmits.yaml @@ -19,11 +19,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -43,6 +43,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -57,4 +60,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/mdns-publisher/openshift-priv-mdns-publisher-master-postsubmits.yaml b/ci-operator/jobs/openshift-priv/mdns-publisher/openshift-priv-mdns-publisher-master-postsubmits.yaml index 7172fb70682d..e7fc38871f6f 100644 --- a/ci-operator/jobs/openshift-priv/mdns-publisher/openshift-priv-mdns-publisher-master-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/mdns-publisher/openshift-priv-mdns-publisher-master-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-mdns-publisher-master-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/mdns-publisher/openshift-priv-mdns-publisher-master-presubmits.yaml b/ci-operator/jobs/openshift-priv/mdns-publisher/openshift-priv-mdns-publisher-master-presubmits.yaml index 94f50f19980e..0266e55d366a 100644 --- a/ci-operator/jobs/openshift-priv/mdns-publisher/openshift-priv-mdns-publisher-master-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/mdns-publisher/openshift-priv-mdns-publisher-master-presubmits.yaml @@ -19,11 +19,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=gofmt command: - ci-operator @@ -43,6 +43,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -57,6 +60,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )gofmt,?($|\s.*) - agent: kubernetes always_run: true @@ -77,11 +83,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=govet command: - ci-operator @@ -101,6 +107,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -115,6 +124,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )govet,?($|\s.*) - agent: kubernetes always_run: true @@ -135,11 +147,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -159,6 +171,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -173,6 +188,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -193,11 +211,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -217,6 +235,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -231,4 +252,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/mdns-publisher/openshift-priv-mdns-publisher-release-4.2-postsubmits.yaml b/ci-operator/jobs/openshift-priv/mdns-publisher/openshift-priv-mdns-publisher-release-4.2-postsubmits.yaml index fede9adb4fb5..45c4336d8f5d 100644 --- a/ci-operator/jobs/openshift-priv/mdns-publisher/openshift-priv-mdns-publisher-release-4.2-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/mdns-publisher/openshift-priv-mdns-publisher-release-4.2-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-mdns-publisher-release-4.2-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/mdns-publisher/openshift-priv-mdns-publisher-release-4.2-presubmits.yaml b/ci-operator/jobs/openshift-priv/mdns-publisher/openshift-priv-mdns-publisher-release-4.2-presubmits.yaml index 20113e696d65..17054181ddc7 100644 --- a/ci-operator/jobs/openshift-priv/mdns-publisher/openshift-priv-mdns-publisher-release-4.2-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/mdns-publisher/openshift-priv-mdns-publisher-release-4.2-presubmits.yaml @@ -19,11 +19,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=gofmt command: - ci-operator @@ -43,6 +43,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -57,6 +60,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )gofmt,?($|\s.*) - agent: kubernetes always_run: true @@ -77,11 +83,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=govet command: - ci-operator @@ -101,6 +107,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -115,6 +124,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )govet,?($|\s.*) - agent: kubernetes always_run: true @@ -135,11 +147,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -159,6 +171,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -173,4 +188,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/mdns-publisher/openshift-priv-mdns-publisher-release-4.3-postsubmits.yaml b/ci-operator/jobs/openshift-priv/mdns-publisher/openshift-priv-mdns-publisher-release-4.3-postsubmits.yaml index c01cf001c300..efecdcb1dba3 100644 --- a/ci-operator/jobs/openshift-priv/mdns-publisher/openshift-priv-mdns-publisher-release-4.3-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/mdns-publisher/openshift-priv-mdns-publisher-release-4.3-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-mdns-publisher-release-4.3-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/mdns-publisher/openshift-priv-mdns-publisher-release-4.3-presubmits.yaml b/ci-operator/jobs/openshift-priv/mdns-publisher/openshift-priv-mdns-publisher-release-4.3-presubmits.yaml index 28b438b45ded..5abdcffa1e83 100644 --- a/ci-operator/jobs/openshift-priv/mdns-publisher/openshift-priv-mdns-publisher-release-4.3-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/mdns-publisher/openshift-priv-mdns-publisher-release-4.3-presubmits.yaml @@ -19,11 +19,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=gofmt command: - ci-operator @@ -43,6 +43,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -57,6 +60,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )gofmt,?($|\s.*) - agent: kubernetes always_run: true @@ -77,11 +83,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=govet command: - ci-operator @@ -101,6 +107,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -115,6 +124,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )govet,?($|\s.*) - agent: kubernetes always_run: true @@ -135,11 +147,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -159,6 +171,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -173,6 +188,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -193,11 +211,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -217,6 +235,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -231,4 +252,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/mdns-publisher/openshift-priv-mdns-publisher-release-4.4-postsubmits.yaml b/ci-operator/jobs/openshift-priv/mdns-publisher/openshift-priv-mdns-publisher-release-4.4-postsubmits.yaml index ba8aa928d3c8..45b941a94a4f 100644 --- a/ci-operator/jobs/openshift-priv/mdns-publisher/openshift-priv-mdns-publisher-release-4.4-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/mdns-publisher/openshift-priv-mdns-publisher-release-4.4-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-mdns-publisher-release-4.4-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/mdns-publisher/openshift-priv-mdns-publisher-release-4.4-presubmits.yaml b/ci-operator/jobs/openshift-priv/mdns-publisher/openshift-priv-mdns-publisher-release-4.4-presubmits.yaml index cb19797c6115..2c33c9e9eaeb 100644 --- a/ci-operator/jobs/openshift-priv/mdns-publisher/openshift-priv-mdns-publisher-release-4.4-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/mdns-publisher/openshift-priv-mdns-publisher-release-4.4-presubmits.yaml @@ -19,11 +19,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=gofmt command: - ci-operator @@ -43,6 +43,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -57,6 +60,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )gofmt,?($|\s.*) - agent: kubernetes always_run: true @@ -77,11 +83,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=govet command: - ci-operator @@ -101,6 +107,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -115,6 +124,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )govet,?($|\s.*) - agent: kubernetes always_run: true @@ -135,11 +147,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -159,6 +171,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -173,6 +188,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -193,11 +211,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -217,6 +235,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -231,4 +252,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/mdns-publisher/openshift-priv-mdns-publisher-release-4.5-postsubmits.yaml b/ci-operator/jobs/openshift-priv/mdns-publisher/openshift-priv-mdns-publisher-release-4.5-postsubmits.yaml index a49f0cf63382..0a0dc0fa6e05 100644 --- a/ci-operator/jobs/openshift-priv/mdns-publisher/openshift-priv-mdns-publisher-release-4.5-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/mdns-publisher/openshift-priv-mdns-publisher-release-4.5-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-mdns-publisher-release-4.5-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/mdns-publisher/openshift-priv-mdns-publisher-release-4.5-presubmits.yaml b/ci-operator/jobs/openshift-priv/mdns-publisher/openshift-priv-mdns-publisher-release-4.5-presubmits.yaml index f896fd8dc68b..a6575984fed3 100644 --- a/ci-operator/jobs/openshift-priv/mdns-publisher/openshift-priv-mdns-publisher-release-4.5-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/mdns-publisher/openshift-priv-mdns-publisher-release-4.5-presubmits.yaml @@ -19,11 +19,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=gofmt command: - ci-operator @@ -43,6 +43,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -57,6 +60,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )gofmt,?($|\s.*) - agent: kubernetes always_run: true @@ -77,11 +83,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=govet command: - ci-operator @@ -101,6 +107,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -115,6 +124,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )govet,?($|\s.*) - agent: kubernetes always_run: true @@ -135,11 +147,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -159,6 +171,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -173,6 +188,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -193,11 +211,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -217,6 +235,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -231,4 +252,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/mdns-publisher/openshift-priv-mdns-publisher-release-4.6-postsubmits.yaml b/ci-operator/jobs/openshift-priv/mdns-publisher/openshift-priv-mdns-publisher-release-4.6-postsubmits.yaml index 09065201f491..9a1691ffe86d 100644 --- a/ci-operator/jobs/openshift-priv/mdns-publisher/openshift-priv-mdns-publisher-release-4.6-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/mdns-publisher/openshift-priv-mdns-publisher-release-4.6-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-mdns-publisher-release-4.6-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/mdns-publisher/openshift-priv-mdns-publisher-release-4.6-presubmits.yaml b/ci-operator/jobs/openshift-priv/mdns-publisher/openshift-priv-mdns-publisher-release-4.6-presubmits.yaml index 568cb74fe93f..359aa7f0c48d 100644 --- a/ci-operator/jobs/openshift-priv/mdns-publisher/openshift-priv-mdns-publisher-release-4.6-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/mdns-publisher/openshift-priv-mdns-publisher-release-4.6-presubmits.yaml @@ -19,11 +19,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=gofmt command: - ci-operator @@ -43,6 +43,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -57,6 +60,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )gofmt,?($|\s.*) - agent: kubernetes always_run: true @@ -77,11 +83,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=govet command: - ci-operator @@ -101,6 +107,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -115,6 +124,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )govet,?($|\s.*) - agent: kubernetes always_run: true @@ -135,11 +147,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -159,6 +171,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -173,6 +188,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -193,11 +211,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -217,6 +235,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -231,4 +252,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/mdns-publisher/openshift-priv-mdns-publisher-release-4.7-postsubmits.yaml b/ci-operator/jobs/openshift-priv/mdns-publisher/openshift-priv-mdns-publisher-release-4.7-postsubmits.yaml index 46be731b2c85..4ae7d7b3abd3 100644 --- a/ci-operator/jobs/openshift-priv/mdns-publisher/openshift-priv-mdns-publisher-release-4.7-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/mdns-publisher/openshift-priv-mdns-publisher-release-4.7-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-mdns-publisher-release-4.7-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/mdns-publisher/openshift-priv-mdns-publisher-release-4.7-presubmits.yaml b/ci-operator/jobs/openshift-priv/mdns-publisher/openshift-priv-mdns-publisher-release-4.7-presubmits.yaml index 715e78472963..7c1736b92a88 100644 --- a/ci-operator/jobs/openshift-priv/mdns-publisher/openshift-priv-mdns-publisher-release-4.7-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/mdns-publisher/openshift-priv-mdns-publisher-release-4.7-presubmits.yaml @@ -19,11 +19,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=gofmt command: - ci-operator @@ -43,6 +43,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -57,6 +60,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )gofmt,?($|\s.*) - agent: kubernetes always_run: true @@ -77,11 +83,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=govet command: - ci-operator @@ -101,6 +107,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -115,6 +124,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )govet,?($|\s.*) - agent: kubernetes always_run: true @@ -135,11 +147,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -159,6 +171,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -173,6 +188,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -193,11 +211,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -217,6 +235,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -231,4 +252,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/metal3-smart-exporter/openshift-priv-metal3-smart-exporter-master-postsubmits.yaml b/ci-operator/jobs/openshift-priv/metal3-smart-exporter/openshift-priv-metal3-smart-exporter-master-postsubmits.yaml index 380f38d31305..cb8c2f7298f4 100644 --- a/ci-operator/jobs/openshift-priv/metal3-smart-exporter/openshift-priv-metal3-smart-exporter-master-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/metal3-smart-exporter/openshift-priv-metal3-smart-exporter-master-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-metal3-smart-exporter-master-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/metal3-smart-exporter/openshift-priv-metal3-smart-exporter-master-presubmits.yaml b/ci-operator/jobs/openshift-priv/metal3-smart-exporter/openshift-priv-metal3-smart-exporter-master-presubmits.yaml index ec54233b9f76..b0271cd098e9 100644 --- a/ci-operator/jobs/openshift-priv/metal3-smart-exporter/openshift-priv-metal3-smart-exporter-master-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/metal3-smart-exporter/openshift-priv-metal3-smart-exporter-master-presubmits.yaml @@ -19,11 +19,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -43,6 +43,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -57,4 +60,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/metal3-smart-exporter/openshift-priv-metal3-smart-exporter-release-4.2-postsubmits.yaml b/ci-operator/jobs/openshift-priv/metal3-smart-exporter/openshift-priv-metal3-smart-exporter-release-4.2-postsubmits.yaml index 8d77f6e03af1..da93ec19d800 100644 --- a/ci-operator/jobs/openshift-priv/metal3-smart-exporter/openshift-priv-metal3-smart-exporter-release-4.2-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/metal3-smart-exporter/openshift-priv-metal3-smart-exporter-release-4.2-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-metal3-smart-exporter-release-4.2-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/metal3-smart-exporter/openshift-priv-metal3-smart-exporter-release-4.2-presubmits.yaml b/ci-operator/jobs/openshift-priv/metal3-smart-exporter/openshift-priv-metal3-smart-exporter-release-4.2-presubmits.yaml index 3dbd014aeb90..1b4d2b1d69b4 100644 --- a/ci-operator/jobs/openshift-priv/metal3-smart-exporter/openshift-priv-metal3-smart-exporter-release-4.2-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/metal3-smart-exporter/openshift-priv-metal3-smart-exporter-release-4.2-presubmits.yaml @@ -19,11 +19,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -43,6 +43,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -57,4 +60,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/metal3-smart-exporter/openshift-priv-metal3-smart-exporter-release-4.3-postsubmits.yaml b/ci-operator/jobs/openshift-priv/metal3-smart-exporter/openshift-priv-metal3-smart-exporter-release-4.3-postsubmits.yaml index d36adfe1b9ac..77ef7a1be56e 100644 --- a/ci-operator/jobs/openshift-priv/metal3-smart-exporter/openshift-priv-metal3-smart-exporter-release-4.3-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/metal3-smart-exporter/openshift-priv-metal3-smart-exporter-release-4.3-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-metal3-smart-exporter-release-4.3-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/metal3-smart-exporter/openshift-priv-metal3-smart-exporter-release-4.3-presubmits.yaml b/ci-operator/jobs/openshift-priv/metal3-smart-exporter/openshift-priv-metal3-smart-exporter-release-4.3-presubmits.yaml index d3f27f2d2091..5623be255c95 100644 --- a/ci-operator/jobs/openshift-priv/metal3-smart-exporter/openshift-priv-metal3-smart-exporter-release-4.3-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/metal3-smart-exporter/openshift-priv-metal3-smart-exporter-release-4.3-presubmits.yaml @@ -19,11 +19,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -43,6 +43,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -57,4 +60,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/metal3-smart-exporter/openshift-priv-metal3-smart-exporter-release-4.4-postsubmits.yaml b/ci-operator/jobs/openshift-priv/metal3-smart-exporter/openshift-priv-metal3-smart-exporter-release-4.4-postsubmits.yaml index fe546be24d23..70deac53fb64 100644 --- a/ci-operator/jobs/openshift-priv/metal3-smart-exporter/openshift-priv-metal3-smart-exporter-release-4.4-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/metal3-smart-exporter/openshift-priv-metal3-smart-exporter-release-4.4-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-metal3-smart-exporter-release-4.4-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/metal3-smart-exporter/openshift-priv-metal3-smart-exporter-release-4.4-presubmits.yaml b/ci-operator/jobs/openshift-priv/metal3-smart-exporter/openshift-priv-metal3-smart-exporter-release-4.4-presubmits.yaml index 6a2016490d62..6ad5d8286cac 100644 --- a/ci-operator/jobs/openshift-priv/metal3-smart-exporter/openshift-priv-metal3-smart-exporter-release-4.4-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/metal3-smart-exporter/openshift-priv-metal3-smart-exporter-release-4.4-presubmits.yaml @@ -19,11 +19,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -43,6 +43,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -57,4 +60,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/metal3-smart-exporter/openshift-priv-metal3-smart-exporter-release-4.5-postsubmits.yaml b/ci-operator/jobs/openshift-priv/metal3-smart-exporter/openshift-priv-metal3-smart-exporter-release-4.5-postsubmits.yaml index cd5083a4316a..830071a3f8c5 100644 --- a/ci-operator/jobs/openshift-priv/metal3-smart-exporter/openshift-priv-metal3-smart-exporter-release-4.5-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/metal3-smart-exporter/openshift-priv-metal3-smart-exporter-release-4.5-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-metal3-smart-exporter-release-4.5-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/metal3-smart-exporter/openshift-priv-metal3-smart-exporter-release-4.5-presubmits.yaml b/ci-operator/jobs/openshift-priv/metal3-smart-exporter/openshift-priv-metal3-smart-exporter-release-4.5-presubmits.yaml index 185efe79ebea..ff47c904d5c8 100644 --- a/ci-operator/jobs/openshift-priv/metal3-smart-exporter/openshift-priv-metal3-smart-exporter-release-4.5-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/metal3-smart-exporter/openshift-priv-metal3-smart-exporter-release-4.5-presubmits.yaml @@ -19,11 +19,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -43,6 +43,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -57,4 +60,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/metal3-smart-exporter/openshift-priv-metal3-smart-exporter-release-4.6-postsubmits.yaml b/ci-operator/jobs/openshift-priv/metal3-smart-exporter/openshift-priv-metal3-smart-exporter-release-4.6-postsubmits.yaml index 8608add5c594..7f5c322a17eb 100644 --- a/ci-operator/jobs/openshift-priv/metal3-smart-exporter/openshift-priv-metal3-smart-exporter-release-4.6-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/metal3-smart-exporter/openshift-priv-metal3-smart-exporter-release-4.6-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-metal3-smart-exporter-release-4.6-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/metal3-smart-exporter/openshift-priv-metal3-smart-exporter-release-4.6-presubmits.yaml b/ci-operator/jobs/openshift-priv/metal3-smart-exporter/openshift-priv-metal3-smart-exporter-release-4.6-presubmits.yaml index 186ec291ed35..77eb9a07c697 100644 --- a/ci-operator/jobs/openshift-priv/metal3-smart-exporter/openshift-priv-metal3-smart-exporter-release-4.6-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/metal3-smart-exporter/openshift-priv-metal3-smart-exporter-release-4.6-presubmits.yaml @@ -19,11 +19,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -43,6 +43,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -57,4 +60,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/metal3-smart-exporter/openshift-priv-metal3-smart-exporter-release-4.7-postsubmits.yaml b/ci-operator/jobs/openshift-priv/metal3-smart-exporter/openshift-priv-metal3-smart-exporter-release-4.7-postsubmits.yaml index 5755180114bd..a31dc2b8b7a6 100644 --- a/ci-operator/jobs/openshift-priv/metal3-smart-exporter/openshift-priv-metal3-smart-exporter-release-4.7-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/metal3-smart-exporter/openshift-priv-metal3-smart-exporter-release-4.7-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-metal3-smart-exporter-release-4.7-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/metal3-smart-exporter/openshift-priv-metal3-smart-exporter-release-4.7-presubmits.yaml b/ci-operator/jobs/openshift-priv/metal3-smart-exporter/openshift-priv-metal3-smart-exporter-release-4.7-presubmits.yaml index 23571901bb66..d28f3e14af40 100644 --- a/ci-operator/jobs/openshift-priv/metal3-smart-exporter/openshift-priv-metal3-smart-exporter-release-4.7-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/metal3-smart-exporter/openshift-priv-metal3-smart-exporter-release-4.7-presubmits.yaml @@ -19,11 +19,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -43,6 +43,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -57,4 +60,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/metering-operator/openshift-priv-metering-operator-master-postsubmits.yaml b/ci-operator/jobs/openshift-priv/metering-operator/openshift-priv-metering-operator-master-postsubmits.yaml index 3dca2bcdea8c..7b614685e949 100644 --- a/ci-operator/jobs/openshift-priv/metering-operator/openshift-priv-metering-operator-master-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/metering-operator/openshift-priv-metering-operator-master-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-metering-operator-master-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/metering-operator/openshift-priv-metering-operator-master-presubmits.yaml b/ci-operator/jobs/openshift-priv/metering-operator/openshift-priv-metering-operator-master-presubmits.yaml index ba807d1afdfd..a72076a3ca65 100644 --- a/ci-operator/jobs/openshift-priv/metering-operator/openshift-priv-metering-operator-master-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/metering-operator/openshift-priv-metering-operator-master-presubmits.yaml @@ -19,11 +19,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -43,6 +43,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -57,6 +60,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -77,14 +83,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/metering-e2e-aws-cluster-profile - --target=metering-e2e-aws - --template=/usr/local/metering-e2e-aws @@ -126,6 +130,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -154,6 +161,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )metering-e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -174,14 +184,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/metering-upgrade-aws-cluster-profile - --target=metering-upgrade-aws - --template=/usr/local/metering-upgrade-aws @@ -223,6 +231,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -251,6 +262,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )metering-upgrade-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -271,11 +285,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -295,6 +309,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -309,6 +326,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -329,11 +349,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -353,6 +373,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -367,4 +390,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/metering-operator/openshift-priv-metering-operator-release-4.1-postsubmits.yaml b/ci-operator/jobs/openshift-priv/metering-operator/openshift-priv-metering-operator-release-4.1-postsubmits.yaml index 1e53a149c997..74f228e8f79f 100644 --- a/ci-operator/jobs/openshift-priv/metering-operator/openshift-priv-metering-operator-release-4.1-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/metering-operator/openshift-priv-metering-operator-release-4.1-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-metering-operator-release-4.1-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/metering-operator/openshift-priv-metering-operator-release-4.1-presubmits.yaml b/ci-operator/jobs/openshift-priv/metering-operator/openshift-priv-metering-operator-release-4.1-presubmits.yaml index d14ec94e6f4a..dc1bb3cfa452 100644 --- a/ci-operator/jobs/openshift-priv/metering-operator/openshift-priv-metering-operator-release-4.1-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/metering-operator/openshift-priv-metering-operator-release-4.1-presubmits.yaml @@ -19,11 +19,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -43,6 +43,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -57,6 +60,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -77,14 +83,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/metering-e2e-aws-cluster-profile - --target=metering-e2e-aws - --template=/usr/local/metering-e2e-aws @@ -127,6 +131,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -155,6 +162,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )metering-e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -175,11 +185,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -199,6 +209,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -213,6 +226,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -233,11 +249,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -257,6 +273,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -271,4 +290,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/metering-operator/openshift-priv-metering-operator-release-4.2-postsubmits.yaml b/ci-operator/jobs/openshift-priv/metering-operator/openshift-priv-metering-operator-release-4.2-postsubmits.yaml index 7588c654d4d7..bd96b11ba2d2 100644 --- a/ci-operator/jobs/openshift-priv/metering-operator/openshift-priv-metering-operator-release-4.2-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/metering-operator/openshift-priv-metering-operator-release-4.2-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-metering-operator-release-4.2-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/metering-operator/openshift-priv-metering-operator-release-4.2-presubmits.yaml b/ci-operator/jobs/openshift-priv/metering-operator/openshift-priv-metering-operator-release-4.2-presubmits.yaml index dd090488ec01..c05e1bf1ddf0 100644 --- a/ci-operator/jobs/openshift-priv/metering-operator/openshift-priv-metering-operator-release-4.2-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/metering-operator/openshift-priv-metering-operator-release-4.2-presubmits.yaml @@ -19,11 +19,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -43,6 +43,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -57,6 +60,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -77,14 +83,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/metering-e2e-aws-cluster-profile - --target=metering-e2e-aws - --template=/usr/local/metering-e2e-aws @@ -127,6 +131,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -155,6 +162,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )metering-e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -175,11 +185,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -199,6 +209,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -213,6 +226,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -233,11 +249,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -257,6 +273,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -271,4 +290,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/metering-operator/openshift-priv-metering-operator-release-4.3-postsubmits.yaml b/ci-operator/jobs/openshift-priv/metering-operator/openshift-priv-metering-operator-release-4.3-postsubmits.yaml index 0aaa08c8ec46..077c26fc8677 100644 --- a/ci-operator/jobs/openshift-priv/metering-operator/openshift-priv-metering-operator-release-4.3-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/metering-operator/openshift-priv-metering-operator-release-4.3-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-metering-operator-release-4.3-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/metering-operator/openshift-priv-metering-operator-release-4.3-presubmits.yaml b/ci-operator/jobs/openshift-priv/metering-operator/openshift-priv-metering-operator-release-4.3-presubmits.yaml index e1ad10739bf0..8ebb8211c760 100644 --- a/ci-operator/jobs/openshift-priv/metering-operator/openshift-priv-metering-operator-release-4.3-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/metering-operator/openshift-priv-metering-operator-release-4.3-presubmits.yaml @@ -19,11 +19,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -43,6 +43,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -57,6 +60,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -77,14 +83,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/metering-e2e-aws-cluster-profile - --target=metering-e2e-aws - --template=/usr/local/metering-e2e-aws @@ -127,6 +131,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -155,6 +162,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )metering-e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -175,11 +185,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -199,6 +209,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -213,6 +226,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -233,11 +249,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -257,6 +273,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -271,4 +290,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/metering-operator/openshift-priv-metering-operator-release-4.4-postsubmits.yaml b/ci-operator/jobs/openshift-priv/metering-operator/openshift-priv-metering-operator-release-4.4-postsubmits.yaml index a901ba6084f5..529d5e501bdc 100644 --- a/ci-operator/jobs/openshift-priv/metering-operator/openshift-priv-metering-operator-release-4.4-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/metering-operator/openshift-priv-metering-operator-release-4.4-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-metering-operator-release-4.4-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/metering-operator/openshift-priv-metering-operator-release-4.4-presubmits.yaml b/ci-operator/jobs/openshift-priv/metering-operator/openshift-priv-metering-operator-release-4.4-presubmits.yaml index dd70f09de45b..995f8fdac808 100644 --- a/ci-operator/jobs/openshift-priv/metering-operator/openshift-priv-metering-operator-release-4.4-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/metering-operator/openshift-priv-metering-operator-release-4.4-presubmits.yaml @@ -19,11 +19,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -43,6 +43,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -57,6 +60,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -77,14 +83,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/metering-e2e-aws-cluster-profile - --target=metering-e2e-aws - --template=/usr/local/metering-e2e-aws @@ -126,6 +130,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -154,6 +161,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )metering-e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -174,11 +184,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -198,6 +208,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -212,6 +225,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -232,11 +248,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -256,6 +272,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -270,4 +289,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/metering-operator/openshift-priv-metering-operator-release-4.5-postsubmits.yaml b/ci-operator/jobs/openshift-priv/metering-operator/openshift-priv-metering-operator-release-4.5-postsubmits.yaml index d3b89d2fb394..f74245de8c90 100644 --- a/ci-operator/jobs/openshift-priv/metering-operator/openshift-priv-metering-operator-release-4.5-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/metering-operator/openshift-priv-metering-operator-release-4.5-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-metering-operator-release-4.5-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/metering-operator/openshift-priv-metering-operator-release-4.5-presubmits.yaml b/ci-operator/jobs/openshift-priv/metering-operator/openshift-priv-metering-operator-release-4.5-presubmits.yaml index 6a5ac70e3c36..a9c314de41b8 100644 --- a/ci-operator/jobs/openshift-priv/metering-operator/openshift-priv-metering-operator-release-4.5-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/metering-operator/openshift-priv-metering-operator-release-4.5-presubmits.yaml @@ -19,11 +19,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -43,6 +43,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -57,6 +60,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -77,14 +83,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/metering-e2e-aws-cluster-profile - --target=metering-e2e-aws - --template=/usr/local/metering-e2e-aws @@ -126,6 +130,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -154,6 +161,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )metering-e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -174,14 +184,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/metering-upgrade-aws-cluster-profile - --target=metering-upgrade-aws - --template=/usr/local/metering-upgrade-aws @@ -223,6 +231,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -251,6 +262,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )metering-upgrade-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -271,11 +285,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -295,6 +309,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -309,6 +326,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -329,11 +349,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -353,6 +373,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -367,4 +390,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/metering-operator/openshift-priv-metering-operator-release-4.6-postsubmits.yaml b/ci-operator/jobs/openshift-priv/metering-operator/openshift-priv-metering-operator-release-4.6-postsubmits.yaml index 4c1ce752d6e5..1e4a0dfc69f8 100644 --- a/ci-operator/jobs/openshift-priv/metering-operator/openshift-priv-metering-operator-release-4.6-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/metering-operator/openshift-priv-metering-operator-release-4.6-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-metering-operator-release-4.6-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/metering-operator/openshift-priv-metering-operator-release-4.6-presubmits.yaml b/ci-operator/jobs/openshift-priv/metering-operator/openshift-priv-metering-operator-release-4.6-presubmits.yaml index 7d89d2d54b57..5369390322fe 100644 --- a/ci-operator/jobs/openshift-priv/metering-operator/openshift-priv-metering-operator-release-4.6-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/metering-operator/openshift-priv-metering-operator-release-4.6-presubmits.yaml @@ -19,11 +19,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -43,6 +43,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -57,6 +60,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -77,14 +83,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/metering-e2e-aws-cluster-profile - --target=metering-e2e-aws - --template=/usr/local/metering-e2e-aws @@ -126,6 +130,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -154,6 +161,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )metering-e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -174,14 +184,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/metering-upgrade-aws-cluster-profile - --target=metering-upgrade-aws - --template=/usr/local/metering-upgrade-aws @@ -223,6 +231,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -251,6 +262,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )metering-upgrade-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -271,11 +285,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -295,6 +309,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -309,6 +326,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -329,11 +349,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -353,6 +373,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -367,4 +390,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/metering-operator/openshift-priv-metering-operator-release-4.7-postsubmits.yaml b/ci-operator/jobs/openshift-priv/metering-operator/openshift-priv-metering-operator-release-4.7-postsubmits.yaml index 92576901abf6..50d1fcbf80e9 100644 --- a/ci-operator/jobs/openshift-priv/metering-operator/openshift-priv-metering-operator-release-4.7-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/metering-operator/openshift-priv-metering-operator-release-4.7-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-metering-operator-release-4.7-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/metering-operator/openshift-priv-metering-operator-release-4.7-presubmits.yaml b/ci-operator/jobs/openshift-priv/metering-operator/openshift-priv-metering-operator-release-4.7-presubmits.yaml index 3c9bf2d34059..dc616fe121a5 100644 --- a/ci-operator/jobs/openshift-priv/metering-operator/openshift-priv-metering-operator-release-4.7-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/metering-operator/openshift-priv-metering-operator-release-4.7-presubmits.yaml @@ -19,11 +19,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -43,6 +43,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -57,6 +60,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -77,14 +83,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/metering-e2e-aws-cluster-profile - --target=metering-e2e-aws - --template=/usr/local/metering-e2e-aws @@ -126,6 +130,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -154,6 +161,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )metering-e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -174,14 +184,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/metering-upgrade-aws-cluster-profile - --target=metering-upgrade-aws - --template=/usr/local/metering-upgrade-aws @@ -223,6 +231,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -251,6 +262,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )metering-upgrade-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -271,11 +285,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -295,6 +309,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -309,6 +326,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -329,11 +349,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -353,6 +373,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -367,4 +390,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/multus-admission-controller/openshift-priv-multus-admission-controller-master-postsubmits.yaml b/ci-operator/jobs/openshift-priv/multus-admission-controller/openshift-priv-multus-admission-controller-master-postsubmits.yaml index 0ad0e1dce9ab..1a6ccd78246d 100644 --- a/ci-operator/jobs/openshift-priv/multus-admission-controller/openshift-priv-multus-admission-controller-master-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/multus-admission-controller/openshift-priv-multus-admission-controller-master-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-multus-admission-controller-master-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/multus-admission-controller/openshift-priv-multus-admission-controller-master-presubmits.yaml b/ci-operator/jobs/openshift-priv/multus-admission-controller/openshift-priv-multus-admission-controller-master-presubmits.yaml index e45bd1a26d45..9415ae34f33f 100644 --- a/ci-operator/jobs/openshift-priv/multus-admission-controller/openshift-priv-multus-admission-controller-master-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/multus-admission-controller/openshift-priv-multus-admission-controller-master-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -52,6 +50,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -77,6 +78,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -97,11 +101,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -121,6 +125,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -135,4 +142,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/multus-admission-controller/openshift-priv-multus-admission-controller-release-4.1-postsubmits.yaml b/ci-operator/jobs/openshift-priv/multus-admission-controller/openshift-priv-multus-admission-controller-release-4.1-postsubmits.yaml index d8fbd584dea2..96d287a1600a 100644 --- a/ci-operator/jobs/openshift-priv/multus-admission-controller/openshift-priv-multus-admission-controller-release-4.1-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/multus-admission-controller/openshift-priv-multus-admission-controller-release-4.1-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-multus-admission-controller-release-4.1-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/multus-admission-controller/openshift-priv-multus-admission-controller-release-4.1-presubmits.yaml b/ci-operator/jobs/openshift-priv/multus-admission-controller/openshift-priv-multus-admission-controller-release-4.1-presubmits.yaml index be9a8a8b6062..c30905f1690c 100644 --- a/ci-operator/jobs/openshift-priv/multus-admission-controller/openshift-priv-multus-admission-controller-release-4.1-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/multus-admission-controller/openshift-priv-multus-admission-controller-release-4.1-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -52,6 +50,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -77,6 +78,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -97,11 +101,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -121,6 +125,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -135,4 +142,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/multus-admission-controller/openshift-priv-multus-admission-controller-release-4.2-postsubmits.yaml b/ci-operator/jobs/openshift-priv/multus-admission-controller/openshift-priv-multus-admission-controller-release-4.2-postsubmits.yaml index 76f8e0e35fc5..2401ba7edf16 100644 --- a/ci-operator/jobs/openshift-priv/multus-admission-controller/openshift-priv-multus-admission-controller-release-4.2-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/multus-admission-controller/openshift-priv-multus-admission-controller-release-4.2-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-multus-admission-controller-release-4.2-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/multus-admission-controller/openshift-priv-multus-admission-controller-release-4.2-presubmits.yaml b/ci-operator/jobs/openshift-priv/multus-admission-controller/openshift-priv-multus-admission-controller-release-4.2-presubmits.yaml index 0dd0ea0c269a..5e115f7e2d08 100644 --- a/ci-operator/jobs/openshift-priv/multus-admission-controller/openshift-priv-multus-admission-controller-release-4.2-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/multus-admission-controller/openshift-priv-multus-admission-controller-release-4.2-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -52,6 +50,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -77,6 +78,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -97,11 +101,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -121,6 +125,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -135,4 +142,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/multus-admission-controller/openshift-priv-multus-admission-controller-release-4.3-postsubmits.yaml b/ci-operator/jobs/openshift-priv/multus-admission-controller/openshift-priv-multus-admission-controller-release-4.3-postsubmits.yaml index 1f6c69bf6c4f..58eb8070895c 100644 --- a/ci-operator/jobs/openshift-priv/multus-admission-controller/openshift-priv-multus-admission-controller-release-4.3-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/multus-admission-controller/openshift-priv-multus-admission-controller-release-4.3-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-multus-admission-controller-release-4.3-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/multus-admission-controller/openshift-priv-multus-admission-controller-release-4.3-presubmits.yaml b/ci-operator/jobs/openshift-priv/multus-admission-controller/openshift-priv-multus-admission-controller-release-4.3-presubmits.yaml index b74b0c11a0b4..1e4de3229ec8 100644 --- a/ci-operator/jobs/openshift-priv/multus-admission-controller/openshift-priv-multus-admission-controller-release-4.3-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/multus-admission-controller/openshift-priv-multus-admission-controller-release-4.3-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -52,6 +50,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -77,6 +78,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -97,11 +101,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -121,6 +125,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -135,4 +142,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/multus-admission-controller/openshift-priv-multus-admission-controller-release-4.4-postsubmits.yaml b/ci-operator/jobs/openshift-priv/multus-admission-controller/openshift-priv-multus-admission-controller-release-4.4-postsubmits.yaml index 9c104409f380..8572ed776672 100644 --- a/ci-operator/jobs/openshift-priv/multus-admission-controller/openshift-priv-multus-admission-controller-release-4.4-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/multus-admission-controller/openshift-priv-multus-admission-controller-release-4.4-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-multus-admission-controller-release-4.4-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/multus-admission-controller/openshift-priv-multus-admission-controller-release-4.4-presubmits.yaml b/ci-operator/jobs/openshift-priv/multus-admission-controller/openshift-priv-multus-admission-controller-release-4.4-presubmits.yaml index 4cbe745ff35f..568e4fd2fa47 100644 --- a/ci-operator/jobs/openshift-priv/multus-admission-controller/openshift-priv-multus-admission-controller-release-4.4-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/multus-admission-controller/openshift-priv-multus-admission-controller-release-4.4-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -52,6 +50,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -77,6 +78,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -97,11 +101,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -121,6 +125,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -135,4 +142,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/multus-admission-controller/openshift-priv-multus-admission-controller-release-4.5-postsubmits.yaml b/ci-operator/jobs/openshift-priv/multus-admission-controller/openshift-priv-multus-admission-controller-release-4.5-postsubmits.yaml index db5f8a34e720..9548205dbb30 100644 --- a/ci-operator/jobs/openshift-priv/multus-admission-controller/openshift-priv-multus-admission-controller-release-4.5-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/multus-admission-controller/openshift-priv-multus-admission-controller-release-4.5-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-multus-admission-controller-release-4.5-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/multus-admission-controller/openshift-priv-multus-admission-controller-release-4.5-presubmits.yaml b/ci-operator/jobs/openshift-priv/multus-admission-controller/openshift-priv-multus-admission-controller-release-4.5-presubmits.yaml index dbded4c93720..7b3e74c9a8d0 100644 --- a/ci-operator/jobs/openshift-priv/multus-admission-controller/openshift-priv-multus-admission-controller-release-4.5-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/multus-admission-controller/openshift-priv-multus-admission-controller-release-4.5-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -52,6 +50,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -77,6 +78,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -97,11 +101,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -121,6 +125,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -135,4 +142,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/multus-admission-controller/openshift-priv-multus-admission-controller-release-4.6-postsubmits.yaml b/ci-operator/jobs/openshift-priv/multus-admission-controller/openshift-priv-multus-admission-controller-release-4.6-postsubmits.yaml index 96cff29b96b6..8266bc991984 100644 --- a/ci-operator/jobs/openshift-priv/multus-admission-controller/openshift-priv-multus-admission-controller-release-4.6-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/multus-admission-controller/openshift-priv-multus-admission-controller-release-4.6-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-multus-admission-controller-release-4.6-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/multus-admission-controller/openshift-priv-multus-admission-controller-release-4.6-presubmits.yaml b/ci-operator/jobs/openshift-priv/multus-admission-controller/openshift-priv-multus-admission-controller-release-4.6-presubmits.yaml index 554b1ff95e9d..b6fd5b89a4fd 100644 --- a/ci-operator/jobs/openshift-priv/multus-admission-controller/openshift-priv-multus-admission-controller-release-4.6-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/multus-admission-controller/openshift-priv-multus-admission-controller-release-4.6-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -52,6 +50,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -77,6 +78,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -97,11 +101,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -121,6 +125,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -135,4 +142,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/multus-admission-controller/openshift-priv-multus-admission-controller-release-4.7-postsubmits.yaml b/ci-operator/jobs/openshift-priv/multus-admission-controller/openshift-priv-multus-admission-controller-release-4.7-postsubmits.yaml index ec09ba4d5dcf..783a286b78dd 100644 --- a/ci-operator/jobs/openshift-priv/multus-admission-controller/openshift-priv-multus-admission-controller-release-4.7-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/multus-admission-controller/openshift-priv-multus-admission-controller-release-4.7-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-multus-admission-controller-release-4.7-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/multus-admission-controller/openshift-priv-multus-admission-controller-release-4.7-presubmits.yaml b/ci-operator/jobs/openshift-priv/multus-admission-controller/openshift-priv-multus-admission-controller-release-4.7-presubmits.yaml index 76314910b6d4..83dff2a7c46d 100644 --- a/ci-operator/jobs/openshift-priv/multus-admission-controller/openshift-priv-multus-admission-controller-release-4.7-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/multus-admission-controller/openshift-priv-multus-admission-controller-release-4.7-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -52,6 +50,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -77,6 +78,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -97,11 +101,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -121,6 +125,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -135,4 +142,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/multus-cni/openshift-priv-multus-cni-master-postsubmits.yaml b/ci-operator/jobs/openshift-priv/multus-cni/openshift-priv-multus-cni-master-postsubmits.yaml index a9d8d7878d22..f3f7e6e2555b 100644 --- a/ci-operator/jobs/openshift-priv/multus-cni/openshift-priv-multus-cni-master-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/multus-cni/openshift-priv-multus-cni-master-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-multus-cni-master-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/multus-cni/openshift-priv-multus-cni-master-presubmits.yaml b/ci-operator/jobs/openshift-priv/multus-cni/openshift-priv-multus-cni-master-presubmits.yaml index 80df5e30ec9c..7c76a0074741 100644 --- a/ci-operator/jobs/openshift-priv/multus-cni/openshift-priv-multus-cni-master-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/multus-cni/openshift-priv-multus-cni-master-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -52,6 +50,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -77,6 +78,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -97,14 +101,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -130,6 +132,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -155,6 +160,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -175,11 +183,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -199,6 +207,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -213,4 +224,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/multus-cni/openshift-priv-multus-cni-release-4.1-postsubmits.yaml b/ci-operator/jobs/openshift-priv/multus-cni/openshift-priv-multus-cni-release-4.1-postsubmits.yaml index 594a2df49745..36d51dd169c6 100644 --- a/ci-operator/jobs/openshift-priv/multus-cni/openshift-priv-multus-cni-release-4.1-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/multus-cni/openshift-priv-multus-cni-release-4.1-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-multus-cni-release-4.1-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/multus-cni/openshift-priv-multus-cni-release-4.1-presubmits.yaml b/ci-operator/jobs/openshift-priv/multus-cni/openshift-priv-multus-cni-release-4.1-presubmits.yaml index 7b84e4f9b72c..3ed9d0a5f3df 100644 --- a/ci-operator/jobs/openshift-priv/multus-cni/openshift-priv-multus-cni-release-4.1-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/multus-cni/openshift-priv-multus-cni-release-4.1-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -52,6 +50,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -77,6 +78,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -97,14 +101,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -130,6 +132,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -155,6 +160,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -175,11 +183,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -199,6 +207,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -213,4 +224,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/multus-cni/openshift-priv-multus-cni-release-4.2-postsubmits.yaml b/ci-operator/jobs/openshift-priv/multus-cni/openshift-priv-multus-cni-release-4.2-postsubmits.yaml index 333ac3f5cb71..a27034f5520e 100644 --- a/ci-operator/jobs/openshift-priv/multus-cni/openshift-priv-multus-cni-release-4.2-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/multus-cni/openshift-priv-multus-cni-release-4.2-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-multus-cni-release-4.2-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/multus-cni/openshift-priv-multus-cni-release-4.2-presubmits.yaml b/ci-operator/jobs/openshift-priv/multus-cni/openshift-priv-multus-cni-release-4.2-presubmits.yaml index 350ae4bad17a..783c6197a1aa 100644 --- a/ci-operator/jobs/openshift-priv/multus-cni/openshift-priv-multus-cni-release-4.2-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/multus-cni/openshift-priv-multus-cni-release-4.2-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -52,6 +50,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -77,6 +78,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -97,14 +101,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -130,6 +132,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -155,6 +160,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -175,11 +183,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -199,6 +207,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -213,4 +224,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/multus-cni/openshift-priv-multus-cni-release-4.3-postsubmits.yaml b/ci-operator/jobs/openshift-priv/multus-cni/openshift-priv-multus-cni-release-4.3-postsubmits.yaml index 9f8c26d19454..2a93bc99f76d 100644 --- a/ci-operator/jobs/openshift-priv/multus-cni/openshift-priv-multus-cni-release-4.3-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/multus-cni/openshift-priv-multus-cni-release-4.3-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-multus-cni-release-4.3-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/multus-cni/openshift-priv-multus-cni-release-4.3-presubmits.yaml b/ci-operator/jobs/openshift-priv/multus-cni/openshift-priv-multus-cni-release-4.3-presubmits.yaml index 85f867e10398..a09492ec6cd2 100644 --- a/ci-operator/jobs/openshift-priv/multus-cni/openshift-priv-multus-cni-release-4.3-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/multus-cni/openshift-priv-multus-cni-release-4.3-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -52,6 +50,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -77,6 +78,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -97,14 +101,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -130,6 +132,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -155,6 +160,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -175,11 +183,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -199,6 +207,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -213,4 +224,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/multus-cni/openshift-priv-multus-cni-release-4.4-postsubmits.yaml b/ci-operator/jobs/openshift-priv/multus-cni/openshift-priv-multus-cni-release-4.4-postsubmits.yaml index 61cc987d40a0..77ec296aebfe 100644 --- a/ci-operator/jobs/openshift-priv/multus-cni/openshift-priv-multus-cni-release-4.4-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/multus-cni/openshift-priv-multus-cni-release-4.4-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-multus-cni-release-4.4-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/multus-cni/openshift-priv-multus-cni-release-4.4-presubmits.yaml b/ci-operator/jobs/openshift-priv/multus-cni/openshift-priv-multus-cni-release-4.4-presubmits.yaml index a26ab054e001..ab56e3963abb 100644 --- a/ci-operator/jobs/openshift-priv/multus-cni/openshift-priv-multus-cni-release-4.4-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/multus-cni/openshift-priv-multus-cni-release-4.4-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -52,6 +50,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -77,6 +78,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -97,14 +101,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -130,6 +132,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -155,6 +160,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -175,11 +183,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -199,6 +207,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -213,4 +224,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/multus-cni/openshift-priv-multus-cni-release-4.5-postsubmits.yaml b/ci-operator/jobs/openshift-priv/multus-cni/openshift-priv-multus-cni-release-4.5-postsubmits.yaml index 9e11306b4012..9ec8ec391277 100644 --- a/ci-operator/jobs/openshift-priv/multus-cni/openshift-priv-multus-cni-release-4.5-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/multus-cni/openshift-priv-multus-cni-release-4.5-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-multus-cni-release-4.5-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/multus-cni/openshift-priv-multus-cni-release-4.5-presubmits.yaml b/ci-operator/jobs/openshift-priv/multus-cni/openshift-priv-multus-cni-release-4.5-presubmits.yaml index 482428bb84b3..c7f9de5c6b3f 100644 --- a/ci-operator/jobs/openshift-priv/multus-cni/openshift-priv-multus-cni-release-4.5-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/multus-cni/openshift-priv-multus-cni-release-4.5-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -52,6 +50,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -77,6 +78,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -97,14 +101,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -130,6 +132,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -155,6 +160,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -175,11 +183,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -199,6 +207,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -213,4 +224,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/multus-cni/openshift-priv-multus-cni-release-4.6-postsubmits.yaml b/ci-operator/jobs/openshift-priv/multus-cni/openshift-priv-multus-cni-release-4.6-postsubmits.yaml index 5c013a5c9334..62ff65aea435 100644 --- a/ci-operator/jobs/openshift-priv/multus-cni/openshift-priv-multus-cni-release-4.6-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/multus-cni/openshift-priv-multus-cni-release-4.6-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-multus-cni-release-4.6-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/multus-cni/openshift-priv-multus-cni-release-4.6-presubmits.yaml b/ci-operator/jobs/openshift-priv/multus-cni/openshift-priv-multus-cni-release-4.6-presubmits.yaml index f3f9893ed416..765d4f65724b 100644 --- a/ci-operator/jobs/openshift-priv/multus-cni/openshift-priv-multus-cni-release-4.6-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/multus-cni/openshift-priv-multus-cni-release-4.6-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -52,6 +50,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -77,6 +78,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -97,14 +101,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -130,6 +132,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -155,6 +160,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -175,11 +183,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -199,6 +207,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -213,4 +224,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/multus-cni/openshift-priv-multus-cni-release-4.7-postsubmits.yaml b/ci-operator/jobs/openshift-priv/multus-cni/openshift-priv-multus-cni-release-4.7-postsubmits.yaml index 8de9e4e86f93..43d8b7743abd 100644 --- a/ci-operator/jobs/openshift-priv/multus-cni/openshift-priv-multus-cni-release-4.7-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/multus-cni/openshift-priv-multus-cni-release-4.7-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-multus-cni-release-4.7-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/multus-cni/openshift-priv-multus-cni-release-4.7-presubmits.yaml b/ci-operator/jobs/openshift-priv/multus-cni/openshift-priv-multus-cni-release-4.7-presubmits.yaml index f2edca5e30d1..c012dc8f6001 100644 --- a/ci-operator/jobs/openshift-priv/multus-cni/openshift-priv-multus-cni-release-4.7-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/multus-cni/openshift-priv-multus-cni-release-4.7-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -52,6 +50,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -77,6 +78,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -97,14 +101,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -130,6 +132,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -155,6 +160,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -175,11 +183,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -199,6 +207,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -213,4 +224,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/must-gather/openshift-priv-must-gather-master-postsubmits.yaml b/ci-operator/jobs/openshift-priv/must-gather/openshift-priv-must-gather-master-postsubmits.yaml index 0db2016f479e..4bbdbe0921bb 100644 --- a/ci-operator/jobs/openshift-priv/must-gather/openshift-priv-must-gather-master-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/must-gather/openshift-priv-must-gather-master-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-must-gather-master-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/must-gather/openshift-priv-must-gather-master-presubmits.yaml b/ci-operator/jobs/openshift-priv/must-gather/openshift-priv-must-gather-master-presubmits.yaml index 00553901d420..240eae7978b0 100644 --- a/ci-operator/jobs/openshift-priv/must-gather/openshift-priv-must-gather-master-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/must-gather/openshift-priv-must-gather-master-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -52,6 +50,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -77,6 +78,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -97,11 +101,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -121,6 +125,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -135,4 +142,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/must-gather/openshift-priv-must-gather-release-4.1-postsubmits.yaml b/ci-operator/jobs/openshift-priv/must-gather/openshift-priv-must-gather-release-4.1-postsubmits.yaml index 8e5660505d7e..4af6b39e204c 100644 --- a/ci-operator/jobs/openshift-priv/must-gather/openshift-priv-must-gather-release-4.1-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/must-gather/openshift-priv-must-gather-release-4.1-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-must-gather-release-4.1-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/must-gather/openshift-priv-must-gather-release-4.1-presubmits.yaml b/ci-operator/jobs/openshift-priv/must-gather/openshift-priv-must-gather-release-4.1-presubmits.yaml index 3285aba9c923..5deb6b460e69 100644 --- a/ci-operator/jobs/openshift-priv/must-gather/openshift-priv-must-gather-release-4.1-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/must-gather/openshift-priv-must-gather-release-4.1-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -52,6 +50,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -77,6 +78,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -97,11 +101,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -121,6 +125,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -135,6 +142,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -155,11 +165,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -179,6 +189,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -193,6 +206,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -213,11 +229,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -237,6 +253,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -251,6 +270,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) - agent: kubernetes always_run: true @@ -271,11 +293,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify-deps command: - ci-operator @@ -295,6 +317,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -309,4 +334,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify-deps,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/must-gather/openshift-priv-must-gather-release-4.2-postsubmits.yaml b/ci-operator/jobs/openshift-priv/must-gather/openshift-priv-must-gather-release-4.2-postsubmits.yaml index 25223e354e58..e8ce52305fd7 100644 --- a/ci-operator/jobs/openshift-priv/must-gather/openshift-priv-must-gather-release-4.2-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/must-gather/openshift-priv-must-gather-release-4.2-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-must-gather-release-4.2-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/must-gather/openshift-priv-must-gather-release-4.2-presubmits.yaml b/ci-operator/jobs/openshift-priv/must-gather/openshift-priv-must-gather-release-4.2-presubmits.yaml index 01f71f530ad4..c01ba345a878 100644 --- a/ci-operator/jobs/openshift-priv/must-gather/openshift-priv-must-gather-release-4.2-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/must-gather/openshift-priv-must-gather-release-4.2-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -52,6 +50,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -77,6 +78,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -97,11 +101,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -121,6 +125,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -135,6 +142,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -155,11 +165,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -179,6 +189,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -193,6 +206,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -213,11 +229,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -237,6 +253,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -251,6 +270,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) - agent: kubernetes always_run: true @@ -271,11 +293,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify-deps command: - ci-operator @@ -295,6 +317,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -309,4 +334,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify-deps,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/must-gather/openshift-priv-must-gather-release-4.3-postsubmits.yaml b/ci-operator/jobs/openshift-priv/must-gather/openshift-priv-must-gather-release-4.3-postsubmits.yaml index 6cbbf3fbcb97..bdf37bb62331 100644 --- a/ci-operator/jobs/openshift-priv/must-gather/openshift-priv-must-gather-release-4.3-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/must-gather/openshift-priv-must-gather-release-4.3-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-must-gather-release-4.3-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/must-gather/openshift-priv-must-gather-release-4.3-presubmits.yaml b/ci-operator/jobs/openshift-priv/must-gather/openshift-priv-must-gather-release-4.3-presubmits.yaml index 76fe83aa12a5..92c979521ed6 100644 --- a/ci-operator/jobs/openshift-priv/must-gather/openshift-priv-must-gather-release-4.3-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/must-gather/openshift-priv-must-gather-release-4.3-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -52,6 +50,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -77,6 +78,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -97,11 +101,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -121,6 +125,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -135,4 +142,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/must-gather/openshift-priv-must-gather-release-4.4-postsubmits.yaml b/ci-operator/jobs/openshift-priv/must-gather/openshift-priv-must-gather-release-4.4-postsubmits.yaml index 41d9c39e5fbb..1a437491b1cd 100644 --- a/ci-operator/jobs/openshift-priv/must-gather/openshift-priv-must-gather-release-4.4-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/must-gather/openshift-priv-must-gather-release-4.4-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-must-gather-release-4.4-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/must-gather/openshift-priv-must-gather-release-4.4-presubmits.yaml b/ci-operator/jobs/openshift-priv/must-gather/openshift-priv-must-gather-release-4.4-presubmits.yaml index 608c227061cf..f1d471af835c 100644 --- a/ci-operator/jobs/openshift-priv/must-gather/openshift-priv-must-gather-release-4.4-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/must-gather/openshift-priv-must-gather-release-4.4-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -52,6 +50,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -77,6 +78,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -97,11 +101,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -121,6 +125,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -135,4 +142,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/must-gather/openshift-priv-must-gather-release-4.5-postsubmits.yaml b/ci-operator/jobs/openshift-priv/must-gather/openshift-priv-must-gather-release-4.5-postsubmits.yaml index 882b30b66562..31aa10da0ea0 100644 --- a/ci-operator/jobs/openshift-priv/must-gather/openshift-priv-must-gather-release-4.5-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/must-gather/openshift-priv-must-gather-release-4.5-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-must-gather-release-4.5-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/must-gather/openshift-priv-must-gather-release-4.5-presubmits.yaml b/ci-operator/jobs/openshift-priv/must-gather/openshift-priv-must-gather-release-4.5-presubmits.yaml index 3a2f2921ae23..e563d7fd712d 100644 --- a/ci-operator/jobs/openshift-priv/must-gather/openshift-priv-must-gather-release-4.5-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/must-gather/openshift-priv-must-gather-release-4.5-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -52,6 +50,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -77,6 +78,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -97,11 +101,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -121,6 +125,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -135,4 +142,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/must-gather/openshift-priv-must-gather-release-4.6-postsubmits.yaml b/ci-operator/jobs/openshift-priv/must-gather/openshift-priv-must-gather-release-4.6-postsubmits.yaml index c5d7436e9c21..ab0a2c997dfd 100644 --- a/ci-operator/jobs/openshift-priv/must-gather/openshift-priv-must-gather-release-4.6-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/must-gather/openshift-priv-must-gather-release-4.6-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-must-gather-release-4.6-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/must-gather/openshift-priv-must-gather-release-4.6-presubmits.yaml b/ci-operator/jobs/openshift-priv/must-gather/openshift-priv-must-gather-release-4.6-presubmits.yaml index 73df9ca0a3ec..f134ba318ba8 100644 --- a/ci-operator/jobs/openshift-priv/must-gather/openshift-priv-must-gather-release-4.6-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/must-gather/openshift-priv-must-gather-release-4.6-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -52,6 +50,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -77,6 +78,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -97,11 +101,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -121,6 +125,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -135,4 +142,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/must-gather/openshift-priv-must-gather-release-4.7-postsubmits.yaml b/ci-operator/jobs/openshift-priv/must-gather/openshift-priv-must-gather-release-4.7-postsubmits.yaml index 45558b1b6019..249f7c2f8318 100644 --- a/ci-operator/jobs/openshift-priv/must-gather/openshift-priv-must-gather-release-4.7-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/must-gather/openshift-priv-must-gather-release-4.7-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-must-gather-release-4.7-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/must-gather/openshift-priv-must-gather-release-4.7-presubmits.yaml b/ci-operator/jobs/openshift-priv/must-gather/openshift-priv-must-gather-release-4.7-presubmits.yaml index 0ed5d21f002c..5f4f7af079ba 100644 --- a/ci-operator/jobs/openshift-priv/must-gather/openshift-priv-must-gather-release-4.7-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/must-gather/openshift-priv-must-gather-release-4.7-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -52,6 +50,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -77,6 +78,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -97,11 +101,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -121,6 +125,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -135,4 +142,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/network-metrics-daemon/openshift-priv-network-metrics-daemon-master-postsubmits.yaml b/ci-operator/jobs/openshift-priv/network-metrics-daemon/openshift-priv-network-metrics-daemon-master-postsubmits.yaml index 22ce8c6c643c..376985a02cdc 100644 --- a/ci-operator/jobs/openshift-priv/network-metrics-daemon/openshift-priv-network-metrics-daemon-master-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/network-metrics-daemon/openshift-priv-network-metrics-daemon-master-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-network-metrics-daemon-master-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/network-metrics-daemon/openshift-priv-network-metrics-daemon-master-presubmits.yaml b/ci-operator/jobs/openshift-priv/network-metrics-daemon/openshift-priv-network-metrics-daemon-master-presubmits.yaml index d26d5f049215..be06df91622e 100644 --- a/ci-operator/jobs/openshift-priv/network-metrics-daemon/openshift-priv-network-metrics-daemon-master-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/network-metrics-daemon/openshift-priv-network-metrics-daemon-master-presubmits.yaml @@ -19,11 +19,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -43,6 +43,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -57,6 +60,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -77,11 +83,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -101,6 +107,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -115,4 +124,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/network-metrics-daemon/openshift-priv-network-metrics-daemon-release-4.5-postsubmits.yaml b/ci-operator/jobs/openshift-priv/network-metrics-daemon/openshift-priv-network-metrics-daemon-release-4.5-postsubmits.yaml index 0c85a63f32bc..bc8c6ea8a421 100644 --- a/ci-operator/jobs/openshift-priv/network-metrics-daemon/openshift-priv-network-metrics-daemon-release-4.5-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/network-metrics-daemon/openshift-priv-network-metrics-daemon-release-4.5-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-network-metrics-daemon-release-4.5-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/network-metrics-daemon/openshift-priv-network-metrics-daemon-release-4.5-presubmits.yaml b/ci-operator/jobs/openshift-priv/network-metrics-daemon/openshift-priv-network-metrics-daemon-release-4.5-presubmits.yaml index 60a5afbcd159..c2e94729a6d8 100644 --- a/ci-operator/jobs/openshift-priv/network-metrics-daemon/openshift-priv-network-metrics-daemon-release-4.5-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/network-metrics-daemon/openshift-priv-network-metrics-daemon-release-4.5-presubmits.yaml @@ -19,11 +19,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -43,6 +43,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -57,6 +60,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -77,11 +83,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -101,6 +107,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -115,4 +124,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/network-metrics-daemon/openshift-priv-network-metrics-daemon-release-4.6-postsubmits.yaml b/ci-operator/jobs/openshift-priv/network-metrics-daemon/openshift-priv-network-metrics-daemon-release-4.6-postsubmits.yaml index 7b13ee9814e6..7c3ad0751cb4 100644 --- a/ci-operator/jobs/openshift-priv/network-metrics-daemon/openshift-priv-network-metrics-daemon-release-4.6-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/network-metrics-daemon/openshift-priv-network-metrics-daemon-release-4.6-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-network-metrics-daemon-release-4.6-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/network-metrics-daemon/openshift-priv-network-metrics-daemon-release-4.6-presubmits.yaml b/ci-operator/jobs/openshift-priv/network-metrics-daemon/openshift-priv-network-metrics-daemon-release-4.6-presubmits.yaml index 55f0ee9bbfea..38100bfc92d7 100644 --- a/ci-operator/jobs/openshift-priv/network-metrics-daemon/openshift-priv-network-metrics-daemon-release-4.6-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/network-metrics-daemon/openshift-priv-network-metrics-daemon-release-4.6-presubmits.yaml @@ -19,11 +19,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -43,6 +43,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -57,6 +60,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -77,11 +83,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -101,6 +107,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -115,4 +124,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/network-metrics-daemon/openshift-priv-network-metrics-daemon-release-4.7-postsubmits.yaml b/ci-operator/jobs/openshift-priv/network-metrics-daemon/openshift-priv-network-metrics-daemon-release-4.7-postsubmits.yaml index 841274f6e515..4a2c32ead7e5 100644 --- a/ci-operator/jobs/openshift-priv/network-metrics-daemon/openshift-priv-network-metrics-daemon-release-4.7-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/network-metrics-daemon/openshift-priv-network-metrics-daemon-release-4.7-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-network-metrics-daemon-release-4.7-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/network-metrics-daemon/openshift-priv-network-metrics-daemon-release-4.7-presubmits.yaml b/ci-operator/jobs/openshift-priv/network-metrics-daemon/openshift-priv-network-metrics-daemon-release-4.7-presubmits.yaml index 6387ebd7e71d..a50d44a2924e 100644 --- a/ci-operator/jobs/openshift-priv/network-metrics-daemon/openshift-priv-network-metrics-daemon-release-4.7-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/network-metrics-daemon/openshift-priv-network-metrics-daemon-release-4.7-presubmits.yaml @@ -19,11 +19,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -43,6 +43,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -57,6 +60,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -77,11 +83,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -101,6 +107,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -115,4 +124,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/node-feature-discovery/openshift-priv-node-feature-discovery-master-postsubmits.yaml b/ci-operator/jobs/openshift-priv/node-feature-discovery/openshift-priv-node-feature-discovery-master-postsubmits.yaml index 551faacfbb27..a38332db9fcd 100644 --- a/ci-operator/jobs/openshift-priv/node-feature-discovery/openshift-priv-node-feature-discovery-master-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/node-feature-discovery/openshift-priv-node-feature-discovery-master-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-node-feature-discovery-master-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/node-feature-discovery/openshift-priv-node-feature-discovery-master-presubmits.yaml b/ci-operator/jobs/openshift-priv/node-feature-discovery/openshift-priv-node-feature-discovery-master-presubmits.yaml index 40d4bb0f38f6..024ff47b30ab 100644 --- a/ci-operator/jobs/openshift-priv/node-feature-discovery/openshift-priv-node-feature-discovery-master-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/node-feature-discovery/openshift-priv-node-feature-discovery-master-presubmits.yaml @@ -19,11 +19,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -43,6 +43,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -57,6 +60,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -77,11 +83,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -101,6 +107,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -115,6 +124,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -135,11 +147,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -159,6 +171,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -173,4 +188,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/node-feature-discovery/openshift-priv-node-feature-discovery-release-4.1-postsubmits.yaml b/ci-operator/jobs/openshift-priv/node-feature-discovery/openshift-priv-node-feature-discovery-release-4.1-postsubmits.yaml index 73597ac0c2dc..93d2012318c3 100644 --- a/ci-operator/jobs/openshift-priv/node-feature-discovery/openshift-priv-node-feature-discovery-release-4.1-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/node-feature-discovery/openshift-priv-node-feature-discovery-release-4.1-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-node-feature-discovery-release-4.1-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/node-feature-discovery/openshift-priv-node-feature-discovery-release-4.1-presubmits.yaml b/ci-operator/jobs/openshift-priv/node-feature-discovery/openshift-priv-node-feature-discovery-release-4.1-presubmits.yaml index 3ac84a764657..0b57dd8d0e35 100644 --- a/ci-operator/jobs/openshift-priv/node-feature-discovery/openshift-priv-node-feature-discovery-release-4.1-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/node-feature-discovery/openshift-priv-node-feature-discovery-release-4.1-presubmits.yaml @@ -19,11 +19,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -43,6 +43,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -57,6 +60,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -77,11 +83,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -101,6 +107,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -115,6 +124,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -135,11 +147,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -159,6 +171,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -173,4 +188,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/node-feature-discovery/openshift-priv-node-feature-discovery-release-4.2-postsubmits.yaml b/ci-operator/jobs/openshift-priv/node-feature-discovery/openshift-priv-node-feature-discovery-release-4.2-postsubmits.yaml index 099fdd0d166f..957b02bdebd8 100644 --- a/ci-operator/jobs/openshift-priv/node-feature-discovery/openshift-priv-node-feature-discovery-release-4.2-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/node-feature-discovery/openshift-priv-node-feature-discovery-release-4.2-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-node-feature-discovery-release-4.2-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/node-feature-discovery/openshift-priv-node-feature-discovery-release-4.2-presubmits.yaml b/ci-operator/jobs/openshift-priv/node-feature-discovery/openshift-priv-node-feature-discovery-release-4.2-presubmits.yaml index a1db58a7c9a8..c3c8def481e4 100644 --- a/ci-operator/jobs/openshift-priv/node-feature-discovery/openshift-priv-node-feature-discovery-release-4.2-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/node-feature-discovery/openshift-priv-node-feature-discovery-release-4.2-presubmits.yaml @@ -19,11 +19,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -43,6 +43,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -57,6 +60,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -77,11 +83,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -101,6 +107,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -115,6 +124,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -135,11 +147,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -159,6 +171,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -173,4 +188,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/node-feature-discovery/openshift-priv-node-feature-discovery-release-4.3-postsubmits.yaml b/ci-operator/jobs/openshift-priv/node-feature-discovery/openshift-priv-node-feature-discovery-release-4.3-postsubmits.yaml index 1010a207e456..6e2e1406c65c 100644 --- a/ci-operator/jobs/openshift-priv/node-feature-discovery/openshift-priv-node-feature-discovery-release-4.3-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/node-feature-discovery/openshift-priv-node-feature-discovery-release-4.3-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-node-feature-discovery-release-4.3-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/node-feature-discovery/openshift-priv-node-feature-discovery-release-4.3-presubmits.yaml b/ci-operator/jobs/openshift-priv/node-feature-discovery/openshift-priv-node-feature-discovery-release-4.3-presubmits.yaml index 8afbd57acc0c..b031a423c115 100644 --- a/ci-operator/jobs/openshift-priv/node-feature-discovery/openshift-priv-node-feature-discovery-release-4.3-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/node-feature-discovery/openshift-priv-node-feature-discovery-release-4.3-presubmits.yaml @@ -19,11 +19,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -43,6 +43,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -57,6 +60,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -77,11 +83,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -101,6 +107,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -115,6 +124,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -135,11 +147,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -159,6 +171,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -173,4 +188,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/node-feature-discovery/openshift-priv-node-feature-discovery-release-4.4-postsubmits.yaml b/ci-operator/jobs/openshift-priv/node-feature-discovery/openshift-priv-node-feature-discovery-release-4.4-postsubmits.yaml index cf1aea7126f4..5e663e249cc1 100644 --- a/ci-operator/jobs/openshift-priv/node-feature-discovery/openshift-priv-node-feature-discovery-release-4.4-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/node-feature-discovery/openshift-priv-node-feature-discovery-release-4.4-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-node-feature-discovery-release-4.4-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/node-feature-discovery/openshift-priv-node-feature-discovery-release-4.4-presubmits.yaml b/ci-operator/jobs/openshift-priv/node-feature-discovery/openshift-priv-node-feature-discovery-release-4.4-presubmits.yaml index fe8f52f21946..5277adfb5398 100644 --- a/ci-operator/jobs/openshift-priv/node-feature-discovery/openshift-priv-node-feature-discovery-release-4.4-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/node-feature-discovery/openshift-priv-node-feature-discovery-release-4.4-presubmits.yaml @@ -19,11 +19,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -43,6 +43,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -57,6 +60,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -77,11 +83,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -101,6 +107,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -115,6 +124,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -135,11 +147,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -159,6 +171,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -173,4 +188,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/node-feature-discovery/openshift-priv-node-feature-discovery-release-4.5-postsubmits.yaml b/ci-operator/jobs/openshift-priv/node-feature-discovery/openshift-priv-node-feature-discovery-release-4.5-postsubmits.yaml index 5c6132400af5..41f4e0dc711e 100644 --- a/ci-operator/jobs/openshift-priv/node-feature-discovery/openshift-priv-node-feature-discovery-release-4.5-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/node-feature-discovery/openshift-priv-node-feature-discovery-release-4.5-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-node-feature-discovery-release-4.5-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/node-feature-discovery/openshift-priv-node-feature-discovery-release-4.5-presubmits.yaml b/ci-operator/jobs/openshift-priv/node-feature-discovery/openshift-priv-node-feature-discovery-release-4.5-presubmits.yaml index ea1e0dcb03d5..add3b5d4610f 100644 --- a/ci-operator/jobs/openshift-priv/node-feature-discovery/openshift-priv-node-feature-discovery-release-4.5-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/node-feature-discovery/openshift-priv-node-feature-discovery-release-4.5-presubmits.yaml @@ -19,11 +19,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -43,6 +43,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -57,6 +60,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -77,11 +83,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -101,6 +107,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -115,6 +124,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -135,11 +147,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -159,6 +171,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -173,4 +188,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/node-feature-discovery/openshift-priv-node-feature-discovery-release-4.6-postsubmits.yaml b/ci-operator/jobs/openshift-priv/node-feature-discovery/openshift-priv-node-feature-discovery-release-4.6-postsubmits.yaml index 417411c882e8..4a2315bbaeda 100644 --- a/ci-operator/jobs/openshift-priv/node-feature-discovery/openshift-priv-node-feature-discovery-release-4.6-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/node-feature-discovery/openshift-priv-node-feature-discovery-release-4.6-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-node-feature-discovery-release-4.6-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/node-feature-discovery/openshift-priv-node-feature-discovery-release-4.6-presubmits.yaml b/ci-operator/jobs/openshift-priv/node-feature-discovery/openshift-priv-node-feature-discovery-release-4.6-presubmits.yaml index bda7eb0080c9..0a3fa46e8201 100644 --- a/ci-operator/jobs/openshift-priv/node-feature-discovery/openshift-priv-node-feature-discovery-release-4.6-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/node-feature-discovery/openshift-priv-node-feature-discovery-release-4.6-presubmits.yaml @@ -19,11 +19,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -43,6 +43,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -57,6 +60,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -77,11 +83,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -101,6 +107,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -115,6 +124,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -135,11 +147,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -159,6 +171,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -173,4 +188,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/node-feature-discovery/openshift-priv-node-feature-discovery-release-4.7-postsubmits.yaml b/ci-operator/jobs/openshift-priv/node-feature-discovery/openshift-priv-node-feature-discovery-release-4.7-postsubmits.yaml index 95f972731dd0..0fa9337445bd 100644 --- a/ci-operator/jobs/openshift-priv/node-feature-discovery/openshift-priv-node-feature-discovery-release-4.7-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/node-feature-discovery/openshift-priv-node-feature-discovery-release-4.7-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-node-feature-discovery-release-4.7-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/node-feature-discovery/openshift-priv-node-feature-discovery-release-4.7-presubmits.yaml b/ci-operator/jobs/openshift-priv/node-feature-discovery/openshift-priv-node-feature-discovery-release-4.7-presubmits.yaml index a99182e637cf..2631856ed9b2 100644 --- a/ci-operator/jobs/openshift-priv/node-feature-discovery/openshift-priv-node-feature-discovery-release-4.7-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/node-feature-discovery/openshift-priv-node-feature-discovery-release-4.7-presubmits.yaml @@ -19,11 +19,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -43,6 +43,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -57,6 +60,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -77,11 +83,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -101,6 +107,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -115,6 +124,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -135,11 +147,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -159,6 +171,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -173,4 +188,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/node-problem-detector-operator/openshift-priv-node-problem-detector-operator-master-postsubmits.yaml b/ci-operator/jobs/openshift-priv/node-problem-detector-operator/openshift-priv-node-problem-detector-operator-master-postsubmits.yaml index aa602da268f5..08fba40c4727 100644 --- a/ci-operator/jobs/openshift-priv/node-problem-detector-operator/openshift-priv-node-problem-detector-operator-master-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/node-problem-detector-operator/openshift-priv-node-problem-detector-operator-master-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-node-problem-detector-operator-master-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/node-problem-detector-operator/openshift-priv-node-problem-detector-operator-master-presubmits.yaml b/ci-operator/jobs/openshift-priv/node-problem-detector-operator/openshift-priv-node-problem-detector-operator-master-presubmits.yaml index 202df86969fe..346e5429299f 100644 --- a/ci-operator/jobs/openshift-priv/node-problem-detector-operator/openshift-priv-node-problem-detector-operator-master-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/node-problem-detector-operator/openshift-priv-node-problem-detector-operator-master-presubmits.yaml @@ -19,11 +19,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -43,6 +43,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -57,4 +60,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/node-problem-detector-operator/openshift-priv-node-problem-detector-operator-release-4.1-postsubmits.yaml b/ci-operator/jobs/openshift-priv/node-problem-detector-operator/openshift-priv-node-problem-detector-operator-release-4.1-postsubmits.yaml index 0f09e7f46873..f2a2cda6c12d 100644 --- a/ci-operator/jobs/openshift-priv/node-problem-detector-operator/openshift-priv-node-problem-detector-operator-release-4.1-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/node-problem-detector-operator/openshift-priv-node-problem-detector-operator-release-4.1-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-node-problem-detector-operator-release-4.1-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/node-problem-detector-operator/openshift-priv-node-problem-detector-operator-release-4.1-presubmits.yaml b/ci-operator/jobs/openshift-priv/node-problem-detector-operator/openshift-priv-node-problem-detector-operator-release-4.1-presubmits.yaml index 2e7f7a132bfe..6e469f5bd45d 100644 --- a/ci-operator/jobs/openshift-priv/node-problem-detector-operator/openshift-priv-node-problem-detector-operator-release-4.1-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/node-problem-detector-operator/openshift-priv-node-problem-detector-operator-release-4.1-presubmits.yaml @@ -19,11 +19,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -43,6 +43,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -57,4 +60,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/node-problem-detector-operator/openshift-priv-node-problem-detector-operator-release-4.2-postsubmits.yaml b/ci-operator/jobs/openshift-priv/node-problem-detector-operator/openshift-priv-node-problem-detector-operator-release-4.2-postsubmits.yaml index b387e00d63d0..3463f147bf45 100644 --- a/ci-operator/jobs/openshift-priv/node-problem-detector-operator/openshift-priv-node-problem-detector-operator-release-4.2-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/node-problem-detector-operator/openshift-priv-node-problem-detector-operator-release-4.2-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-node-problem-detector-operator-release-4.2-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/node-problem-detector-operator/openshift-priv-node-problem-detector-operator-release-4.2-presubmits.yaml b/ci-operator/jobs/openshift-priv/node-problem-detector-operator/openshift-priv-node-problem-detector-operator-release-4.2-presubmits.yaml index 1387bcf315c8..df09da9b471f 100644 --- a/ci-operator/jobs/openshift-priv/node-problem-detector-operator/openshift-priv-node-problem-detector-operator-release-4.2-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/node-problem-detector-operator/openshift-priv-node-problem-detector-operator-release-4.2-presubmits.yaml @@ -19,11 +19,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -43,6 +43,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -57,4 +60,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/node-problem-detector-operator/openshift-priv-node-problem-detector-operator-release-4.3-postsubmits.yaml b/ci-operator/jobs/openshift-priv/node-problem-detector-operator/openshift-priv-node-problem-detector-operator-release-4.3-postsubmits.yaml index 8e5e5203cedb..a54e2b703df0 100644 --- a/ci-operator/jobs/openshift-priv/node-problem-detector-operator/openshift-priv-node-problem-detector-operator-release-4.3-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/node-problem-detector-operator/openshift-priv-node-problem-detector-operator-release-4.3-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-node-problem-detector-operator-release-4.3-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/node-problem-detector-operator/openshift-priv-node-problem-detector-operator-release-4.3-presubmits.yaml b/ci-operator/jobs/openshift-priv/node-problem-detector-operator/openshift-priv-node-problem-detector-operator-release-4.3-presubmits.yaml index c5d94e0b7751..1beb3e6aa89b 100644 --- a/ci-operator/jobs/openshift-priv/node-problem-detector-operator/openshift-priv-node-problem-detector-operator-release-4.3-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/node-problem-detector-operator/openshift-priv-node-problem-detector-operator-release-4.3-presubmits.yaml @@ -19,11 +19,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -43,6 +43,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -57,4 +60,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/node-problem-detector-operator/openshift-priv-node-problem-detector-operator-release-4.4-postsubmits.yaml b/ci-operator/jobs/openshift-priv/node-problem-detector-operator/openshift-priv-node-problem-detector-operator-release-4.4-postsubmits.yaml index 0bf3b9fca254..6cccd9031244 100644 --- a/ci-operator/jobs/openshift-priv/node-problem-detector-operator/openshift-priv-node-problem-detector-operator-release-4.4-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/node-problem-detector-operator/openshift-priv-node-problem-detector-operator-release-4.4-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-node-problem-detector-operator-release-4.4-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/node-problem-detector-operator/openshift-priv-node-problem-detector-operator-release-4.4-presubmits.yaml b/ci-operator/jobs/openshift-priv/node-problem-detector-operator/openshift-priv-node-problem-detector-operator-release-4.4-presubmits.yaml index 9e3852fa65b7..6b623114bdce 100644 --- a/ci-operator/jobs/openshift-priv/node-problem-detector-operator/openshift-priv-node-problem-detector-operator-release-4.4-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/node-problem-detector-operator/openshift-priv-node-problem-detector-operator-release-4.4-presubmits.yaml @@ -19,11 +19,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -43,6 +43,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -57,4 +60,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/node-problem-detector-operator/openshift-priv-node-problem-detector-operator-release-4.5-postsubmits.yaml b/ci-operator/jobs/openshift-priv/node-problem-detector-operator/openshift-priv-node-problem-detector-operator-release-4.5-postsubmits.yaml index 8d3a54e6ad3e..f6d31ddaa989 100644 --- a/ci-operator/jobs/openshift-priv/node-problem-detector-operator/openshift-priv-node-problem-detector-operator-release-4.5-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/node-problem-detector-operator/openshift-priv-node-problem-detector-operator-release-4.5-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-node-problem-detector-operator-release-4.5-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/node-problem-detector-operator/openshift-priv-node-problem-detector-operator-release-4.5-presubmits.yaml b/ci-operator/jobs/openshift-priv/node-problem-detector-operator/openshift-priv-node-problem-detector-operator-release-4.5-presubmits.yaml index c24286ad5786..1c1b56036ec8 100644 --- a/ci-operator/jobs/openshift-priv/node-problem-detector-operator/openshift-priv-node-problem-detector-operator-release-4.5-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/node-problem-detector-operator/openshift-priv-node-problem-detector-operator-release-4.5-presubmits.yaml @@ -19,11 +19,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -43,6 +43,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -57,4 +60,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/node-problem-detector-operator/openshift-priv-node-problem-detector-operator-release-4.6-postsubmits.yaml b/ci-operator/jobs/openshift-priv/node-problem-detector-operator/openshift-priv-node-problem-detector-operator-release-4.6-postsubmits.yaml index 23fa63df5066..8c9845b4f4fb 100644 --- a/ci-operator/jobs/openshift-priv/node-problem-detector-operator/openshift-priv-node-problem-detector-operator-release-4.6-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/node-problem-detector-operator/openshift-priv-node-problem-detector-operator-release-4.6-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-node-problem-detector-operator-release-4.6-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/node-problem-detector-operator/openshift-priv-node-problem-detector-operator-release-4.6-presubmits.yaml b/ci-operator/jobs/openshift-priv/node-problem-detector-operator/openshift-priv-node-problem-detector-operator-release-4.6-presubmits.yaml index 17986ec4f13c..daa179e7fc63 100644 --- a/ci-operator/jobs/openshift-priv/node-problem-detector-operator/openshift-priv-node-problem-detector-operator-release-4.6-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/node-problem-detector-operator/openshift-priv-node-problem-detector-operator-release-4.6-presubmits.yaml @@ -19,11 +19,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -43,6 +43,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -57,4 +60,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/node-problem-detector-operator/openshift-priv-node-problem-detector-operator-release-4.7-postsubmits.yaml b/ci-operator/jobs/openshift-priv/node-problem-detector-operator/openshift-priv-node-problem-detector-operator-release-4.7-postsubmits.yaml index 7661b044bde5..1ac5ef23c2c0 100644 --- a/ci-operator/jobs/openshift-priv/node-problem-detector-operator/openshift-priv-node-problem-detector-operator-release-4.7-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/node-problem-detector-operator/openshift-priv-node-problem-detector-operator-release-4.7-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-node-problem-detector-operator-release-4.7-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/node-problem-detector-operator/openshift-priv-node-problem-detector-operator-release-4.7-presubmits.yaml b/ci-operator/jobs/openshift-priv/node-problem-detector-operator/openshift-priv-node-problem-detector-operator-release-4.7-presubmits.yaml index 089d7642b729..819d9f5f91ec 100644 --- a/ci-operator/jobs/openshift-priv/node-problem-detector-operator/openshift-priv-node-problem-detector-operator-release-4.7-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/node-problem-detector-operator/openshift-priv-node-problem-detector-operator-release-4.7-presubmits.yaml @@ -19,11 +19,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -43,6 +43,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -57,4 +60,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/node-problem-detector/openshift-priv-node-problem-detector-master-postsubmits.yaml b/ci-operator/jobs/openshift-priv/node-problem-detector/openshift-priv-node-problem-detector-master-postsubmits.yaml index 9e11d5e2ac48..4030b97d1a49 100644 --- a/ci-operator/jobs/openshift-priv/node-problem-detector/openshift-priv-node-problem-detector-master-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/node-problem-detector/openshift-priv-node-problem-detector-master-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-node-problem-detector-master-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/node-problem-detector/openshift-priv-node-problem-detector-master-presubmits.yaml b/ci-operator/jobs/openshift-priv/node-problem-detector/openshift-priv-node-problem-detector-master-presubmits.yaml index 0051b274db34..94e2df099578 100644 --- a/ci-operator/jobs/openshift-priv/node-problem-detector/openshift-priv-node-problem-detector-master-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/node-problem-detector/openshift-priv-node-problem-detector-master-presubmits.yaml @@ -19,11 +19,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -43,6 +43,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -57,4 +60,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/node-problem-detector/openshift-priv-node-problem-detector-release-4.1-postsubmits.yaml b/ci-operator/jobs/openshift-priv/node-problem-detector/openshift-priv-node-problem-detector-release-4.1-postsubmits.yaml index 0ccfe1633ca2..4851e4d6774a 100644 --- a/ci-operator/jobs/openshift-priv/node-problem-detector/openshift-priv-node-problem-detector-release-4.1-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/node-problem-detector/openshift-priv-node-problem-detector-release-4.1-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-node-problem-detector-release-4.1-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/node-problem-detector/openshift-priv-node-problem-detector-release-4.1-presubmits.yaml b/ci-operator/jobs/openshift-priv/node-problem-detector/openshift-priv-node-problem-detector-release-4.1-presubmits.yaml index 1c7e53fc6af7..3a84dfd50c0c 100644 --- a/ci-operator/jobs/openshift-priv/node-problem-detector/openshift-priv-node-problem-detector-release-4.1-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/node-problem-detector/openshift-priv-node-problem-detector-release-4.1-presubmits.yaml @@ -19,11 +19,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -43,6 +43,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -57,4 +60,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/node-problem-detector/openshift-priv-node-problem-detector-release-4.2-postsubmits.yaml b/ci-operator/jobs/openshift-priv/node-problem-detector/openshift-priv-node-problem-detector-release-4.2-postsubmits.yaml index 3343a8edfb70..e3f0b6a7d62f 100644 --- a/ci-operator/jobs/openshift-priv/node-problem-detector/openshift-priv-node-problem-detector-release-4.2-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/node-problem-detector/openshift-priv-node-problem-detector-release-4.2-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-node-problem-detector-release-4.2-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/node-problem-detector/openshift-priv-node-problem-detector-release-4.2-presubmits.yaml b/ci-operator/jobs/openshift-priv/node-problem-detector/openshift-priv-node-problem-detector-release-4.2-presubmits.yaml index c6983e351666..0251de745115 100644 --- a/ci-operator/jobs/openshift-priv/node-problem-detector/openshift-priv-node-problem-detector-release-4.2-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/node-problem-detector/openshift-priv-node-problem-detector-release-4.2-presubmits.yaml @@ -19,11 +19,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -43,6 +43,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -57,4 +60,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/node-problem-detector/openshift-priv-node-problem-detector-release-4.3-postsubmits.yaml b/ci-operator/jobs/openshift-priv/node-problem-detector/openshift-priv-node-problem-detector-release-4.3-postsubmits.yaml index 039ad668fb1c..4e2fc73b7979 100644 --- a/ci-operator/jobs/openshift-priv/node-problem-detector/openshift-priv-node-problem-detector-release-4.3-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/node-problem-detector/openshift-priv-node-problem-detector-release-4.3-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-node-problem-detector-release-4.3-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/node-problem-detector/openshift-priv-node-problem-detector-release-4.3-presubmits.yaml b/ci-operator/jobs/openshift-priv/node-problem-detector/openshift-priv-node-problem-detector-release-4.3-presubmits.yaml index 6f41b4ba0502..1192e3e1060a 100644 --- a/ci-operator/jobs/openshift-priv/node-problem-detector/openshift-priv-node-problem-detector-release-4.3-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/node-problem-detector/openshift-priv-node-problem-detector-release-4.3-presubmits.yaml @@ -19,11 +19,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -43,6 +43,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -57,4 +60,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/node-problem-detector/openshift-priv-node-problem-detector-release-4.4-postsubmits.yaml b/ci-operator/jobs/openshift-priv/node-problem-detector/openshift-priv-node-problem-detector-release-4.4-postsubmits.yaml index 2e3a7c501a13..3ad61afe8a59 100644 --- a/ci-operator/jobs/openshift-priv/node-problem-detector/openshift-priv-node-problem-detector-release-4.4-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/node-problem-detector/openshift-priv-node-problem-detector-release-4.4-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-node-problem-detector-release-4.4-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/node-problem-detector/openshift-priv-node-problem-detector-release-4.4-presubmits.yaml b/ci-operator/jobs/openshift-priv/node-problem-detector/openshift-priv-node-problem-detector-release-4.4-presubmits.yaml index e6fc28b5983e..f035334c17f5 100644 --- a/ci-operator/jobs/openshift-priv/node-problem-detector/openshift-priv-node-problem-detector-release-4.4-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/node-problem-detector/openshift-priv-node-problem-detector-release-4.4-presubmits.yaml @@ -19,11 +19,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -43,6 +43,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -57,4 +60,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/node-problem-detector/openshift-priv-node-problem-detector-release-4.5-postsubmits.yaml b/ci-operator/jobs/openshift-priv/node-problem-detector/openshift-priv-node-problem-detector-release-4.5-postsubmits.yaml index 7f1fcc5ed657..4d40a6387ce5 100644 --- a/ci-operator/jobs/openshift-priv/node-problem-detector/openshift-priv-node-problem-detector-release-4.5-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/node-problem-detector/openshift-priv-node-problem-detector-release-4.5-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-node-problem-detector-release-4.5-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/node-problem-detector/openshift-priv-node-problem-detector-release-4.5-presubmits.yaml b/ci-operator/jobs/openshift-priv/node-problem-detector/openshift-priv-node-problem-detector-release-4.5-presubmits.yaml index 0c5f73f5678c..c36ba4bd92c1 100644 --- a/ci-operator/jobs/openshift-priv/node-problem-detector/openshift-priv-node-problem-detector-release-4.5-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/node-problem-detector/openshift-priv-node-problem-detector-release-4.5-presubmits.yaml @@ -19,11 +19,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -43,6 +43,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -57,4 +60,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/node-problem-detector/openshift-priv-node-problem-detector-release-4.6-postsubmits.yaml b/ci-operator/jobs/openshift-priv/node-problem-detector/openshift-priv-node-problem-detector-release-4.6-postsubmits.yaml index 9d085e923de5..88f5050efe6d 100644 --- a/ci-operator/jobs/openshift-priv/node-problem-detector/openshift-priv-node-problem-detector-release-4.6-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/node-problem-detector/openshift-priv-node-problem-detector-release-4.6-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-node-problem-detector-release-4.6-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/node-problem-detector/openshift-priv-node-problem-detector-release-4.6-presubmits.yaml b/ci-operator/jobs/openshift-priv/node-problem-detector/openshift-priv-node-problem-detector-release-4.6-presubmits.yaml index 6b9332655381..7025d8f3d326 100644 --- a/ci-operator/jobs/openshift-priv/node-problem-detector/openshift-priv-node-problem-detector-release-4.6-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/node-problem-detector/openshift-priv-node-problem-detector-release-4.6-presubmits.yaml @@ -19,11 +19,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -43,6 +43,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -57,4 +60,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/node-problem-detector/openshift-priv-node-problem-detector-release-4.7-postsubmits.yaml b/ci-operator/jobs/openshift-priv/node-problem-detector/openshift-priv-node-problem-detector-release-4.7-postsubmits.yaml index 598f0d197880..bdbc800e2f2d 100644 --- a/ci-operator/jobs/openshift-priv/node-problem-detector/openshift-priv-node-problem-detector-release-4.7-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/node-problem-detector/openshift-priv-node-problem-detector-release-4.7-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-node-problem-detector-release-4.7-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/node-problem-detector/openshift-priv-node-problem-detector-release-4.7-presubmits.yaml b/ci-operator/jobs/openshift-priv/node-problem-detector/openshift-priv-node-problem-detector-release-4.7-presubmits.yaml index 6ab31bb702e3..55e117e05e0e 100644 --- a/ci-operator/jobs/openshift-priv/node-problem-detector/openshift-priv-node-problem-detector-release-4.7-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/node-problem-detector/openshift-priv-node-problem-detector-release-4.7-presubmits.yaml @@ -19,11 +19,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -43,6 +43,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -57,4 +60,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/node_exporter/openshift-priv-node_exporter-master-postsubmits.yaml b/ci-operator/jobs/openshift-priv/node_exporter/openshift-priv-node_exporter-master-postsubmits.yaml index 93c36d35b864..4264fcdc5c9b 100644 --- a/ci-operator/jobs/openshift-priv/node_exporter/openshift-priv-node_exporter-master-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/node_exporter/openshift-priv-node_exporter-master-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-node_exporter-master-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/node_exporter/openshift-priv-node_exporter-master-presubmits.yaml b/ci-operator/jobs/openshift-priv/node_exporter/openshift-priv-node_exporter-master-presubmits.yaml index 0b78fecc72c2..252fefd60c84 100644 --- a/ci-operator/jobs/openshift-priv/node_exporter/openshift-priv-node_exporter-master-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/node_exporter/openshift-priv-node_exporter-master-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -52,6 +50,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -77,6 +78,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -97,11 +101,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -121,6 +125,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -135,4 +142,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/node_exporter/openshift-priv-node_exporter-release-4.1-postsubmits.yaml b/ci-operator/jobs/openshift-priv/node_exporter/openshift-priv-node_exporter-release-4.1-postsubmits.yaml index be1bc484261c..1f768d30f262 100644 --- a/ci-operator/jobs/openshift-priv/node_exporter/openshift-priv-node_exporter-release-4.1-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/node_exporter/openshift-priv-node_exporter-release-4.1-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-node_exporter-release-4.1-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/node_exporter/openshift-priv-node_exporter-release-4.1-presubmits.yaml b/ci-operator/jobs/openshift-priv/node_exporter/openshift-priv-node_exporter-release-4.1-presubmits.yaml index 7c9c5c3d77f1..6ac8c94e31d3 100644 --- a/ci-operator/jobs/openshift-priv/node_exporter/openshift-priv-node_exporter-release-4.1-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/node_exporter/openshift-priv-node_exporter-release-4.1-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -52,6 +50,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -77,6 +78,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -97,11 +101,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -121,6 +125,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -135,4 +142,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/node_exporter/openshift-priv-node_exporter-release-4.2-postsubmits.yaml b/ci-operator/jobs/openshift-priv/node_exporter/openshift-priv-node_exporter-release-4.2-postsubmits.yaml index 2d2f7a2021b7..b0421fce79e3 100644 --- a/ci-operator/jobs/openshift-priv/node_exporter/openshift-priv-node_exporter-release-4.2-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/node_exporter/openshift-priv-node_exporter-release-4.2-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-node_exporter-release-4.2-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/node_exporter/openshift-priv-node_exporter-release-4.2-presubmits.yaml b/ci-operator/jobs/openshift-priv/node_exporter/openshift-priv-node_exporter-release-4.2-presubmits.yaml index e947cfe7c6ca..d3b4842fa3d2 100644 --- a/ci-operator/jobs/openshift-priv/node_exporter/openshift-priv-node_exporter-release-4.2-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/node_exporter/openshift-priv-node_exporter-release-4.2-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -52,6 +50,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -77,6 +78,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -97,11 +101,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -121,6 +125,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -135,4 +142,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/node_exporter/openshift-priv-node_exporter-release-4.3-postsubmits.yaml b/ci-operator/jobs/openshift-priv/node_exporter/openshift-priv-node_exporter-release-4.3-postsubmits.yaml index 92ab8f33ef48..5837e43f5540 100644 --- a/ci-operator/jobs/openshift-priv/node_exporter/openshift-priv-node_exporter-release-4.3-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/node_exporter/openshift-priv-node_exporter-release-4.3-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-node_exporter-release-4.3-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/node_exporter/openshift-priv-node_exporter-release-4.3-presubmits.yaml b/ci-operator/jobs/openshift-priv/node_exporter/openshift-priv-node_exporter-release-4.3-presubmits.yaml index 78ffa4f08c5f..72a3708bba39 100644 --- a/ci-operator/jobs/openshift-priv/node_exporter/openshift-priv-node_exporter-release-4.3-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/node_exporter/openshift-priv-node_exporter-release-4.3-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -52,6 +50,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -77,6 +78,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -97,11 +101,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -121,6 +125,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -135,4 +142,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/node_exporter/openshift-priv-node_exporter-release-4.4-postsubmits.yaml b/ci-operator/jobs/openshift-priv/node_exporter/openshift-priv-node_exporter-release-4.4-postsubmits.yaml index 0c13a6547157..5017f2406f57 100644 --- a/ci-operator/jobs/openshift-priv/node_exporter/openshift-priv-node_exporter-release-4.4-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/node_exporter/openshift-priv-node_exporter-release-4.4-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-node_exporter-release-4.4-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/node_exporter/openshift-priv-node_exporter-release-4.4-presubmits.yaml b/ci-operator/jobs/openshift-priv/node_exporter/openshift-priv-node_exporter-release-4.4-presubmits.yaml index 5d71444f34c4..fa58ed97beb8 100644 --- a/ci-operator/jobs/openshift-priv/node_exporter/openshift-priv-node_exporter-release-4.4-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/node_exporter/openshift-priv-node_exporter-release-4.4-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -52,6 +50,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -77,6 +78,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -97,11 +101,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -121,6 +125,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -135,4 +142,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/node_exporter/openshift-priv-node_exporter-release-4.5-postsubmits.yaml b/ci-operator/jobs/openshift-priv/node_exporter/openshift-priv-node_exporter-release-4.5-postsubmits.yaml index 07791e250e8b..38ddcd3afd30 100644 --- a/ci-operator/jobs/openshift-priv/node_exporter/openshift-priv-node_exporter-release-4.5-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/node_exporter/openshift-priv-node_exporter-release-4.5-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-node_exporter-release-4.5-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/node_exporter/openshift-priv-node_exporter-release-4.5-presubmits.yaml b/ci-operator/jobs/openshift-priv/node_exporter/openshift-priv-node_exporter-release-4.5-presubmits.yaml index 826f9235976a..30196fe2da81 100644 --- a/ci-operator/jobs/openshift-priv/node_exporter/openshift-priv-node_exporter-release-4.5-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/node_exporter/openshift-priv-node_exporter-release-4.5-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -52,6 +50,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -77,6 +78,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -97,11 +101,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -121,6 +125,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -135,4 +142,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/node_exporter/openshift-priv-node_exporter-release-4.6-postsubmits.yaml b/ci-operator/jobs/openshift-priv/node_exporter/openshift-priv-node_exporter-release-4.6-postsubmits.yaml index e012cc99061b..8dcad27b2de0 100644 --- a/ci-operator/jobs/openshift-priv/node_exporter/openshift-priv-node_exporter-release-4.6-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/node_exporter/openshift-priv-node_exporter-release-4.6-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-node_exporter-release-4.6-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/node_exporter/openshift-priv-node_exporter-release-4.6-presubmits.yaml b/ci-operator/jobs/openshift-priv/node_exporter/openshift-priv-node_exporter-release-4.6-presubmits.yaml index 509ae0ecac6e..819d1cfa17b8 100644 --- a/ci-operator/jobs/openshift-priv/node_exporter/openshift-priv-node_exporter-release-4.6-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/node_exporter/openshift-priv-node_exporter-release-4.6-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -52,6 +50,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -77,6 +78,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -97,11 +101,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -121,6 +125,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -135,4 +142,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/node_exporter/openshift-priv-node_exporter-release-4.7-postsubmits.yaml b/ci-operator/jobs/openshift-priv/node_exporter/openshift-priv-node_exporter-release-4.7-postsubmits.yaml index d93f204b56a4..1eed58b10f27 100644 --- a/ci-operator/jobs/openshift-priv/node_exporter/openshift-priv-node_exporter-release-4.7-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/node_exporter/openshift-priv-node_exporter-release-4.7-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-node_exporter-release-4.7-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/node_exporter/openshift-priv-node_exporter-release-4.7-presubmits.yaml b/ci-operator/jobs/openshift-priv/node_exporter/openshift-priv-node_exporter-release-4.7-presubmits.yaml index 779b42725f95..d168480b9c4c 100644 --- a/ci-operator/jobs/openshift-priv/node_exporter/openshift-priv-node_exporter-release-4.7-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/node_exporter/openshift-priv-node_exporter-release-4.7-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -52,6 +50,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -77,6 +78,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -97,11 +101,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -121,6 +125,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -135,4 +142,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/oauth-apiserver/openshift-priv-oauth-apiserver-master-postsubmits.yaml b/ci-operator/jobs/openshift-priv/oauth-apiserver/openshift-priv-oauth-apiserver-master-postsubmits.yaml index 0a3160336409..9a4f0b3e3f07 100644 --- a/ci-operator/jobs/openshift-priv/oauth-apiserver/openshift-priv-oauth-apiserver-master-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/oauth-apiserver/openshift-priv-oauth-apiserver-master-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-oauth-apiserver-master-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/oauth-apiserver/openshift-priv-oauth-apiserver-master-presubmits.yaml b/ci-operator/jobs/openshift-priv/oauth-apiserver/openshift-priv-oauth-apiserver-master-presubmits.yaml index 796f8ffe01ec..8539197bc687 100644 --- a/ci-operator/jobs/openshift-priv/oauth-apiserver/openshift-priv-oauth-apiserver-master-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/oauth-apiserver/openshift-priv-oauth-apiserver-master-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -52,6 +50,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -77,6 +78,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -97,14 +101,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -130,6 +132,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -155,6 +160,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -175,11 +183,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -199,6 +207,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -213,6 +224,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -233,11 +247,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -257,6 +271,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -271,6 +288,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -291,11 +311,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -315,6 +335,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -329,4 +352,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/oauth-apiserver/openshift-priv-oauth-apiserver-release-4.4-postsubmits.yaml b/ci-operator/jobs/openshift-priv/oauth-apiserver/openshift-priv-oauth-apiserver-release-4.4-postsubmits.yaml index 923e65e4aaa2..e765afbb20d6 100644 --- a/ci-operator/jobs/openshift-priv/oauth-apiserver/openshift-priv-oauth-apiserver-release-4.4-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/oauth-apiserver/openshift-priv-oauth-apiserver-release-4.4-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-oauth-apiserver-release-4.4-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/oauth-apiserver/openshift-priv-oauth-apiserver-release-4.4-presubmits.yaml b/ci-operator/jobs/openshift-priv/oauth-apiserver/openshift-priv-oauth-apiserver-release-4.4-presubmits.yaml index 54ce5b19cf4e..690785545a09 100644 --- a/ci-operator/jobs/openshift-priv/oauth-apiserver/openshift-priv-oauth-apiserver-release-4.4-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/oauth-apiserver/openshift-priv-oauth-apiserver-release-4.4-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -52,6 +50,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -77,6 +78,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -97,14 +101,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -130,6 +132,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -155,6 +160,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -175,11 +183,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -199,6 +207,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -213,6 +224,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -233,11 +247,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -257,6 +271,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -271,6 +288,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -291,11 +311,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -315,6 +335,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -329,4 +352,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/oauth-apiserver/openshift-priv-oauth-apiserver-release-4.5-postsubmits.yaml b/ci-operator/jobs/openshift-priv/oauth-apiserver/openshift-priv-oauth-apiserver-release-4.5-postsubmits.yaml index da6e002fe9d7..d12fa48425b5 100644 --- a/ci-operator/jobs/openshift-priv/oauth-apiserver/openshift-priv-oauth-apiserver-release-4.5-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/oauth-apiserver/openshift-priv-oauth-apiserver-release-4.5-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-oauth-apiserver-release-4.5-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/oauth-apiserver/openshift-priv-oauth-apiserver-release-4.5-presubmits.yaml b/ci-operator/jobs/openshift-priv/oauth-apiserver/openshift-priv-oauth-apiserver-release-4.5-presubmits.yaml index 82ec4be31e12..f89b7feb5359 100644 --- a/ci-operator/jobs/openshift-priv/oauth-apiserver/openshift-priv-oauth-apiserver-release-4.5-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/oauth-apiserver/openshift-priv-oauth-apiserver-release-4.5-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -52,6 +50,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -77,6 +78,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -97,14 +101,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -130,6 +132,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -155,6 +160,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -175,11 +183,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -199,6 +207,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -213,6 +224,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -233,11 +247,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -257,6 +271,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -271,6 +288,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -291,11 +311,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -315,6 +335,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -329,4 +352,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/oauth-apiserver/openshift-priv-oauth-apiserver-release-4.6-postsubmits.yaml b/ci-operator/jobs/openshift-priv/oauth-apiserver/openshift-priv-oauth-apiserver-release-4.6-postsubmits.yaml index 0bb71d64900b..717abff1ca26 100644 --- a/ci-operator/jobs/openshift-priv/oauth-apiserver/openshift-priv-oauth-apiserver-release-4.6-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/oauth-apiserver/openshift-priv-oauth-apiserver-release-4.6-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-oauth-apiserver-release-4.6-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/oauth-apiserver/openshift-priv-oauth-apiserver-release-4.6-presubmits.yaml b/ci-operator/jobs/openshift-priv/oauth-apiserver/openshift-priv-oauth-apiserver-release-4.6-presubmits.yaml index c4ff7df11a4f..7eb5977f8595 100644 --- a/ci-operator/jobs/openshift-priv/oauth-apiserver/openshift-priv-oauth-apiserver-release-4.6-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/oauth-apiserver/openshift-priv-oauth-apiserver-release-4.6-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -52,6 +50,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -77,6 +78,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -97,14 +101,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -130,6 +132,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -155,6 +160,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -175,11 +183,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -199,6 +207,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -213,6 +224,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -233,11 +247,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -257,6 +271,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -271,6 +288,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -291,11 +311,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -315,6 +335,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -329,4 +352,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/oauth-apiserver/openshift-priv-oauth-apiserver-release-4.7-postsubmits.yaml b/ci-operator/jobs/openshift-priv/oauth-apiserver/openshift-priv-oauth-apiserver-release-4.7-postsubmits.yaml index 8cf84bdc4240..3629b7bcae32 100644 --- a/ci-operator/jobs/openshift-priv/oauth-apiserver/openshift-priv-oauth-apiserver-release-4.7-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/oauth-apiserver/openshift-priv-oauth-apiserver-release-4.7-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-oauth-apiserver-release-4.7-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/oauth-apiserver/openshift-priv-oauth-apiserver-release-4.7-presubmits.yaml b/ci-operator/jobs/openshift-priv/oauth-apiserver/openshift-priv-oauth-apiserver-release-4.7-presubmits.yaml index 439c41c39298..8b65ca19b516 100644 --- a/ci-operator/jobs/openshift-priv/oauth-apiserver/openshift-priv-oauth-apiserver-release-4.7-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/oauth-apiserver/openshift-priv-oauth-apiserver-release-4.7-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -52,6 +50,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -77,6 +78,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -97,14 +101,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -130,6 +132,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -155,6 +160,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -175,11 +183,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -199,6 +207,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -213,6 +224,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -233,11 +247,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -257,6 +271,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -271,6 +288,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -291,11 +311,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -315,6 +335,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -329,4 +352,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/oauth-proxy/openshift-priv-oauth-proxy-master-postsubmits.yaml b/ci-operator/jobs/openshift-priv/oauth-proxy/openshift-priv-oauth-proxy-master-postsubmits.yaml index 6ed068f90a05..216a974632b2 100644 --- a/ci-operator/jobs/openshift-priv/oauth-proxy/openshift-priv-oauth-proxy-master-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/oauth-proxy/openshift-priv-oauth-proxy-master-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-oauth-proxy-master-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/oauth-proxy/openshift-priv-oauth-proxy-master-presubmits.yaml b/ci-operator/jobs/openshift-priv/oauth-proxy/openshift-priv-oauth-proxy-master-presubmits.yaml index 3b0555ed3ea4..2e79f886b45a 100644 --- a/ci-operator/jobs/openshift-priv/oauth-proxy/openshift-priv-oauth-proxy-master-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/oauth-proxy/openshift-priv-oauth-proxy-master-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -52,6 +50,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -77,6 +78,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -97,11 +101,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -121,6 +125,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -135,4 +142,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/oauth-proxy/openshift-priv-oauth-proxy-release-4.1-postsubmits.yaml b/ci-operator/jobs/openshift-priv/oauth-proxy/openshift-priv-oauth-proxy-release-4.1-postsubmits.yaml index 6aec1edefea5..e0396d50403a 100644 --- a/ci-operator/jobs/openshift-priv/oauth-proxy/openshift-priv-oauth-proxy-release-4.1-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/oauth-proxy/openshift-priv-oauth-proxy-release-4.1-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-oauth-proxy-release-4.1-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/oauth-proxy/openshift-priv-oauth-proxy-release-4.1-presubmits.yaml b/ci-operator/jobs/openshift-priv/oauth-proxy/openshift-priv-oauth-proxy-release-4.1-presubmits.yaml index 868d8694eb6d..f46b669e3828 100644 --- a/ci-operator/jobs/openshift-priv/oauth-proxy/openshift-priv-oauth-proxy-release-4.1-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/oauth-proxy/openshift-priv-oauth-proxy-release-4.1-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -52,6 +50,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -77,6 +78,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -97,11 +101,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -121,6 +125,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -135,4 +142,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/oauth-proxy/openshift-priv-oauth-proxy-release-4.2-postsubmits.yaml b/ci-operator/jobs/openshift-priv/oauth-proxy/openshift-priv-oauth-proxy-release-4.2-postsubmits.yaml index 654fa3c9de02..e46dbce520c3 100644 --- a/ci-operator/jobs/openshift-priv/oauth-proxy/openshift-priv-oauth-proxy-release-4.2-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/oauth-proxy/openshift-priv-oauth-proxy-release-4.2-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-oauth-proxy-release-4.2-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/oauth-proxy/openshift-priv-oauth-proxy-release-4.2-presubmits.yaml b/ci-operator/jobs/openshift-priv/oauth-proxy/openshift-priv-oauth-proxy-release-4.2-presubmits.yaml index 4b0cd8de4321..f5006e5b5726 100644 --- a/ci-operator/jobs/openshift-priv/oauth-proxy/openshift-priv-oauth-proxy-release-4.2-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/oauth-proxy/openshift-priv-oauth-proxy-release-4.2-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -52,6 +50,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -77,6 +78,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -97,11 +101,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -121,6 +125,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -135,4 +142,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/oauth-proxy/openshift-priv-oauth-proxy-release-4.3-postsubmits.yaml b/ci-operator/jobs/openshift-priv/oauth-proxy/openshift-priv-oauth-proxy-release-4.3-postsubmits.yaml index 3c8ee649a727..ab22999c31ae 100644 --- a/ci-operator/jobs/openshift-priv/oauth-proxy/openshift-priv-oauth-proxy-release-4.3-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/oauth-proxy/openshift-priv-oauth-proxy-release-4.3-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-oauth-proxy-release-4.3-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/oauth-proxy/openshift-priv-oauth-proxy-release-4.3-presubmits.yaml b/ci-operator/jobs/openshift-priv/oauth-proxy/openshift-priv-oauth-proxy-release-4.3-presubmits.yaml index 5afc74db0ab0..fcc896f9575e 100644 --- a/ci-operator/jobs/openshift-priv/oauth-proxy/openshift-priv-oauth-proxy-release-4.3-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/oauth-proxy/openshift-priv-oauth-proxy-release-4.3-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -52,6 +50,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -77,6 +78,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -97,11 +101,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -121,6 +125,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -135,4 +142,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/oauth-proxy/openshift-priv-oauth-proxy-release-4.4-postsubmits.yaml b/ci-operator/jobs/openshift-priv/oauth-proxy/openshift-priv-oauth-proxy-release-4.4-postsubmits.yaml index c489df69feab..f1751e2f1a9a 100644 --- a/ci-operator/jobs/openshift-priv/oauth-proxy/openshift-priv-oauth-proxy-release-4.4-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/oauth-proxy/openshift-priv-oauth-proxy-release-4.4-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-oauth-proxy-release-4.4-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/oauth-proxy/openshift-priv-oauth-proxy-release-4.4-presubmits.yaml b/ci-operator/jobs/openshift-priv/oauth-proxy/openshift-priv-oauth-proxy-release-4.4-presubmits.yaml index 33cb583ff5c8..5391abe69be6 100644 --- a/ci-operator/jobs/openshift-priv/oauth-proxy/openshift-priv-oauth-proxy-release-4.4-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/oauth-proxy/openshift-priv-oauth-proxy-release-4.4-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -52,6 +50,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -77,6 +78,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -97,11 +101,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -121,6 +125,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -135,4 +142,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/oauth-proxy/openshift-priv-oauth-proxy-release-4.5-postsubmits.yaml b/ci-operator/jobs/openshift-priv/oauth-proxy/openshift-priv-oauth-proxy-release-4.5-postsubmits.yaml index 34cb8784be24..bd71f3bd57d5 100644 --- a/ci-operator/jobs/openshift-priv/oauth-proxy/openshift-priv-oauth-proxy-release-4.5-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/oauth-proxy/openshift-priv-oauth-proxy-release-4.5-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-oauth-proxy-release-4.5-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/oauth-proxy/openshift-priv-oauth-proxy-release-4.5-presubmits.yaml b/ci-operator/jobs/openshift-priv/oauth-proxy/openshift-priv-oauth-proxy-release-4.5-presubmits.yaml index e996ddad668f..e3cb3177ef15 100644 --- a/ci-operator/jobs/openshift-priv/oauth-proxy/openshift-priv-oauth-proxy-release-4.5-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/oauth-proxy/openshift-priv-oauth-proxy-release-4.5-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -52,6 +50,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -77,6 +78,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -97,11 +101,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -121,6 +125,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -135,4 +142,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/oauth-proxy/openshift-priv-oauth-proxy-release-4.6-postsubmits.yaml b/ci-operator/jobs/openshift-priv/oauth-proxy/openshift-priv-oauth-proxy-release-4.6-postsubmits.yaml index 584dddd1735f..1f1a7f8e4245 100644 --- a/ci-operator/jobs/openshift-priv/oauth-proxy/openshift-priv-oauth-proxy-release-4.6-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/oauth-proxy/openshift-priv-oauth-proxy-release-4.6-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-oauth-proxy-release-4.6-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/oauth-proxy/openshift-priv-oauth-proxy-release-4.6-presubmits.yaml b/ci-operator/jobs/openshift-priv/oauth-proxy/openshift-priv-oauth-proxy-release-4.6-presubmits.yaml index a66787f86ee2..c6308ab5ff51 100644 --- a/ci-operator/jobs/openshift-priv/oauth-proxy/openshift-priv-oauth-proxy-release-4.6-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/oauth-proxy/openshift-priv-oauth-proxy-release-4.6-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -52,6 +50,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -77,6 +78,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -97,11 +101,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -121,6 +125,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -135,4 +142,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/oauth-proxy/openshift-priv-oauth-proxy-release-4.7-postsubmits.yaml b/ci-operator/jobs/openshift-priv/oauth-proxy/openshift-priv-oauth-proxy-release-4.7-postsubmits.yaml index 23c0d016d7a2..1251a086ff85 100644 --- a/ci-operator/jobs/openshift-priv/oauth-proxy/openshift-priv-oauth-proxy-release-4.7-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/oauth-proxy/openshift-priv-oauth-proxy-release-4.7-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-oauth-proxy-release-4.7-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/oauth-proxy/openshift-priv-oauth-proxy-release-4.7-presubmits.yaml b/ci-operator/jobs/openshift-priv/oauth-proxy/openshift-priv-oauth-proxy-release-4.7-presubmits.yaml index 2cd79f9e07f8..2d9ae725279f 100644 --- a/ci-operator/jobs/openshift-priv/oauth-proxy/openshift-priv-oauth-proxy-release-4.7-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/oauth-proxy/openshift-priv-oauth-proxy-release-4.7-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -52,6 +50,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -77,6 +78,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -97,11 +101,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -121,6 +125,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -135,4 +142,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/oauth-proxy/openshift-priv-oauth-proxy-samples-operator-4.2-postsubmits.yaml b/ci-operator/jobs/openshift-priv/oauth-proxy/openshift-priv-oauth-proxy-samples-operator-4.2-postsubmits.yaml index 57c60b579ff5..57a57d74d7ac 100644 --- a/ci-operator/jobs/openshift-priv/oauth-proxy/openshift-priv-oauth-proxy-samples-operator-4.2-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/oauth-proxy/openshift-priv-oauth-proxy-samples-operator-4.2-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-oauth-proxy-samples-operator-4.2-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/oauth-proxy/openshift-priv-oauth-proxy-samples-operator-4.2-presubmits.yaml b/ci-operator/jobs/openshift-priv/oauth-proxy/openshift-priv-oauth-proxy-samples-operator-4.2-presubmits.yaml index d0e0fc340571..eb506dc03d8c 100644 --- a/ci-operator/jobs/openshift-priv/oauth-proxy/openshift-priv-oauth-proxy-samples-operator-4.2-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/oauth-proxy/openshift-priv-oauth-proxy-samples-operator-4.2-presubmits.yaml @@ -19,11 +19,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -43,6 +43,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -57,4 +60,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/oauth-proxy/openshift-priv-oauth-proxy-samples-operator-4.3-postsubmits.yaml b/ci-operator/jobs/openshift-priv/oauth-proxy/openshift-priv-oauth-proxy-samples-operator-4.3-postsubmits.yaml index a26971cd52ad..2a7a7567d092 100644 --- a/ci-operator/jobs/openshift-priv/oauth-proxy/openshift-priv-oauth-proxy-samples-operator-4.3-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/oauth-proxy/openshift-priv-oauth-proxy-samples-operator-4.3-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-oauth-proxy-samples-operator-4.3-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/oauth-proxy/openshift-priv-oauth-proxy-samples-operator-4.3-presubmits.yaml b/ci-operator/jobs/openshift-priv/oauth-proxy/openshift-priv-oauth-proxy-samples-operator-4.3-presubmits.yaml index 477fd31191a2..199c916de5ea 100644 --- a/ci-operator/jobs/openshift-priv/oauth-proxy/openshift-priv-oauth-proxy-samples-operator-4.3-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/oauth-proxy/openshift-priv-oauth-proxy-samples-operator-4.3-presubmits.yaml @@ -19,11 +19,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -43,6 +43,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -57,4 +60,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/oauth-proxy/openshift-priv-oauth-proxy-samples-operator-4.4-postsubmits.yaml b/ci-operator/jobs/openshift-priv/oauth-proxy/openshift-priv-oauth-proxy-samples-operator-4.4-postsubmits.yaml index 823f499d4871..fdd098f84273 100644 --- a/ci-operator/jobs/openshift-priv/oauth-proxy/openshift-priv-oauth-proxy-samples-operator-4.4-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/oauth-proxy/openshift-priv-oauth-proxy-samples-operator-4.4-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-oauth-proxy-samples-operator-4.4-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/oauth-proxy/openshift-priv-oauth-proxy-samples-operator-4.4-presubmits.yaml b/ci-operator/jobs/openshift-priv/oauth-proxy/openshift-priv-oauth-proxy-samples-operator-4.4-presubmits.yaml index 86009d81c46a..c3816bdfb62f 100644 --- a/ci-operator/jobs/openshift-priv/oauth-proxy/openshift-priv-oauth-proxy-samples-operator-4.4-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/oauth-proxy/openshift-priv-oauth-proxy-samples-operator-4.4-presubmits.yaml @@ -19,11 +19,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -43,6 +43,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -57,4 +60,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/oauth-server/openshift-priv-oauth-server-master-postsubmits.yaml b/ci-operator/jobs/openshift-priv/oauth-server/openshift-priv-oauth-server-master-postsubmits.yaml index 6d9b99cf25a9..e25238694b88 100644 --- a/ci-operator/jobs/openshift-priv/oauth-server/openshift-priv-oauth-server-master-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/oauth-server/openshift-priv-oauth-server-master-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-oauth-server-master-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/oauth-server/openshift-priv-oauth-server-master-presubmits.yaml b/ci-operator/jobs/openshift-priv/oauth-server/openshift-priv-oauth-server-master-presubmits.yaml index e232c26c8d77..4c13cfd26676 100644 --- a/ci-operator/jobs/openshift-priv/oauth-server/openshift-priv-oauth-server-master-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/oauth-server/openshift-priv-oauth-server-master-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -52,6 +50,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -77,6 +78,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -97,14 +101,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-serial-cluster-profile - --target=e2e-aws-serial - --template=/usr/local/e2e-aws-serial @@ -141,6 +143,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -169,6 +174,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-serial,?($|\s.*) - agent: kubernetes always_run: true @@ -189,14 +197,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -222,6 +228,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -247,6 +256,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -267,11 +279,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -291,6 +303,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -305,6 +320,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -325,11 +343,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -349,6 +367,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -363,6 +384,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -383,11 +407,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -407,6 +431,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -421,6 +448,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) - agent: kubernetes always_run: true @@ -441,11 +471,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify-deps command: - ci-operator @@ -465,6 +495,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -479,4 +512,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify-deps,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/oauth-server/openshift-priv-oauth-server-release-4.2-postsubmits.yaml b/ci-operator/jobs/openshift-priv/oauth-server/openshift-priv-oauth-server-release-4.2-postsubmits.yaml index b26d2363ad50..22ce7d90a6db 100644 --- a/ci-operator/jobs/openshift-priv/oauth-server/openshift-priv-oauth-server-release-4.2-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/oauth-server/openshift-priv-oauth-server-release-4.2-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-oauth-server-release-4.2-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/oauth-server/openshift-priv-oauth-server-release-4.2-presubmits.yaml b/ci-operator/jobs/openshift-priv/oauth-server/openshift-priv-oauth-server-release-4.2-presubmits.yaml index a403e8fa95e7..49420ccb3bc4 100644 --- a/ci-operator/jobs/openshift-priv/oauth-server/openshift-priv-oauth-server-release-4.2-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/oauth-server/openshift-priv-oauth-server-release-4.2-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -52,6 +50,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -77,6 +78,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -97,14 +101,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -130,6 +132,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -155,6 +160,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -175,11 +183,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -199,6 +207,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -213,6 +224,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -233,11 +247,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -257,6 +271,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -271,6 +288,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -291,11 +311,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -315,6 +335,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -329,6 +352,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) - agent: kubernetes always_run: true @@ -349,11 +375,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify-deps command: - ci-operator @@ -373,6 +399,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -387,4 +416,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify-deps,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/oauth-server/openshift-priv-oauth-server-release-4.3-postsubmits.yaml b/ci-operator/jobs/openshift-priv/oauth-server/openshift-priv-oauth-server-release-4.3-postsubmits.yaml index e294a4af75bc..20bdec3167fe 100644 --- a/ci-operator/jobs/openshift-priv/oauth-server/openshift-priv-oauth-server-release-4.3-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/oauth-server/openshift-priv-oauth-server-release-4.3-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-oauth-server-release-4.3-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/oauth-server/openshift-priv-oauth-server-release-4.3-presubmits.yaml b/ci-operator/jobs/openshift-priv/oauth-server/openshift-priv-oauth-server-release-4.3-presubmits.yaml index ec030c32ff5e..aba597dd9350 100644 --- a/ci-operator/jobs/openshift-priv/oauth-server/openshift-priv-oauth-server-release-4.3-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/oauth-server/openshift-priv-oauth-server-release-4.3-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -52,6 +50,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -77,6 +78,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -97,14 +101,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -130,6 +132,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -155,6 +160,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -175,11 +183,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -199,6 +207,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -213,6 +224,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -233,11 +247,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -257,6 +271,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -271,6 +288,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -291,11 +311,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -315,6 +335,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -329,4 +352,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/oauth-server/openshift-priv-oauth-server-release-4.4-postsubmits.yaml b/ci-operator/jobs/openshift-priv/oauth-server/openshift-priv-oauth-server-release-4.4-postsubmits.yaml index 3d3930985a6d..4f88d4b6339e 100644 --- a/ci-operator/jobs/openshift-priv/oauth-server/openshift-priv-oauth-server-release-4.4-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/oauth-server/openshift-priv-oauth-server-release-4.4-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-oauth-server-release-4.4-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/oauth-server/openshift-priv-oauth-server-release-4.4-presubmits.yaml b/ci-operator/jobs/openshift-priv/oauth-server/openshift-priv-oauth-server-release-4.4-presubmits.yaml index 49d814fa31cb..fee07692d5a0 100644 --- a/ci-operator/jobs/openshift-priv/oauth-server/openshift-priv-oauth-server-release-4.4-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/oauth-server/openshift-priv-oauth-server-release-4.4-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -52,6 +50,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -77,6 +78,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -97,14 +101,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-serial-cluster-profile - --target=e2e-aws-serial - --template=/usr/local/e2e-aws-serial @@ -141,6 +143,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -169,6 +174,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-serial,?($|\s.*) - agent: kubernetes always_run: true @@ -189,14 +197,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -222,6 +228,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -247,6 +256,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -267,11 +279,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -291,6 +303,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -305,6 +320,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -325,11 +343,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -349,6 +367,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -363,6 +384,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -383,11 +407,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -407,6 +431,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -421,4 +448,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/oauth-server/openshift-priv-oauth-server-release-4.5-postsubmits.yaml b/ci-operator/jobs/openshift-priv/oauth-server/openshift-priv-oauth-server-release-4.5-postsubmits.yaml index 5cb3c9d0f873..72c04c2394f5 100644 --- a/ci-operator/jobs/openshift-priv/oauth-server/openshift-priv-oauth-server-release-4.5-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/oauth-server/openshift-priv-oauth-server-release-4.5-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-oauth-server-release-4.5-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/oauth-server/openshift-priv-oauth-server-release-4.5-presubmits.yaml b/ci-operator/jobs/openshift-priv/oauth-server/openshift-priv-oauth-server-release-4.5-presubmits.yaml index 26f20578de32..a00f9cf426e4 100644 --- a/ci-operator/jobs/openshift-priv/oauth-server/openshift-priv-oauth-server-release-4.5-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/oauth-server/openshift-priv-oauth-server-release-4.5-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -52,6 +50,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -77,6 +78,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -97,14 +101,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-serial-cluster-profile - --target=e2e-aws-serial - --template=/usr/local/e2e-aws-serial @@ -141,6 +143,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -169,6 +174,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-serial,?($|\s.*) - agent: kubernetes always_run: true @@ -189,14 +197,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -222,6 +228,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -247,6 +256,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -267,11 +279,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -291,6 +303,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -305,6 +320,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -325,11 +343,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -349,6 +367,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -363,6 +384,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -383,11 +407,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -407,6 +431,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -421,6 +448,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) - agent: kubernetes always_run: true @@ -441,11 +471,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify-deps command: - ci-operator @@ -465,6 +495,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -479,4 +512,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify-deps,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/oauth-server/openshift-priv-oauth-server-release-4.6-postsubmits.yaml b/ci-operator/jobs/openshift-priv/oauth-server/openshift-priv-oauth-server-release-4.6-postsubmits.yaml index 3b5f5fae184a..3997b2c6172a 100644 --- a/ci-operator/jobs/openshift-priv/oauth-server/openshift-priv-oauth-server-release-4.6-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/oauth-server/openshift-priv-oauth-server-release-4.6-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-oauth-server-release-4.6-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/oauth-server/openshift-priv-oauth-server-release-4.6-presubmits.yaml b/ci-operator/jobs/openshift-priv/oauth-server/openshift-priv-oauth-server-release-4.6-presubmits.yaml index 7203ac6e16c2..b5422369e609 100644 --- a/ci-operator/jobs/openshift-priv/oauth-server/openshift-priv-oauth-server-release-4.6-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/oauth-server/openshift-priv-oauth-server-release-4.6-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -52,6 +50,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -77,6 +78,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -97,14 +101,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-serial-cluster-profile - --target=e2e-aws-serial - --template=/usr/local/e2e-aws-serial @@ -141,6 +143,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -169,6 +174,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-serial,?($|\s.*) - agent: kubernetes always_run: true @@ -189,14 +197,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -222,6 +228,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -247,6 +256,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -267,11 +279,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -291,6 +303,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -305,6 +320,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -325,11 +343,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -349,6 +367,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -363,6 +384,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -383,11 +407,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -407,6 +431,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -421,6 +448,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) - agent: kubernetes always_run: true @@ -441,11 +471,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify-deps command: - ci-operator @@ -465,6 +495,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -479,4 +512,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify-deps,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/oauth-server/openshift-priv-oauth-server-release-4.7-postsubmits.yaml b/ci-operator/jobs/openshift-priv/oauth-server/openshift-priv-oauth-server-release-4.7-postsubmits.yaml index 8773d2a97be3..45494441dba8 100644 --- a/ci-operator/jobs/openshift-priv/oauth-server/openshift-priv-oauth-server-release-4.7-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/oauth-server/openshift-priv-oauth-server-release-4.7-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-oauth-server-release-4.7-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/oauth-server/openshift-priv-oauth-server-release-4.7-presubmits.yaml b/ci-operator/jobs/openshift-priv/oauth-server/openshift-priv-oauth-server-release-4.7-presubmits.yaml index 897d190b1d20..223a420bccc8 100644 --- a/ci-operator/jobs/openshift-priv/oauth-server/openshift-priv-oauth-server-release-4.7-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/oauth-server/openshift-priv-oauth-server-release-4.7-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -52,6 +50,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -77,6 +78,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -97,14 +101,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-serial-cluster-profile - --target=e2e-aws-serial - --template=/usr/local/e2e-aws-serial @@ -141,6 +143,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -169,6 +174,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-serial,?($|\s.*) - agent: kubernetes always_run: true @@ -189,14 +197,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -222,6 +228,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -247,6 +256,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -267,11 +279,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -291,6 +303,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -305,6 +320,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -325,11 +343,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -349,6 +367,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -363,6 +384,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -383,11 +407,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -407,6 +431,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -421,6 +448,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) - agent: kubernetes always_run: true @@ -441,11 +471,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify-deps command: - ci-operator @@ -465,6 +495,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -479,4 +512,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify-deps,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/oc/openshift-priv-oc-master-postsubmits.yaml b/ci-operator/jobs/openshift-priv/oc/openshift-priv-oc-master-postsubmits.yaml index e981407874d5..6ec4e0d7459d 100644 --- a/ci-operator/jobs/openshift-priv/oc/openshift-priv-oc-master-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/oc/openshift-priv-oc-master-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-oc-master-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=rpms command: @@ -42,6 +43,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -56,3 +60,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/oc/openshift-priv-oc-master-presubmits.yaml b/ci-operator/jobs/openshift-priv/oc/openshift-priv-oc-master-presubmits.yaml index 186f713c6050..409fab5cdc5e 100644 --- a/ci-operator/jobs/openshift-priv/oc/openshift-priv-oc-master-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/oc/openshift-priv-oc-master-presubmits.yaml @@ -19,11 +19,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=build-rpms-from-tar command: - ci-operator @@ -43,6 +43,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -57,6 +60,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )build-rpms-from-tar,?($|\s.*) - agent: kubernetes always_run: true @@ -77,14 +83,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -110,6 +114,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -135,6 +142,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -155,14 +165,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-builds-cluster-profile - --target=e2e-aws-builds - --template=/usr/local/e2e-aws-builds @@ -199,6 +207,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -227,6 +238,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-builds,?($|\s.*) - agent: kubernetes always_run: true @@ -247,14 +261,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -280,6 +292,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -305,6 +320,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -325,14 +343,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-cmd-cluster-profile - --target=e2e-cmd - --template=/usr/local/e2e-cmd @@ -369,6 +385,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -399,6 +418,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-cmd,?($|\s.*) - agent: kubernetes always_run: true @@ -419,11 +441,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=rpms command: @@ -444,6 +466,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -458,6 +483,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -478,11 +506,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=rpm-build command: - ci-operator @@ -502,6 +530,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -516,6 +547,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )rpm-build,?($|\s.*) - agent: kubernetes always_run: true @@ -536,11 +570,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -560,6 +594,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -574,6 +611,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -594,11 +634,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -618,6 +658,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -632,6 +675,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) - agent: kubernetes always_run: true @@ -652,11 +698,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify-deps command: - ci-operator @@ -676,6 +722,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -690,4 +739,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify-deps,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/oc/openshift-priv-oc-release-4.2-postsubmits.yaml b/ci-operator/jobs/openshift-priv/oc/openshift-priv-oc-release-4.2-postsubmits.yaml index 70ccd4ab7cb8..ca554e7c5849 100644 --- a/ci-operator/jobs/openshift-priv/oc/openshift-priv-oc-release-4.2-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/oc/openshift-priv-oc-release-4.2-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-oc-release-4.2-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=rpms command: @@ -42,6 +43,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -56,3 +60,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/oc/openshift-priv-oc-release-4.2-presubmits.yaml b/ci-operator/jobs/openshift-priv/oc/openshift-priv-oc-release-4.2-presubmits.yaml index f09d4084c43e..286f2bf6a1bd 100644 --- a/ci-operator/jobs/openshift-priv/oc/openshift-priv-oc-release-4.2-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/oc/openshift-priv-oc-release-4.2-presubmits.yaml @@ -19,11 +19,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=build-rpms-from-tar command: - ci-operator @@ -43,6 +43,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -57,6 +60,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )build-rpms-from-tar,?($|\s.*) - agent: kubernetes always_run: true @@ -77,14 +83,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -110,6 +114,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -135,6 +142,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -155,14 +165,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -188,6 +196,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -213,6 +224,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -233,14 +247,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-cmd-cluster-profile - --target=e2e-cmd - --template=/usr/local/e2e-cmd @@ -277,6 +289,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -305,6 +320,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-cmd,?($|\s.*) - agent: kubernetes always_run: true @@ -325,11 +343,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=rpms command: @@ -350,6 +368,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -364,6 +385,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -384,11 +408,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=rpm-build command: - ci-operator @@ -408,6 +432,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -422,6 +449,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )rpm-build,?($|\s.*) - agent: kubernetes always_run: true @@ -442,11 +472,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -466,6 +496,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -480,6 +513,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -500,11 +536,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -524,6 +560,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -538,6 +577,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) - agent: kubernetes always_run: true @@ -558,11 +600,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify-deps command: - ci-operator @@ -582,6 +624,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -596,4 +641,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify-deps,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/oc/openshift-priv-oc-release-4.3-postsubmits.yaml b/ci-operator/jobs/openshift-priv/oc/openshift-priv-oc-release-4.3-postsubmits.yaml index 1168024e49ef..34c9ce93a672 100644 --- a/ci-operator/jobs/openshift-priv/oc/openshift-priv-oc-release-4.3-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/oc/openshift-priv-oc-release-4.3-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-oc-release-4.3-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=rpms command: @@ -42,6 +43,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -56,3 +60,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/oc/openshift-priv-oc-release-4.3-presubmits.yaml b/ci-operator/jobs/openshift-priv/oc/openshift-priv-oc-release-4.3-presubmits.yaml index 29ffe39a7237..d4998d1f5f97 100644 --- a/ci-operator/jobs/openshift-priv/oc/openshift-priv-oc-release-4.3-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/oc/openshift-priv-oc-release-4.3-presubmits.yaml @@ -19,11 +19,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=build-rpms-from-tar command: - ci-operator @@ -43,6 +43,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -57,6 +60,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )build-rpms-from-tar,?($|\s.*) - agent: kubernetes always_run: true @@ -77,14 +83,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -110,6 +114,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -135,6 +142,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -155,14 +165,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-builds-cluster-profile - --target=e2e-aws-builds - --template=/usr/local/e2e-aws-builds @@ -199,6 +207,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -227,6 +238,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-builds,?($|\s.*) - agent: kubernetes always_run: true @@ -247,14 +261,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -280,6 +292,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -305,6 +320,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -325,14 +343,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-cmd-cluster-profile - --target=e2e-cmd - --template=/usr/local/e2e-cmd @@ -369,6 +385,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -399,6 +418,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-cmd,?($|\s.*) - agent: kubernetes always_run: true @@ -419,11 +441,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=rpms command: @@ -444,6 +466,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -458,6 +483,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -478,11 +506,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=rpm-build command: - ci-operator @@ -502,6 +530,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -516,6 +547,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )rpm-build,?($|\s.*) - agent: kubernetes always_run: true @@ -536,11 +570,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -560,6 +594,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -574,6 +611,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -594,11 +634,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -618,6 +658,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -632,4 +675,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/oc/openshift-priv-oc-release-4.4-postsubmits.yaml b/ci-operator/jobs/openshift-priv/oc/openshift-priv-oc-release-4.4-postsubmits.yaml index 0e7a002fbe7d..8e368f062561 100644 --- a/ci-operator/jobs/openshift-priv/oc/openshift-priv-oc-release-4.4-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/oc/openshift-priv-oc-release-4.4-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-oc-release-4.4-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=rpms command: @@ -42,6 +43,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -56,3 +60,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/oc/openshift-priv-oc-release-4.4-presubmits.yaml b/ci-operator/jobs/openshift-priv/oc/openshift-priv-oc-release-4.4-presubmits.yaml index e2d03be71daf..01de94fca562 100644 --- a/ci-operator/jobs/openshift-priv/oc/openshift-priv-oc-release-4.4-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/oc/openshift-priv-oc-release-4.4-presubmits.yaml @@ -19,11 +19,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=build-rpms-from-tar command: - ci-operator @@ -43,6 +43,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -57,6 +60,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )build-rpms-from-tar,?($|\s.*) - agent: kubernetes always_run: true @@ -77,14 +83,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -110,6 +114,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -135,6 +142,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -155,14 +165,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-builds-cluster-profile - --target=e2e-aws-builds - --template=/usr/local/e2e-aws-builds @@ -199,6 +207,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -227,6 +238,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-builds,?($|\s.*) - agent: kubernetes always_run: true @@ -247,14 +261,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -280,6 +292,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -305,6 +320,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -325,14 +343,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-cmd-cluster-profile - --target=e2e-cmd - --template=/usr/local/e2e-cmd @@ -369,6 +385,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -399,6 +418,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-cmd,?($|\s.*) - agent: kubernetes always_run: true @@ -419,11 +441,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=rpms command: @@ -444,6 +466,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -458,6 +483,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -478,11 +506,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=rpm-build command: - ci-operator @@ -502,6 +530,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -516,6 +547,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )rpm-build,?($|\s.*) - agent: kubernetes always_run: true @@ -536,11 +570,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -560,6 +594,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -574,6 +611,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -594,11 +634,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -618,6 +658,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -632,6 +675,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) - agent: kubernetes always_run: true @@ -652,11 +698,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify-deps command: - ci-operator @@ -676,6 +722,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -690,4 +739,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify-deps,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/oc/openshift-priv-oc-release-4.5-postsubmits.yaml b/ci-operator/jobs/openshift-priv/oc/openshift-priv-oc-release-4.5-postsubmits.yaml index c8a814feeb5c..09ee724cf4ba 100644 --- a/ci-operator/jobs/openshift-priv/oc/openshift-priv-oc-release-4.5-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/oc/openshift-priv-oc-release-4.5-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-oc-release-4.5-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=rpms command: @@ -42,6 +43,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -56,3 +60,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/oc/openshift-priv-oc-release-4.5-presubmits.yaml b/ci-operator/jobs/openshift-priv/oc/openshift-priv-oc-release-4.5-presubmits.yaml index cd39829417fb..c5453a30307c 100644 --- a/ci-operator/jobs/openshift-priv/oc/openshift-priv-oc-release-4.5-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/oc/openshift-priv-oc-release-4.5-presubmits.yaml @@ -19,11 +19,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=build-rpms-from-tar command: - ci-operator @@ -43,6 +43,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -57,6 +60,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )build-rpms-from-tar,?($|\s.*) - agent: kubernetes always_run: true @@ -77,14 +83,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -110,6 +114,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -135,6 +142,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -155,14 +165,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-builds-cluster-profile - --target=e2e-aws-builds - --template=/usr/local/e2e-aws-builds @@ -199,6 +207,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -227,6 +238,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-builds,?($|\s.*) - agent: kubernetes always_run: true @@ -247,14 +261,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -280,6 +292,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -305,6 +320,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -325,14 +343,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-cmd-cluster-profile - --target=e2e-cmd - --template=/usr/local/e2e-cmd @@ -369,6 +385,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -399,6 +418,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-cmd,?($|\s.*) - agent: kubernetes always_run: true @@ -419,11 +441,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=rpms command: @@ -444,6 +466,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -458,6 +483,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -478,11 +506,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=rpm-build command: - ci-operator @@ -502,6 +530,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -516,6 +547,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )rpm-build,?($|\s.*) - agent: kubernetes always_run: true @@ -536,11 +570,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -560,6 +594,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -574,6 +611,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -594,11 +634,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -618,6 +658,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -632,6 +675,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) - agent: kubernetes always_run: true @@ -652,11 +698,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify-deps command: - ci-operator @@ -676,6 +722,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -690,4 +739,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify-deps,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/oc/openshift-priv-oc-release-4.6-postsubmits.yaml b/ci-operator/jobs/openshift-priv/oc/openshift-priv-oc-release-4.6-postsubmits.yaml index 3684064e6b31..e4a91e0e3a7b 100644 --- a/ci-operator/jobs/openshift-priv/oc/openshift-priv-oc-release-4.6-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/oc/openshift-priv-oc-release-4.6-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-oc-release-4.6-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=rpms command: @@ -42,6 +43,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -56,3 +60,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/oc/openshift-priv-oc-release-4.6-presubmits.yaml b/ci-operator/jobs/openshift-priv/oc/openshift-priv-oc-release-4.6-presubmits.yaml index c7762d602452..72998049f84e 100644 --- a/ci-operator/jobs/openshift-priv/oc/openshift-priv-oc-release-4.6-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/oc/openshift-priv-oc-release-4.6-presubmits.yaml @@ -19,11 +19,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=build-rpms-from-tar command: - ci-operator @@ -43,6 +43,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -57,6 +60,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )build-rpms-from-tar,?($|\s.*) - agent: kubernetes always_run: true @@ -77,14 +83,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -110,6 +114,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -135,6 +142,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -155,14 +165,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-builds-cluster-profile - --target=e2e-aws-builds - --template=/usr/local/e2e-aws-builds @@ -199,6 +207,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -227,6 +238,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-builds,?($|\s.*) - agent: kubernetes always_run: true @@ -247,14 +261,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -280,6 +292,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -305,6 +320,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -325,14 +343,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-cmd-cluster-profile - --target=e2e-cmd - --template=/usr/local/e2e-cmd @@ -369,6 +385,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -399,6 +418,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-cmd,?($|\s.*) - agent: kubernetes always_run: true @@ -419,11 +441,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=rpms command: @@ -444,6 +466,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -458,6 +483,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -478,11 +506,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=rpm-build command: - ci-operator @@ -502,6 +530,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -516,6 +547,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )rpm-build,?($|\s.*) - agent: kubernetes always_run: true @@ -536,11 +570,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -560,6 +594,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -574,6 +611,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -594,11 +634,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -618,6 +658,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -632,6 +675,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) - agent: kubernetes always_run: true @@ -652,11 +698,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify-deps command: - ci-operator @@ -676,6 +722,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -690,4 +739,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify-deps,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/oc/openshift-priv-oc-release-4.7-postsubmits.yaml b/ci-operator/jobs/openshift-priv/oc/openshift-priv-oc-release-4.7-postsubmits.yaml index 06ff50c4bdb0..6341a2b591c5 100644 --- a/ci-operator/jobs/openshift-priv/oc/openshift-priv-oc-release-4.7-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/oc/openshift-priv-oc-release-4.7-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-oc-release-4.7-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=rpms command: @@ -42,6 +43,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -56,3 +60,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/oc/openshift-priv-oc-release-4.7-presubmits.yaml b/ci-operator/jobs/openshift-priv/oc/openshift-priv-oc-release-4.7-presubmits.yaml index 984150de364c..4251a4161c50 100644 --- a/ci-operator/jobs/openshift-priv/oc/openshift-priv-oc-release-4.7-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/oc/openshift-priv-oc-release-4.7-presubmits.yaml @@ -19,11 +19,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=build-rpms-from-tar command: - ci-operator @@ -43,6 +43,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -57,6 +60,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )build-rpms-from-tar,?($|\s.*) - agent: kubernetes always_run: true @@ -77,14 +83,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -110,6 +114,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -135,6 +142,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -155,14 +165,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-builds-cluster-profile - --target=e2e-aws-builds - --template=/usr/local/e2e-aws-builds @@ -199,6 +207,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -227,6 +238,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-builds,?($|\s.*) - agent: kubernetes always_run: true @@ -247,14 +261,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -280,6 +292,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -305,6 +320,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -325,14 +343,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-cmd-cluster-profile - --target=e2e-cmd - --template=/usr/local/e2e-cmd @@ -369,6 +385,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -399,6 +418,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-cmd,?($|\s.*) - agent: kubernetes always_run: true @@ -419,11 +441,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=rpms command: @@ -444,6 +466,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -458,6 +483,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -478,11 +506,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=rpm-build command: - ci-operator @@ -502,6 +530,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -516,6 +547,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )rpm-build,?($|\s.*) - agent: kubernetes always_run: true @@ -536,11 +570,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -560,6 +594,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -574,6 +611,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -594,11 +634,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -618,6 +658,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -632,6 +675,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) - agent: kubernetes always_run: true @@ -652,11 +698,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify-deps command: - ci-operator @@ -676,6 +722,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -690,4 +739,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify-deps,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/ocp-release-operator-sdk/openshift-priv-ocp-release-operator-sdk-master-postsubmits.yaml b/ci-operator/jobs/openshift-priv/ocp-release-operator-sdk/openshift-priv-ocp-release-operator-sdk-master-postsubmits.yaml index 2597a5f1e8ea..6e552a39e6ac 100644 --- a/ci-operator/jobs/openshift-priv/ocp-release-operator-sdk/openshift-priv-ocp-release-operator-sdk-master-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/ocp-release-operator-sdk/openshift-priv-ocp-release-operator-sdk-master-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-ocp-release-operator-sdk-master-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/ocp-release-operator-sdk/openshift-priv-ocp-release-operator-sdk-master-presubmits.yaml b/ci-operator/jobs/openshift-priv/ocp-release-operator-sdk/openshift-priv-ocp-release-operator-sdk-master-presubmits.yaml index 135df87715cc..fc1506e0e808 100644 --- a/ci-operator/jobs/openshift-priv/ocp-release-operator-sdk/openshift-priv-ocp-release-operator-sdk-master-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/ocp-release-operator-sdk/openshift-priv-ocp-release-operator-sdk-master-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-ansible-cluster-profile - --target=e2e-aws-ansible - --template=/usr/local/e2e-aws-ansible @@ -63,6 +61,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -91,6 +92,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-ansible,?($|\s.*) - agent: kubernetes always_run: true @@ -111,14 +115,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-helm-cluster-profile - --target=e2e-aws-helm - --template=/usr/local/e2e-aws-helm @@ -155,6 +157,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -183,6 +188,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-helm,?($|\s.*) - agent: kubernetes always_run: true @@ -203,11 +211,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -227,6 +235,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -241,6 +252,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -261,11 +275,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=sanity command: - ci-operator @@ -285,6 +299,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -299,6 +316,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )sanity,?($|\s.*) - agent: kubernetes always_run: true @@ -319,11 +339,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -343,6 +363,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -357,4 +380,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/ocp-release-operator-sdk/openshift-priv-ocp-release-operator-sdk-release-4.1-postsubmits.yaml b/ci-operator/jobs/openshift-priv/ocp-release-operator-sdk/openshift-priv-ocp-release-operator-sdk-release-4.1-postsubmits.yaml index 4aa8d4b8e1eb..4a8e2f2b1f2d 100644 --- a/ci-operator/jobs/openshift-priv/ocp-release-operator-sdk/openshift-priv-ocp-release-operator-sdk-release-4.1-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/ocp-release-operator-sdk/openshift-priv-ocp-release-operator-sdk-release-4.1-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-ocp-release-operator-sdk-release-4.1-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/ocp-release-operator-sdk/openshift-priv-ocp-release-operator-sdk-release-4.1-presubmits.yaml b/ci-operator/jobs/openshift-priv/ocp-release-operator-sdk/openshift-priv-ocp-release-operator-sdk-release-4.1-presubmits.yaml index 187217726d37..5ba57e10a531 100644 --- a/ci-operator/jobs/openshift-priv/ocp-release-operator-sdk/openshift-priv-ocp-release-operator-sdk-release-4.1-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/ocp-release-operator-sdk/openshift-priv-ocp-release-operator-sdk-release-4.1-presubmits.yaml @@ -19,11 +19,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -43,6 +43,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -57,6 +60,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -77,11 +83,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=sanity command: - ci-operator @@ -101,6 +107,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -115,6 +124,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )sanity,?($|\s.*) - agent: kubernetes always_run: true @@ -135,11 +147,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -159,6 +171,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -173,4 +188,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/ocp-release-operator-sdk/openshift-priv-ocp-release-operator-sdk-release-4.2-postsubmits.yaml b/ci-operator/jobs/openshift-priv/ocp-release-operator-sdk/openshift-priv-ocp-release-operator-sdk-release-4.2-postsubmits.yaml index 0c9a91d5f5db..b6925bf3a1ea 100644 --- a/ci-operator/jobs/openshift-priv/ocp-release-operator-sdk/openshift-priv-ocp-release-operator-sdk-release-4.2-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/ocp-release-operator-sdk/openshift-priv-ocp-release-operator-sdk-release-4.2-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-ocp-release-operator-sdk-release-4.2-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/ocp-release-operator-sdk/openshift-priv-ocp-release-operator-sdk-release-4.2-presubmits.yaml b/ci-operator/jobs/openshift-priv/ocp-release-operator-sdk/openshift-priv-ocp-release-operator-sdk-release-4.2-presubmits.yaml index cbd3081604fe..8600887f6414 100644 --- a/ci-operator/jobs/openshift-priv/ocp-release-operator-sdk/openshift-priv-ocp-release-operator-sdk-release-4.2-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/ocp-release-operator-sdk/openshift-priv-ocp-release-operator-sdk-release-4.2-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-ansible-cluster-profile - --target=e2e-aws-ansible - --template=/usr/local/e2e-aws-ansible @@ -63,6 +61,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -91,6 +92,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-ansible,?($|\s.*) - agent: kubernetes always_run: true @@ -111,11 +115,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -135,6 +139,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -149,6 +156,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -169,11 +179,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=sanity command: - ci-operator @@ -193,6 +203,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -207,6 +220,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )sanity,?($|\s.*) - agent: kubernetes always_run: true @@ -227,11 +243,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -251,6 +267,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -265,4 +284,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/ocp-release-operator-sdk/openshift-priv-ocp-release-operator-sdk-release-4.3-postsubmits.yaml b/ci-operator/jobs/openshift-priv/ocp-release-operator-sdk/openshift-priv-ocp-release-operator-sdk-release-4.3-postsubmits.yaml index bc838e1f4e7f..d349a8acadb3 100644 --- a/ci-operator/jobs/openshift-priv/ocp-release-operator-sdk/openshift-priv-ocp-release-operator-sdk-release-4.3-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/ocp-release-operator-sdk/openshift-priv-ocp-release-operator-sdk-release-4.3-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-ocp-release-operator-sdk-release-4.3-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/ocp-release-operator-sdk/openshift-priv-ocp-release-operator-sdk-release-4.3-presubmits.yaml b/ci-operator/jobs/openshift-priv/ocp-release-operator-sdk/openshift-priv-ocp-release-operator-sdk-release-4.3-presubmits.yaml index 082d1680348a..1d5196cce82b 100644 --- a/ci-operator/jobs/openshift-priv/ocp-release-operator-sdk/openshift-priv-ocp-release-operator-sdk-release-4.3-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/ocp-release-operator-sdk/openshift-priv-ocp-release-operator-sdk-release-4.3-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-ansible-cluster-profile - --target=e2e-aws-ansible - --template=/usr/local/e2e-aws-ansible @@ -63,6 +61,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -91,6 +92,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-ansible,?($|\s.*) - agent: kubernetes always_run: true @@ -111,11 +115,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -135,6 +139,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -149,6 +156,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -169,11 +179,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=sanity command: - ci-operator @@ -193,6 +203,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -207,6 +220,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )sanity,?($|\s.*) - agent: kubernetes always_run: true @@ -227,11 +243,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -251,6 +267,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -265,4 +284,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/ocp-release-operator-sdk/openshift-priv-ocp-release-operator-sdk-release-4.4-postsubmits.yaml b/ci-operator/jobs/openshift-priv/ocp-release-operator-sdk/openshift-priv-ocp-release-operator-sdk-release-4.4-postsubmits.yaml index a2925fdfbc80..7dd14e77aa69 100644 --- a/ci-operator/jobs/openshift-priv/ocp-release-operator-sdk/openshift-priv-ocp-release-operator-sdk-release-4.4-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/ocp-release-operator-sdk/openshift-priv-ocp-release-operator-sdk-release-4.4-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-ocp-release-operator-sdk-release-4.4-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/ocp-release-operator-sdk/openshift-priv-ocp-release-operator-sdk-release-4.4-presubmits.yaml b/ci-operator/jobs/openshift-priv/ocp-release-operator-sdk/openshift-priv-ocp-release-operator-sdk-release-4.4-presubmits.yaml index eaf2b2350e48..97537138d0ff 100644 --- a/ci-operator/jobs/openshift-priv/ocp-release-operator-sdk/openshift-priv-ocp-release-operator-sdk-release-4.4-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/ocp-release-operator-sdk/openshift-priv-ocp-release-operator-sdk-release-4.4-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-ansible-cluster-profile - --target=e2e-aws-ansible - --template=/usr/local/e2e-aws-ansible @@ -63,6 +61,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -91,6 +92,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-ansible,?($|\s.*) - agent: kubernetes always_run: true @@ -111,11 +115,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -135,6 +139,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -149,6 +156,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -169,11 +179,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=sanity command: - ci-operator @@ -193,6 +203,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -207,6 +220,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )sanity,?($|\s.*) - agent: kubernetes always_run: true @@ -227,11 +243,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -251,6 +267,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -265,4 +284,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/ocp-release-operator-sdk/openshift-priv-ocp-release-operator-sdk-release-4.5-postsubmits.yaml b/ci-operator/jobs/openshift-priv/ocp-release-operator-sdk/openshift-priv-ocp-release-operator-sdk-release-4.5-postsubmits.yaml index d78293ca58a1..d3cb133aadef 100644 --- a/ci-operator/jobs/openshift-priv/ocp-release-operator-sdk/openshift-priv-ocp-release-operator-sdk-release-4.5-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/ocp-release-operator-sdk/openshift-priv-ocp-release-operator-sdk-release-4.5-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-ocp-release-operator-sdk-release-4.5-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/ocp-release-operator-sdk/openshift-priv-ocp-release-operator-sdk-release-4.5-presubmits.yaml b/ci-operator/jobs/openshift-priv/ocp-release-operator-sdk/openshift-priv-ocp-release-operator-sdk-release-4.5-presubmits.yaml index 9c0320309f89..8cfda2d27fed 100644 --- a/ci-operator/jobs/openshift-priv/ocp-release-operator-sdk/openshift-priv-ocp-release-operator-sdk-release-4.5-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/ocp-release-operator-sdk/openshift-priv-ocp-release-operator-sdk-release-4.5-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-ansible-cluster-profile - --target=e2e-aws-ansible - --template=/usr/local/e2e-aws-ansible @@ -63,6 +61,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -91,6 +92,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-ansible,?($|\s.*) - agent: kubernetes always_run: true @@ -111,14 +115,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-helm-cluster-profile - --target=e2e-aws-helm - --template=/usr/local/e2e-aws-helm @@ -155,6 +157,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -183,6 +188,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-helm,?($|\s.*) - agent: kubernetes always_run: true @@ -203,11 +211,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -227,6 +235,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -241,6 +252,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -261,11 +275,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=sanity command: - ci-operator @@ -285,6 +299,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -299,6 +316,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )sanity,?($|\s.*) - agent: kubernetes always_run: true @@ -319,11 +339,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -343,6 +363,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -357,4 +380,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/ocp-release-operator-sdk/openshift-priv-ocp-release-operator-sdk-release-4.6-postsubmits.yaml b/ci-operator/jobs/openshift-priv/ocp-release-operator-sdk/openshift-priv-ocp-release-operator-sdk-release-4.6-postsubmits.yaml index 1f11f61702a0..95de4397f427 100644 --- a/ci-operator/jobs/openshift-priv/ocp-release-operator-sdk/openshift-priv-ocp-release-operator-sdk-release-4.6-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/ocp-release-operator-sdk/openshift-priv-ocp-release-operator-sdk-release-4.6-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-ocp-release-operator-sdk-release-4.6-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/ocp-release-operator-sdk/openshift-priv-ocp-release-operator-sdk-release-4.6-presubmits.yaml b/ci-operator/jobs/openshift-priv/ocp-release-operator-sdk/openshift-priv-ocp-release-operator-sdk-release-4.6-presubmits.yaml index 29bf5047a4d9..669617d9c4b2 100644 --- a/ci-operator/jobs/openshift-priv/ocp-release-operator-sdk/openshift-priv-ocp-release-operator-sdk-release-4.6-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/ocp-release-operator-sdk/openshift-priv-ocp-release-operator-sdk-release-4.6-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-ansible-cluster-profile - --target=e2e-aws-ansible - --template=/usr/local/e2e-aws-ansible @@ -63,6 +61,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -91,6 +92,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-ansible,?($|\s.*) - agent: kubernetes always_run: true @@ -111,14 +115,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-helm-cluster-profile - --target=e2e-aws-helm - --template=/usr/local/e2e-aws-helm @@ -155,6 +157,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -183,6 +188,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-helm,?($|\s.*) - agent: kubernetes always_run: true @@ -203,11 +211,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -227,6 +235,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -241,6 +252,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -261,11 +275,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=sanity command: - ci-operator @@ -285,6 +299,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -299,6 +316,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )sanity,?($|\s.*) - agent: kubernetes always_run: true @@ -319,11 +339,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -343,6 +363,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -357,4 +380,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/ocp-release-operator-sdk/openshift-priv-ocp-release-operator-sdk-release-4.7-postsubmits.yaml b/ci-operator/jobs/openshift-priv/ocp-release-operator-sdk/openshift-priv-ocp-release-operator-sdk-release-4.7-postsubmits.yaml index 968e87ec4701..1479a93f6d6e 100644 --- a/ci-operator/jobs/openshift-priv/ocp-release-operator-sdk/openshift-priv-ocp-release-operator-sdk-release-4.7-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/ocp-release-operator-sdk/openshift-priv-ocp-release-operator-sdk-release-4.7-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-ocp-release-operator-sdk-release-4.7-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/ocp-release-operator-sdk/openshift-priv-ocp-release-operator-sdk-release-4.7-presubmits.yaml b/ci-operator/jobs/openshift-priv/ocp-release-operator-sdk/openshift-priv-ocp-release-operator-sdk-release-4.7-presubmits.yaml index 231671eb8856..a1853cb26a74 100644 --- a/ci-operator/jobs/openshift-priv/ocp-release-operator-sdk/openshift-priv-ocp-release-operator-sdk-release-4.7-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/ocp-release-operator-sdk/openshift-priv-ocp-release-operator-sdk-release-4.7-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-ansible-cluster-profile - --target=e2e-aws-ansible - --template=/usr/local/e2e-aws-ansible @@ -63,6 +61,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -91,6 +92,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-ansible,?($|\s.*) - agent: kubernetes always_run: true @@ -111,14 +115,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-helm-cluster-profile - --target=e2e-aws-helm - --template=/usr/local/e2e-aws-helm @@ -155,6 +157,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -183,6 +188,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-helm,?($|\s.*) - agent: kubernetes always_run: true @@ -203,11 +211,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -227,6 +235,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -241,6 +252,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -261,11 +275,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=sanity command: - ci-operator @@ -285,6 +299,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -299,6 +316,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )sanity,?($|\s.*) - agent: kubernetes always_run: true @@ -319,11 +339,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -343,6 +363,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -357,4 +380,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/ocs-operator/openshift-priv-ocs-operator-master-postsubmits.yaml b/ci-operator/jobs/openshift-priv/ocs-operator/openshift-priv-ocs-operator-master-postsubmits.yaml index d108f9eef32d..1469d5706d0a 100644 --- a/ci-operator/jobs/openshift-priv/ocs-operator/openshift-priv-ocs-operator-master-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/ocs-operator/openshift-priv-ocs-operator-master-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-ocs-operator-master-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/ocs-operator/openshift-priv-ocs-operator-master-presubmits.yaml b/ci-operator/jobs/openshift-priv/ocs-operator/openshift-priv-ocs-operator-master-presubmits.yaml index 7de8576ae708..8a4fb31c4409 100644 --- a/ci-operator/jobs/openshift-priv/ocs-operator/openshift-priv-ocs-operator-master-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/ocs-operator/openshift-priv-ocs-operator-master-presubmits.yaml @@ -19,11 +19,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -43,6 +43,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -57,6 +60,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -77,11 +83,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=ocs-operator-ci command: - ci-operator @@ -101,6 +107,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -115,6 +124,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )ocs-operator-ci,?($|\s.*) - agent: kubernetes always_run: true @@ -135,14 +147,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/ocs-operator-e2e-aws-cluster-profile - --target=ocs-operator-e2e-aws - --template=/usr/local/ocs-operator-e2e-aws @@ -180,6 +190,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -208,6 +221,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )ocs-operator-e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -228,14 +244,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/red-hat-storage-ocs-ci-e2e-aws-cluster-profile - --target=red-hat-storage-ocs-ci-e2e-aws - --template=/usr/local/red-hat-storage-ocs-ci-e2e-aws @@ -273,6 +287,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -301,4 +318,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )red-hat-storage-ocs-ci-e2e-aws,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/ocs-operator/openshift-priv-ocs-operator-release-4.2-postsubmits.yaml b/ci-operator/jobs/openshift-priv/ocs-operator/openshift-priv-ocs-operator-release-4.2-postsubmits.yaml index 943cbb77f79e..688cc9f58eab 100644 --- a/ci-operator/jobs/openshift-priv/ocs-operator/openshift-priv-ocs-operator-release-4.2-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/ocs-operator/openshift-priv-ocs-operator-release-4.2-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-ocs-operator-release-4.2-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/ocs-operator/openshift-priv-ocs-operator-release-4.2-presubmits.yaml b/ci-operator/jobs/openshift-priv/ocs-operator/openshift-priv-ocs-operator-release-4.2-presubmits.yaml index 4e6e3cc9c7e3..4d2efeaff249 100644 --- a/ci-operator/jobs/openshift-priv/ocs-operator/openshift-priv-ocs-operator-release-4.2-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/ocs-operator/openshift-priv-ocs-operator-release-4.2-presubmits.yaml @@ -19,11 +19,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -43,6 +43,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -57,6 +60,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -77,11 +83,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=ocs-operator-ci command: - ci-operator @@ -101,6 +107,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -115,6 +124,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )ocs-operator-ci,?($|\s.*) - agent: kubernetes always_run: true @@ -135,14 +147,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/ocs-operator-e2e-aws-cluster-profile - --target=ocs-operator-e2e-aws - --template=/usr/local/ocs-operator-e2e-aws @@ -180,6 +190,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -208,6 +221,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )ocs-operator-e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -228,14 +244,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/red-hat-storage-ocs-ci-e2e-aws-cluster-profile - --target=red-hat-storage-ocs-ci-e2e-aws - --template=/usr/local/red-hat-storage-ocs-ci-e2e-aws @@ -273,6 +287,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -301,4 +318,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )red-hat-storage-ocs-ci-e2e-aws,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/ocs-operator/openshift-priv-ocs-operator-release-4.3-postsubmits.yaml b/ci-operator/jobs/openshift-priv/ocs-operator/openshift-priv-ocs-operator-release-4.3-postsubmits.yaml index 6b85244e587c..d91d2794cf80 100644 --- a/ci-operator/jobs/openshift-priv/ocs-operator/openshift-priv-ocs-operator-release-4.3-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/ocs-operator/openshift-priv-ocs-operator-release-4.3-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-ocs-operator-release-4.3-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/ocs-operator/openshift-priv-ocs-operator-release-4.3-presubmits.yaml b/ci-operator/jobs/openshift-priv/ocs-operator/openshift-priv-ocs-operator-release-4.3-presubmits.yaml index e59042e79b7e..9f613e526c04 100644 --- a/ci-operator/jobs/openshift-priv/ocs-operator/openshift-priv-ocs-operator-release-4.3-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/ocs-operator/openshift-priv-ocs-operator-release-4.3-presubmits.yaml @@ -19,11 +19,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -43,6 +43,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -57,6 +60,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -77,11 +83,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=ocs-operator-ci command: - ci-operator @@ -101,6 +107,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -115,6 +124,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )ocs-operator-ci,?($|\s.*) - agent: kubernetes always_run: true @@ -135,14 +147,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/ocs-operator-e2e-aws-cluster-profile - --target=ocs-operator-e2e-aws - --template=/usr/local/ocs-operator-e2e-aws @@ -180,6 +190,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -208,6 +221,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )ocs-operator-e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -228,14 +244,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/red-hat-storage-ocs-ci-e2e-aws-cluster-profile - --target=red-hat-storage-ocs-ci-e2e-aws - --template=/usr/local/red-hat-storage-ocs-ci-e2e-aws @@ -273,6 +287,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -301,4 +318,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )red-hat-storage-ocs-ci-e2e-aws,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/ocs-operator/openshift-priv-ocs-operator-release-4.4-postsubmits.yaml b/ci-operator/jobs/openshift-priv/ocs-operator/openshift-priv-ocs-operator-release-4.4-postsubmits.yaml index 0f097b42f0ac..dda0a88bda6f 100644 --- a/ci-operator/jobs/openshift-priv/ocs-operator/openshift-priv-ocs-operator-release-4.4-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/ocs-operator/openshift-priv-ocs-operator-release-4.4-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-ocs-operator-release-4.4-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/ocs-operator/openshift-priv-ocs-operator-release-4.4-presubmits.yaml b/ci-operator/jobs/openshift-priv/ocs-operator/openshift-priv-ocs-operator-release-4.4-presubmits.yaml index 14e656cd40cb..49ed82d25606 100644 --- a/ci-operator/jobs/openshift-priv/ocs-operator/openshift-priv-ocs-operator-release-4.4-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/ocs-operator/openshift-priv-ocs-operator-release-4.4-presubmits.yaml @@ -19,11 +19,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -43,6 +43,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -57,6 +60,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -77,11 +83,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=ocs-operator-ci command: - ci-operator @@ -101,6 +107,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -115,6 +124,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )ocs-operator-ci,?($|\s.*) - agent: kubernetes always_run: true @@ -135,14 +147,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/ocs-operator-e2e-aws-cluster-profile - --target=ocs-operator-e2e-aws - --template=/usr/local/ocs-operator-e2e-aws @@ -180,6 +190,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -208,6 +221,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )ocs-operator-e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -228,14 +244,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/red-hat-storage-ocs-ci-e2e-aws-cluster-profile - --target=red-hat-storage-ocs-ci-e2e-aws - --template=/usr/local/red-hat-storage-ocs-ci-e2e-aws @@ -273,6 +287,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -301,4 +318,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )red-hat-storage-ocs-ci-e2e-aws,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/openshift-ansible/openshift-priv-openshift-ansible-master-postsubmits.yaml b/ci-operator/jobs/openshift-priv/openshift-ansible/openshift-priv-openshift-ansible-master-postsubmits.yaml index 6ffa4b923d1e..2b9e477dbb8b 100644 --- a/ci-operator/jobs/openshift-priv/openshift-ansible/openshift-priv-openshift-ansible-master-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/openshift-ansible/openshift-priv-openshift-ansible-master-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-openshift-ansible-master-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/openshift-ansible/openshift-priv-openshift-ansible-master-presubmits.yaml b/ci-operator/jobs/openshift-priv/openshift-ansible/openshift-priv-openshift-ansible-master-presubmits.yaml index 6fa3453b4e17..7226c3926875 100644 --- a/ci-operator/jobs/openshift-priv/openshift-ansible/openshift-priv-openshift-ansible-master-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/openshift-ansible/openshift-priv-openshift-ansible-master-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-scaleup-rhel7-cluster-profile - --target=e2e-aws-scaleup-rhel7 - --template=/usr/local/e2e-aws-scaleup-rhel7 @@ -67,6 +65,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -97,6 +98,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-scaleup-rhel7,?($|\s.*) - agent: kubernetes always_run: true @@ -117,11 +121,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -141,6 +145,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -155,6 +162,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -175,11 +185,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -199,6 +209,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -213,4 +226,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/openshift-ansible/openshift-priv-openshift-ansible-release-4.1-postsubmits.yaml b/ci-operator/jobs/openshift-priv/openshift-ansible/openshift-priv-openshift-ansible-release-4.1-postsubmits.yaml index c7b5fcb0e705..e851f05e8792 100644 --- a/ci-operator/jobs/openshift-priv/openshift-ansible/openshift-priv-openshift-ansible-release-4.1-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/openshift-ansible/openshift-priv-openshift-ansible-release-4.1-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-openshift-ansible-release-4.1-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/openshift-ansible/openshift-priv-openshift-ansible-release-4.1-presubmits.yaml b/ci-operator/jobs/openshift-priv/openshift-ansible/openshift-priv-openshift-ansible-release-4.1-presubmits.yaml index 20dd87063ebb..6214aa1c6959 100644 --- a/ci-operator/jobs/openshift-priv/openshift-ansible/openshift-priv-openshift-ansible-release-4.1-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/openshift-ansible/openshift-priv-openshift-ansible-release-4.1-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-scaleup-rhel7-cluster-profile - --target=e2e-aws-scaleup-rhel7 - --template=/usr/local/e2e-aws-scaleup-rhel7 @@ -67,6 +65,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -97,6 +98,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-scaleup-rhel7,?($|\s.*) - agent: kubernetes always_run: true @@ -117,11 +121,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -141,6 +145,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -155,6 +162,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -175,11 +185,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -199,6 +209,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -213,4 +226,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/openshift-ansible/openshift-priv-openshift-ansible-release-4.2-postsubmits.yaml b/ci-operator/jobs/openshift-priv/openshift-ansible/openshift-priv-openshift-ansible-release-4.2-postsubmits.yaml index 294bbec73405..a47c15d217a3 100644 --- a/ci-operator/jobs/openshift-priv/openshift-ansible/openshift-priv-openshift-ansible-release-4.2-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/openshift-ansible/openshift-priv-openshift-ansible-release-4.2-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-openshift-ansible-release-4.2-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/openshift-ansible/openshift-priv-openshift-ansible-release-4.2-presubmits.yaml b/ci-operator/jobs/openshift-priv/openshift-ansible/openshift-priv-openshift-ansible-release-4.2-presubmits.yaml index 76b17bfb2dbe..55d292a91dc9 100644 --- a/ci-operator/jobs/openshift-priv/openshift-ansible/openshift-priv-openshift-ansible-release-4.2-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/openshift-ansible/openshift-priv-openshift-ansible-release-4.2-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-scaleup-rhel7-cluster-profile - --target=e2e-aws-scaleup-rhel7 - --template=/usr/local/e2e-aws-scaleup-rhel7 @@ -67,6 +65,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -97,6 +98,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-scaleup-rhel7,?($|\s.*) - agent: kubernetes always_run: true @@ -117,11 +121,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -141,6 +145,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -155,6 +162,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -175,11 +185,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -199,6 +209,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -213,4 +226,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/openshift-ansible/openshift-priv-openshift-ansible-release-4.3-postsubmits.yaml b/ci-operator/jobs/openshift-priv/openshift-ansible/openshift-priv-openshift-ansible-release-4.3-postsubmits.yaml index 59132031f4c0..aa404a4abbbb 100644 --- a/ci-operator/jobs/openshift-priv/openshift-ansible/openshift-priv-openshift-ansible-release-4.3-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/openshift-ansible/openshift-priv-openshift-ansible-release-4.3-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-openshift-ansible-release-4.3-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/openshift-ansible/openshift-priv-openshift-ansible-release-4.3-presubmits.yaml b/ci-operator/jobs/openshift-priv/openshift-ansible/openshift-priv-openshift-ansible-release-4.3-presubmits.yaml index d63f8e242587..579e7fec0fef 100644 --- a/ci-operator/jobs/openshift-priv/openshift-ansible/openshift-priv-openshift-ansible-release-4.3-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/openshift-ansible/openshift-priv-openshift-ansible-release-4.3-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-scaleup-rhel7-cluster-profile - --target=e2e-aws-scaleup-rhel7 - --template=/usr/local/e2e-aws-scaleup-rhel7 @@ -67,6 +65,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -97,6 +98,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-scaleup-rhel7,?($|\s.*) - agent: kubernetes always_run: true @@ -117,11 +121,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -141,6 +145,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -155,6 +162,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -175,11 +185,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -199,6 +209,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -213,4 +226,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/openshift-ansible/openshift-priv-openshift-ansible-release-4.4-postsubmits.yaml b/ci-operator/jobs/openshift-priv/openshift-ansible/openshift-priv-openshift-ansible-release-4.4-postsubmits.yaml index 51bcc84334cd..019ddd44873a 100644 --- a/ci-operator/jobs/openshift-priv/openshift-ansible/openshift-priv-openshift-ansible-release-4.4-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/openshift-ansible/openshift-priv-openshift-ansible-release-4.4-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-openshift-ansible-release-4.4-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/openshift-ansible/openshift-priv-openshift-ansible-release-4.4-presubmits.yaml b/ci-operator/jobs/openshift-priv/openshift-ansible/openshift-priv-openshift-ansible-release-4.4-presubmits.yaml index 132820c44908..023536267dbd 100644 --- a/ci-operator/jobs/openshift-priv/openshift-ansible/openshift-priv-openshift-ansible-release-4.4-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/openshift-ansible/openshift-priv-openshift-ansible-release-4.4-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-scaleup-rhel7-cluster-profile - --target=e2e-aws-scaleup-rhel7 - --template=/usr/local/e2e-aws-scaleup-rhel7 @@ -67,6 +65,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -97,6 +98,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-scaleup-rhel7,?($|\s.*) - agent: kubernetes always_run: true @@ -117,11 +121,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -141,6 +145,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -155,6 +162,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -175,11 +185,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -199,6 +209,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -213,4 +226,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/openshift-ansible/openshift-priv-openshift-ansible-release-4.5-postsubmits.yaml b/ci-operator/jobs/openshift-priv/openshift-ansible/openshift-priv-openshift-ansible-release-4.5-postsubmits.yaml index 62ae3126b6a8..73aa8afef5d5 100644 --- a/ci-operator/jobs/openshift-priv/openshift-ansible/openshift-priv-openshift-ansible-release-4.5-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/openshift-ansible/openshift-priv-openshift-ansible-release-4.5-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-openshift-ansible-release-4.5-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/openshift-ansible/openshift-priv-openshift-ansible-release-4.5-presubmits.yaml b/ci-operator/jobs/openshift-priv/openshift-ansible/openshift-priv-openshift-ansible-release-4.5-presubmits.yaml index b8ad06baf7ea..3e9109e50279 100644 --- a/ci-operator/jobs/openshift-priv/openshift-ansible/openshift-priv-openshift-ansible-release-4.5-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/openshift-ansible/openshift-priv-openshift-ansible-release-4.5-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-scaleup-rhel7-cluster-profile - --target=e2e-aws-scaleup-rhel7 - --template=/usr/local/e2e-aws-scaleup-rhel7 @@ -67,6 +65,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -97,6 +98,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-scaleup-rhel7,?($|\s.*) - agent: kubernetes always_run: true @@ -117,11 +121,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -141,6 +145,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -155,6 +162,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -175,11 +185,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -199,6 +209,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -213,4 +226,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/openshift-ansible/openshift-priv-openshift-ansible-release-4.6-postsubmits.yaml b/ci-operator/jobs/openshift-priv/openshift-ansible/openshift-priv-openshift-ansible-release-4.6-postsubmits.yaml index 81e41d0b5221..4bb2dd62ed8f 100644 --- a/ci-operator/jobs/openshift-priv/openshift-ansible/openshift-priv-openshift-ansible-release-4.6-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/openshift-ansible/openshift-priv-openshift-ansible-release-4.6-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-openshift-ansible-release-4.6-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/openshift-ansible/openshift-priv-openshift-ansible-release-4.6-presubmits.yaml b/ci-operator/jobs/openshift-priv/openshift-ansible/openshift-priv-openshift-ansible-release-4.6-presubmits.yaml index ae15ebf6c514..e07caa60afb2 100644 --- a/ci-operator/jobs/openshift-priv/openshift-ansible/openshift-priv-openshift-ansible-release-4.6-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/openshift-ansible/openshift-priv-openshift-ansible-release-4.6-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-scaleup-rhel7-cluster-profile - --target=e2e-aws-scaleup-rhel7 - --template=/usr/local/e2e-aws-scaleup-rhel7 @@ -67,6 +65,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -97,6 +98,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-scaleup-rhel7,?($|\s.*) - agent: kubernetes always_run: true @@ -117,11 +121,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -141,6 +145,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -155,6 +162,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -175,11 +185,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -199,6 +209,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -213,4 +226,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/openshift-ansible/openshift-priv-openshift-ansible-release-4.7-postsubmits.yaml b/ci-operator/jobs/openshift-priv/openshift-ansible/openshift-priv-openshift-ansible-release-4.7-postsubmits.yaml index b1703ef612a8..f952ce6a851f 100644 --- a/ci-operator/jobs/openshift-priv/openshift-ansible/openshift-priv-openshift-ansible-release-4.7-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/openshift-ansible/openshift-priv-openshift-ansible-release-4.7-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-openshift-ansible-release-4.7-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/openshift-ansible/openshift-priv-openshift-ansible-release-4.7-presubmits.yaml b/ci-operator/jobs/openshift-priv/openshift-ansible/openshift-priv-openshift-ansible-release-4.7-presubmits.yaml index 79c79750b154..9d62cf99c4fe 100644 --- a/ci-operator/jobs/openshift-priv/openshift-ansible/openshift-priv-openshift-ansible-release-4.7-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/openshift-ansible/openshift-priv-openshift-ansible-release-4.7-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-scaleup-rhel7-cluster-profile - --target=e2e-aws-scaleup-rhel7 - --template=/usr/local/e2e-aws-scaleup-rhel7 @@ -67,6 +65,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -97,6 +98,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-scaleup-rhel7,?($|\s.*) - agent: kubernetes always_run: true @@ -117,11 +121,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -141,6 +145,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -155,6 +162,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -175,11 +185,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -199,6 +209,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -213,4 +226,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/openshift-apiserver/openshift-priv-openshift-apiserver-master-postsubmits.yaml b/ci-operator/jobs/openshift-priv/openshift-apiserver/openshift-priv-openshift-apiserver-master-postsubmits.yaml index fa35ebd05c9c..00578eb6fb12 100644 --- a/ci-operator/jobs/openshift-priv/openshift-apiserver/openshift-priv-openshift-apiserver-master-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/openshift-apiserver/openshift-priv-openshift-apiserver-master-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-openshift-apiserver-master-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/openshift-apiserver/openshift-priv-openshift-apiserver-master-presubmits.yaml b/ci-operator/jobs/openshift-priv/openshift-apiserver/openshift-priv-openshift-apiserver-master-presubmits.yaml index b3d2501be22b..fef4eaadb567 100644 --- a/ci-operator/jobs/openshift-priv/openshift-apiserver/openshift-priv-openshift-apiserver-master-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/openshift-apiserver/openshift-priv-openshift-apiserver-master-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -52,6 +50,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -77,6 +78,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -97,14 +101,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-serial-cluster-profile - --target=e2e-aws-serial - --template=/usr/local/e2e-aws-serial @@ -141,6 +143,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -169,6 +174,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-serial,?($|\s.*) - agent: kubernetes always_run: true @@ -189,14 +197,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -222,6 +228,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -247,6 +256,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -267,14 +279,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-cmd-cluster-profile - --target=e2e-cmd - --template=/usr/local/e2e-cmd @@ -311,6 +321,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -339,6 +352,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-cmd,?($|\s.*) - agent: kubernetes always_run: true @@ -359,11 +375,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -383,6 +399,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -397,6 +416,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -417,11 +439,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -441,6 +463,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -455,6 +480,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -475,11 +503,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -499,6 +527,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -513,4 +544,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/openshift-apiserver/openshift-priv-openshift-apiserver-release-4.2-postsubmits.yaml b/ci-operator/jobs/openshift-priv/openshift-apiserver/openshift-priv-openshift-apiserver-release-4.2-postsubmits.yaml index a6c4bfe85258..8c38eab114a8 100644 --- a/ci-operator/jobs/openshift-priv/openshift-apiserver/openshift-priv-openshift-apiserver-release-4.2-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/openshift-apiserver/openshift-priv-openshift-apiserver-release-4.2-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-openshift-apiserver-release-4.2-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/openshift-apiserver/openshift-priv-openshift-apiserver-release-4.2-presubmits.yaml b/ci-operator/jobs/openshift-priv/openshift-apiserver/openshift-priv-openshift-apiserver-release-4.2-presubmits.yaml index 2f15a189874b..e5e3a7c15950 100644 --- a/ci-operator/jobs/openshift-priv/openshift-apiserver/openshift-priv-openshift-apiserver-release-4.2-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/openshift-apiserver/openshift-priv-openshift-apiserver-release-4.2-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -52,6 +50,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -77,6 +78,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -97,14 +101,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -130,6 +132,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -155,6 +160,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -175,14 +183,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-cmd-cluster-profile - --target=e2e-cmd - --template=/usr/local/e2e-cmd @@ -219,6 +225,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -247,6 +256,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-cmd,?($|\s.*) - agent: kubernetes always_run: true @@ -267,11 +279,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -291,6 +303,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -305,6 +320,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -325,11 +343,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -349,6 +367,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -363,6 +384,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -383,11 +407,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -407,6 +431,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -421,6 +448,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) - agent: kubernetes always_run: true @@ -441,11 +471,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify-deps command: - ci-operator @@ -465,6 +495,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -479,4 +512,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify-deps,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/openshift-apiserver/openshift-priv-openshift-apiserver-release-4.3-postsubmits.yaml b/ci-operator/jobs/openshift-priv/openshift-apiserver/openshift-priv-openshift-apiserver-release-4.3-postsubmits.yaml index c5aec672c3aa..fd60f2a8928b 100644 --- a/ci-operator/jobs/openshift-priv/openshift-apiserver/openshift-priv-openshift-apiserver-release-4.3-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/openshift-apiserver/openshift-priv-openshift-apiserver-release-4.3-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-openshift-apiserver-release-4.3-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/openshift-apiserver/openshift-priv-openshift-apiserver-release-4.3-presubmits.yaml b/ci-operator/jobs/openshift-priv/openshift-apiserver/openshift-priv-openshift-apiserver-release-4.3-presubmits.yaml index 78f424f7644e..0d8d2e85bc3b 100644 --- a/ci-operator/jobs/openshift-priv/openshift-apiserver/openshift-priv-openshift-apiserver-release-4.3-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/openshift-apiserver/openshift-priv-openshift-apiserver-release-4.3-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -52,6 +50,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -77,6 +78,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -97,14 +101,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -130,6 +132,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -155,6 +160,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -175,14 +183,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-cmd-cluster-profile - --target=e2e-cmd - --template=/usr/local/e2e-cmd @@ -219,6 +225,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -247,6 +256,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-cmd,?($|\s.*) - agent: kubernetes always_run: true @@ -267,11 +279,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -291,6 +303,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -305,6 +320,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -325,11 +343,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -349,6 +367,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -363,6 +384,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -383,11 +407,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -407,6 +431,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -421,4 +448,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/openshift-apiserver/openshift-priv-openshift-apiserver-release-4.4-postsubmits.yaml b/ci-operator/jobs/openshift-priv/openshift-apiserver/openshift-priv-openshift-apiserver-release-4.4-postsubmits.yaml index 19a5fd7a157f..771a932e5194 100644 --- a/ci-operator/jobs/openshift-priv/openshift-apiserver/openshift-priv-openshift-apiserver-release-4.4-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/openshift-apiserver/openshift-priv-openshift-apiserver-release-4.4-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-openshift-apiserver-release-4.4-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/openshift-apiserver/openshift-priv-openshift-apiserver-release-4.4-presubmits.yaml b/ci-operator/jobs/openshift-priv/openshift-apiserver/openshift-priv-openshift-apiserver-release-4.4-presubmits.yaml index ad81e09f6f9d..53b86c6c00c4 100644 --- a/ci-operator/jobs/openshift-priv/openshift-apiserver/openshift-priv-openshift-apiserver-release-4.4-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/openshift-apiserver/openshift-priv-openshift-apiserver-release-4.4-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -52,6 +50,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -77,6 +78,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -97,14 +101,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-serial-cluster-profile - --target=e2e-aws-serial - --template=/usr/local/e2e-aws-serial @@ -141,6 +143,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -169,6 +174,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-serial,?($|\s.*) - agent: kubernetes always_run: true @@ -189,14 +197,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -222,6 +228,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -247,6 +256,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -267,14 +279,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-cmd-cluster-profile - --target=e2e-cmd - --template=/usr/local/e2e-cmd @@ -311,6 +321,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -339,6 +352,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-cmd,?($|\s.*) - agent: kubernetes always_run: true @@ -359,11 +375,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -383,6 +399,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -397,6 +416,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -417,11 +439,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -441,6 +463,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -455,6 +480,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -475,11 +503,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -499,6 +527,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -513,4 +544,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/openshift-apiserver/openshift-priv-openshift-apiserver-release-4.5-postsubmits.yaml b/ci-operator/jobs/openshift-priv/openshift-apiserver/openshift-priv-openshift-apiserver-release-4.5-postsubmits.yaml index c3d39d931499..5cd19f08fe8d 100644 --- a/ci-operator/jobs/openshift-priv/openshift-apiserver/openshift-priv-openshift-apiserver-release-4.5-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/openshift-apiserver/openshift-priv-openshift-apiserver-release-4.5-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-openshift-apiserver-release-4.5-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/openshift-apiserver/openshift-priv-openshift-apiserver-release-4.5-presubmits.yaml b/ci-operator/jobs/openshift-priv/openshift-apiserver/openshift-priv-openshift-apiserver-release-4.5-presubmits.yaml index f8eb1405efc3..feb2e2274675 100644 --- a/ci-operator/jobs/openshift-priv/openshift-apiserver/openshift-priv-openshift-apiserver-release-4.5-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/openshift-apiserver/openshift-priv-openshift-apiserver-release-4.5-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -52,6 +50,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -77,6 +78,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -97,14 +101,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-serial-cluster-profile - --target=e2e-aws-serial - --template=/usr/local/e2e-aws-serial @@ -141,6 +143,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -169,6 +174,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-serial,?($|\s.*) - agent: kubernetes always_run: true @@ -189,14 +197,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -222,6 +228,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -247,6 +256,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -267,14 +279,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-cmd-cluster-profile - --target=e2e-cmd - --template=/usr/local/e2e-cmd @@ -311,6 +321,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -339,6 +352,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-cmd,?($|\s.*) - agent: kubernetes always_run: true @@ -359,11 +375,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -383,6 +399,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -397,6 +416,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -417,11 +439,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -441,6 +463,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -455,6 +480,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -475,11 +503,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -499,6 +527,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -513,4 +544,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/openshift-apiserver/openshift-priv-openshift-apiserver-release-4.6-postsubmits.yaml b/ci-operator/jobs/openshift-priv/openshift-apiserver/openshift-priv-openshift-apiserver-release-4.6-postsubmits.yaml index 3944d206f72a..760c17520424 100644 --- a/ci-operator/jobs/openshift-priv/openshift-apiserver/openshift-priv-openshift-apiserver-release-4.6-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/openshift-apiserver/openshift-priv-openshift-apiserver-release-4.6-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-openshift-apiserver-release-4.6-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/openshift-apiserver/openshift-priv-openshift-apiserver-release-4.6-presubmits.yaml b/ci-operator/jobs/openshift-priv/openshift-apiserver/openshift-priv-openshift-apiserver-release-4.6-presubmits.yaml index 5327b65ee79b..53c8001d5f0d 100644 --- a/ci-operator/jobs/openshift-priv/openshift-apiserver/openshift-priv-openshift-apiserver-release-4.6-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/openshift-apiserver/openshift-priv-openshift-apiserver-release-4.6-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -52,6 +50,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -77,6 +78,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -97,14 +101,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-serial-cluster-profile - --target=e2e-aws-serial - --template=/usr/local/e2e-aws-serial @@ -141,6 +143,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -169,6 +174,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-serial,?($|\s.*) - agent: kubernetes always_run: true @@ -189,14 +197,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -222,6 +228,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -247,6 +256,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -267,14 +279,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-cmd-cluster-profile - --target=e2e-cmd - --template=/usr/local/e2e-cmd @@ -311,6 +321,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -339,6 +352,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-cmd,?($|\s.*) - agent: kubernetes always_run: true @@ -359,11 +375,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -383,6 +399,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -397,6 +416,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -417,11 +439,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -441,6 +463,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -455,6 +480,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -475,11 +503,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -499,6 +527,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -513,4 +544,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/openshift-apiserver/openshift-priv-openshift-apiserver-release-4.7-postsubmits.yaml b/ci-operator/jobs/openshift-priv/openshift-apiserver/openshift-priv-openshift-apiserver-release-4.7-postsubmits.yaml index b5ddb855e968..94e7d3c13c11 100644 --- a/ci-operator/jobs/openshift-priv/openshift-apiserver/openshift-priv-openshift-apiserver-release-4.7-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/openshift-apiserver/openshift-priv-openshift-apiserver-release-4.7-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-openshift-apiserver-release-4.7-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/openshift-apiserver/openshift-priv-openshift-apiserver-release-4.7-presubmits.yaml b/ci-operator/jobs/openshift-priv/openshift-apiserver/openshift-priv-openshift-apiserver-release-4.7-presubmits.yaml index 9f99dc227278..e8045cf122d5 100644 --- a/ci-operator/jobs/openshift-priv/openshift-apiserver/openshift-priv-openshift-apiserver-release-4.7-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/openshift-apiserver/openshift-priv-openshift-apiserver-release-4.7-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -52,6 +50,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -77,6 +78,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -97,14 +101,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-serial-cluster-profile - --target=e2e-aws-serial - --template=/usr/local/e2e-aws-serial @@ -141,6 +143,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -169,6 +174,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-serial,?($|\s.*) - agent: kubernetes always_run: true @@ -189,14 +197,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -222,6 +228,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -247,6 +256,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -267,14 +279,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-cmd-cluster-profile - --target=e2e-cmd - --template=/usr/local/e2e-cmd @@ -311,6 +321,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -339,6 +352,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-cmd,?($|\s.*) - agent: kubernetes always_run: true @@ -359,11 +375,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -383,6 +399,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -397,6 +416,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -417,11 +439,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -441,6 +463,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -455,6 +480,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -475,11 +503,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -499,6 +527,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -513,4 +544,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/openshift-controller-manager/openshift-priv-openshift-controller-manager-master-postsubmits.yaml b/ci-operator/jobs/openshift-priv/openshift-controller-manager/openshift-priv-openshift-controller-manager-master-postsubmits.yaml index ce7b1f306356..b0812649d9c2 100644 --- a/ci-operator/jobs/openshift-priv/openshift-controller-manager/openshift-priv-openshift-controller-manager-master-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/openshift-controller-manager/openshift-priv-openshift-controller-manager-master-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-openshift-controller-manager-master-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/openshift-controller-manager/openshift-priv-openshift-controller-manager-master-presubmits.yaml b/ci-operator/jobs/openshift-priv/openshift-controller-manager/openshift-priv-openshift-controller-manager-master-presubmits.yaml index 2f972f1af503..cae8e20568aa 100644 --- a/ci-operator/jobs/openshift-priv/openshift-controller-manager/openshift-priv-openshift-controller-manager-master-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/openshift-controller-manager/openshift-priv-openshift-controller-manager-master-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -52,6 +50,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -77,6 +78,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -97,14 +101,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-builds-cluster-profile - --target=e2e-aws-builds - --template=/usr/local/e2e-aws-builds @@ -141,6 +143,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -169,6 +174,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-builds,?($|\s.*) - agent: kubernetes always_run: true @@ -189,14 +197,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-proxy-cluster-profile - --target=e2e-aws-proxy - --template=/usr/local/e2e-aws-proxy @@ -233,6 +239,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -261,6 +270,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-proxy,?($|\s.*) - agent: kubernetes always_run: true @@ -281,14 +293,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -314,6 +324,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -339,6 +352,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -359,14 +375,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-gcp-cluster-profile - --target=e2e-gcp - --template=/usr/local/e2e-gcp @@ -403,6 +417,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -433,6 +450,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-gcp,?($|\s.*) - agent: kubernetes always_run: true @@ -453,14 +473,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-gcp-builds-cluster-profile - --target=e2e-gcp-builds - --template=/usr/local/e2e-gcp-builds @@ -497,6 +515,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -527,6 +548,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-gcp-builds,?($|\s.*) - agent: kubernetes always_run: true @@ -547,11 +571,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -571,6 +595,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -585,6 +612,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -605,11 +635,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -629,6 +659,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -643,6 +676,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -663,11 +699,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -687,6 +723,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -701,4 +740,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/openshift-controller-manager/openshift-priv-openshift-controller-manager-release-4.2-postsubmits.yaml b/ci-operator/jobs/openshift-priv/openshift-controller-manager/openshift-priv-openshift-controller-manager-release-4.2-postsubmits.yaml index d8c71ab72487..588d0079d25b 100644 --- a/ci-operator/jobs/openshift-priv/openshift-controller-manager/openshift-priv-openshift-controller-manager-release-4.2-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/openshift-controller-manager/openshift-priv-openshift-controller-manager-release-4.2-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-openshift-controller-manager-release-4.2-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/openshift-controller-manager/openshift-priv-openshift-controller-manager-release-4.2-presubmits.yaml b/ci-operator/jobs/openshift-priv/openshift-controller-manager/openshift-priv-openshift-controller-manager-release-4.2-presubmits.yaml index 18c6d57b4ecc..e6d6095aeb1e 100644 --- a/ci-operator/jobs/openshift-priv/openshift-controller-manager/openshift-priv-openshift-controller-manager-release-4.2-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/openshift-controller-manager/openshift-priv-openshift-controller-manager-release-4.2-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -52,6 +50,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -77,6 +78,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -97,14 +101,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-builds-cluster-profile - --target=e2e-aws-builds - --template=/usr/local/e2e-aws-builds @@ -141,6 +143,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -169,6 +174,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-builds,?($|\s.*) - agent: kubernetes always_run: true @@ -189,14 +197,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -222,6 +228,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -247,6 +256,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -267,11 +279,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -291,6 +303,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -305,6 +320,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -325,11 +343,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -349,6 +367,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -363,6 +384,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -383,11 +407,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -407,6 +431,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -421,6 +448,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) - agent: kubernetes always_run: true @@ -441,11 +471,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify-deps command: - ci-operator @@ -465,6 +495,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -479,4 +512,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify-deps,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/openshift-controller-manager/openshift-priv-openshift-controller-manager-release-4.3-postsubmits.yaml b/ci-operator/jobs/openshift-priv/openshift-controller-manager/openshift-priv-openshift-controller-manager-release-4.3-postsubmits.yaml index 9da535b4ae71..3e038b8bbaf4 100644 --- a/ci-operator/jobs/openshift-priv/openshift-controller-manager/openshift-priv-openshift-controller-manager-release-4.3-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/openshift-controller-manager/openshift-priv-openshift-controller-manager-release-4.3-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-openshift-controller-manager-release-4.3-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/openshift-controller-manager/openshift-priv-openshift-controller-manager-release-4.3-presubmits.yaml b/ci-operator/jobs/openshift-priv/openshift-controller-manager/openshift-priv-openshift-controller-manager-release-4.3-presubmits.yaml index 1eb4be8abe26..751a6a656aec 100644 --- a/ci-operator/jobs/openshift-priv/openshift-controller-manager/openshift-priv-openshift-controller-manager-release-4.3-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/openshift-controller-manager/openshift-priv-openshift-controller-manager-release-4.3-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -52,6 +50,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -77,6 +78,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -97,14 +101,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-builds-cluster-profile - --target=e2e-aws-builds - --template=/usr/local/e2e-aws-builds @@ -141,6 +143,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -169,6 +174,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-builds,?($|\s.*) - agent: kubernetes always_run: true @@ -189,14 +197,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-proxy-cluster-profile - --target=e2e-aws-proxy - --template=/usr/local/e2e-aws-proxy @@ -233,6 +239,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -261,6 +270,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-proxy,?($|\s.*) - agent: kubernetes always_run: true @@ -281,14 +293,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -314,6 +324,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -339,6 +352,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -359,14 +375,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-gcp-cluster-profile - --target=e2e-gcp - --template=/usr/local/e2e-gcp @@ -403,6 +417,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -433,6 +450,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-gcp,?($|\s.*) - agent: kubernetes always_run: true @@ -453,14 +473,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-gcp-builds-cluster-profile - --target=e2e-gcp-builds - --template=/usr/local/e2e-gcp-builds @@ -497,6 +515,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -527,6 +548,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-gcp-builds,?($|\s.*) - agent: kubernetes always_run: true @@ -547,11 +571,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -571,6 +595,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -585,6 +612,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -605,11 +635,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -629,6 +659,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -643,6 +676,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -663,11 +699,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -687,6 +723,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -701,4 +740,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/openshift-controller-manager/openshift-priv-openshift-controller-manager-release-4.4-postsubmits.yaml b/ci-operator/jobs/openshift-priv/openshift-controller-manager/openshift-priv-openshift-controller-manager-release-4.4-postsubmits.yaml index fc51629322e7..fce9133820db 100644 --- a/ci-operator/jobs/openshift-priv/openshift-controller-manager/openshift-priv-openshift-controller-manager-release-4.4-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/openshift-controller-manager/openshift-priv-openshift-controller-manager-release-4.4-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-openshift-controller-manager-release-4.4-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/openshift-controller-manager/openshift-priv-openshift-controller-manager-release-4.4-presubmits.yaml b/ci-operator/jobs/openshift-priv/openshift-controller-manager/openshift-priv-openshift-controller-manager-release-4.4-presubmits.yaml index c3b5eaa59cbd..c4b20c1cb536 100644 --- a/ci-operator/jobs/openshift-priv/openshift-controller-manager/openshift-priv-openshift-controller-manager-release-4.4-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/openshift-controller-manager/openshift-priv-openshift-controller-manager-release-4.4-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -52,6 +50,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -77,6 +78,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -97,14 +101,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-builds-cluster-profile - --target=e2e-aws-builds - --template=/usr/local/e2e-aws-builds @@ -141,6 +143,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -169,6 +174,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-builds,?($|\s.*) - agent: kubernetes always_run: true @@ -189,14 +197,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-proxy-cluster-profile - --target=e2e-aws-proxy - --template=/usr/local/e2e-aws-proxy @@ -233,6 +239,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -261,6 +270,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-proxy,?($|\s.*) - agent: kubernetes always_run: true @@ -281,14 +293,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -314,6 +324,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -339,6 +352,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -359,14 +375,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-gcp-cluster-profile - --target=e2e-gcp - --template=/usr/local/e2e-gcp @@ -403,6 +417,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -433,6 +450,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-gcp,?($|\s.*) - agent: kubernetes always_run: true @@ -453,14 +473,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-gcp-builds-cluster-profile - --target=e2e-gcp-builds - --template=/usr/local/e2e-gcp-builds @@ -497,6 +515,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -527,6 +548,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-gcp-builds,?($|\s.*) - agent: kubernetes always_run: true @@ -547,11 +571,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -571,6 +595,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -585,6 +612,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -605,11 +635,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -629,6 +659,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -643,6 +676,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -663,11 +699,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -687,6 +723,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -701,4 +740,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/openshift-controller-manager/openshift-priv-openshift-controller-manager-release-4.5-postsubmits.yaml b/ci-operator/jobs/openshift-priv/openshift-controller-manager/openshift-priv-openshift-controller-manager-release-4.5-postsubmits.yaml index 09414dc08d89..3ec1f30f2892 100644 --- a/ci-operator/jobs/openshift-priv/openshift-controller-manager/openshift-priv-openshift-controller-manager-release-4.5-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/openshift-controller-manager/openshift-priv-openshift-controller-manager-release-4.5-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-openshift-controller-manager-release-4.5-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/openshift-controller-manager/openshift-priv-openshift-controller-manager-release-4.5-presubmits.yaml b/ci-operator/jobs/openshift-priv/openshift-controller-manager/openshift-priv-openshift-controller-manager-release-4.5-presubmits.yaml index 16bb62a96a94..6332bd283381 100644 --- a/ci-operator/jobs/openshift-priv/openshift-controller-manager/openshift-priv-openshift-controller-manager-release-4.5-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/openshift-controller-manager/openshift-priv-openshift-controller-manager-release-4.5-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -52,6 +50,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -77,6 +78,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -97,14 +101,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-builds-cluster-profile - --target=e2e-aws-builds - --template=/usr/local/e2e-aws-builds @@ -141,6 +143,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -169,6 +174,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-builds,?($|\s.*) - agent: kubernetes always_run: true @@ -189,14 +197,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-proxy-cluster-profile - --target=e2e-aws-proxy - --template=/usr/local/e2e-aws-proxy @@ -233,6 +239,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -261,6 +270,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-proxy,?($|\s.*) - agent: kubernetes always_run: true @@ -281,14 +293,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -314,6 +324,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -339,6 +352,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -359,14 +375,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-gcp-cluster-profile - --target=e2e-gcp - --template=/usr/local/e2e-gcp @@ -403,6 +417,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -433,6 +450,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-gcp,?($|\s.*) - agent: kubernetes always_run: true @@ -453,14 +473,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-gcp-builds-cluster-profile - --target=e2e-gcp-builds - --template=/usr/local/e2e-gcp-builds @@ -497,6 +515,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -527,6 +548,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-gcp-builds,?($|\s.*) - agent: kubernetes always_run: true @@ -547,11 +571,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -571,6 +595,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -585,6 +612,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -605,11 +635,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -629,6 +659,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -643,6 +676,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -663,11 +699,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -687,6 +723,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -701,4 +740,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/openshift-controller-manager/openshift-priv-openshift-controller-manager-release-4.6-postsubmits.yaml b/ci-operator/jobs/openshift-priv/openshift-controller-manager/openshift-priv-openshift-controller-manager-release-4.6-postsubmits.yaml index 82d1c7cb318b..fe7f817356e0 100644 --- a/ci-operator/jobs/openshift-priv/openshift-controller-manager/openshift-priv-openshift-controller-manager-release-4.6-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/openshift-controller-manager/openshift-priv-openshift-controller-manager-release-4.6-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-openshift-controller-manager-release-4.6-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/openshift-controller-manager/openshift-priv-openshift-controller-manager-release-4.6-presubmits.yaml b/ci-operator/jobs/openshift-priv/openshift-controller-manager/openshift-priv-openshift-controller-manager-release-4.6-presubmits.yaml index 0525b617882f..19fe25e357cc 100644 --- a/ci-operator/jobs/openshift-priv/openshift-controller-manager/openshift-priv-openshift-controller-manager-release-4.6-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/openshift-controller-manager/openshift-priv-openshift-controller-manager-release-4.6-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -52,6 +50,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -77,6 +78,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -97,14 +101,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-builds-cluster-profile - --target=e2e-aws-builds - --template=/usr/local/e2e-aws-builds @@ -141,6 +143,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -169,6 +174,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-builds,?($|\s.*) - agent: kubernetes always_run: true @@ -189,14 +197,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-proxy-cluster-profile - --target=e2e-aws-proxy - --template=/usr/local/e2e-aws-proxy @@ -233,6 +239,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -261,6 +270,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-proxy,?($|\s.*) - agent: kubernetes always_run: true @@ -281,14 +293,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -314,6 +324,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -339,6 +352,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -359,14 +375,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-gcp-cluster-profile - --target=e2e-gcp - --template=/usr/local/e2e-gcp @@ -403,6 +417,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -433,6 +450,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-gcp,?($|\s.*) - agent: kubernetes always_run: true @@ -453,14 +473,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-gcp-builds-cluster-profile - --target=e2e-gcp-builds - --template=/usr/local/e2e-gcp-builds @@ -497,6 +515,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -527,6 +548,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-gcp-builds,?($|\s.*) - agent: kubernetes always_run: true @@ -547,11 +571,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -571,6 +595,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -585,6 +612,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -605,11 +635,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -629,6 +659,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -643,6 +676,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -663,11 +699,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -687,6 +723,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -701,4 +740,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/openshift-controller-manager/openshift-priv-openshift-controller-manager-release-4.7-postsubmits.yaml b/ci-operator/jobs/openshift-priv/openshift-controller-manager/openshift-priv-openshift-controller-manager-release-4.7-postsubmits.yaml index 0a813492d2b4..747717852312 100644 --- a/ci-operator/jobs/openshift-priv/openshift-controller-manager/openshift-priv-openshift-controller-manager-release-4.7-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/openshift-controller-manager/openshift-priv-openshift-controller-manager-release-4.7-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-openshift-controller-manager-release-4.7-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/openshift-controller-manager/openshift-priv-openshift-controller-manager-release-4.7-presubmits.yaml b/ci-operator/jobs/openshift-priv/openshift-controller-manager/openshift-priv-openshift-controller-manager-release-4.7-presubmits.yaml index 18845c353e56..d38ce2598d1b 100644 --- a/ci-operator/jobs/openshift-priv/openshift-controller-manager/openshift-priv-openshift-controller-manager-release-4.7-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/openshift-controller-manager/openshift-priv-openshift-controller-manager-release-4.7-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -52,6 +50,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -77,6 +78,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -97,14 +101,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-builds-cluster-profile - --target=e2e-aws-builds - --template=/usr/local/e2e-aws-builds @@ -141,6 +143,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -169,6 +174,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-builds,?($|\s.*) - agent: kubernetes always_run: true @@ -189,14 +197,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-proxy-cluster-profile - --target=e2e-aws-proxy - --template=/usr/local/e2e-aws-proxy @@ -233,6 +239,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -261,6 +270,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-proxy,?($|\s.*) - agent: kubernetes always_run: true @@ -281,14 +293,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -314,6 +324,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -339,6 +352,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -359,14 +375,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-gcp-cluster-profile - --target=e2e-gcp - --template=/usr/local/e2e-gcp @@ -403,6 +417,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -433,6 +450,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-gcp,?($|\s.*) - agent: kubernetes always_run: true @@ -453,14 +473,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-gcp-builds-cluster-profile - --target=e2e-gcp-builds - --template=/usr/local/e2e-gcp-builds @@ -497,6 +515,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -527,6 +548,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-gcp-builds,?($|\s.*) - agent: kubernetes always_run: true @@ -547,11 +571,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -571,6 +595,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -585,6 +612,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -605,11 +635,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -629,6 +659,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -643,6 +676,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -663,11 +699,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -687,6 +723,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -701,4 +740,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/openshift-state-metrics/openshift-priv-openshift-state-metrics-master-postsubmits.yaml b/ci-operator/jobs/openshift-priv/openshift-state-metrics/openshift-priv-openshift-state-metrics-master-postsubmits.yaml index a54c3d73a8bf..8d89df2b1b42 100644 --- a/ci-operator/jobs/openshift-priv/openshift-state-metrics/openshift-priv-openshift-state-metrics-master-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/openshift-state-metrics/openshift-priv-openshift-state-metrics-master-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-openshift-state-metrics-master-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/openshift-state-metrics/openshift-priv-openshift-state-metrics-master-presubmits.yaml b/ci-operator/jobs/openshift-priv/openshift-state-metrics/openshift-priv-openshift-state-metrics-master-presubmits.yaml index 8c50dd2fe5e4..d6741e3889bb 100644 --- a/ci-operator/jobs/openshift-priv/openshift-state-metrics/openshift-priv-openshift-state-metrics-master-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/openshift-state-metrics/openshift-priv-openshift-state-metrics-master-presubmits.yaml @@ -19,11 +19,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=doccheck command: - ci-operator @@ -43,6 +43,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -57,6 +60,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )doccheck,?($|\s.*) - agent: kubernetes always_run: true @@ -77,11 +83,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=gofmt command: - ci-operator @@ -101,6 +107,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -115,6 +124,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )gofmt,?($|\s.*) - agent: kubernetes always_run: true @@ -135,11 +147,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -159,6 +171,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -173,6 +188,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -193,11 +211,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -217,6 +235,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -231,4 +252,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/openshift-state-metrics/openshift-priv-openshift-state-metrics-release-4.1-postsubmits.yaml b/ci-operator/jobs/openshift-priv/openshift-state-metrics/openshift-priv-openshift-state-metrics-release-4.1-postsubmits.yaml index 7662ffa22875..98fe8204aee2 100644 --- a/ci-operator/jobs/openshift-priv/openshift-state-metrics/openshift-priv-openshift-state-metrics-release-4.1-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/openshift-state-metrics/openshift-priv-openshift-state-metrics-release-4.1-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-openshift-state-metrics-release-4.1-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/openshift-state-metrics/openshift-priv-openshift-state-metrics-release-4.1-presubmits.yaml b/ci-operator/jobs/openshift-priv/openshift-state-metrics/openshift-priv-openshift-state-metrics-release-4.1-presubmits.yaml index 10d388b906dc..844aad198df9 100644 --- a/ci-operator/jobs/openshift-priv/openshift-state-metrics/openshift-priv-openshift-state-metrics-release-4.1-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/openshift-state-metrics/openshift-priv-openshift-state-metrics-release-4.1-presubmits.yaml @@ -19,11 +19,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=gofmt command: - ci-operator @@ -43,6 +43,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -57,6 +60,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )gofmt,?($|\s.*) - agent: kubernetes always_run: true @@ -77,11 +83,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -101,6 +107,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -115,6 +124,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -135,11 +147,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -159,6 +171,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -173,4 +188,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/openshift-state-metrics/openshift-priv-openshift-state-metrics-release-4.2-postsubmits.yaml b/ci-operator/jobs/openshift-priv/openshift-state-metrics/openshift-priv-openshift-state-metrics-release-4.2-postsubmits.yaml index fb940064abff..c5624ce00cfc 100644 --- a/ci-operator/jobs/openshift-priv/openshift-state-metrics/openshift-priv-openshift-state-metrics-release-4.2-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/openshift-state-metrics/openshift-priv-openshift-state-metrics-release-4.2-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-openshift-state-metrics-release-4.2-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/openshift-state-metrics/openshift-priv-openshift-state-metrics-release-4.2-presubmits.yaml b/ci-operator/jobs/openshift-priv/openshift-state-metrics/openshift-priv-openshift-state-metrics-release-4.2-presubmits.yaml index 9f8f0619a1cc..e39ae41f45b6 100644 --- a/ci-operator/jobs/openshift-priv/openshift-state-metrics/openshift-priv-openshift-state-metrics-release-4.2-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/openshift-state-metrics/openshift-priv-openshift-state-metrics-release-4.2-presubmits.yaml @@ -19,11 +19,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=doccheck command: - ci-operator @@ -43,6 +43,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -57,6 +60,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )doccheck,?($|\s.*) - agent: kubernetes always_run: true @@ -77,11 +83,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=gofmt command: - ci-operator @@ -101,6 +107,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -115,6 +124,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )gofmt,?($|\s.*) - agent: kubernetes always_run: true @@ -135,11 +147,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -159,6 +171,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -173,6 +188,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -193,11 +211,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -217,6 +235,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -231,4 +252,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/openshift-state-metrics/openshift-priv-openshift-state-metrics-release-4.3-postsubmits.yaml b/ci-operator/jobs/openshift-priv/openshift-state-metrics/openshift-priv-openshift-state-metrics-release-4.3-postsubmits.yaml index 9e384bf739b3..9b9d5cfc694c 100644 --- a/ci-operator/jobs/openshift-priv/openshift-state-metrics/openshift-priv-openshift-state-metrics-release-4.3-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/openshift-state-metrics/openshift-priv-openshift-state-metrics-release-4.3-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-openshift-state-metrics-release-4.3-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/openshift-state-metrics/openshift-priv-openshift-state-metrics-release-4.3-presubmits.yaml b/ci-operator/jobs/openshift-priv/openshift-state-metrics/openshift-priv-openshift-state-metrics-release-4.3-presubmits.yaml index bac26571cda6..78f18aac7dcf 100644 --- a/ci-operator/jobs/openshift-priv/openshift-state-metrics/openshift-priv-openshift-state-metrics-release-4.3-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/openshift-state-metrics/openshift-priv-openshift-state-metrics-release-4.3-presubmits.yaml @@ -19,11 +19,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=doccheck command: - ci-operator @@ -43,6 +43,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -57,6 +60,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )doccheck,?($|\s.*) - agent: kubernetes always_run: true @@ -77,11 +83,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=gofmt command: - ci-operator @@ -101,6 +107,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -115,6 +124,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )gofmt,?($|\s.*) - agent: kubernetes always_run: true @@ -135,11 +147,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -159,6 +171,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -173,6 +188,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -193,11 +211,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -217,6 +235,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -231,4 +252,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/openshift-state-metrics/openshift-priv-openshift-state-metrics-release-4.4-postsubmits.yaml b/ci-operator/jobs/openshift-priv/openshift-state-metrics/openshift-priv-openshift-state-metrics-release-4.4-postsubmits.yaml index d04b249556c9..35eca2f61349 100644 --- a/ci-operator/jobs/openshift-priv/openshift-state-metrics/openshift-priv-openshift-state-metrics-release-4.4-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/openshift-state-metrics/openshift-priv-openshift-state-metrics-release-4.4-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-openshift-state-metrics-release-4.4-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/openshift-state-metrics/openshift-priv-openshift-state-metrics-release-4.4-presubmits.yaml b/ci-operator/jobs/openshift-priv/openshift-state-metrics/openshift-priv-openshift-state-metrics-release-4.4-presubmits.yaml index ed124cab0cc0..f49f9c737971 100644 --- a/ci-operator/jobs/openshift-priv/openshift-state-metrics/openshift-priv-openshift-state-metrics-release-4.4-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/openshift-state-metrics/openshift-priv-openshift-state-metrics-release-4.4-presubmits.yaml @@ -19,11 +19,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=doccheck command: - ci-operator @@ -43,6 +43,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -57,6 +60,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )doccheck,?($|\s.*) - agent: kubernetes always_run: true @@ -77,11 +83,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=gofmt command: - ci-operator @@ -101,6 +107,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -115,6 +124,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )gofmt,?($|\s.*) - agent: kubernetes always_run: true @@ -135,11 +147,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -159,6 +171,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -173,6 +188,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -193,11 +211,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -217,6 +235,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -231,4 +252,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/openshift-state-metrics/openshift-priv-openshift-state-metrics-release-4.5-postsubmits.yaml b/ci-operator/jobs/openshift-priv/openshift-state-metrics/openshift-priv-openshift-state-metrics-release-4.5-postsubmits.yaml index bc1cb0d8da4f..d861f532c76b 100644 --- a/ci-operator/jobs/openshift-priv/openshift-state-metrics/openshift-priv-openshift-state-metrics-release-4.5-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/openshift-state-metrics/openshift-priv-openshift-state-metrics-release-4.5-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-openshift-state-metrics-release-4.5-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/openshift-state-metrics/openshift-priv-openshift-state-metrics-release-4.5-presubmits.yaml b/ci-operator/jobs/openshift-priv/openshift-state-metrics/openshift-priv-openshift-state-metrics-release-4.5-presubmits.yaml index 458e66b6e41f..3daf65689897 100644 --- a/ci-operator/jobs/openshift-priv/openshift-state-metrics/openshift-priv-openshift-state-metrics-release-4.5-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/openshift-state-metrics/openshift-priv-openshift-state-metrics-release-4.5-presubmits.yaml @@ -19,11 +19,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=doccheck command: - ci-operator @@ -43,6 +43,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -57,6 +60,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )doccheck,?($|\s.*) - agent: kubernetes always_run: true @@ -77,11 +83,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=gofmt command: - ci-operator @@ -101,6 +107,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -115,6 +124,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )gofmt,?($|\s.*) - agent: kubernetes always_run: true @@ -135,11 +147,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -159,6 +171,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -173,6 +188,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -193,11 +211,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -217,6 +235,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -231,4 +252,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/openshift-state-metrics/openshift-priv-openshift-state-metrics-release-4.6-postsubmits.yaml b/ci-operator/jobs/openshift-priv/openshift-state-metrics/openshift-priv-openshift-state-metrics-release-4.6-postsubmits.yaml index dbe09d7b1655..9b6a004a9f67 100644 --- a/ci-operator/jobs/openshift-priv/openshift-state-metrics/openshift-priv-openshift-state-metrics-release-4.6-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/openshift-state-metrics/openshift-priv-openshift-state-metrics-release-4.6-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-openshift-state-metrics-release-4.6-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/openshift-state-metrics/openshift-priv-openshift-state-metrics-release-4.6-presubmits.yaml b/ci-operator/jobs/openshift-priv/openshift-state-metrics/openshift-priv-openshift-state-metrics-release-4.6-presubmits.yaml index f1c090ce5267..f750bd44f840 100644 --- a/ci-operator/jobs/openshift-priv/openshift-state-metrics/openshift-priv-openshift-state-metrics-release-4.6-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/openshift-state-metrics/openshift-priv-openshift-state-metrics-release-4.6-presubmits.yaml @@ -19,11 +19,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=doccheck command: - ci-operator @@ -43,6 +43,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -57,6 +60,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )doccheck,?($|\s.*) - agent: kubernetes always_run: true @@ -77,11 +83,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=gofmt command: - ci-operator @@ -101,6 +107,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -115,6 +124,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )gofmt,?($|\s.*) - agent: kubernetes always_run: true @@ -135,11 +147,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -159,6 +171,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -173,6 +188,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -193,11 +211,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -217,6 +235,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -231,4 +252,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/openshift-state-metrics/openshift-priv-openshift-state-metrics-release-4.7-postsubmits.yaml b/ci-operator/jobs/openshift-priv/openshift-state-metrics/openshift-priv-openshift-state-metrics-release-4.7-postsubmits.yaml index 5ea32ec21714..4cde2f83a51d 100644 --- a/ci-operator/jobs/openshift-priv/openshift-state-metrics/openshift-priv-openshift-state-metrics-release-4.7-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/openshift-state-metrics/openshift-priv-openshift-state-metrics-release-4.7-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-openshift-state-metrics-release-4.7-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/openshift-state-metrics/openshift-priv-openshift-state-metrics-release-4.7-presubmits.yaml b/ci-operator/jobs/openshift-priv/openshift-state-metrics/openshift-priv-openshift-state-metrics-release-4.7-presubmits.yaml index 5312bd117e3d..793fbbecb60e 100644 --- a/ci-operator/jobs/openshift-priv/openshift-state-metrics/openshift-priv-openshift-state-metrics-release-4.7-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/openshift-state-metrics/openshift-priv-openshift-state-metrics-release-4.7-presubmits.yaml @@ -19,11 +19,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=doccheck command: - ci-operator @@ -43,6 +43,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -57,6 +60,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )doccheck,?($|\s.*) - agent: kubernetes always_run: true @@ -77,11 +83,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=gofmt command: - ci-operator @@ -101,6 +107,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -115,6 +124,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )gofmt,?($|\s.*) - agent: kubernetes always_run: true @@ -135,11 +147,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -159,6 +171,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -173,6 +188,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -193,11 +211,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -217,6 +235,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -231,4 +252,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/openshift-tests/openshift-priv-openshift-tests-master-postsubmits.yaml b/ci-operator/jobs/openshift-priv/openshift-tests/openshift-priv-openshift-tests-master-postsubmits.yaml index e4f03ac4a395..1e3049c2f68a 100644 --- a/ci-operator/jobs/openshift-priv/openshift-tests/openshift-priv-openshift-tests-master-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/openshift-tests/openshift-priv-openshift-tests-master-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-openshift-tests-master-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/openshift-tests/openshift-priv-openshift-tests-master-presubmits.yaml b/ci-operator/jobs/openshift-priv/openshift-tests/openshift-priv-openshift-tests-master-presubmits.yaml index 53e1a6c86749..52d3f2aeb52b 100644 --- a/ci-operator/jobs/openshift-priv/openshift-tests/openshift-priv-openshift-tests-master-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/openshift-tests/openshift-priv-openshift-tests-master-presubmits.yaml @@ -19,11 +19,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -43,6 +43,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -57,6 +60,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -77,11 +83,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -101,6 +107,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -115,4 +124,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/openshift-tests/openshift-priv-openshift-tests-release-4.4-postsubmits.yaml b/ci-operator/jobs/openshift-priv/openshift-tests/openshift-priv-openshift-tests-release-4.4-postsubmits.yaml index 159eb04833b1..576a559ed500 100644 --- a/ci-operator/jobs/openshift-priv/openshift-tests/openshift-priv-openshift-tests-release-4.4-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/openshift-tests/openshift-priv-openshift-tests-release-4.4-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-openshift-tests-release-4.4-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/openshift-tests/openshift-priv-openshift-tests-release-4.4-presubmits.yaml b/ci-operator/jobs/openshift-priv/openshift-tests/openshift-priv-openshift-tests-release-4.4-presubmits.yaml index cad439850e03..a90f0f824f0e 100644 --- a/ci-operator/jobs/openshift-priv/openshift-tests/openshift-priv-openshift-tests-release-4.4-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/openshift-tests/openshift-priv-openshift-tests-release-4.4-presubmits.yaml @@ -19,11 +19,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -43,6 +43,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -57,6 +60,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -77,11 +83,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -101,6 +107,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -115,4 +124,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/openshift-tests/openshift-priv-openshift-tests-release-4.5-postsubmits.yaml b/ci-operator/jobs/openshift-priv/openshift-tests/openshift-priv-openshift-tests-release-4.5-postsubmits.yaml index b0df486d7a84..3c2f12fa4692 100644 --- a/ci-operator/jobs/openshift-priv/openshift-tests/openshift-priv-openshift-tests-release-4.5-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/openshift-tests/openshift-priv-openshift-tests-release-4.5-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-openshift-tests-release-4.5-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/openshift-tests/openshift-priv-openshift-tests-release-4.5-presubmits.yaml b/ci-operator/jobs/openshift-priv/openshift-tests/openshift-priv-openshift-tests-release-4.5-presubmits.yaml index d5c2e218a860..1a4278977b51 100644 --- a/ci-operator/jobs/openshift-priv/openshift-tests/openshift-priv-openshift-tests-release-4.5-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/openshift-tests/openshift-priv-openshift-tests-release-4.5-presubmits.yaml @@ -19,11 +19,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -43,6 +43,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -57,6 +60,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -77,11 +83,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -101,6 +107,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -115,4 +124,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/openshift-tests/openshift-priv-openshift-tests-release-4.6-postsubmits.yaml b/ci-operator/jobs/openshift-priv/openshift-tests/openshift-priv-openshift-tests-release-4.6-postsubmits.yaml index d18729854823..446df62ad7fd 100644 --- a/ci-operator/jobs/openshift-priv/openshift-tests/openshift-priv-openshift-tests-release-4.6-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/openshift-tests/openshift-priv-openshift-tests-release-4.6-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-openshift-tests-release-4.6-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/openshift-tests/openshift-priv-openshift-tests-release-4.6-presubmits.yaml b/ci-operator/jobs/openshift-priv/openshift-tests/openshift-priv-openshift-tests-release-4.6-presubmits.yaml index 5ecc371bd785..a70cc6a76b2d 100644 --- a/ci-operator/jobs/openshift-priv/openshift-tests/openshift-priv-openshift-tests-release-4.6-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/openshift-tests/openshift-priv-openshift-tests-release-4.6-presubmits.yaml @@ -19,11 +19,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -43,6 +43,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -57,6 +60,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -77,11 +83,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -101,6 +107,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -115,4 +124,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/openshift-tests/openshift-priv-openshift-tests-release-4.7-postsubmits.yaml b/ci-operator/jobs/openshift-priv/openshift-tests/openshift-priv-openshift-tests-release-4.7-postsubmits.yaml index 9d2090445913..ec036049d290 100644 --- a/ci-operator/jobs/openshift-priv/openshift-tests/openshift-priv-openshift-tests-release-4.7-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/openshift-tests/openshift-priv-openshift-tests-release-4.7-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-openshift-tests-release-4.7-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/openshift-tests/openshift-priv-openshift-tests-release-4.7-presubmits.yaml b/ci-operator/jobs/openshift-priv/openshift-tests/openshift-priv-openshift-tests-release-4.7-presubmits.yaml index d3ac9b8b060f..d1f93c4ab3c1 100644 --- a/ci-operator/jobs/openshift-priv/openshift-tests/openshift-priv-openshift-tests-release-4.7-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/openshift-tests/openshift-priv-openshift-tests-release-4.7-presubmits.yaml @@ -19,11 +19,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -43,6 +43,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -57,6 +60,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -77,11 +83,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -101,6 +107,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -115,4 +124,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/openshift-tuned/openshift-priv-openshift-tuned-master-postsubmits.yaml b/ci-operator/jobs/openshift-priv/openshift-tuned/openshift-priv-openshift-tuned-master-postsubmits.yaml index a1a9ba873aab..f6107db92656 100644 --- a/ci-operator/jobs/openshift-priv/openshift-tuned/openshift-priv-openshift-tuned-master-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/openshift-tuned/openshift-priv-openshift-tuned-master-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-openshift-tuned-master-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/openshift-tuned/openshift-priv-openshift-tuned-master-presubmits.yaml b/ci-operator/jobs/openshift-priv/openshift-tuned/openshift-priv-openshift-tuned-master-presubmits.yaml index bfaf28f489f8..35b26024f62e 100644 --- a/ci-operator/jobs/openshift-priv/openshift-tuned/openshift-priv-openshift-tuned-master-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/openshift-tuned/openshift-priv-openshift-tuned-master-presubmits.yaml @@ -19,11 +19,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -43,6 +43,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -57,6 +60,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -77,11 +83,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -101,6 +107,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -115,6 +124,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -135,11 +147,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -159,6 +171,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -173,4 +188,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/openshift-tuned/openshift-priv-openshift-tuned-release-4.1-postsubmits.yaml b/ci-operator/jobs/openshift-priv/openshift-tuned/openshift-priv-openshift-tuned-release-4.1-postsubmits.yaml index 39eaf3c9c700..58bc0e74380e 100644 --- a/ci-operator/jobs/openshift-priv/openshift-tuned/openshift-priv-openshift-tuned-release-4.1-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/openshift-tuned/openshift-priv-openshift-tuned-release-4.1-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-openshift-tuned-release-4.1-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/openshift-tuned/openshift-priv-openshift-tuned-release-4.1-presubmits.yaml b/ci-operator/jobs/openshift-priv/openshift-tuned/openshift-priv-openshift-tuned-release-4.1-presubmits.yaml index a36a28618bd9..9433700b7ae1 100644 --- a/ci-operator/jobs/openshift-priv/openshift-tuned/openshift-priv-openshift-tuned-release-4.1-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/openshift-tuned/openshift-priv-openshift-tuned-release-4.1-presubmits.yaml @@ -19,11 +19,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -43,6 +43,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -57,6 +60,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -77,11 +83,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -101,6 +107,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -115,6 +124,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -135,11 +147,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -159,6 +171,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -173,4 +188,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/openshift-tuned/openshift-priv-openshift-tuned-release-4.2-postsubmits.yaml b/ci-operator/jobs/openshift-priv/openshift-tuned/openshift-priv-openshift-tuned-release-4.2-postsubmits.yaml index 6734f95ff16e..97575c9f79d7 100644 --- a/ci-operator/jobs/openshift-priv/openshift-tuned/openshift-priv-openshift-tuned-release-4.2-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/openshift-tuned/openshift-priv-openshift-tuned-release-4.2-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-openshift-tuned-release-4.2-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/openshift-tuned/openshift-priv-openshift-tuned-release-4.2-presubmits.yaml b/ci-operator/jobs/openshift-priv/openshift-tuned/openshift-priv-openshift-tuned-release-4.2-presubmits.yaml index ca9bafa9858b..0ac8a1d82bca 100644 --- a/ci-operator/jobs/openshift-priv/openshift-tuned/openshift-priv-openshift-tuned-release-4.2-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/openshift-tuned/openshift-priv-openshift-tuned-release-4.2-presubmits.yaml @@ -19,11 +19,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -43,6 +43,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -57,6 +60,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -77,11 +83,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -101,6 +107,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -115,6 +124,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -135,11 +147,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -159,6 +171,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -173,4 +188,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/openshift-tuned/openshift-priv-openshift-tuned-release-4.3-postsubmits.yaml b/ci-operator/jobs/openshift-priv/openshift-tuned/openshift-priv-openshift-tuned-release-4.3-postsubmits.yaml index f89649af9cf6..5e6fa85437f1 100644 --- a/ci-operator/jobs/openshift-priv/openshift-tuned/openshift-priv-openshift-tuned-release-4.3-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/openshift-tuned/openshift-priv-openshift-tuned-release-4.3-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-openshift-tuned-release-4.3-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/openshift-tuned/openshift-priv-openshift-tuned-release-4.3-presubmits.yaml b/ci-operator/jobs/openshift-priv/openshift-tuned/openshift-priv-openshift-tuned-release-4.3-presubmits.yaml index ca9ca4f36b99..3d700d6731dc 100644 --- a/ci-operator/jobs/openshift-priv/openshift-tuned/openshift-priv-openshift-tuned-release-4.3-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/openshift-tuned/openshift-priv-openshift-tuned-release-4.3-presubmits.yaml @@ -19,11 +19,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -43,6 +43,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -57,6 +60,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -77,11 +83,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -101,6 +107,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -115,6 +124,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -135,11 +147,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -159,6 +171,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -173,4 +188,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/openshift-tuned/openshift-priv-openshift-tuned-release-4.4-postsubmits.yaml b/ci-operator/jobs/openshift-priv/openshift-tuned/openshift-priv-openshift-tuned-release-4.4-postsubmits.yaml index 279af99b90e8..2ecffcd56471 100644 --- a/ci-operator/jobs/openshift-priv/openshift-tuned/openshift-priv-openshift-tuned-release-4.4-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/openshift-tuned/openshift-priv-openshift-tuned-release-4.4-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-openshift-tuned-release-4.4-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/openshift-tuned/openshift-priv-openshift-tuned-release-4.4-presubmits.yaml b/ci-operator/jobs/openshift-priv/openshift-tuned/openshift-priv-openshift-tuned-release-4.4-presubmits.yaml index 990f362c4be6..ed9bbfd781bc 100644 --- a/ci-operator/jobs/openshift-priv/openshift-tuned/openshift-priv-openshift-tuned-release-4.4-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/openshift-tuned/openshift-priv-openshift-tuned-release-4.4-presubmits.yaml @@ -19,11 +19,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -43,6 +43,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -57,6 +60,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -77,11 +83,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -101,6 +107,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -115,6 +124,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -135,11 +147,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -159,6 +171,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -173,4 +188,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/openshift-tuned/openshift-priv-openshift-tuned-release-4.5-postsubmits.yaml b/ci-operator/jobs/openshift-priv/openshift-tuned/openshift-priv-openshift-tuned-release-4.5-postsubmits.yaml index 5ad22e176596..37b49a1ae58f 100644 --- a/ci-operator/jobs/openshift-priv/openshift-tuned/openshift-priv-openshift-tuned-release-4.5-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/openshift-tuned/openshift-priv-openshift-tuned-release-4.5-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-openshift-tuned-release-4.5-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/openshift-tuned/openshift-priv-openshift-tuned-release-4.5-presubmits.yaml b/ci-operator/jobs/openshift-priv/openshift-tuned/openshift-priv-openshift-tuned-release-4.5-presubmits.yaml index 720040ff15b2..b36368ea0d6a 100644 --- a/ci-operator/jobs/openshift-priv/openshift-tuned/openshift-priv-openshift-tuned-release-4.5-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/openshift-tuned/openshift-priv-openshift-tuned-release-4.5-presubmits.yaml @@ -19,11 +19,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -43,6 +43,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -57,6 +60,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -77,11 +83,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -101,6 +107,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -115,6 +124,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -135,11 +147,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -159,6 +171,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -173,4 +188,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/openshift-tuned/openshift-priv-openshift-tuned-release-4.6-postsubmits.yaml b/ci-operator/jobs/openshift-priv/openshift-tuned/openshift-priv-openshift-tuned-release-4.6-postsubmits.yaml index d558a5ab106b..d41a0071d9a4 100644 --- a/ci-operator/jobs/openshift-priv/openshift-tuned/openshift-priv-openshift-tuned-release-4.6-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/openshift-tuned/openshift-priv-openshift-tuned-release-4.6-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-openshift-tuned-release-4.6-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/openshift-tuned/openshift-priv-openshift-tuned-release-4.6-presubmits.yaml b/ci-operator/jobs/openshift-priv/openshift-tuned/openshift-priv-openshift-tuned-release-4.6-presubmits.yaml index 37fa314e193f..832463b3a4da 100644 --- a/ci-operator/jobs/openshift-priv/openshift-tuned/openshift-priv-openshift-tuned-release-4.6-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/openshift-tuned/openshift-priv-openshift-tuned-release-4.6-presubmits.yaml @@ -19,11 +19,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -43,6 +43,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -57,6 +60,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -77,11 +83,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -101,6 +107,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -115,6 +124,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -135,11 +147,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -159,6 +171,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -173,4 +188,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/openshift-tuned/openshift-priv-openshift-tuned-release-4.7-postsubmits.yaml b/ci-operator/jobs/openshift-priv/openshift-tuned/openshift-priv-openshift-tuned-release-4.7-postsubmits.yaml index 069c58018127..c4e57351c386 100644 --- a/ci-operator/jobs/openshift-priv/openshift-tuned/openshift-priv-openshift-tuned-release-4.7-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/openshift-tuned/openshift-priv-openshift-tuned-release-4.7-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-openshift-tuned-release-4.7-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/openshift-tuned/openshift-priv-openshift-tuned-release-4.7-presubmits.yaml b/ci-operator/jobs/openshift-priv/openshift-tuned/openshift-priv-openshift-tuned-release-4.7-presubmits.yaml index 159b5bb17364..d8da143f7dc7 100644 --- a/ci-operator/jobs/openshift-priv/openshift-tuned/openshift-priv-openshift-tuned-release-4.7-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/openshift-tuned/openshift-priv-openshift-tuned-release-4.7-presubmits.yaml @@ -19,11 +19,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -43,6 +43,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -57,6 +60,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -77,11 +83,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -101,6 +107,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -115,6 +124,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -135,11 +147,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -159,6 +171,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -173,4 +188,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/operator-lifecycle-manager/openshift-priv-operator-lifecycle-manager-master-postsubmits.yaml b/ci-operator/jobs/openshift-priv/operator-lifecycle-manager/openshift-priv-operator-lifecycle-manager-master-postsubmits.yaml index d67bfff825ac..8013cd9b7cc0 100644 --- a/ci-operator/jobs/openshift-priv/operator-lifecycle-manager/openshift-priv-operator-lifecycle-manager-master-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/operator-lifecycle-manager/openshift-priv-operator-lifecycle-manager-master-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-operator-lifecycle-manager-master-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/operator-lifecycle-manager/openshift-priv-operator-lifecycle-manager-master-presubmits.yaml b/ci-operator/jobs/openshift-priv/operator-lifecycle-manager/openshift-priv-operator-lifecycle-manager-master-presubmits.yaml index e741ff55a111..22ebee5fbbea 100644 --- a/ci-operator/jobs/openshift-priv/operator-lifecycle-manager/openshift-priv-operator-lifecycle-manager-master-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/operator-lifecycle-manager/openshift-priv-operator-lifecycle-manager-master-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-console-olm-cluster-profile - --target=e2e-aws-console-olm - --template=/usr/local/e2e-aws-console-olm @@ -65,6 +63,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -93,6 +94,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-console-olm,?($|\s.*) - agent: kubernetes always_run: true @@ -113,14 +117,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-olm-cluster-profile - --target=e2e-aws-olm - --template=/usr/local/e2e-aws-olm @@ -157,6 +159,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -185,6 +190,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-olm,?($|\s.*) - agent: kubernetes always_run: true @@ -205,14 +213,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-gcp-cluster-profile - --target=e2e-gcp - --template=/usr/local/e2e-gcp @@ -249,6 +255,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -279,6 +288,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-gcp,?($|\s.*) - agent: kubernetes always_run: true @@ -299,14 +311,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-gcp-upgrade-cluster-profile - --target=e2e-gcp-upgrade command: @@ -332,6 +342,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -359,6 +372,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-gcp-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -379,11 +395,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -403,6 +419,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -417,6 +436,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -437,11 +459,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -461,6 +483,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -475,6 +500,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -495,11 +523,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -519,6 +547,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -533,4 +564,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/operator-lifecycle-manager/openshift-priv-operator-lifecycle-manager-release-4.1-postsubmits.yaml b/ci-operator/jobs/openshift-priv/operator-lifecycle-manager/openshift-priv-operator-lifecycle-manager-release-4.1-postsubmits.yaml index c563625a4f2b..319c4972bc7f 100644 --- a/ci-operator/jobs/openshift-priv/operator-lifecycle-manager/openshift-priv-operator-lifecycle-manager-release-4.1-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/operator-lifecycle-manager/openshift-priv-operator-lifecycle-manager-release-4.1-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-operator-lifecycle-manager-release-4.1-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/operator-lifecycle-manager/openshift-priv-operator-lifecycle-manager-release-4.1-presubmits.yaml b/ci-operator/jobs/openshift-priv/operator-lifecycle-manager/openshift-priv-operator-lifecycle-manager-release-4.1-presubmits.yaml index be5c2b387d9d..fa1792ca9490 100644 --- a/ci-operator/jobs/openshift-priv/operator-lifecycle-manager/openshift-priv-operator-lifecycle-manager-release-4.1-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/operator-lifecycle-manager/openshift-priv-operator-lifecycle-manager-release-4.1-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -52,6 +50,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -77,6 +78,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -97,14 +101,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-console-olm-cluster-profile - --target=e2e-aws-console-olm - --template=/usr/local/e2e-aws-console-olm @@ -143,6 +145,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -171,6 +176,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-console-olm,?($|\s.*) - agent: kubernetes always_run: true @@ -191,14 +199,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-olm-cluster-profile - --target=e2e-aws-olm - --template=/usr/local/e2e-aws-olm @@ -235,6 +241,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -263,6 +272,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-olm,?($|\s.*) - agent: kubernetes always_run: true @@ -283,14 +295,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -316,6 +326,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -341,6 +354,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -361,11 +377,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -385,6 +401,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -399,6 +418,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -419,11 +441,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=schema-check command: - ci-operator @@ -443,6 +465,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -457,6 +482,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )schema-check,?($|\s.*) - agent: kubernetes always_run: true @@ -477,11 +505,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -501,6 +529,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -515,6 +546,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -535,11 +569,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -559,6 +593,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -573,4 +610,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/operator-lifecycle-manager/openshift-priv-operator-lifecycle-manager-release-4.2-postsubmits.yaml b/ci-operator/jobs/openshift-priv/operator-lifecycle-manager/openshift-priv-operator-lifecycle-manager-release-4.2-postsubmits.yaml index 8b7fd90d3539..020dce35d996 100644 --- a/ci-operator/jobs/openshift-priv/operator-lifecycle-manager/openshift-priv-operator-lifecycle-manager-release-4.2-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/operator-lifecycle-manager/openshift-priv-operator-lifecycle-manager-release-4.2-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-operator-lifecycle-manager-release-4.2-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/operator-lifecycle-manager/openshift-priv-operator-lifecycle-manager-release-4.2-presubmits.yaml b/ci-operator/jobs/openshift-priv/operator-lifecycle-manager/openshift-priv-operator-lifecycle-manager-release-4.2-presubmits.yaml index 189080a4fd6b..17948b63fc3e 100644 --- a/ci-operator/jobs/openshift-priv/operator-lifecycle-manager/openshift-priv-operator-lifecycle-manager-release-4.2-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/operator-lifecycle-manager/openshift-priv-operator-lifecycle-manager-release-4.2-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -52,6 +50,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -77,6 +78,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -97,14 +101,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-console-olm-cluster-profile - --target=e2e-aws-console-olm - --template=/usr/local/e2e-aws-console-olm @@ -143,6 +145,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -171,6 +176,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-console-olm,?($|\s.*) - agent: kubernetes always_run: true @@ -191,14 +199,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-olm-cluster-profile - --target=e2e-aws-olm - --template=/usr/local/e2e-aws-olm @@ -235,6 +241,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -263,6 +272,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-olm,?($|\s.*) - agent: kubernetes always_run: true @@ -283,14 +295,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -316,6 +326,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -341,6 +354,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -361,11 +377,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -385,6 +401,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -399,6 +418,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -419,11 +441,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=schema-check command: - ci-operator @@ -443,6 +465,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -457,6 +482,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )schema-check,?($|\s.*) - agent: kubernetes always_run: true @@ -477,11 +505,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -501,6 +529,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -515,6 +546,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -535,11 +569,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -559,6 +593,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -573,4 +610,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/operator-lifecycle-manager/openshift-priv-operator-lifecycle-manager-release-4.3-postsubmits.yaml b/ci-operator/jobs/openshift-priv/operator-lifecycle-manager/openshift-priv-operator-lifecycle-manager-release-4.3-postsubmits.yaml index e942e18d036d..1c358a486080 100644 --- a/ci-operator/jobs/openshift-priv/operator-lifecycle-manager/openshift-priv-operator-lifecycle-manager-release-4.3-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/operator-lifecycle-manager/openshift-priv-operator-lifecycle-manager-release-4.3-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-operator-lifecycle-manager-release-4.3-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/operator-lifecycle-manager/openshift-priv-operator-lifecycle-manager-release-4.3-presubmits.yaml b/ci-operator/jobs/openshift-priv/operator-lifecycle-manager/openshift-priv-operator-lifecycle-manager-release-4.3-presubmits.yaml index 8e65430a6009..5f6f7358ab65 100644 --- a/ci-operator/jobs/openshift-priv/operator-lifecycle-manager/openshift-priv-operator-lifecycle-manager-release-4.3-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/operator-lifecycle-manager/openshift-priv-operator-lifecycle-manager-release-4.3-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-console-olm-cluster-profile - --target=e2e-aws-console-olm - --template=/usr/local/e2e-aws-console-olm @@ -65,6 +63,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -93,6 +94,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-console-olm,?($|\s.*) - agent: kubernetes always_run: true @@ -113,14 +117,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-olm-cluster-profile - --target=e2e-aws-olm - --template=/usr/local/e2e-aws-olm @@ -157,6 +159,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -185,6 +190,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-olm,?($|\s.*) - agent: kubernetes always_run: true @@ -205,14 +213,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-gcp-cluster-profile - --target=e2e-gcp - --template=/usr/local/e2e-gcp @@ -249,6 +255,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -279,6 +288,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-gcp,?($|\s.*) - agent: kubernetes always_run: true @@ -299,14 +311,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-gcp-upgrade-cluster-profile - --target=e2e-gcp-upgrade command: @@ -332,6 +342,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -359,6 +372,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-gcp-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -379,11 +395,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -403,6 +419,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -417,6 +436,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -437,11 +459,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -461,6 +483,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -475,6 +500,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -495,11 +523,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -519,6 +547,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -533,4 +564,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/operator-lifecycle-manager/openshift-priv-operator-lifecycle-manager-release-4.4-postsubmits.yaml b/ci-operator/jobs/openshift-priv/operator-lifecycle-manager/openshift-priv-operator-lifecycle-manager-release-4.4-postsubmits.yaml index b8f2d486c697..96371f3f2a81 100644 --- a/ci-operator/jobs/openshift-priv/operator-lifecycle-manager/openshift-priv-operator-lifecycle-manager-release-4.4-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/operator-lifecycle-manager/openshift-priv-operator-lifecycle-manager-release-4.4-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-operator-lifecycle-manager-release-4.4-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/operator-lifecycle-manager/openshift-priv-operator-lifecycle-manager-release-4.4-presubmits.yaml b/ci-operator/jobs/openshift-priv/operator-lifecycle-manager/openshift-priv-operator-lifecycle-manager-release-4.4-presubmits.yaml index 60a68c62b1bd..49937a4c174d 100644 --- a/ci-operator/jobs/openshift-priv/operator-lifecycle-manager/openshift-priv-operator-lifecycle-manager-release-4.4-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/operator-lifecycle-manager/openshift-priv-operator-lifecycle-manager-release-4.4-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-console-olm-cluster-profile - --target=e2e-aws-console-olm - --template=/usr/local/e2e-aws-console-olm @@ -65,6 +63,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -93,6 +94,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-console-olm,?($|\s.*) - agent: kubernetes always_run: true @@ -113,14 +117,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-olm-cluster-profile - --target=e2e-aws-olm - --template=/usr/local/e2e-aws-olm @@ -157,6 +159,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -185,6 +190,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-olm,?($|\s.*) - agent: kubernetes always_run: true @@ -205,14 +213,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-gcp-cluster-profile - --target=e2e-gcp - --template=/usr/local/e2e-gcp @@ -249,6 +255,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -279,6 +288,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-gcp,?($|\s.*) - agent: kubernetes always_run: true @@ -299,14 +311,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-gcp-upgrade-cluster-profile - --target=e2e-gcp-upgrade command: @@ -332,6 +342,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -359,6 +372,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-gcp-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -379,11 +395,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -403,6 +419,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -417,6 +436,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -437,11 +459,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -461,6 +483,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -475,6 +500,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -495,11 +523,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -519,6 +547,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -533,4 +564,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/operator-lifecycle-manager/openshift-priv-operator-lifecycle-manager-release-4.5-postsubmits.yaml b/ci-operator/jobs/openshift-priv/operator-lifecycle-manager/openshift-priv-operator-lifecycle-manager-release-4.5-postsubmits.yaml index 3b90bfabebf9..fb97932c68fe 100644 --- a/ci-operator/jobs/openshift-priv/operator-lifecycle-manager/openshift-priv-operator-lifecycle-manager-release-4.5-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/operator-lifecycle-manager/openshift-priv-operator-lifecycle-manager-release-4.5-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-operator-lifecycle-manager-release-4.5-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/operator-lifecycle-manager/openshift-priv-operator-lifecycle-manager-release-4.5-presubmits.yaml b/ci-operator/jobs/openshift-priv/operator-lifecycle-manager/openshift-priv-operator-lifecycle-manager-release-4.5-presubmits.yaml index 5be06b568d29..0a05f862ad17 100644 --- a/ci-operator/jobs/openshift-priv/operator-lifecycle-manager/openshift-priv-operator-lifecycle-manager-release-4.5-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/operator-lifecycle-manager/openshift-priv-operator-lifecycle-manager-release-4.5-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-console-olm-cluster-profile - --target=e2e-aws-console-olm - --template=/usr/local/e2e-aws-console-olm @@ -65,6 +63,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -93,6 +94,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-console-olm,?($|\s.*) - agent: kubernetes always_run: true @@ -113,14 +117,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-olm-cluster-profile - --target=e2e-aws-olm - --template=/usr/local/e2e-aws-olm @@ -157,6 +159,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -185,6 +190,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-olm,?($|\s.*) - agent: kubernetes always_run: true @@ -205,14 +213,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-gcp-cluster-profile - --target=e2e-gcp - --template=/usr/local/e2e-gcp @@ -249,6 +255,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -279,6 +288,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-gcp,?($|\s.*) - agent: kubernetes always_run: true @@ -299,14 +311,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-gcp-upgrade-cluster-profile - --target=e2e-gcp-upgrade command: @@ -332,6 +342,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -359,6 +372,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-gcp-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -379,11 +395,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -403,6 +419,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -417,6 +436,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -437,11 +459,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -461,6 +483,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -475,6 +500,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -495,11 +523,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -519,6 +547,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -533,4 +564,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/operator-lifecycle-manager/openshift-priv-operator-lifecycle-manager-release-4.6-postsubmits.yaml b/ci-operator/jobs/openshift-priv/operator-lifecycle-manager/openshift-priv-operator-lifecycle-manager-release-4.6-postsubmits.yaml index 623a0b704aed..45f70d33e3ef 100644 --- a/ci-operator/jobs/openshift-priv/operator-lifecycle-manager/openshift-priv-operator-lifecycle-manager-release-4.6-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/operator-lifecycle-manager/openshift-priv-operator-lifecycle-manager-release-4.6-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-operator-lifecycle-manager-release-4.6-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/operator-lifecycle-manager/openshift-priv-operator-lifecycle-manager-release-4.6-presubmits.yaml b/ci-operator/jobs/openshift-priv/operator-lifecycle-manager/openshift-priv-operator-lifecycle-manager-release-4.6-presubmits.yaml index 05902fb6548a..a483f02f581e 100644 --- a/ci-operator/jobs/openshift-priv/operator-lifecycle-manager/openshift-priv-operator-lifecycle-manager-release-4.6-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/operator-lifecycle-manager/openshift-priv-operator-lifecycle-manager-release-4.6-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-console-olm-cluster-profile - --target=e2e-aws-console-olm - --template=/usr/local/e2e-aws-console-olm @@ -65,6 +63,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -93,6 +94,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-console-olm,?($|\s.*) - agent: kubernetes always_run: true @@ -113,14 +117,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-olm-cluster-profile - --target=e2e-aws-olm - --template=/usr/local/e2e-aws-olm @@ -157,6 +159,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -185,6 +190,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-olm,?($|\s.*) - agent: kubernetes always_run: true @@ -205,14 +213,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-gcp-cluster-profile - --target=e2e-gcp - --template=/usr/local/e2e-gcp @@ -249,6 +255,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -279,6 +288,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-gcp,?($|\s.*) - agent: kubernetes always_run: true @@ -299,14 +311,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-gcp-upgrade-cluster-profile - --target=e2e-gcp-upgrade command: @@ -332,6 +342,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -359,6 +372,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-gcp-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -379,11 +395,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -403,6 +419,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -417,6 +436,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -437,11 +459,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -461,6 +483,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -475,6 +500,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -495,11 +523,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -519,6 +547,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -533,4 +564,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/operator-lifecycle-manager/openshift-priv-operator-lifecycle-manager-release-4.7-postsubmits.yaml b/ci-operator/jobs/openshift-priv/operator-lifecycle-manager/openshift-priv-operator-lifecycle-manager-release-4.7-postsubmits.yaml index 257065accd0b..194745033f3b 100644 --- a/ci-operator/jobs/openshift-priv/operator-lifecycle-manager/openshift-priv-operator-lifecycle-manager-release-4.7-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/operator-lifecycle-manager/openshift-priv-operator-lifecycle-manager-release-4.7-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-operator-lifecycle-manager-release-4.7-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/operator-lifecycle-manager/openshift-priv-operator-lifecycle-manager-release-4.7-presubmits.yaml b/ci-operator/jobs/openshift-priv/operator-lifecycle-manager/openshift-priv-operator-lifecycle-manager-release-4.7-presubmits.yaml index e0e1accec5a7..20329fa3d5ba 100644 --- a/ci-operator/jobs/openshift-priv/operator-lifecycle-manager/openshift-priv-operator-lifecycle-manager-release-4.7-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/operator-lifecycle-manager/openshift-priv-operator-lifecycle-manager-release-4.7-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-console-olm-cluster-profile - --target=e2e-aws-console-olm - --template=/usr/local/e2e-aws-console-olm @@ -65,6 +63,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -93,6 +94,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-console-olm,?($|\s.*) - agent: kubernetes always_run: true @@ -113,14 +117,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-olm-cluster-profile - --target=e2e-aws-olm - --template=/usr/local/e2e-aws-olm @@ -157,6 +159,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -185,6 +190,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-olm,?($|\s.*) - agent: kubernetes always_run: true @@ -205,14 +213,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-gcp-cluster-profile - --target=e2e-gcp - --template=/usr/local/e2e-gcp @@ -249,6 +255,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -279,6 +288,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-gcp,?($|\s.*) - agent: kubernetes always_run: true @@ -299,14 +311,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-gcp-upgrade-cluster-profile - --target=e2e-gcp-upgrade command: @@ -332,6 +342,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -359,6 +372,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-gcp-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -379,11 +395,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -403,6 +419,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -417,6 +436,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -437,11 +459,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -461,6 +483,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -475,6 +500,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -495,11 +523,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -519,6 +547,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -533,4 +564,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/operator-marketplace/openshift-priv-operator-marketplace-master-postsubmits.yaml b/ci-operator/jobs/openshift-priv/operator-marketplace/openshift-priv-operator-marketplace-master-postsubmits.yaml index 630580ec73a2..48eb3d8fd4ae 100644 --- a/ci-operator/jobs/openshift-priv/operator-marketplace/openshift-priv-operator-marketplace-master-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/operator-marketplace/openshift-priv-operator-marketplace-master-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-operator-marketplace-master-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/operator-marketplace/openshift-priv-operator-marketplace-master-presubmits.yaml b/ci-operator/jobs/openshift-priv/operator-marketplace/openshift-priv-operator-marketplace-master-presubmits.yaml index 7ca739adc6e5..6bbc1e7551be 100644 --- a/ci-operator/jobs/openshift-priv/operator-marketplace/openshift-priv-operator-marketplace-master-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/operator-marketplace/openshift-priv-operator-marketplace-master-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -52,6 +50,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -77,6 +78,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -97,14 +101,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-console-olm-cluster-profile - --target=e2e-aws-console-olm - --template=/usr/local/e2e-aws-console-olm @@ -143,6 +145,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -171,6 +176,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-console-olm,?($|\s.*) - agent: kubernetes always_run: true @@ -191,14 +199,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-operator-cluster-profile - --target=e2e-aws-operator - --template=/usr/local/e2e-aws-operator @@ -235,6 +241,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -263,6 +272,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-operator,?($|\s.*) - agent: kubernetes always_run: true @@ -283,14 +295,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -316,6 +326,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -341,6 +354,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -361,11 +377,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -385,6 +401,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -399,6 +418,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -419,11 +441,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -443,6 +465,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -457,4 +482,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/operator-marketplace/openshift-priv-operator-marketplace-release-4.1-postsubmits.yaml b/ci-operator/jobs/openshift-priv/operator-marketplace/openshift-priv-operator-marketplace-release-4.1-postsubmits.yaml index 1efd1b06d2f6..130f0174948f 100644 --- a/ci-operator/jobs/openshift-priv/operator-marketplace/openshift-priv-operator-marketplace-release-4.1-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/operator-marketplace/openshift-priv-operator-marketplace-release-4.1-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-operator-marketplace-release-4.1-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/operator-marketplace/openshift-priv-operator-marketplace-release-4.1-presubmits.yaml b/ci-operator/jobs/openshift-priv/operator-marketplace/openshift-priv-operator-marketplace-release-4.1-presubmits.yaml index 299d5dfe6641..4c5cecc47d07 100644 --- a/ci-operator/jobs/openshift-priv/operator-marketplace/openshift-priv-operator-marketplace-release-4.1-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/operator-marketplace/openshift-priv-operator-marketplace-release-4.1-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -52,6 +50,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -77,6 +78,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -97,14 +101,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-console-olm-cluster-profile - --target=e2e-aws-console-olm - --template=/usr/local/e2e-aws-console-olm @@ -143,6 +145,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -171,6 +176,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-console-olm,?($|\s.*) - agent: kubernetes always_run: true @@ -191,14 +199,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-operator-cluster-profile - --target=e2e-aws-operator - --template=/usr/local/e2e-aws-operator @@ -235,6 +241,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -263,6 +272,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-operator,?($|\s.*) - agent: kubernetes always_run: true @@ -283,14 +295,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -316,6 +326,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -341,6 +354,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -361,11 +377,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -385,6 +401,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -399,6 +418,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -419,11 +441,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -443,6 +465,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -457,4 +482,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/operator-marketplace/openshift-priv-operator-marketplace-release-4.2-postsubmits.yaml b/ci-operator/jobs/openshift-priv/operator-marketplace/openshift-priv-operator-marketplace-release-4.2-postsubmits.yaml index ab3932a41915..4189c7a0fc96 100644 --- a/ci-operator/jobs/openshift-priv/operator-marketplace/openshift-priv-operator-marketplace-release-4.2-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/operator-marketplace/openshift-priv-operator-marketplace-release-4.2-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-operator-marketplace-release-4.2-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/operator-marketplace/openshift-priv-operator-marketplace-release-4.2-presubmits.yaml b/ci-operator/jobs/openshift-priv/operator-marketplace/openshift-priv-operator-marketplace-release-4.2-presubmits.yaml index af0738c0c9f7..1723caa8ddf3 100644 --- a/ci-operator/jobs/openshift-priv/operator-marketplace/openshift-priv-operator-marketplace-release-4.2-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/operator-marketplace/openshift-priv-operator-marketplace-release-4.2-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -52,6 +50,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -77,6 +78,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -97,14 +101,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-console-olm-cluster-profile - --target=e2e-aws-console-olm - --template=/usr/local/e2e-aws-console-olm @@ -143,6 +145,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -171,6 +176,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-console-olm,?($|\s.*) - agent: kubernetes always_run: true @@ -191,14 +199,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-operator-cluster-profile - --target=e2e-aws-operator - --template=/usr/local/e2e-aws-operator @@ -235,6 +241,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -263,6 +272,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-operator,?($|\s.*) - agent: kubernetes always_run: true @@ -283,14 +295,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -316,6 +326,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -341,6 +354,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -361,11 +377,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -385,6 +401,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -399,6 +418,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -419,11 +441,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -443,6 +465,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -457,4 +482,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/operator-marketplace/openshift-priv-operator-marketplace-release-4.3-postsubmits.yaml b/ci-operator/jobs/openshift-priv/operator-marketplace/openshift-priv-operator-marketplace-release-4.3-postsubmits.yaml index 2d3228e1879c..9dcac9d74fe2 100644 --- a/ci-operator/jobs/openshift-priv/operator-marketplace/openshift-priv-operator-marketplace-release-4.3-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/operator-marketplace/openshift-priv-operator-marketplace-release-4.3-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-operator-marketplace-release-4.3-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/operator-marketplace/openshift-priv-operator-marketplace-release-4.3-presubmits.yaml b/ci-operator/jobs/openshift-priv/operator-marketplace/openshift-priv-operator-marketplace-release-4.3-presubmits.yaml index 964d2527505d..9412d718e0e0 100644 --- a/ci-operator/jobs/openshift-priv/operator-marketplace/openshift-priv-operator-marketplace-release-4.3-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/operator-marketplace/openshift-priv-operator-marketplace-release-4.3-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -52,6 +50,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -77,6 +78,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -97,14 +101,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-console-olm-cluster-profile - --target=e2e-aws-console-olm - --template=/usr/local/e2e-aws-console-olm @@ -143,6 +145,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -171,6 +176,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-console-olm,?($|\s.*) - agent: kubernetes always_run: true @@ -191,14 +199,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-operator-cluster-profile - --target=e2e-aws-operator - --template=/usr/local/e2e-aws-operator @@ -235,6 +241,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -263,6 +272,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-operator,?($|\s.*) - agent: kubernetes always_run: true @@ -283,14 +295,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -316,6 +326,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -341,6 +354,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -361,11 +377,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -385,6 +401,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -399,6 +418,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -419,11 +441,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -443,6 +465,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -457,4 +482,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/operator-marketplace/openshift-priv-operator-marketplace-release-4.4-postsubmits.yaml b/ci-operator/jobs/openshift-priv/operator-marketplace/openshift-priv-operator-marketplace-release-4.4-postsubmits.yaml index 3094d5cc8c89..a059f217c849 100644 --- a/ci-operator/jobs/openshift-priv/operator-marketplace/openshift-priv-operator-marketplace-release-4.4-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/operator-marketplace/openshift-priv-operator-marketplace-release-4.4-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-operator-marketplace-release-4.4-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/operator-marketplace/openshift-priv-operator-marketplace-release-4.4-presubmits.yaml b/ci-operator/jobs/openshift-priv/operator-marketplace/openshift-priv-operator-marketplace-release-4.4-presubmits.yaml index 9e17f08f73da..ebb0ad62655e 100644 --- a/ci-operator/jobs/openshift-priv/operator-marketplace/openshift-priv-operator-marketplace-release-4.4-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/operator-marketplace/openshift-priv-operator-marketplace-release-4.4-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -52,6 +50,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -77,6 +78,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -97,14 +101,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-console-olm-cluster-profile - --target=e2e-aws-console-olm - --template=/usr/local/e2e-aws-console-olm @@ -143,6 +145,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -171,6 +176,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-console-olm,?($|\s.*) - agent: kubernetes always_run: true @@ -191,14 +199,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-operator-cluster-profile - --target=e2e-aws-operator - --template=/usr/local/e2e-aws-operator @@ -235,6 +241,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -263,6 +272,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-operator,?($|\s.*) - agent: kubernetes always_run: true @@ -283,14 +295,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -316,6 +326,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -341,6 +354,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -361,11 +377,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -385,6 +401,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -399,6 +418,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -419,11 +441,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -443,6 +465,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -457,4 +482,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/operator-marketplace/openshift-priv-operator-marketplace-release-4.5-postsubmits.yaml b/ci-operator/jobs/openshift-priv/operator-marketplace/openshift-priv-operator-marketplace-release-4.5-postsubmits.yaml index 97975a1f3202..0be666d5873b 100644 --- a/ci-operator/jobs/openshift-priv/operator-marketplace/openshift-priv-operator-marketplace-release-4.5-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/operator-marketplace/openshift-priv-operator-marketplace-release-4.5-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-operator-marketplace-release-4.5-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/operator-marketplace/openshift-priv-operator-marketplace-release-4.5-presubmits.yaml b/ci-operator/jobs/openshift-priv/operator-marketplace/openshift-priv-operator-marketplace-release-4.5-presubmits.yaml index e7cfdcafafb1..6138215d8e5a 100644 --- a/ci-operator/jobs/openshift-priv/operator-marketplace/openshift-priv-operator-marketplace-release-4.5-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/operator-marketplace/openshift-priv-operator-marketplace-release-4.5-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -52,6 +50,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -77,6 +78,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -97,14 +101,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-console-olm-cluster-profile - --target=e2e-aws-console-olm - --template=/usr/local/e2e-aws-console-olm @@ -143,6 +145,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -171,6 +176,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-console-olm,?($|\s.*) - agent: kubernetes always_run: true @@ -191,14 +199,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-operator-cluster-profile - --target=e2e-aws-operator - --template=/usr/local/e2e-aws-operator @@ -235,6 +241,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -263,6 +272,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-operator,?($|\s.*) - agent: kubernetes always_run: true @@ -283,14 +295,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -316,6 +326,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -341,6 +354,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -361,11 +377,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -385,6 +401,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -399,6 +418,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -419,11 +441,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -443,6 +465,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -457,4 +482,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/operator-marketplace/openshift-priv-operator-marketplace-release-4.6-postsubmits.yaml b/ci-operator/jobs/openshift-priv/operator-marketplace/openshift-priv-operator-marketplace-release-4.6-postsubmits.yaml index 50134dedae3e..bddb191f9ac1 100644 --- a/ci-operator/jobs/openshift-priv/operator-marketplace/openshift-priv-operator-marketplace-release-4.6-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/operator-marketplace/openshift-priv-operator-marketplace-release-4.6-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-operator-marketplace-release-4.6-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/operator-marketplace/openshift-priv-operator-marketplace-release-4.6-presubmits.yaml b/ci-operator/jobs/openshift-priv/operator-marketplace/openshift-priv-operator-marketplace-release-4.6-presubmits.yaml index 6e4403dbfe09..9637681342c5 100644 --- a/ci-operator/jobs/openshift-priv/operator-marketplace/openshift-priv-operator-marketplace-release-4.6-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/operator-marketplace/openshift-priv-operator-marketplace-release-4.6-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -52,6 +50,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -77,6 +78,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -97,14 +101,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-console-olm-cluster-profile - --target=e2e-aws-console-olm - --template=/usr/local/e2e-aws-console-olm @@ -143,6 +145,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -171,6 +176,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-console-olm,?($|\s.*) - agent: kubernetes always_run: true @@ -191,14 +199,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-operator-cluster-profile - --target=e2e-aws-operator - --template=/usr/local/e2e-aws-operator @@ -235,6 +241,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -263,6 +272,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-operator,?($|\s.*) - agent: kubernetes always_run: true @@ -283,14 +295,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -316,6 +326,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -341,6 +354,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -361,11 +377,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -385,6 +401,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -399,6 +418,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -419,11 +441,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -443,6 +465,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -457,4 +482,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/operator-marketplace/openshift-priv-operator-marketplace-release-4.7-postsubmits.yaml b/ci-operator/jobs/openshift-priv/operator-marketplace/openshift-priv-operator-marketplace-release-4.7-postsubmits.yaml index 3ab053afadf4..d4f4028e4853 100644 --- a/ci-operator/jobs/openshift-priv/operator-marketplace/openshift-priv-operator-marketplace-release-4.7-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/operator-marketplace/openshift-priv-operator-marketplace-release-4.7-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-operator-marketplace-release-4.7-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/operator-marketplace/openshift-priv-operator-marketplace-release-4.7-presubmits.yaml b/ci-operator/jobs/openshift-priv/operator-marketplace/openshift-priv-operator-marketplace-release-4.7-presubmits.yaml index 9c0faa0f057c..31def716b7ca 100644 --- a/ci-operator/jobs/openshift-priv/operator-marketplace/openshift-priv-operator-marketplace-release-4.7-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/operator-marketplace/openshift-priv-operator-marketplace-release-4.7-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -52,6 +50,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -77,6 +78,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -97,14 +101,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-console-olm-cluster-profile - --target=e2e-aws-console-olm - --template=/usr/local/e2e-aws-console-olm @@ -143,6 +145,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -171,6 +176,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-console-olm,?($|\s.*) - agent: kubernetes always_run: true @@ -191,14 +199,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-operator-cluster-profile - --target=e2e-aws-operator - --template=/usr/local/e2e-aws-operator @@ -235,6 +241,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -263,6 +272,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-operator,?($|\s.*) - agent: kubernetes always_run: true @@ -283,14 +295,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -316,6 +326,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -341,6 +354,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -361,11 +377,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -385,6 +401,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -399,6 +418,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -419,11 +441,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -443,6 +465,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -457,4 +482,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/operator-registry/openshift-priv-operator-registry-master-postsubmits.yaml b/ci-operator/jobs/openshift-priv/operator-registry/openshift-priv-operator-registry-master-postsubmits.yaml index 610ce8fa1c10..587b0a2d01e2 100644 --- a/ci-operator/jobs/openshift-priv/operator-registry/openshift-priv-operator-registry-master-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/operator-registry/openshift-priv-operator-registry-master-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-operator-registry-master-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/operator-registry/openshift-priv-operator-registry-master-presubmits.yaml b/ci-operator/jobs/openshift-priv/operator-registry/openshift-priv-operator-registry-master-presubmits.yaml index 16eba376e95f..e429b8f4cdef 100644 --- a/ci-operator/jobs/openshift-priv/operator-registry/openshift-priv-operator-registry-master-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/operator-registry/openshift-priv-operator-registry-master-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -52,6 +50,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -77,6 +78,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -97,11 +101,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -121,6 +125,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -135,6 +142,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -155,11 +165,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -179,6 +189,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -193,4 +206,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/operator-registry/openshift-priv-operator-registry-release-4.1-postsubmits.yaml b/ci-operator/jobs/openshift-priv/operator-registry/openshift-priv-operator-registry-release-4.1-postsubmits.yaml index 7a8b70c40d2a..47ebe397d82b 100644 --- a/ci-operator/jobs/openshift-priv/operator-registry/openshift-priv-operator-registry-release-4.1-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/operator-registry/openshift-priv-operator-registry-release-4.1-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-operator-registry-release-4.1-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/operator-registry/openshift-priv-operator-registry-release-4.1-presubmits.yaml b/ci-operator/jobs/openshift-priv/operator-registry/openshift-priv-operator-registry-release-4.1-presubmits.yaml index 0621b9fcfe3b..16a146982a9a 100644 --- a/ci-operator/jobs/openshift-priv/operator-registry/openshift-priv-operator-registry-release-4.1-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/operator-registry/openshift-priv-operator-registry-release-4.1-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -52,6 +50,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -77,6 +78,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -97,11 +101,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -121,6 +125,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -135,6 +142,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -155,11 +165,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -179,6 +189,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -193,4 +206,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/operator-registry/openshift-priv-operator-registry-release-4.2-postsubmits.yaml b/ci-operator/jobs/openshift-priv/operator-registry/openshift-priv-operator-registry-release-4.2-postsubmits.yaml index 0880a7e301e0..a1c38895cdc6 100644 --- a/ci-operator/jobs/openshift-priv/operator-registry/openshift-priv-operator-registry-release-4.2-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/operator-registry/openshift-priv-operator-registry-release-4.2-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-operator-registry-release-4.2-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/operator-registry/openshift-priv-operator-registry-release-4.2-presubmits.yaml b/ci-operator/jobs/openshift-priv/operator-registry/openshift-priv-operator-registry-release-4.2-presubmits.yaml index 586bcac5ddf2..3f6abc54cefb 100644 --- a/ci-operator/jobs/openshift-priv/operator-registry/openshift-priv-operator-registry-release-4.2-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/operator-registry/openshift-priv-operator-registry-release-4.2-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -52,6 +50,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -77,6 +78,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -97,11 +101,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -121,6 +125,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -135,6 +142,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -155,11 +165,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -179,6 +189,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -193,4 +206,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/operator-registry/openshift-priv-operator-registry-release-4.3-postsubmits.yaml b/ci-operator/jobs/openshift-priv/operator-registry/openshift-priv-operator-registry-release-4.3-postsubmits.yaml index 60a8d8c21ddb..826f1037677d 100644 --- a/ci-operator/jobs/openshift-priv/operator-registry/openshift-priv-operator-registry-release-4.3-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/operator-registry/openshift-priv-operator-registry-release-4.3-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-operator-registry-release-4.3-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/operator-registry/openshift-priv-operator-registry-release-4.3-presubmits.yaml b/ci-operator/jobs/openshift-priv/operator-registry/openshift-priv-operator-registry-release-4.3-presubmits.yaml index 916858f269fa..6c04afa33f14 100644 --- a/ci-operator/jobs/openshift-priv/operator-registry/openshift-priv-operator-registry-release-4.3-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/operator-registry/openshift-priv-operator-registry-release-4.3-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -52,6 +50,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -77,6 +78,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -97,11 +101,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -121,6 +125,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -135,6 +142,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -155,11 +165,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -179,6 +189,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -193,4 +206,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/operator-registry/openshift-priv-operator-registry-release-4.4-postsubmits.yaml b/ci-operator/jobs/openshift-priv/operator-registry/openshift-priv-operator-registry-release-4.4-postsubmits.yaml index 6a69c39b6761..2373fd9b2034 100644 --- a/ci-operator/jobs/openshift-priv/operator-registry/openshift-priv-operator-registry-release-4.4-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/operator-registry/openshift-priv-operator-registry-release-4.4-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-operator-registry-release-4.4-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/operator-registry/openshift-priv-operator-registry-release-4.4-presubmits.yaml b/ci-operator/jobs/openshift-priv/operator-registry/openshift-priv-operator-registry-release-4.4-presubmits.yaml index 0980af81f9a8..740de97a85da 100644 --- a/ci-operator/jobs/openshift-priv/operator-registry/openshift-priv-operator-registry-release-4.4-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/operator-registry/openshift-priv-operator-registry-release-4.4-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -52,6 +50,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -77,6 +78,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -97,11 +101,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -121,6 +125,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -135,6 +142,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -155,11 +165,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -179,6 +189,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -193,4 +206,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/operator-registry/openshift-priv-operator-registry-release-4.5-postsubmits.yaml b/ci-operator/jobs/openshift-priv/operator-registry/openshift-priv-operator-registry-release-4.5-postsubmits.yaml index 27cbcb38814c..441d80c30b60 100644 --- a/ci-operator/jobs/openshift-priv/operator-registry/openshift-priv-operator-registry-release-4.5-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/operator-registry/openshift-priv-operator-registry-release-4.5-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-operator-registry-release-4.5-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/operator-registry/openshift-priv-operator-registry-release-4.5-presubmits.yaml b/ci-operator/jobs/openshift-priv/operator-registry/openshift-priv-operator-registry-release-4.5-presubmits.yaml index ae5dc87bea55..134793d09f39 100644 --- a/ci-operator/jobs/openshift-priv/operator-registry/openshift-priv-operator-registry-release-4.5-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/operator-registry/openshift-priv-operator-registry-release-4.5-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -52,6 +50,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -77,6 +78,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -97,11 +101,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -121,6 +125,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -135,6 +142,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -155,11 +165,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -179,6 +189,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -193,4 +206,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/operator-registry/openshift-priv-operator-registry-release-4.6-postsubmits.yaml b/ci-operator/jobs/openshift-priv/operator-registry/openshift-priv-operator-registry-release-4.6-postsubmits.yaml index bd5f96f9b7ab..135542eff0bf 100644 --- a/ci-operator/jobs/openshift-priv/operator-registry/openshift-priv-operator-registry-release-4.6-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/operator-registry/openshift-priv-operator-registry-release-4.6-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-operator-registry-release-4.6-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/operator-registry/openshift-priv-operator-registry-release-4.6-presubmits.yaml b/ci-operator/jobs/openshift-priv/operator-registry/openshift-priv-operator-registry-release-4.6-presubmits.yaml index aa4b6bc0e649..d8cea005eec8 100644 --- a/ci-operator/jobs/openshift-priv/operator-registry/openshift-priv-operator-registry-release-4.6-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/operator-registry/openshift-priv-operator-registry-release-4.6-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -52,6 +50,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -77,6 +78,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -97,11 +101,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -121,6 +125,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -135,6 +142,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -155,11 +165,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -179,6 +189,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -193,4 +206,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/operator-registry/openshift-priv-operator-registry-release-4.7-postsubmits.yaml b/ci-operator/jobs/openshift-priv/operator-registry/openshift-priv-operator-registry-release-4.7-postsubmits.yaml index f8293180582a..2d911fa56381 100644 --- a/ci-operator/jobs/openshift-priv/operator-registry/openshift-priv-operator-registry-release-4.7-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/operator-registry/openshift-priv-operator-registry-release-4.7-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-operator-registry-release-4.7-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/operator-registry/openshift-priv-operator-registry-release-4.7-presubmits.yaml b/ci-operator/jobs/openshift-priv/operator-registry/openshift-priv-operator-registry-release-4.7-presubmits.yaml index 1a0827cbeff6..87012a68f732 100644 --- a/ci-operator/jobs/openshift-priv/operator-registry/openshift-priv-operator-registry-release-4.7-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/operator-registry/openshift-priv-operator-registry-release-4.7-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -52,6 +50,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -77,6 +78,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -97,11 +101,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -121,6 +125,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -135,6 +142,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -155,11 +165,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -179,6 +189,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -193,4 +206,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/origin-aggregated-logging/openshift-priv-origin-aggregated-logging-feature-es6x-postsubmits.yaml b/ci-operator/jobs/openshift-priv/origin-aggregated-logging/openshift-priv-origin-aggregated-logging-feature-es6x-postsubmits.yaml index 5105abd7a940..8641633b85f5 100644 --- a/ci-operator/jobs/openshift-priv/origin-aggregated-logging/openshift-priv-origin-aggregated-logging-feature-es6x-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/origin-aggregated-logging/openshift-priv-origin-aggregated-logging-feature-es6x-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-origin-aggregated-logging-feature-es6x-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/origin-aggregated-logging/openshift-priv-origin-aggregated-logging-feature-es6x-presubmits.yaml b/ci-operator/jobs/openshift-priv/origin-aggregated-logging/openshift-priv-origin-aggregated-logging-feature-es6x-presubmits.yaml index aa207f0061cd..7a9709436f3b 100644 --- a/ci-operator/jobs/openshift-priv/origin-aggregated-logging/openshift-priv-origin-aggregated-logging-feature-es6x-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/origin-aggregated-logging/openshift-priv-origin-aggregated-logging-feature-es6x-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/full-integ-aws-cluster-profile - --target=full-integ-aws - --template=/usr/local/full-integ-aws @@ -64,6 +62,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -92,6 +93,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )full-integ-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -112,11 +116,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -136,6 +140,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -150,6 +157,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -170,11 +180,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -194,6 +204,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -208,6 +221,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -228,14 +244,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/upgrade-full-integ-aws-cluster-profile - --target=upgrade-full-integ-aws - --template=/usr/local/upgrade-full-integ-aws @@ -275,6 +289,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -303,4 +320,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )upgrade-full-integ-aws,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/origin-aggregated-logging/openshift-priv-origin-aggregated-logging-master-postsubmits.yaml b/ci-operator/jobs/openshift-priv/origin-aggregated-logging/openshift-priv-origin-aggregated-logging-master-postsubmits.yaml index c4c8017471bd..5f43742a35a0 100644 --- a/ci-operator/jobs/openshift-priv/origin-aggregated-logging/openshift-priv-origin-aggregated-logging-master-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/origin-aggregated-logging/openshift-priv-origin-aggregated-logging-master-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-origin-aggregated-logging-master-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=src command: @@ -42,6 +43,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -56,3 +60,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/origin-aggregated-logging/openshift-priv-origin-aggregated-logging-master-presubmits.yaml b/ci-operator/jobs/openshift-priv/origin-aggregated-logging/openshift-priv-origin-aggregated-logging-master-presubmits.yaml index 9c6895013b16..5fb67d1a1da3 100644 --- a/ci-operator/jobs/openshift-priv/origin-aggregated-logging/openshift-priv-origin-aggregated-logging-master-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/origin-aggregated-logging/openshift-priv-origin-aggregated-logging-master-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/cluster-logging-operator-e2e-cluster-profile - --target=cluster-logging-operator-e2e - --template=/usr/local/cluster-logging-operator-e2e @@ -66,6 +64,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -94,6 +95,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )cluster-logging-operator-e2e,?($|\s.*) - agent: kubernetes always_run: true @@ -114,14 +118,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/elastic-operator-e2e-cluster-profile - --target=elastic-operator-e2e - --template=/usr/local/elastic-operator-e2e @@ -160,6 +162,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -188,6 +193,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )elastic-operator-e2e,?($|\s.*) - agent: kubernetes always_run: true @@ -208,11 +216,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=src command: @@ -233,6 +241,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -247,6 +258,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -267,14 +281,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/smoke-cluster-profile - --target=smoke - --template=/usr/local/smoke @@ -313,6 +325,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -341,6 +356,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )smoke,?($|\s.*) - agent: kubernetes always_run: true @@ -361,11 +379,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -385,6 +403,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -399,4 +420,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/origin-aggregated-logging/openshift-priv-origin-aggregated-logging-release-4.1-postsubmits.yaml b/ci-operator/jobs/openshift-priv/origin-aggregated-logging/openshift-priv-origin-aggregated-logging-release-4.1-postsubmits.yaml index f75395b28f8b..cdc7da196a1d 100644 --- a/ci-operator/jobs/openshift-priv/origin-aggregated-logging/openshift-priv-origin-aggregated-logging-release-4.1-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/origin-aggregated-logging/openshift-priv-origin-aggregated-logging-release-4.1-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-origin-aggregated-logging-release-4.1-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/origin-aggregated-logging/openshift-priv-origin-aggregated-logging-release-4.1-presubmits.yaml b/ci-operator/jobs/openshift-priv/origin-aggregated-logging/openshift-priv-origin-aggregated-logging-release-4.1-presubmits.yaml index dbe471ba1383..970593f29ac9 100644 --- a/ci-operator/jobs/openshift-priv/origin-aggregated-logging/openshift-priv-origin-aggregated-logging-release-4.1-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/origin-aggregated-logging/openshift-priv-origin-aggregated-logging-release-4.1-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/full-integ-aws-cluster-profile - --target=full-integ-aws - --template=/usr/local/full-integ-aws @@ -64,6 +62,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -92,6 +93,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )full-integ-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -112,11 +116,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -136,6 +140,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -150,4 +157,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/origin-aggregated-logging/openshift-priv-origin-aggregated-logging-release-4.2-postsubmits.yaml b/ci-operator/jobs/openshift-priv/origin-aggregated-logging/openshift-priv-origin-aggregated-logging-release-4.2-postsubmits.yaml index 2f42af002dc6..0abbdac68cd3 100644 --- a/ci-operator/jobs/openshift-priv/origin-aggregated-logging/openshift-priv-origin-aggregated-logging-release-4.2-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/origin-aggregated-logging/openshift-priv-origin-aggregated-logging-release-4.2-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-origin-aggregated-logging-release-4.2-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=src command: @@ -42,6 +43,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -56,3 +60,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/origin-aggregated-logging/openshift-priv-origin-aggregated-logging-release-4.2-presubmits.yaml b/ci-operator/jobs/openshift-priv/origin-aggregated-logging/openshift-priv-origin-aggregated-logging-release-4.2-presubmits.yaml index 878a4318d96d..8bc40b75d81c 100644 --- a/ci-operator/jobs/openshift-priv/origin-aggregated-logging/openshift-priv-origin-aggregated-logging-release-4.2-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/origin-aggregated-logging/openshift-priv-origin-aggregated-logging-release-4.2-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/full-integ-aws-cluster-profile - --target=full-integ-aws - --template=/usr/local/full-integ-aws @@ -64,6 +62,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -92,6 +93,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )full-integ-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -112,11 +116,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=src command: @@ -137,6 +141,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -151,6 +158,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -171,11 +181,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -195,6 +205,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -209,6 +222,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -229,14 +245,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/upgrade-full-integ-aws-cluster-profile - --target=upgrade-full-integ-aws - --template=/usr/local/upgrade-full-integ-aws @@ -276,6 +290,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -304,4 +321,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )upgrade-full-integ-aws,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/origin-aggregated-logging/openshift-priv-origin-aggregated-logging-release-4.3-postsubmits.yaml b/ci-operator/jobs/openshift-priv/origin-aggregated-logging/openshift-priv-origin-aggregated-logging-release-4.3-postsubmits.yaml index eaf646c687f7..3e82737601e2 100644 --- a/ci-operator/jobs/openshift-priv/origin-aggregated-logging/openshift-priv-origin-aggregated-logging-release-4.3-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/origin-aggregated-logging/openshift-priv-origin-aggregated-logging-release-4.3-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-origin-aggregated-logging-release-4.3-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=src command: @@ -42,6 +43,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -56,3 +60,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/origin-aggregated-logging/openshift-priv-origin-aggregated-logging-release-4.3-presubmits.yaml b/ci-operator/jobs/openshift-priv/origin-aggregated-logging/openshift-priv-origin-aggregated-logging-release-4.3-presubmits.yaml index 7098c99dec12..f4ddf8217b02 100644 --- a/ci-operator/jobs/openshift-priv/origin-aggregated-logging/openshift-priv-origin-aggregated-logging-release-4.3-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/origin-aggregated-logging/openshift-priv-origin-aggregated-logging-release-4.3-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/full-integ-aws-cluster-profile - --target=full-integ-aws - --template=/usr/local/full-integ-aws @@ -64,6 +62,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -92,6 +93,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )full-integ-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -112,11 +116,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=src command: @@ -137,6 +141,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -151,6 +158,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -171,11 +181,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -195,6 +205,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -209,6 +222,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -229,14 +245,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/upgrade-full-integ-aws-cluster-profile - --target=upgrade-full-integ-aws - --template=/usr/local/upgrade-full-integ-aws @@ -276,6 +290,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -304,4 +321,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )upgrade-full-integ-aws,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/origin-aggregated-logging/openshift-priv-origin-aggregated-logging-release-4.4-postsubmits.yaml b/ci-operator/jobs/openshift-priv/origin-aggregated-logging/openshift-priv-origin-aggregated-logging-release-4.4-postsubmits.yaml index b456f479d1ca..3314be81859f 100644 --- a/ci-operator/jobs/openshift-priv/origin-aggregated-logging/openshift-priv-origin-aggregated-logging-release-4.4-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/origin-aggregated-logging/openshift-priv-origin-aggregated-logging-release-4.4-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-origin-aggregated-logging-release-4.4-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=src command: @@ -42,6 +43,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -56,3 +60,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/origin-aggregated-logging/openshift-priv-origin-aggregated-logging-release-4.4-presubmits.yaml b/ci-operator/jobs/openshift-priv/origin-aggregated-logging/openshift-priv-origin-aggregated-logging-release-4.4-presubmits.yaml index 25a0f48cc6a9..cfaf9994374d 100644 --- a/ci-operator/jobs/openshift-priv/origin-aggregated-logging/openshift-priv-origin-aggregated-logging-release-4.4-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/origin-aggregated-logging/openshift-priv-origin-aggregated-logging-release-4.4-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/full-integ-aws-cluster-profile - --target=full-integ-aws - --template=/usr/local/full-integ-aws @@ -64,6 +62,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -92,6 +93,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )full-integ-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -112,11 +116,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=src command: @@ -137,6 +141,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -151,6 +158,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -171,11 +181,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -195,6 +205,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -209,6 +222,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -229,14 +245,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/upgrade-full-integ-aws-cluster-profile - --target=upgrade-full-integ-aws - --template=/usr/local/upgrade-full-integ-aws @@ -276,6 +290,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -304,4 +321,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )upgrade-full-integ-aws,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/origin-aggregated-logging/openshift-priv-origin-aggregated-logging-release-4.5-postsubmits.yaml b/ci-operator/jobs/openshift-priv/origin-aggregated-logging/openshift-priv-origin-aggregated-logging-release-4.5-postsubmits.yaml index 7d9441809846..5da56c29ddb8 100644 --- a/ci-operator/jobs/openshift-priv/origin-aggregated-logging/openshift-priv-origin-aggregated-logging-release-4.5-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/origin-aggregated-logging/openshift-priv-origin-aggregated-logging-release-4.5-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-origin-aggregated-logging-release-4.5-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=src command: @@ -42,6 +43,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -56,3 +60,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/origin-aggregated-logging/openshift-priv-origin-aggregated-logging-release-4.5-presubmits.yaml b/ci-operator/jobs/openshift-priv/origin-aggregated-logging/openshift-priv-origin-aggregated-logging-release-4.5-presubmits.yaml index 8bb3963fc292..2ad70a3859a4 100644 --- a/ci-operator/jobs/openshift-priv/origin-aggregated-logging/openshift-priv-origin-aggregated-logging-release-4.5-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/origin-aggregated-logging/openshift-priv-origin-aggregated-logging-release-4.5-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/cluster-logging-operator-e2e-cluster-profile - --target=cluster-logging-operator-e2e - --template=/usr/local/cluster-logging-operator-e2e @@ -66,6 +64,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -94,6 +95,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )cluster-logging-operator-e2e,?($|\s.*) - agent: kubernetes always_run: true @@ -114,14 +118,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/elastic-operator-e2e-cluster-profile - --target=elastic-operator-e2e - --template=/usr/local/elastic-operator-e2e @@ -160,6 +162,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -188,6 +193,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )elastic-operator-e2e,?($|\s.*) - agent: kubernetes always_run: true @@ -208,11 +216,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=src command: @@ -233,6 +241,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -247,6 +258,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -267,14 +281,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/smoke-cluster-profile - --target=smoke - --template=/usr/local/smoke @@ -313,6 +325,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -341,6 +356,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )smoke,?($|\s.*) - agent: kubernetes always_run: true @@ -361,11 +379,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -385,6 +403,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -399,4 +420,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/origin-aggregated-logging/openshift-priv-origin-aggregated-logging-release-4.6-postsubmits.yaml b/ci-operator/jobs/openshift-priv/origin-aggregated-logging/openshift-priv-origin-aggregated-logging-release-4.6-postsubmits.yaml index 6da0a5be8f9a..e073141f486f 100644 --- a/ci-operator/jobs/openshift-priv/origin-aggregated-logging/openshift-priv-origin-aggregated-logging-release-4.6-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/origin-aggregated-logging/openshift-priv-origin-aggregated-logging-release-4.6-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-origin-aggregated-logging-release-4.6-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=src command: @@ -42,6 +43,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -56,3 +60,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/origin-aggregated-logging/openshift-priv-origin-aggregated-logging-release-4.6-presubmits.yaml b/ci-operator/jobs/openshift-priv/origin-aggregated-logging/openshift-priv-origin-aggregated-logging-release-4.6-presubmits.yaml index 7fded70a418a..5873a73f08a7 100644 --- a/ci-operator/jobs/openshift-priv/origin-aggregated-logging/openshift-priv-origin-aggregated-logging-release-4.6-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/origin-aggregated-logging/openshift-priv-origin-aggregated-logging-release-4.6-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/cluster-logging-operator-e2e-cluster-profile - --target=cluster-logging-operator-e2e - --template=/usr/local/cluster-logging-operator-e2e @@ -66,6 +64,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -94,6 +95,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )cluster-logging-operator-e2e,?($|\s.*) - agent: kubernetes always_run: true @@ -114,14 +118,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/elastic-operator-e2e-cluster-profile - --target=elastic-operator-e2e - --template=/usr/local/elastic-operator-e2e @@ -160,6 +162,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -188,6 +193,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )elastic-operator-e2e,?($|\s.*) - agent: kubernetes always_run: true @@ -208,11 +216,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=src command: @@ -233,6 +241,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -247,6 +258,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -267,14 +281,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/smoke-cluster-profile - --target=smoke - --template=/usr/local/smoke @@ -313,6 +325,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -341,6 +356,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )smoke,?($|\s.*) - agent: kubernetes always_run: true @@ -361,11 +379,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -385,6 +403,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -399,4 +420,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/origin-aggregated-logging/openshift-priv-origin-aggregated-logging-release-4.7-postsubmits.yaml b/ci-operator/jobs/openshift-priv/origin-aggregated-logging/openshift-priv-origin-aggregated-logging-release-4.7-postsubmits.yaml index 74c7c5d2ec27..4a72b3e5027c 100644 --- a/ci-operator/jobs/openshift-priv/origin-aggregated-logging/openshift-priv-origin-aggregated-logging-release-4.7-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/origin-aggregated-logging/openshift-priv-origin-aggregated-logging-release-4.7-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-origin-aggregated-logging-release-4.7-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=src command: @@ -42,6 +43,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -56,3 +60,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/origin-aggregated-logging/openshift-priv-origin-aggregated-logging-release-4.7-presubmits.yaml b/ci-operator/jobs/openshift-priv/origin-aggregated-logging/openshift-priv-origin-aggregated-logging-release-4.7-presubmits.yaml index 678812e55806..9c5977cf99b9 100644 --- a/ci-operator/jobs/openshift-priv/origin-aggregated-logging/openshift-priv-origin-aggregated-logging-release-4.7-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/origin-aggregated-logging/openshift-priv-origin-aggregated-logging-release-4.7-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/cluster-logging-operator-e2e-cluster-profile - --target=cluster-logging-operator-e2e - --template=/usr/local/cluster-logging-operator-e2e @@ -66,6 +64,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -94,6 +95,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )cluster-logging-operator-e2e,?($|\s.*) - agent: kubernetes always_run: true @@ -114,14 +118,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/elastic-operator-e2e-cluster-profile - --target=elastic-operator-e2e - --template=/usr/local/elastic-operator-e2e @@ -160,6 +162,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -188,6 +193,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )elastic-operator-e2e,?($|\s.*) - agent: kubernetes always_run: true @@ -208,11 +216,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=src command: @@ -233,6 +241,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -247,6 +258,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -267,14 +281,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/smoke-cluster-profile - --target=smoke - --template=/usr/local/smoke @@ -313,6 +325,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -341,6 +356,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )smoke,?($|\s.*) - agent: kubernetes always_run: true @@ -361,11 +379,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -385,6 +403,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -399,4 +420,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/origin/openshift-priv-origin-master-postsubmits.yaml b/ci-operator/jobs/openshift-priv/origin/openshift-priv-origin-master-postsubmits.yaml index d61fb59dde7c..4362d801884b 100644 --- a/ci-operator/jobs/openshift-priv/origin/openshift-priv-origin-master-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/origin/openshift-priv-origin-master-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-origin-master-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=artifacts command: @@ -42,6 +43,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -56,3 +60,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/origin/openshift-priv-origin-master-presubmits.yaml b/ci-operator/jobs/openshift-priv/origin/openshift-priv-origin-master-presubmits.yaml index 85329f29f372..f46fd69480ee 100644 --- a/ci-operator/jobs/openshift-priv/origin/openshift-priv-origin-master-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/origin/openshift-priv-origin-master-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -52,6 +50,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -77,6 +78,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -97,14 +101,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-csi-cluster-profile - --target=e2e-aws-csi - --template=/usr/local/e2e-aws-csi @@ -141,6 +143,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -169,6 +174,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-csi,?($|\s.*) - agent: kubernetes always_run: true @@ -189,14 +197,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-disruptive-cluster-profile - --target=e2e-aws-disruptive - --template=/usr/local/e2e-aws-disruptive @@ -234,6 +240,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -262,6 +271,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-disruptive,?($|\s.*) - agent: kubernetes always_run: true @@ -282,14 +294,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-image-registry-cluster-profile - --target=e2e-aws-image-registry - --template=/usr/local/e2e-aws-image-registry @@ -326,6 +336,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -354,6 +367,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-image-registry,?($|\s.*) - agent: kubernetes always_run: true @@ -374,14 +390,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-jenkins-cluster-profile - --target=e2e-aws-jenkins - --template=/usr/local/e2e-aws-jenkins @@ -418,6 +432,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -446,6 +463,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-jenkins,?($|\s.*) - agent: kubernetes always_run: true @@ -466,14 +486,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-serial-cluster-profile - --target=e2e-aws-serial - --template=/usr/local/e2e-aws-serial @@ -510,6 +528,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -538,6 +559,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-serial,?($|\s.*) - agent: kubernetes always_run: true @@ -558,14 +582,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-azure-cluster-profile - --target=e2e-azure - --template=/usr/local/e2e-azure @@ -602,6 +624,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -630,6 +655,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-azure,?($|\s.*) - agent: kubernetes always_run: true @@ -650,14 +678,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-cmd-cluster-profile - --target=e2e-cmd - --template=/usr/local/e2e-cmd @@ -694,6 +720,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -724,6 +753,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-cmd,?($|\s.*) - agent: kubernetes always_run: true @@ -744,14 +776,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-conformance-k8s-cluster-profile - --target=e2e-conformance-k8s - --template=/usr/local/e2e-conformance-k8s @@ -788,6 +818,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -816,6 +849,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-conformance-k8s,?($|\s.*) - agent: kubernetes always_run: true @@ -836,14 +872,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-gcp-cluster-profile - --target=e2e-gcp - --template=/usr/local/e2e-gcp @@ -880,6 +914,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -910,6 +947,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-gcp,?($|\s.*) - agent: kubernetes always_run: true @@ -930,14 +970,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-gcp-builds-cluster-profile - --target=e2e-gcp-builds - --template=/usr/local/e2e-gcp-builds @@ -974,6 +1012,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -1004,6 +1045,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-gcp-builds,?($|\s.*) - agent: kubernetes always_run: true @@ -1024,14 +1068,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-gcp-image-ecosystem-cluster-profile - --target=e2e-gcp-image-ecosystem - --template=/usr/local/e2e-gcp-image-ecosystem @@ -1068,6 +1110,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -1098,6 +1143,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-gcp-image-ecosystem,?($|\s.*) - agent: kubernetes always_run: true @@ -1118,14 +1166,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-gcp-upgrade-cluster-profile - --target=e2e-gcp-upgrade command: @@ -1151,6 +1197,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -1178,6 +1227,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-gcp-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -1198,14 +1250,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-vsphere-cluster-profile - --target=e2e-vsphere - --template=/usr/local/e2e-vsphere @@ -1242,6 +1292,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -1270,6 +1323,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-vsphere,?($|\s.*) - agent: kubernetes always_run: true @@ -1290,11 +1346,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=artifacts command: @@ -1315,6 +1371,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -1329,6 +1388,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -1349,14 +1411,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/launch-vsphere-cluster-profile - --target=launch-vsphere - --template=/usr/local/launch-vsphere @@ -1393,6 +1453,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -1421,6 +1484,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )launch-vsphere,?($|\s.*) - agent: kubernetes always_run: true @@ -1441,11 +1507,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -1465,6 +1531,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -1479,6 +1548,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -1499,11 +1571,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -1523,6 +1595,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -1537,4 +1612,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/origin/openshift-priv-origin-release-4.1-postsubmits.yaml b/ci-operator/jobs/openshift-priv/origin/openshift-priv-origin-release-4.1-postsubmits.yaml index ea517a576fce..5cae0e6edab4 100644 --- a/ci-operator/jobs/openshift-priv/origin/openshift-priv-origin-release-4.1-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/origin/openshift-priv-origin-release-4.1-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-origin-release-4.1-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=artifacts command: @@ -42,6 +43,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -56,3 +60,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/origin/openshift-priv-origin-release-4.1-presubmits.yaml b/ci-operator/jobs/openshift-priv/origin/openshift-priv-origin-release-4.1-presubmits.yaml index e816c19a2613..b65268e3b319 100644 --- a/ci-operator/jobs/openshift-priv/origin/openshift-priv-origin-release-4.1-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/origin/openshift-priv-origin-release-4.1-presubmits.yaml @@ -19,11 +19,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=cmd command: - ci-operator @@ -43,6 +43,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -57,6 +60,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )cmd,?($|\s.*) - agent: kubernetes always_run: true @@ -77,14 +83,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -110,6 +114,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -135,6 +142,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -155,14 +165,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-builds-cluster-profile - --target=e2e-aws-builds - --template=/usr/local/e2e-aws-builds @@ -199,6 +207,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -227,6 +238,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-builds,?($|\s.*) - agent: kubernetes always_run: true @@ -247,14 +261,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-disruptive-cluster-profile - --target=e2e-aws-disruptive - --template=/usr/local/e2e-aws-disruptive @@ -292,6 +304,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -320,6 +335,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-disruptive,?($|\s.*) - agent: kubernetes always_run: true @@ -340,14 +358,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-image-ecosystem-cluster-profile - --target=e2e-aws-image-ecosystem - --template=/usr/local/e2e-aws-image-ecosystem @@ -384,6 +400,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -412,6 +431,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-image-ecosystem,?($|\s.*) - agent: kubernetes always_run: true @@ -432,14 +454,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-image-registry-cluster-profile - --target=e2e-aws-image-registry - --template=/usr/local/e2e-aws-image-registry @@ -476,6 +496,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -504,6 +527,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-image-registry,?($|\s.*) - agent: kubernetes always_run: true @@ -524,14 +550,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-serial-cluster-profile - --target=e2e-aws-serial - --template=/usr/local/e2e-aws-serial @@ -568,6 +592,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -596,6 +623,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-serial,?($|\s.*) - agent: kubernetes always_run: true @@ -616,14 +646,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -649,6 +677,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -674,6 +705,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -694,14 +728,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-vsphere-cluster-profile - --target=e2e-vsphere - --template=/usr/local/e2e-vsphere @@ -738,6 +770,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -766,6 +801,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-vsphere,?($|\s.*) - agent: kubernetes always_run: true @@ -786,11 +824,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=artifacts command: @@ -811,6 +849,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -825,6 +866,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -845,11 +889,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=integration command: - ci-operator @@ -869,6 +913,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -883,6 +930,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )integration,?($|\s.*) - agent: kubernetes always_run: true @@ -903,14 +953,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/launch-vsphere-cluster-profile - --target=launch-vsphere - --template=/usr/local/launch-vsphere @@ -947,6 +995,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -975,6 +1026,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )launch-vsphere,?($|\s.*) - agent: kubernetes always_run: true @@ -995,11 +1049,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -1019,6 +1073,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -1033,6 +1090,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -1053,11 +1113,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -1077,6 +1137,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -1091,4 +1154,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/origin/openshift-priv-origin-release-4.2-postsubmits.yaml b/ci-operator/jobs/openshift-priv/origin/openshift-priv-origin-release-4.2-postsubmits.yaml index dbf6f30e5d92..25886ca3181e 100644 --- a/ci-operator/jobs/openshift-priv/origin/openshift-priv-origin-release-4.2-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/origin/openshift-priv-origin-release-4.2-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-origin-release-4.2-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=artifacts command: @@ -42,6 +43,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -56,3 +60,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/origin/openshift-priv-origin-release-4.2-presubmits.yaml b/ci-operator/jobs/openshift-priv/origin/openshift-priv-origin-release-4.2-presubmits.yaml index c90d53ff2094..9983ab698be4 100644 --- a/ci-operator/jobs/openshift-priv/origin/openshift-priv-origin-release-4.2-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/origin/openshift-priv-origin-release-4.2-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -52,6 +50,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -77,6 +78,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -97,14 +101,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-disruptive-cluster-profile - --target=e2e-aws-disruptive - --template=/usr/local/e2e-aws-disruptive @@ -142,6 +144,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -170,6 +175,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-disruptive,?($|\s.*) - agent: kubernetes always_run: true @@ -190,14 +198,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-image-registry-cluster-profile - --target=e2e-aws-image-registry - --template=/usr/local/e2e-aws-image-registry @@ -234,6 +240,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -262,6 +271,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-image-registry,?($|\s.*) - agent: kubernetes always_run: true @@ -282,14 +294,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-jenkins-cluster-profile - --target=e2e-aws-jenkins - --template=/usr/local/e2e-aws-jenkins @@ -326,6 +336,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -354,6 +367,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-jenkins,?($|\s.*) - agent: kubernetes always_run: true @@ -374,14 +390,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-serial-cluster-profile - --target=e2e-aws-serial - --template=/usr/local/e2e-aws-serial @@ -418,6 +432,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -446,6 +463,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-serial,?($|\s.*) - agent: kubernetes always_run: true @@ -466,14 +486,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-azure-cluster-profile - --target=e2e-azure - --template=/usr/local/e2e-azure @@ -510,6 +528,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -538,6 +559,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-azure,?($|\s.*) - agent: kubernetes always_run: true @@ -558,14 +582,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-cmd-cluster-profile - --target=e2e-cmd - --template=/usr/local/e2e-cmd @@ -602,6 +624,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -630,6 +655,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-cmd,?($|\s.*) - agent: kubernetes always_run: true @@ -650,14 +678,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-conformance-k8s-cluster-profile - --target=e2e-conformance-k8s - --template=/usr/local/e2e-conformance-k8s @@ -694,6 +720,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -722,6 +751,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-conformance-k8s,?($|\s.*) - agent: kubernetes always_run: true @@ -742,14 +774,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-gcp-cluster-profile - --target=e2e-gcp - --template=/usr/local/e2e-gcp @@ -786,6 +816,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -816,6 +849,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-gcp,?($|\s.*) - agent: kubernetes always_run: true @@ -836,14 +872,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-gcp-builds-cluster-profile - --target=e2e-gcp-builds - --template=/usr/local/e2e-gcp-builds @@ -880,6 +914,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -910,6 +947,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-gcp-builds,?($|\s.*) - agent: kubernetes always_run: true @@ -930,14 +970,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-gcp-image-ecosystem-cluster-profile - --target=e2e-gcp-image-ecosystem - --template=/usr/local/e2e-gcp-image-ecosystem @@ -974,6 +1012,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -1004,6 +1045,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-gcp-image-ecosystem,?($|\s.*) - agent: kubernetes always_run: true @@ -1024,14 +1068,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-gcp-upgrade-cluster-profile - --target=e2e-gcp-upgrade command: @@ -1057,6 +1099,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -1084,6 +1129,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-gcp-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -1104,14 +1152,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-vsphere-cluster-profile - --target=e2e-vsphere - --template=/usr/local/e2e-vsphere @@ -1148,6 +1194,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -1176,6 +1225,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-vsphere,?($|\s.*) - agent: kubernetes always_run: true @@ -1196,11 +1248,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=artifacts command: @@ -1221,6 +1273,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -1235,6 +1290,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -1255,11 +1313,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=images-artifacts command: - ci-operator @@ -1279,6 +1337,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -1293,6 +1354,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images-artifacts,?($|\s.*) - agent: kubernetes always_run: true @@ -1313,14 +1377,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/launch-vsphere-cluster-profile - --target=launch-vsphere - --template=/usr/local/launch-vsphere @@ -1357,6 +1419,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -1385,6 +1450,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )launch-vsphere,?($|\s.*) - agent: kubernetes always_run: true @@ -1405,11 +1473,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -1429,6 +1497,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -1443,6 +1514,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -1463,11 +1537,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -1487,6 +1561,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -1501,4 +1578,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/origin/openshift-priv-origin-release-4.3-postsubmits.yaml b/ci-operator/jobs/openshift-priv/origin/openshift-priv-origin-release-4.3-postsubmits.yaml index 1e9735cd8879..5b94a06d1aa8 100644 --- a/ci-operator/jobs/openshift-priv/origin/openshift-priv-origin-release-4.3-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/origin/openshift-priv-origin-release-4.3-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-origin-release-4.3-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=artifacts command: @@ -42,6 +43,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -56,3 +60,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/origin/openshift-priv-origin-release-4.3-presubmits.yaml b/ci-operator/jobs/openshift-priv/origin/openshift-priv-origin-release-4.3-presubmits.yaml index 8e644fb774a2..3fac75afca1e 100644 --- a/ci-operator/jobs/openshift-priv/origin/openshift-priv-origin-release-4.3-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/origin/openshift-priv-origin-release-4.3-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -52,6 +50,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -77,6 +78,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -97,14 +101,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-disruptive-cluster-profile - --target=e2e-aws-disruptive - --template=/usr/local/e2e-aws-disruptive @@ -142,6 +144,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -170,6 +175,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-disruptive,?($|\s.*) - agent: kubernetes always_run: true @@ -190,14 +198,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-image-registry-cluster-profile - --target=e2e-aws-image-registry - --template=/usr/local/e2e-aws-image-registry @@ -234,6 +240,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -262,6 +271,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-image-registry,?($|\s.*) - agent: kubernetes always_run: true @@ -282,14 +294,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-jenkins-cluster-profile - --target=e2e-aws-jenkins - --template=/usr/local/e2e-aws-jenkins @@ -326,6 +336,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -354,6 +367,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-jenkins,?($|\s.*) - agent: kubernetes always_run: true @@ -374,14 +390,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-serial-cluster-profile - --target=e2e-aws-serial - --template=/usr/local/e2e-aws-serial @@ -418,6 +432,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -446,6 +463,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-serial,?($|\s.*) - agent: kubernetes always_run: true @@ -466,14 +486,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-azure-cluster-profile - --target=e2e-azure - --template=/usr/local/e2e-azure @@ -510,6 +528,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -538,6 +559,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-azure,?($|\s.*) - agent: kubernetes always_run: true @@ -558,14 +582,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-cmd-cluster-profile - --target=e2e-cmd - --template=/usr/local/e2e-cmd @@ -602,6 +624,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -632,6 +657,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-cmd,?($|\s.*) - agent: kubernetes always_run: true @@ -652,14 +680,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-conformance-k8s-cluster-profile - --target=e2e-conformance-k8s - --template=/usr/local/e2e-conformance-k8s @@ -696,6 +722,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -724,6 +753,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-conformance-k8s,?($|\s.*) - agent: kubernetes always_run: true @@ -744,14 +776,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-gcp-cluster-profile - --target=e2e-gcp - --template=/usr/local/e2e-gcp @@ -788,6 +818,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -818,6 +851,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-gcp,?($|\s.*) - agent: kubernetes always_run: true @@ -838,14 +874,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-gcp-builds-cluster-profile - --target=e2e-gcp-builds - --template=/usr/local/e2e-gcp-builds @@ -882,6 +916,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -912,6 +949,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-gcp-builds,?($|\s.*) - agent: kubernetes always_run: true @@ -932,14 +972,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-gcp-image-ecosystem-cluster-profile - --target=e2e-gcp-image-ecosystem - --template=/usr/local/e2e-gcp-image-ecosystem @@ -976,6 +1014,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -1006,6 +1047,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-gcp-image-ecosystem,?($|\s.*) - agent: kubernetes always_run: true @@ -1026,14 +1070,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-gcp-upgrade-cluster-profile - --target=e2e-gcp-upgrade command: @@ -1059,6 +1101,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -1086,6 +1131,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-gcp-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -1106,14 +1154,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-vsphere-cluster-profile - --target=e2e-vsphere - --template=/usr/local/e2e-vsphere @@ -1150,6 +1196,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -1178,6 +1227,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-vsphere,?($|\s.*) - agent: kubernetes always_run: true @@ -1198,11 +1250,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=artifacts command: @@ -1223,6 +1275,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -1237,6 +1292,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -1257,11 +1315,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=images-artifacts command: - ci-operator @@ -1281,6 +1339,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -1295,6 +1356,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images-artifacts,?($|\s.*) - agent: kubernetes always_run: true @@ -1315,14 +1379,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/launch-vsphere-cluster-profile - --target=launch-vsphere - --template=/usr/local/launch-vsphere @@ -1359,6 +1421,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -1387,6 +1452,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )launch-vsphere,?($|\s.*) - agent: kubernetes always_run: true @@ -1407,11 +1475,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -1431,6 +1499,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -1445,6 +1516,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -1465,11 +1539,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -1489,6 +1563,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -1503,4 +1580,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/origin/openshift-priv-origin-release-4.4-postsubmits.yaml b/ci-operator/jobs/openshift-priv/origin/openshift-priv-origin-release-4.4-postsubmits.yaml index d720c9764960..fb3ccdb27b70 100644 --- a/ci-operator/jobs/openshift-priv/origin/openshift-priv-origin-release-4.4-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/origin/openshift-priv-origin-release-4.4-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-origin-release-4.4-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=artifacts command: @@ -42,6 +43,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -56,3 +60,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/origin/openshift-priv-origin-release-4.4-presubmits.yaml b/ci-operator/jobs/openshift-priv/origin/openshift-priv-origin-release-4.4-presubmits.yaml index 415e5acec86a..e4d9f66ec175 100644 --- a/ci-operator/jobs/openshift-priv/origin/openshift-priv-origin-release-4.4-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/origin/openshift-priv-origin-release-4.4-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -52,6 +50,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -77,6 +78,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -97,14 +101,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-csi-cluster-profile - --target=e2e-aws-csi - --template=/usr/local/e2e-aws-csi @@ -141,6 +143,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -169,6 +174,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-csi,?($|\s.*) - agent: kubernetes always_run: true @@ -189,14 +197,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-disruptive-cluster-profile - --target=e2e-aws-disruptive - --template=/usr/local/e2e-aws-disruptive @@ -234,6 +240,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -262,6 +271,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-disruptive,?($|\s.*) - agent: kubernetes always_run: true @@ -282,14 +294,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-image-registry-cluster-profile - --target=e2e-aws-image-registry - --template=/usr/local/e2e-aws-image-registry @@ -326,6 +336,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -354,6 +367,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-image-registry,?($|\s.*) - agent: kubernetes always_run: true @@ -374,14 +390,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-jenkins-cluster-profile - --target=e2e-aws-jenkins - --template=/usr/local/e2e-aws-jenkins @@ -418,6 +432,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -446,6 +463,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-jenkins,?($|\s.*) - agent: kubernetes always_run: true @@ -466,14 +486,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-serial-cluster-profile - --target=e2e-aws-serial - --template=/usr/local/e2e-aws-serial @@ -510,6 +528,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -538,6 +559,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-serial,?($|\s.*) - agent: kubernetes always_run: true @@ -558,14 +582,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-azure-cluster-profile - --target=e2e-azure - --template=/usr/local/e2e-azure @@ -602,6 +624,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -630,6 +655,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-azure,?($|\s.*) - agent: kubernetes always_run: true @@ -650,14 +678,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-cmd-cluster-profile - --target=e2e-cmd - --template=/usr/local/e2e-cmd @@ -694,6 +720,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -724,6 +753,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-cmd,?($|\s.*) - agent: kubernetes always_run: true @@ -744,14 +776,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-conformance-k8s-cluster-profile - --target=e2e-conformance-k8s - --template=/usr/local/e2e-conformance-k8s @@ -788,6 +818,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -816,6 +849,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-conformance-k8s,?($|\s.*) - agent: kubernetes always_run: true @@ -836,14 +872,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-gcp-cluster-profile - --target=e2e-gcp - --template=/usr/local/e2e-gcp @@ -880,6 +914,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -910,6 +947,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-gcp,?($|\s.*) - agent: kubernetes always_run: true @@ -930,14 +970,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-gcp-builds-cluster-profile - --target=e2e-gcp-builds - --template=/usr/local/e2e-gcp-builds @@ -974,6 +1012,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -1004,6 +1045,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-gcp-builds,?($|\s.*) - agent: kubernetes always_run: true @@ -1024,14 +1068,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-gcp-image-ecosystem-cluster-profile - --target=e2e-gcp-image-ecosystem - --template=/usr/local/e2e-gcp-image-ecosystem @@ -1068,6 +1110,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -1098,6 +1143,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-gcp-image-ecosystem,?($|\s.*) - agent: kubernetes always_run: true @@ -1118,14 +1166,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-gcp-upgrade-cluster-profile - --target=e2e-gcp-upgrade command: @@ -1151,6 +1197,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -1178,6 +1227,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-gcp-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -1198,14 +1250,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-vsphere-cluster-profile - --target=e2e-vsphere - --template=/usr/local/e2e-vsphere @@ -1242,6 +1292,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -1270,6 +1323,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-vsphere,?($|\s.*) - agent: kubernetes always_run: true @@ -1290,11 +1346,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=artifacts command: @@ -1315,6 +1371,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -1329,6 +1388,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -1349,14 +1411,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/launch-vsphere-cluster-profile - --target=launch-vsphere - --template=/usr/local/launch-vsphere @@ -1393,6 +1453,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -1421,6 +1484,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )launch-vsphere,?($|\s.*) - agent: kubernetes always_run: true @@ -1441,11 +1507,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -1465,6 +1531,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -1479,6 +1548,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -1499,11 +1571,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -1523,6 +1595,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -1537,4 +1612,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/origin/openshift-priv-origin-release-4.5-postsubmits.yaml b/ci-operator/jobs/openshift-priv/origin/openshift-priv-origin-release-4.5-postsubmits.yaml index c1a0139c2984..8a8f6e3fe0ff 100644 --- a/ci-operator/jobs/openshift-priv/origin/openshift-priv-origin-release-4.5-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/origin/openshift-priv-origin-release-4.5-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-origin-release-4.5-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=artifacts command: @@ -42,6 +43,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -56,3 +60,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/origin/openshift-priv-origin-release-4.5-presubmits.yaml b/ci-operator/jobs/openshift-priv/origin/openshift-priv-origin-release-4.5-presubmits.yaml index e35505c634c6..3993862e9557 100644 --- a/ci-operator/jobs/openshift-priv/origin/openshift-priv-origin-release-4.5-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/origin/openshift-priv-origin-release-4.5-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -52,6 +50,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -77,6 +78,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -97,14 +101,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-csi-cluster-profile - --target=e2e-aws-csi - --template=/usr/local/e2e-aws-csi @@ -141,6 +143,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -169,6 +174,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-csi,?($|\s.*) - agent: kubernetes always_run: true @@ -189,14 +197,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-disruptive-cluster-profile - --target=e2e-aws-disruptive - --template=/usr/local/e2e-aws-disruptive @@ -234,6 +240,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -262,6 +271,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-disruptive,?($|\s.*) - agent: kubernetes always_run: true @@ -282,14 +294,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-image-registry-cluster-profile - --target=e2e-aws-image-registry - --template=/usr/local/e2e-aws-image-registry @@ -326,6 +336,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -354,6 +367,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-image-registry,?($|\s.*) - agent: kubernetes always_run: true @@ -374,14 +390,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-jenkins-cluster-profile - --target=e2e-aws-jenkins - --template=/usr/local/e2e-aws-jenkins @@ -418,6 +432,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -446,6 +463,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-jenkins,?($|\s.*) - agent: kubernetes always_run: true @@ -466,14 +486,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-serial-cluster-profile - --target=e2e-aws-serial - --template=/usr/local/e2e-aws-serial @@ -510,6 +528,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -538,6 +559,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-serial,?($|\s.*) - agent: kubernetes always_run: true @@ -558,14 +582,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-azure-cluster-profile - --target=e2e-azure - --template=/usr/local/e2e-azure @@ -602,6 +624,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -630,6 +655,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-azure,?($|\s.*) - agent: kubernetes always_run: true @@ -650,14 +678,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-cmd-cluster-profile - --target=e2e-cmd - --template=/usr/local/e2e-cmd @@ -694,6 +720,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -724,6 +753,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-cmd,?($|\s.*) - agent: kubernetes always_run: true @@ -744,14 +776,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-conformance-k8s-cluster-profile - --target=e2e-conformance-k8s - --template=/usr/local/e2e-conformance-k8s @@ -788,6 +818,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -816,6 +849,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-conformance-k8s,?($|\s.*) - agent: kubernetes always_run: true @@ -836,14 +872,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-gcp-cluster-profile - --target=e2e-gcp - --template=/usr/local/e2e-gcp @@ -880,6 +914,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -910,6 +947,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-gcp,?($|\s.*) - agent: kubernetes always_run: true @@ -930,14 +970,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-gcp-builds-cluster-profile - --target=e2e-gcp-builds - --template=/usr/local/e2e-gcp-builds @@ -974,6 +1012,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -1004,6 +1045,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-gcp-builds,?($|\s.*) - agent: kubernetes always_run: true @@ -1024,14 +1068,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-gcp-image-ecosystem-cluster-profile - --target=e2e-gcp-image-ecosystem - --template=/usr/local/e2e-gcp-image-ecosystem @@ -1068,6 +1110,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -1098,6 +1143,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-gcp-image-ecosystem,?($|\s.*) - agent: kubernetes always_run: true @@ -1118,14 +1166,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-gcp-upgrade-cluster-profile - --target=e2e-gcp-upgrade command: @@ -1151,6 +1197,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -1178,6 +1227,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-gcp-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -1198,14 +1250,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-vsphere-cluster-profile - --target=e2e-vsphere - --template=/usr/local/e2e-vsphere @@ -1242,6 +1292,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -1270,6 +1323,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-vsphere,?($|\s.*) - agent: kubernetes always_run: true @@ -1290,11 +1346,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=artifacts command: @@ -1315,6 +1371,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -1329,6 +1388,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -1349,14 +1411,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/launch-vsphere-cluster-profile - --target=launch-vsphere - --template=/usr/local/launch-vsphere @@ -1393,6 +1453,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -1421,6 +1484,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )launch-vsphere,?($|\s.*) - agent: kubernetes always_run: true @@ -1441,11 +1507,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -1465,6 +1531,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -1479,6 +1548,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -1499,11 +1571,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -1523,6 +1595,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -1537,4 +1612,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/origin/openshift-priv-origin-release-4.6-postsubmits.yaml b/ci-operator/jobs/openshift-priv/origin/openshift-priv-origin-release-4.6-postsubmits.yaml index 88db4f2ec581..79bdd128bfee 100644 --- a/ci-operator/jobs/openshift-priv/origin/openshift-priv-origin-release-4.6-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/origin/openshift-priv-origin-release-4.6-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-origin-release-4.6-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=artifacts command: @@ -42,6 +43,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -56,3 +60,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/origin/openshift-priv-origin-release-4.6-presubmits.yaml b/ci-operator/jobs/openshift-priv/origin/openshift-priv-origin-release-4.6-presubmits.yaml index e64d1157c155..2d6de2e56e2d 100644 --- a/ci-operator/jobs/openshift-priv/origin/openshift-priv-origin-release-4.6-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/origin/openshift-priv-origin-release-4.6-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -52,6 +50,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -77,6 +78,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -97,14 +101,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-csi-cluster-profile - --target=e2e-aws-csi - --template=/usr/local/e2e-aws-csi @@ -141,6 +143,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -169,6 +174,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-csi,?($|\s.*) - agent: kubernetes always_run: true @@ -189,14 +197,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-disruptive-cluster-profile - --target=e2e-aws-disruptive - --template=/usr/local/e2e-aws-disruptive @@ -234,6 +240,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -262,6 +271,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-disruptive,?($|\s.*) - agent: kubernetes always_run: true @@ -282,14 +294,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-image-registry-cluster-profile - --target=e2e-aws-image-registry - --template=/usr/local/e2e-aws-image-registry @@ -326,6 +336,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -354,6 +367,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-image-registry,?($|\s.*) - agent: kubernetes always_run: true @@ -374,14 +390,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-jenkins-cluster-profile - --target=e2e-aws-jenkins - --template=/usr/local/e2e-aws-jenkins @@ -418,6 +432,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -446,6 +463,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-jenkins,?($|\s.*) - agent: kubernetes always_run: true @@ -466,14 +486,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-serial-cluster-profile - --target=e2e-aws-serial - --template=/usr/local/e2e-aws-serial @@ -510,6 +528,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -538,6 +559,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-serial,?($|\s.*) - agent: kubernetes always_run: true @@ -558,14 +582,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-azure-cluster-profile - --target=e2e-azure - --template=/usr/local/e2e-azure @@ -602,6 +624,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -630,6 +655,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-azure,?($|\s.*) - agent: kubernetes always_run: true @@ -650,14 +678,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-cmd-cluster-profile - --target=e2e-cmd - --template=/usr/local/e2e-cmd @@ -694,6 +720,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -724,6 +753,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-cmd,?($|\s.*) - agent: kubernetes always_run: true @@ -744,14 +776,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-conformance-k8s-cluster-profile - --target=e2e-conformance-k8s - --template=/usr/local/e2e-conformance-k8s @@ -788,6 +818,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -816,6 +849,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-conformance-k8s,?($|\s.*) - agent: kubernetes always_run: true @@ -836,14 +872,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-gcp-cluster-profile - --target=e2e-gcp - --template=/usr/local/e2e-gcp @@ -880,6 +914,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -910,6 +947,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-gcp,?($|\s.*) - agent: kubernetes always_run: true @@ -930,14 +970,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-gcp-builds-cluster-profile - --target=e2e-gcp-builds - --template=/usr/local/e2e-gcp-builds @@ -974,6 +1012,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -1004,6 +1045,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-gcp-builds,?($|\s.*) - agent: kubernetes always_run: true @@ -1024,14 +1068,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-gcp-image-ecosystem-cluster-profile - --target=e2e-gcp-image-ecosystem - --template=/usr/local/e2e-gcp-image-ecosystem @@ -1068,6 +1110,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -1098,6 +1143,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-gcp-image-ecosystem,?($|\s.*) - agent: kubernetes always_run: true @@ -1118,14 +1166,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-gcp-upgrade-cluster-profile - --target=e2e-gcp-upgrade command: @@ -1151,6 +1197,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -1178,6 +1227,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-gcp-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -1198,14 +1250,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-vsphere-cluster-profile - --target=e2e-vsphere - --template=/usr/local/e2e-vsphere @@ -1242,6 +1292,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -1270,6 +1323,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-vsphere,?($|\s.*) - agent: kubernetes always_run: true @@ -1290,11 +1346,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=artifacts command: @@ -1315,6 +1371,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -1329,6 +1388,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -1349,14 +1411,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/launch-vsphere-cluster-profile - --target=launch-vsphere - --template=/usr/local/launch-vsphere @@ -1393,6 +1453,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -1421,6 +1484,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )launch-vsphere,?($|\s.*) - agent: kubernetes always_run: true @@ -1441,11 +1507,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -1465,6 +1531,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -1479,6 +1548,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -1499,11 +1571,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -1523,6 +1595,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -1537,4 +1612,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/origin/openshift-priv-origin-release-4.7-postsubmits.yaml b/ci-operator/jobs/openshift-priv/origin/openshift-priv-origin-release-4.7-postsubmits.yaml index 1139f5ab8ab5..1f51a4c63f7d 100644 --- a/ci-operator/jobs/openshift-priv/origin/openshift-priv-origin-release-4.7-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/origin/openshift-priv-origin-release-4.7-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-origin-release-4.7-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=artifacts command: @@ -42,6 +43,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -56,3 +60,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/origin/openshift-priv-origin-release-4.7-presubmits.yaml b/ci-operator/jobs/openshift-priv/origin/openshift-priv-origin-release-4.7-presubmits.yaml index a1dc6ab99b45..cdc196698b80 100644 --- a/ci-operator/jobs/openshift-priv/origin/openshift-priv-origin-release-4.7-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/origin/openshift-priv-origin-release-4.7-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -52,6 +50,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -77,6 +78,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -97,14 +101,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-csi-cluster-profile - --target=e2e-aws-csi - --template=/usr/local/e2e-aws-csi @@ -141,6 +143,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -169,6 +174,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-csi,?($|\s.*) - agent: kubernetes always_run: true @@ -189,14 +197,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-disruptive-cluster-profile - --target=e2e-aws-disruptive - --template=/usr/local/e2e-aws-disruptive @@ -234,6 +240,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -262,6 +271,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-disruptive,?($|\s.*) - agent: kubernetes always_run: true @@ -282,14 +294,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-image-registry-cluster-profile - --target=e2e-aws-image-registry - --template=/usr/local/e2e-aws-image-registry @@ -326,6 +336,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -354,6 +367,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-image-registry,?($|\s.*) - agent: kubernetes always_run: true @@ -374,14 +390,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-jenkins-cluster-profile - --target=e2e-aws-jenkins - --template=/usr/local/e2e-aws-jenkins @@ -418,6 +432,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -446,6 +463,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-jenkins,?($|\s.*) - agent: kubernetes always_run: true @@ -466,14 +486,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-serial-cluster-profile - --target=e2e-aws-serial - --template=/usr/local/e2e-aws-serial @@ -510,6 +528,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -538,6 +559,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-serial,?($|\s.*) - agent: kubernetes always_run: true @@ -558,14 +582,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-azure-cluster-profile - --target=e2e-azure - --template=/usr/local/e2e-azure @@ -602,6 +624,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -630,6 +655,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-azure,?($|\s.*) - agent: kubernetes always_run: true @@ -650,14 +678,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-cmd-cluster-profile - --target=e2e-cmd - --template=/usr/local/e2e-cmd @@ -694,6 +720,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -724,6 +753,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-cmd,?($|\s.*) - agent: kubernetes always_run: true @@ -744,14 +776,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-conformance-k8s-cluster-profile - --target=e2e-conformance-k8s - --template=/usr/local/e2e-conformance-k8s @@ -788,6 +818,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -816,6 +849,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-conformance-k8s,?($|\s.*) - agent: kubernetes always_run: true @@ -836,14 +872,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-gcp-cluster-profile - --target=e2e-gcp - --template=/usr/local/e2e-gcp @@ -880,6 +914,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -910,6 +947,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-gcp,?($|\s.*) - agent: kubernetes always_run: true @@ -930,14 +970,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-gcp-builds-cluster-profile - --target=e2e-gcp-builds - --template=/usr/local/e2e-gcp-builds @@ -974,6 +1012,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -1004,6 +1045,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-gcp-builds,?($|\s.*) - agent: kubernetes always_run: true @@ -1024,14 +1068,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-gcp-image-ecosystem-cluster-profile - --target=e2e-gcp-image-ecosystem - --template=/usr/local/e2e-gcp-image-ecosystem @@ -1068,6 +1110,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -1098,6 +1143,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-gcp-image-ecosystem,?($|\s.*) - agent: kubernetes always_run: true @@ -1118,14 +1166,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-gcp-upgrade-cluster-profile - --target=e2e-gcp-upgrade command: @@ -1151,6 +1197,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -1178,6 +1227,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-gcp-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -1198,14 +1250,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-vsphere-cluster-profile - --target=e2e-vsphere - --template=/usr/local/e2e-vsphere @@ -1242,6 +1292,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -1270,6 +1323,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-vsphere,?($|\s.*) - agent: kubernetes always_run: true @@ -1290,11 +1346,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=artifacts command: @@ -1315,6 +1371,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -1329,6 +1388,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -1349,14 +1411,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/launch-vsphere-cluster-profile - --target=launch-vsphere - --template=/usr/local/launch-vsphere @@ -1393,6 +1453,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -1421,6 +1484,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )launch-vsphere,?($|\s.*) - agent: kubernetes always_run: true @@ -1441,11 +1507,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -1465,6 +1531,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -1479,6 +1548,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -1499,11 +1571,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -1523,6 +1595,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -1537,4 +1612,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/ovirt-csi-driver/openshift-priv-ovirt-csi-driver-master-postsubmits.yaml b/ci-operator/jobs/openshift-priv/ovirt-csi-driver/openshift-priv-ovirt-csi-driver-master-postsubmits.yaml index a02cc443f259..6975cbd87079 100644 --- a/ci-operator/jobs/openshift-priv/ovirt-csi-driver/openshift-priv-ovirt-csi-driver-master-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/ovirt-csi-driver/openshift-priv-ovirt-csi-driver-master-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-ovirt-csi-driver-master-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/ovirt-csi-driver/openshift-priv-ovirt-csi-driver-master-presubmits.yaml b/ci-operator/jobs/openshift-priv/ovirt-csi-driver/openshift-priv-ovirt-csi-driver-master-presubmits.yaml index e9755bf65c83..b2fc1c6321e4 100644 --- a/ci-operator/jobs/openshift-priv/ovirt-csi-driver/openshift-priv-ovirt-csi-driver-master-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/ovirt-csi-driver/openshift-priv-ovirt-csi-driver-master-presubmits.yaml @@ -19,11 +19,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -43,6 +43,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -57,4 +60,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/ovirt-csi-driver/openshift-priv-ovirt-csi-driver-release-4.4-postsubmits.yaml b/ci-operator/jobs/openshift-priv/ovirt-csi-driver/openshift-priv-ovirt-csi-driver-release-4.4-postsubmits.yaml index 206922851b30..b8ca4d41674f 100644 --- a/ci-operator/jobs/openshift-priv/ovirt-csi-driver/openshift-priv-ovirt-csi-driver-release-4.4-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/ovirt-csi-driver/openshift-priv-ovirt-csi-driver-release-4.4-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-ovirt-csi-driver-release-4.4-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/ovirt-csi-driver/openshift-priv-ovirt-csi-driver-release-4.4-presubmits.yaml b/ci-operator/jobs/openshift-priv/ovirt-csi-driver/openshift-priv-ovirt-csi-driver-release-4.4-presubmits.yaml index f403d4b7aab8..992dc2e4c818 100644 --- a/ci-operator/jobs/openshift-priv/ovirt-csi-driver/openshift-priv-ovirt-csi-driver-release-4.4-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/ovirt-csi-driver/openshift-priv-ovirt-csi-driver-release-4.4-presubmits.yaml @@ -19,11 +19,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -43,6 +43,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -57,4 +60,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/ovirt-csi-driver/openshift-priv-ovirt-csi-driver-release-4.5-postsubmits.yaml b/ci-operator/jobs/openshift-priv/ovirt-csi-driver/openshift-priv-ovirt-csi-driver-release-4.5-postsubmits.yaml index 2cfe7eb5196b..57ea8e44b37c 100644 --- a/ci-operator/jobs/openshift-priv/ovirt-csi-driver/openshift-priv-ovirt-csi-driver-release-4.5-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/ovirt-csi-driver/openshift-priv-ovirt-csi-driver-release-4.5-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-ovirt-csi-driver-release-4.5-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/ovirt-csi-driver/openshift-priv-ovirt-csi-driver-release-4.5-presubmits.yaml b/ci-operator/jobs/openshift-priv/ovirt-csi-driver/openshift-priv-ovirt-csi-driver-release-4.5-presubmits.yaml index c345cab00400..962662ab4ac9 100644 --- a/ci-operator/jobs/openshift-priv/ovirt-csi-driver/openshift-priv-ovirt-csi-driver-release-4.5-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/ovirt-csi-driver/openshift-priv-ovirt-csi-driver-release-4.5-presubmits.yaml @@ -19,11 +19,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -43,6 +43,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -57,4 +60,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/ovirt-csi-driver/openshift-priv-ovirt-csi-driver-release-4.6-postsubmits.yaml b/ci-operator/jobs/openshift-priv/ovirt-csi-driver/openshift-priv-ovirt-csi-driver-release-4.6-postsubmits.yaml index f4394543a795..5acb112ab468 100644 --- a/ci-operator/jobs/openshift-priv/ovirt-csi-driver/openshift-priv-ovirt-csi-driver-release-4.6-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/ovirt-csi-driver/openshift-priv-ovirt-csi-driver-release-4.6-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-ovirt-csi-driver-release-4.6-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/ovirt-csi-driver/openshift-priv-ovirt-csi-driver-release-4.6-presubmits.yaml b/ci-operator/jobs/openshift-priv/ovirt-csi-driver/openshift-priv-ovirt-csi-driver-release-4.6-presubmits.yaml index a4ba5391f4af..a53006ce0cab 100644 --- a/ci-operator/jobs/openshift-priv/ovirt-csi-driver/openshift-priv-ovirt-csi-driver-release-4.6-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/ovirt-csi-driver/openshift-priv-ovirt-csi-driver-release-4.6-presubmits.yaml @@ -19,11 +19,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -43,6 +43,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -57,4 +60,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/ovirt-csi-driver/openshift-priv-ovirt-csi-driver-release-4.7-postsubmits.yaml b/ci-operator/jobs/openshift-priv/ovirt-csi-driver/openshift-priv-ovirt-csi-driver-release-4.7-postsubmits.yaml index 7e2c6c012e4d..1e4fdccf8680 100644 --- a/ci-operator/jobs/openshift-priv/ovirt-csi-driver/openshift-priv-ovirt-csi-driver-release-4.7-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/ovirt-csi-driver/openshift-priv-ovirt-csi-driver-release-4.7-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-ovirt-csi-driver-release-4.7-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/ovirt-csi-driver/openshift-priv-ovirt-csi-driver-release-4.7-presubmits.yaml b/ci-operator/jobs/openshift-priv/ovirt-csi-driver/openshift-priv-ovirt-csi-driver-release-4.7-presubmits.yaml index 391c2171cf16..6bcde78723c5 100644 --- a/ci-operator/jobs/openshift-priv/ovirt-csi-driver/openshift-priv-ovirt-csi-driver-release-4.7-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/ovirt-csi-driver/openshift-priv-ovirt-csi-driver-release-4.7-presubmits.yaml @@ -19,11 +19,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -43,6 +43,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -57,4 +60,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/ovn-kubernetes/openshift-priv-ovn-kubernetes-master-postsubmits.yaml b/ci-operator/jobs/openshift-priv/ovn-kubernetes/openshift-priv-ovn-kubernetes-master-postsubmits.yaml index 111959367c3a..b2183e9ad508 100644 --- a/ci-operator/jobs/openshift-priv/ovn-kubernetes/openshift-priv-ovn-kubernetes-master-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/ovn-kubernetes/openshift-priv-ovn-kubernetes-master-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-ovn-kubernetes-master-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/ovn-kubernetes/openshift-priv-ovn-kubernetes-master-presubmits.yaml b/ci-operator/jobs/openshift-priv/ovn-kubernetes/openshift-priv-ovn-kubernetes-master-presubmits.yaml index a9dd1f57158a..10201a2881d3 100644 --- a/ci-operator/jobs/openshift-priv/ovn-kubernetes/openshift-priv-ovn-kubernetes-master-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/ovn-kubernetes/openshift-priv-ovn-kubernetes-master-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-metal-ipi-cluster-profile - --target=e2e-metal-ipi command: @@ -52,6 +50,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -79,6 +80,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-metal-ipi,?($|\s.*) - agent: kubernetes always_run: true @@ -99,11 +103,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -123,6 +127,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -137,4 +144,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/ovn-kubernetes/openshift-priv-ovn-kubernetes-release-4.1-postsubmits.yaml b/ci-operator/jobs/openshift-priv/ovn-kubernetes/openshift-priv-ovn-kubernetes-release-4.1-postsubmits.yaml index b0821a9ec524..f07202730d3b 100644 --- a/ci-operator/jobs/openshift-priv/ovn-kubernetes/openshift-priv-ovn-kubernetes-release-4.1-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/ovn-kubernetes/openshift-priv-ovn-kubernetes-release-4.1-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-ovn-kubernetes-release-4.1-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/ovn-kubernetes/openshift-priv-ovn-kubernetes-release-4.1-presubmits.yaml b/ci-operator/jobs/openshift-priv/ovn-kubernetes/openshift-priv-ovn-kubernetes-release-4.1-presubmits.yaml index 3097789788fe..52973deb7e66 100644 --- a/ci-operator/jobs/openshift-priv/ovn-kubernetes/openshift-priv-ovn-kubernetes-release-4.1-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/ovn-kubernetes/openshift-priv-ovn-kubernetes-release-4.1-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -52,6 +50,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -77,6 +78,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -97,11 +101,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -121,6 +125,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -135,4 +142,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/ovn-kubernetes/openshift-priv-ovn-kubernetes-release-4.2-postsubmits.yaml b/ci-operator/jobs/openshift-priv/ovn-kubernetes/openshift-priv-ovn-kubernetes-release-4.2-postsubmits.yaml index bb6556b4c380..3230fc3abda7 100644 --- a/ci-operator/jobs/openshift-priv/ovn-kubernetes/openshift-priv-ovn-kubernetes-release-4.2-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/ovn-kubernetes/openshift-priv-ovn-kubernetes-release-4.2-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-ovn-kubernetes-release-4.2-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/ovn-kubernetes/openshift-priv-ovn-kubernetes-release-4.2-presubmits.yaml b/ci-operator/jobs/openshift-priv/ovn-kubernetes/openshift-priv-ovn-kubernetes-release-4.2-presubmits.yaml index c37c59ead6cc..76e2b3f8cfc8 100644 --- a/ci-operator/jobs/openshift-priv/ovn-kubernetes/openshift-priv-ovn-kubernetes-release-4.2-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/ovn-kubernetes/openshift-priv-ovn-kubernetes-release-4.2-presubmits.yaml @@ -19,11 +19,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -43,6 +43,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -57,4 +60,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/ovn-kubernetes/openshift-priv-ovn-kubernetes-release-4.3-postsubmits.yaml b/ci-operator/jobs/openshift-priv/ovn-kubernetes/openshift-priv-ovn-kubernetes-release-4.3-postsubmits.yaml index a2944bd389f0..75a3d067bc00 100644 --- a/ci-operator/jobs/openshift-priv/ovn-kubernetes/openshift-priv-ovn-kubernetes-release-4.3-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/ovn-kubernetes/openshift-priv-ovn-kubernetes-release-4.3-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-ovn-kubernetes-release-4.3-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/ovn-kubernetes/openshift-priv-ovn-kubernetes-release-4.3-presubmits.yaml b/ci-operator/jobs/openshift-priv/ovn-kubernetes/openshift-priv-ovn-kubernetes-release-4.3-presubmits.yaml index 645a22a6a965..e0016050c9be 100644 --- a/ci-operator/jobs/openshift-priv/ovn-kubernetes/openshift-priv-ovn-kubernetes-release-4.3-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/ovn-kubernetes/openshift-priv-ovn-kubernetes-release-4.3-presubmits.yaml @@ -19,11 +19,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -43,6 +43,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -57,4 +60,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/ovn-kubernetes/openshift-priv-ovn-kubernetes-release-4.4-postsubmits.yaml b/ci-operator/jobs/openshift-priv/ovn-kubernetes/openshift-priv-ovn-kubernetes-release-4.4-postsubmits.yaml index c3f8cb0ce9e6..86e484edca4e 100644 --- a/ci-operator/jobs/openshift-priv/ovn-kubernetes/openshift-priv-ovn-kubernetes-release-4.4-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/ovn-kubernetes/openshift-priv-ovn-kubernetes-release-4.4-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-ovn-kubernetes-release-4.4-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/ovn-kubernetes/openshift-priv-ovn-kubernetes-release-4.4-presubmits.yaml b/ci-operator/jobs/openshift-priv/ovn-kubernetes/openshift-priv-ovn-kubernetes-release-4.4-presubmits.yaml index 6ff9fd314134..7d015e8b446b 100644 --- a/ci-operator/jobs/openshift-priv/ovn-kubernetes/openshift-priv-ovn-kubernetes-release-4.4-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/ovn-kubernetes/openshift-priv-ovn-kubernetes-release-4.4-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-metal-ipi-cluster-profile - --target=e2e-metal-ipi command: @@ -52,6 +50,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -79,6 +80,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-metal-ipi,?($|\s.*) - agent: kubernetes always_run: true @@ -99,11 +103,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -123,6 +127,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -137,4 +144,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/ovn-kubernetes/openshift-priv-ovn-kubernetes-release-4.5-postsubmits.yaml b/ci-operator/jobs/openshift-priv/ovn-kubernetes/openshift-priv-ovn-kubernetes-release-4.5-postsubmits.yaml index bcbe35af58db..385c94e4c703 100644 --- a/ci-operator/jobs/openshift-priv/ovn-kubernetes/openshift-priv-ovn-kubernetes-release-4.5-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/ovn-kubernetes/openshift-priv-ovn-kubernetes-release-4.5-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-ovn-kubernetes-release-4.5-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/ovn-kubernetes/openshift-priv-ovn-kubernetes-release-4.5-presubmits.yaml b/ci-operator/jobs/openshift-priv/ovn-kubernetes/openshift-priv-ovn-kubernetes-release-4.5-presubmits.yaml index 398b4e11ad05..db022f679035 100644 --- a/ci-operator/jobs/openshift-priv/ovn-kubernetes/openshift-priv-ovn-kubernetes-release-4.5-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/ovn-kubernetes/openshift-priv-ovn-kubernetes-release-4.5-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-metal-ipi-cluster-profile - --target=e2e-metal-ipi command: @@ -52,6 +50,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -79,6 +80,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-metal-ipi,?($|\s.*) - agent: kubernetes always_run: true @@ -99,11 +103,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -123,6 +127,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -137,4 +144,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/ovn-kubernetes/openshift-priv-ovn-kubernetes-release-4.6-postsubmits.yaml b/ci-operator/jobs/openshift-priv/ovn-kubernetes/openshift-priv-ovn-kubernetes-release-4.6-postsubmits.yaml index fb7b2dfce791..71e2aeffb343 100644 --- a/ci-operator/jobs/openshift-priv/ovn-kubernetes/openshift-priv-ovn-kubernetes-release-4.6-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/ovn-kubernetes/openshift-priv-ovn-kubernetes-release-4.6-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-ovn-kubernetes-release-4.6-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/ovn-kubernetes/openshift-priv-ovn-kubernetes-release-4.6-presubmits.yaml b/ci-operator/jobs/openshift-priv/ovn-kubernetes/openshift-priv-ovn-kubernetes-release-4.6-presubmits.yaml index eb5266f28df0..a9925f6f83d9 100644 --- a/ci-operator/jobs/openshift-priv/ovn-kubernetes/openshift-priv-ovn-kubernetes-release-4.6-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/ovn-kubernetes/openshift-priv-ovn-kubernetes-release-4.6-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-metal-ipi-cluster-profile - --target=e2e-metal-ipi command: @@ -52,6 +50,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -79,6 +80,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-metal-ipi,?($|\s.*) - agent: kubernetes always_run: true @@ -99,11 +103,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -123,6 +127,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -137,4 +144,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/ovn-kubernetes/openshift-priv-ovn-kubernetes-release-4.7-postsubmits.yaml b/ci-operator/jobs/openshift-priv/ovn-kubernetes/openshift-priv-ovn-kubernetes-release-4.7-postsubmits.yaml index beec413dfd88..60720f3ff0b2 100644 --- a/ci-operator/jobs/openshift-priv/ovn-kubernetes/openshift-priv-ovn-kubernetes-release-4.7-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/ovn-kubernetes/openshift-priv-ovn-kubernetes-release-4.7-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-ovn-kubernetes-release-4.7-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/ovn-kubernetes/openshift-priv-ovn-kubernetes-release-4.7-presubmits.yaml b/ci-operator/jobs/openshift-priv/ovn-kubernetes/openshift-priv-ovn-kubernetes-release-4.7-presubmits.yaml index ebb3a52a21c3..d4b1d475960e 100644 --- a/ci-operator/jobs/openshift-priv/ovn-kubernetes/openshift-priv-ovn-kubernetes-release-4.7-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/ovn-kubernetes/openshift-priv-ovn-kubernetes-release-4.7-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-metal-ipi-cluster-profile - --target=e2e-metal-ipi command: @@ -52,6 +50,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -79,6 +80,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-metal-ipi,?($|\s.*) - agent: kubernetes always_run: true @@ -99,11 +103,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -123,6 +127,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -137,4 +144,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/pagerduty-operator/openshift-priv-pagerduty-operator-release-4.6-postsubmits.yaml b/ci-operator/jobs/openshift-priv/pagerduty-operator/openshift-priv-pagerduty-operator-release-4.6-postsubmits.yaml index 919157c6c355..22967cb44fe4 100644 --- a/ci-operator/jobs/openshift-priv/pagerduty-operator/openshift-priv-pagerduty-operator-release-4.6-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/pagerduty-operator/openshift-priv-pagerduty-operator-release-4.6-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-pagerduty-operator-release-4.6-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/pagerduty-operator/openshift-priv-pagerduty-operator-release-4.6-presubmits.yaml b/ci-operator/jobs/openshift-priv/pagerduty-operator/openshift-priv-pagerduty-operator-release-4.6-presubmits.yaml index ce1320aacf01..0c88a0cbc493 100644 --- a/ci-operator/jobs/openshift-priv/pagerduty-operator/openshift-priv-pagerduty-operator-release-4.6-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/pagerduty-operator/openshift-priv-pagerduty-operator-release-4.6-presubmits.yaml @@ -19,11 +19,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -43,6 +43,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -57,4 +60,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/presto/openshift-priv-presto-master-postsubmits.yaml b/ci-operator/jobs/openshift-priv/presto/openshift-priv-presto-master-postsubmits.yaml index bf2cd8c46638..c9eae2f47475 100644 --- a/ci-operator/jobs/openshift-priv/presto/openshift-priv-presto-master-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/presto/openshift-priv-presto-master-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-presto-master-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/presto/openshift-priv-presto-master-presubmits.yaml b/ci-operator/jobs/openshift-priv/presto/openshift-priv-presto-master-presubmits.yaml index cc5039f8bac4..2f2b1e489070 100644 --- a/ci-operator/jobs/openshift-priv/presto/openshift-priv-presto-master-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/presto/openshift-priv-presto-master-presubmits.yaml @@ -19,11 +19,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -43,6 +43,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -57,6 +60,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -77,11 +83,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -101,6 +107,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -115,4 +124,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/presto/openshift-priv-presto-release-4.1-postsubmits.yaml b/ci-operator/jobs/openshift-priv/presto/openshift-priv-presto-release-4.1-postsubmits.yaml index beaa43de3de3..78a91719ee6a 100644 --- a/ci-operator/jobs/openshift-priv/presto/openshift-priv-presto-release-4.1-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/presto/openshift-priv-presto-release-4.1-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-presto-release-4.1-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/presto/openshift-priv-presto-release-4.1-presubmits.yaml b/ci-operator/jobs/openshift-priv/presto/openshift-priv-presto-release-4.1-presubmits.yaml index bfec4aadd4bc..f9729ba7b4f2 100644 --- a/ci-operator/jobs/openshift-priv/presto/openshift-priv-presto-release-4.1-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/presto/openshift-priv-presto-release-4.1-presubmits.yaml @@ -19,11 +19,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -43,6 +43,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -57,4 +60,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/presto/openshift-priv-presto-release-4.2-postsubmits.yaml b/ci-operator/jobs/openshift-priv/presto/openshift-priv-presto-release-4.2-postsubmits.yaml index 4208b5a619c9..4ff1c493b236 100644 --- a/ci-operator/jobs/openshift-priv/presto/openshift-priv-presto-release-4.2-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/presto/openshift-priv-presto-release-4.2-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-presto-release-4.2-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/presto/openshift-priv-presto-release-4.2-presubmits.yaml b/ci-operator/jobs/openshift-priv/presto/openshift-priv-presto-release-4.2-presubmits.yaml index 5c6129367a47..ec6cc2c4d43c 100644 --- a/ci-operator/jobs/openshift-priv/presto/openshift-priv-presto-release-4.2-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/presto/openshift-priv-presto-release-4.2-presubmits.yaml @@ -19,11 +19,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -43,6 +43,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -57,4 +60,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/presto/openshift-priv-presto-release-4.3-postsubmits.yaml b/ci-operator/jobs/openshift-priv/presto/openshift-priv-presto-release-4.3-postsubmits.yaml index 7ccc873f12fe..9d0c7c7bf148 100644 --- a/ci-operator/jobs/openshift-priv/presto/openshift-priv-presto-release-4.3-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/presto/openshift-priv-presto-release-4.3-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-presto-release-4.3-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/presto/openshift-priv-presto-release-4.3-presubmits.yaml b/ci-operator/jobs/openshift-priv/presto/openshift-priv-presto-release-4.3-presubmits.yaml index f45c61beaf14..fa4f5833396b 100644 --- a/ci-operator/jobs/openshift-priv/presto/openshift-priv-presto-release-4.3-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/presto/openshift-priv-presto-release-4.3-presubmits.yaml @@ -19,11 +19,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -43,6 +43,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -57,6 +60,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -77,11 +83,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -101,6 +107,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -115,4 +124,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/presto/openshift-priv-presto-release-4.4-postsubmits.yaml b/ci-operator/jobs/openshift-priv/presto/openshift-priv-presto-release-4.4-postsubmits.yaml index 61f2c18e0ea8..37e6b178d4dd 100644 --- a/ci-operator/jobs/openshift-priv/presto/openshift-priv-presto-release-4.4-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/presto/openshift-priv-presto-release-4.4-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-presto-release-4.4-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/presto/openshift-priv-presto-release-4.4-presubmits.yaml b/ci-operator/jobs/openshift-priv/presto/openshift-priv-presto-release-4.4-presubmits.yaml index f39abda43da6..b0dec3e6140d 100644 --- a/ci-operator/jobs/openshift-priv/presto/openshift-priv-presto-release-4.4-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/presto/openshift-priv-presto-release-4.4-presubmits.yaml @@ -19,11 +19,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -43,6 +43,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -57,6 +60,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -77,11 +83,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -101,6 +107,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -115,4 +124,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/presto/openshift-priv-presto-release-4.5-postsubmits.yaml b/ci-operator/jobs/openshift-priv/presto/openshift-priv-presto-release-4.5-postsubmits.yaml index 75673393da23..6bb9d66682e8 100644 --- a/ci-operator/jobs/openshift-priv/presto/openshift-priv-presto-release-4.5-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/presto/openshift-priv-presto-release-4.5-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-presto-release-4.5-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/presto/openshift-priv-presto-release-4.5-presubmits.yaml b/ci-operator/jobs/openshift-priv/presto/openshift-priv-presto-release-4.5-presubmits.yaml index b4feb9d57db6..6e26b9309622 100644 --- a/ci-operator/jobs/openshift-priv/presto/openshift-priv-presto-release-4.5-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/presto/openshift-priv-presto-release-4.5-presubmits.yaml @@ -19,11 +19,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -43,6 +43,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -57,6 +60,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -77,11 +83,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -101,6 +107,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -115,4 +124,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/presto/openshift-priv-presto-release-4.6-postsubmits.yaml b/ci-operator/jobs/openshift-priv/presto/openshift-priv-presto-release-4.6-postsubmits.yaml index ea63d5442e3b..44dfcdc07fef 100644 --- a/ci-operator/jobs/openshift-priv/presto/openshift-priv-presto-release-4.6-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/presto/openshift-priv-presto-release-4.6-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-presto-release-4.6-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/presto/openshift-priv-presto-release-4.6-presubmits.yaml b/ci-operator/jobs/openshift-priv/presto/openshift-priv-presto-release-4.6-presubmits.yaml index c5b3bd03f80d..2a48cba47619 100644 --- a/ci-operator/jobs/openshift-priv/presto/openshift-priv-presto-release-4.6-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/presto/openshift-priv-presto-release-4.6-presubmits.yaml @@ -19,11 +19,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -43,6 +43,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -57,6 +60,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -77,11 +83,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -101,6 +107,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -115,4 +124,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/presto/openshift-priv-presto-release-4.7-postsubmits.yaml b/ci-operator/jobs/openshift-priv/presto/openshift-priv-presto-release-4.7-postsubmits.yaml index 0da5500d7eec..5b4a0cb67cd7 100644 --- a/ci-operator/jobs/openshift-priv/presto/openshift-priv-presto-release-4.7-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/presto/openshift-priv-presto-release-4.7-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-presto-release-4.7-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/presto/openshift-priv-presto-release-4.7-presubmits.yaml b/ci-operator/jobs/openshift-priv/presto/openshift-priv-presto-release-4.7-presubmits.yaml index aaa144dd15f0..40fea0974871 100644 --- a/ci-operator/jobs/openshift-priv/presto/openshift-priv-presto-release-4.7-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/presto/openshift-priv-presto-release-4.7-presubmits.yaml @@ -19,11 +19,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -43,6 +43,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -57,6 +60,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -77,11 +83,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -101,6 +107,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -115,4 +124,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/project-request-limit/openshift-priv-project-request-limit-master-postsubmits.yaml b/ci-operator/jobs/openshift-priv/project-request-limit/openshift-priv-project-request-limit-master-postsubmits.yaml index a019ce788b79..f222ee55ad6c 100644 --- a/ci-operator/jobs/openshift-priv/project-request-limit/openshift-priv-project-request-limit-master-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/project-request-limit/openshift-priv-project-request-limit-master-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-project-request-limit-master-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/project-request-limit/openshift-priv-project-request-limit-master-presubmits.yaml b/ci-operator/jobs/openshift-priv/project-request-limit/openshift-priv-project-request-limit-master-presubmits.yaml index 7fee4fa8f1bf..94d419e170e8 100644 --- a/ci-operator/jobs/openshift-priv/project-request-limit/openshift-priv-project-request-limit-master-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/project-request-limit/openshift-priv-project-request-limit-master-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -52,6 +50,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -77,6 +78,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -97,11 +101,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -121,6 +125,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -135,6 +142,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -155,11 +165,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -179,6 +189,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -193,6 +206,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -213,11 +229,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -237,6 +253,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -251,6 +270,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) - agent: kubernetes always_run: true @@ -271,11 +293,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify-deps command: - ci-operator @@ -295,6 +317,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -309,4 +334,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify-deps,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/project-request-limit/openshift-priv-project-request-limit-release-4.5-postsubmits.yaml b/ci-operator/jobs/openshift-priv/project-request-limit/openshift-priv-project-request-limit-release-4.5-postsubmits.yaml index ce9cc678f4e5..a6f3c161db56 100644 --- a/ci-operator/jobs/openshift-priv/project-request-limit/openshift-priv-project-request-limit-release-4.5-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/project-request-limit/openshift-priv-project-request-limit-release-4.5-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-project-request-limit-release-4.5-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/project-request-limit/openshift-priv-project-request-limit-release-4.5-presubmits.yaml b/ci-operator/jobs/openshift-priv/project-request-limit/openshift-priv-project-request-limit-release-4.5-presubmits.yaml index d41a8549c287..59abe409fc11 100644 --- a/ci-operator/jobs/openshift-priv/project-request-limit/openshift-priv-project-request-limit-release-4.5-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/project-request-limit/openshift-priv-project-request-limit-release-4.5-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -52,6 +50,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -77,6 +78,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -97,11 +101,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -121,6 +125,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -135,6 +142,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -155,11 +165,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -179,6 +189,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -193,6 +206,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -213,11 +229,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -237,6 +253,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -251,6 +270,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) - agent: kubernetes always_run: true @@ -271,11 +293,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify-deps command: - ci-operator @@ -295,6 +317,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -309,4 +334,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify-deps,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/project-request-limit/openshift-priv-project-request-limit-release-4.6-postsubmits.yaml b/ci-operator/jobs/openshift-priv/project-request-limit/openshift-priv-project-request-limit-release-4.6-postsubmits.yaml index 8996105feadc..9099c99602e9 100644 --- a/ci-operator/jobs/openshift-priv/project-request-limit/openshift-priv-project-request-limit-release-4.6-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/project-request-limit/openshift-priv-project-request-limit-release-4.6-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-project-request-limit-release-4.6-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/project-request-limit/openshift-priv-project-request-limit-release-4.6-presubmits.yaml b/ci-operator/jobs/openshift-priv/project-request-limit/openshift-priv-project-request-limit-release-4.6-presubmits.yaml index 25bb2bed3b3f..477889647694 100644 --- a/ci-operator/jobs/openshift-priv/project-request-limit/openshift-priv-project-request-limit-release-4.6-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/project-request-limit/openshift-priv-project-request-limit-release-4.6-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -52,6 +50,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -77,6 +78,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -97,11 +101,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -121,6 +125,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -135,6 +142,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -155,11 +165,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -179,6 +189,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -193,6 +206,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -213,11 +229,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -237,6 +253,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -251,6 +270,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) - agent: kubernetes always_run: true @@ -271,11 +293,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify-deps command: - ci-operator @@ -295,6 +317,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -309,4 +334,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify-deps,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/project-request-limit/openshift-priv-project-request-limit-release-4.7-postsubmits.yaml b/ci-operator/jobs/openshift-priv/project-request-limit/openshift-priv-project-request-limit-release-4.7-postsubmits.yaml index f2dc921d61c5..5e19aee3a156 100644 --- a/ci-operator/jobs/openshift-priv/project-request-limit/openshift-priv-project-request-limit-release-4.7-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/project-request-limit/openshift-priv-project-request-limit-release-4.7-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-project-request-limit-release-4.7-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/project-request-limit/openshift-priv-project-request-limit-release-4.7-presubmits.yaml b/ci-operator/jobs/openshift-priv/project-request-limit/openshift-priv-project-request-limit-release-4.7-presubmits.yaml index 3c01af4a06ca..a9c36e120014 100644 --- a/ci-operator/jobs/openshift-priv/project-request-limit/openshift-priv-project-request-limit-release-4.7-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/project-request-limit/openshift-priv-project-request-limit-release-4.7-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -52,6 +50,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -77,6 +78,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -97,11 +101,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -121,6 +125,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -135,6 +142,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -155,11 +165,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -179,6 +189,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -193,6 +206,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -213,11 +229,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -237,6 +253,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -251,6 +270,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) - agent: kubernetes always_run: true @@ -271,11 +293,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify-deps command: - ci-operator @@ -295,6 +317,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -309,4 +334,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify-deps,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/prom-label-proxy/openshift-priv-prom-label-proxy-master-postsubmits.yaml b/ci-operator/jobs/openshift-priv/prom-label-proxy/openshift-priv-prom-label-proxy-master-postsubmits.yaml index e9c189948b38..ec6dfde6a72c 100644 --- a/ci-operator/jobs/openshift-priv/prom-label-proxy/openshift-priv-prom-label-proxy-master-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/prom-label-proxy/openshift-priv-prom-label-proxy-master-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-prom-label-proxy-master-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/prom-label-proxy/openshift-priv-prom-label-proxy-master-presubmits.yaml b/ci-operator/jobs/openshift-priv/prom-label-proxy/openshift-priv-prom-label-proxy-master-presubmits.yaml index ec00c376bd2c..58e80d560108 100644 --- a/ci-operator/jobs/openshift-priv/prom-label-proxy/openshift-priv-prom-label-proxy-master-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/prom-label-proxy/openshift-priv-prom-label-proxy-master-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -52,6 +50,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -77,6 +78,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -97,11 +101,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -121,6 +125,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -135,6 +142,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -155,11 +165,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -179,6 +189,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -193,6 +206,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -213,11 +229,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=vendor command: - ci-operator @@ -237,6 +253,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -251,4 +270,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )vendor,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/prom-label-proxy/openshift-priv-prom-label-proxy-release-4.1-postsubmits.yaml b/ci-operator/jobs/openshift-priv/prom-label-proxy/openshift-priv-prom-label-proxy-release-4.1-postsubmits.yaml index 887ac01da8a3..ccb762bc37b4 100644 --- a/ci-operator/jobs/openshift-priv/prom-label-proxy/openshift-priv-prom-label-proxy-release-4.1-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/prom-label-proxy/openshift-priv-prom-label-proxy-release-4.1-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-prom-label-proxy-release-4.1-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/prom-label-proxy/openshift-priv-prom-label-proxy-release-4.1-presubmits.yaml b/ci-operator/jobs/openshift-priv/prom-label-proxy/openshift-priv-prom-label-proxy-release-4.1-presubmits.yaml index edd0e16fbeb3..4740c1a0fe3c 100644 --- a/ci-operator/jobs/openshift-priv/prom-label-proxy/openshift-priv-prom-label-proxy-release-4.1-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/prom-label-proxy/openshift-priv-prom-label-proxy-release-4.1-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -52,6 +50,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -77,6 +78,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -97,11 +101,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -121,6 +125,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -135,4 +142,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/prom-label-proxy/openshift-priv-prom-label-proxy-release-4.2-postsubmits.yaml b/ci-operator/jobs/openshift-priv/prom-label-proxy/openshift-priv-prom-label-proxy-release-4.2-postsubmits.yaml index 60920240fd71..75aa8200ed89 100644 --- a/ci-operator/jobs/openshift-priv/prom-label-proxy/openshift-priv-prom-label-proxy-release-4.2-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/prom-label-proxy/openshift-priv-prom-label-proxy-release-4.2-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-prom-label-proxy-release-4.2-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/prom-label-proxy/openshift-priv-prom-label-proxy-release-4.2-presubmits.yaml b/ci-operator/jobs/openshift-priv/prom-label-proxy/openshift-priv-prom-label-proxy-release-4.2-presubmits.yaml index af9b4a17a1a8..689c893c4ff1 100644 --- a/ci-operator/jobs/openshift-priv/prom-label-proxy/openshift-priv-prom-label-proxy-release-4.2-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/prom-label-proxy/openshift-priv-prom-label-proxy-release-4.2-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -52,6 +50,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -77,6 +78,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -97,11 +101,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -121,6 +125,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -135,4 +142,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/prom-label-proxy/openshift-priv-prom-label-proxy-release-4.3-postsubmits.yaml b/ci-operator/jobs/openshift-priv/prom-label-proxy/openshift-priv-prom-label-proxy-release-4.3-postsubmits.yaml index f0e7fbd5175e..d2c429ec03d2 100644 --- a/ci-operator/jobs/openshift-priv/prom-label-proxy/openshift-priv-prom-label-proxy-release-4.3-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/prom-label-proxy/openshift-priv-prom-label-proxy-release-4.3-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-prom-label-proxy-release-4.3-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/prom-label-proxy/openshift-priv-prom-label-proxy-release-4.3-presubmits.yaml b/ci-operator/jobs/openshift-priv/prom-label-proxy/openshift-priv-prom-label-proxy-release-4.3-presubmits.yaml index c1d3ae80bf63..1cc2b9ac106c 100644 --- a/ci-operator/jobs/openshift-priv/prom-label-proxy/openshift-priv-prom-label-proxy-release-4.3-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/prom-label-proxy/openshift-priv-prom-label-proxy-release-4.3-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -52,6 +50,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -77,6 +78,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -97,11 +101,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -121,6 +125,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -135,4 +142,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/prom-label-proxy/openshift-priv-prom-label-proxy-release-4.4-postsubmits.yaml b/ci-operator/jobs/openshift-priv/prom-label-proxy/openshift-priv-prom-label-proxy-release-4.4-postsubmits.yaml index cc3ef96d3967..469448bcf03c 100644 --- a/ci-operator/jobs/openshift-priv/prom-label-proxy/openshift-priv-prom-label-proxy-release-4.4-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/prom-label-proxy/openshift-priv-prom-label-proxy-release-4.4-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-prom-label-proxy-release-4.4-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/prom-label-proxy/openshift-priv-prom-label-proxy-release-4.4-presubmits.yaml b/ci-operator/jobs/openshift-priv/prom-label-proxy/openshift-priv-prom-label-proxy-release-4.4-presubmits.yaml index 9a67bded201b..daaae53c4b5c 100644 --- a/ci-operator/jobs/openshift-priv/prom-label-proxy/openshift-priv-prom-label-proxy-release-4.4-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/prom-label-proxy/openshift-priv-prom-label-proxy-release-4.4-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -52,6 +50,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -77,6 +78,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -97,11 +101,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -121,6 +125,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -135,6 +142,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -155,11 +165,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -179,6 +189,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -193,6 +206,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -213,11 +229,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=vendor command: - ci-operator @@ -237,6 +253,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -251,4 +270,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )vendor,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/prom-label-proxy/openshift-priv-prom-label-proxy-release-4.5-postsubmits.yaml b/ci-operator/jobs/openshift-priv/prom-label-proxy/openshift-priv-prom-label-proxy-release-4.5-postsubmits.yaml index 10efd1b2abca..c041401ab588 100644 --- a/ci-operator/jobs/openshift-priv/prom-label-proxy/openshift-priv-prom-label-proxy-release-4.5-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/prom-label-proxy/openshift-priv-prom-label-proxy-release-4.5-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-prom-label-proxy-release-4.5-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/prom-label-proxy/openshift-priv-prom-label-proxy-release-4.5-presubmits.yaml b/ci-operator/jobs/openshift-priv/prom-label-proxy/openshift-priv-prom-label-proxy-release-4.5-presubmits.yaml index 55c5c54ddd47..ca82e4cb3047 100644 --- a/ci-operator/jobs/openshift-priv/prom-label-proxy/openshift-priv-prom-label-proxy-release-4.5-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/prom-label-proxy/openshift-priv-prom-label-proxy-release-4.5-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -52,6 +50,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -77,6 +78,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -97,11 +101,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -121,6 +125,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -135,6 +142,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -155,11 +165,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -179,6 +189,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -193,6 +206,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -213,11 +229,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=vendor command: - ci-operator @@ -237,6 +253,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -251,4 +270,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )vendor,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/prom-label-proxy/openshift-priv-prom-label-proxy-release-4.6-postsubmits.yaml b/ci-operator/jobs/openshift-priv/prom-label-proxy/openshift-priv-prom-label-proxy-release-4.6-postsubmits.yaml index 81b8db2c743b..d3ba2cd84c8c 100644 --- a/ci-operator/jobs/openshift-priv/prom-label-proxy/openshift-priv-prom-label-proxy-release-4.6-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/prom-label-proxy/openshift-priv-prom-label-proxy-release-4.6-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-prom-label-proxy-release-4.6-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/prom-label-proxy/openshift-priv-prom-label-proxy-release-4.6-presubmits.yaml b/ci-operator/jobs/openshift-priv/prom-label-proxy/openshift-priv-prom-label-proxy-release-4.6-presubmits.yaml index e91620d6140a..1656657bc1c2 100644 --- a/ci-operator/jobs/openshift-priv/prom-label-proxy/openshift-priv-prom-label-proxy-release-4.6-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/prom-label-proxy/openshift-priv-prom-label-proxy-release-4.6-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -52,6 +50,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -77,6 +78,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -97,11 +101,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -121,6 +125,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -135,6 +142,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -155,11 +165,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -179,6 +189,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -193,6 +206,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -213,11 +229,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=vendor command: - ci-operator @@ -237,6 +253,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -251,4 +270,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )vendor,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/prom-label-proxy/openshift-priv-prom-label-proxy-release-4.7-postsubmits.yaml b/ci-operator/jobs/openshift-priv/prom-label-proxy/openshift-priv-prom-label-proxy-release-4.7-postsubmits.yaml index 9d53d508ef30..05d5aa08e89c 100644 --- a/ci-operator/jobs/openshift-priv/prom-label-proxy/openshift-priv-prom-label-proxy-release-4.7-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/prom-label-proxy/openshift-priv-prom-label-proxy-release-4.7-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-prom-label-proxy-release-4.7-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/prom-label-proxy/openshift-priv-prom-label-proxy-release-4.7-presubmits.yaml b/ci-operator/jobs/openshift-priv/prom-label-proxy/openshift-priv-prom-label-proxy-release-4.7-presubmits.yaml index b8ed1d58c709..bd8ba2b573a7 100644 --- a/ci-operator/jobs/openshift-priv/prom-label-proxy/openshift-priv-prom-label-proxy-release-4.7-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/prom-label-proxy/openshift-priv-prom-label-proxy-release-4.7-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -52,6 +50,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -77,6 +78,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -97,11 +101,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -121,6 +125,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -135,6 +142,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -155,11 +165,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -179,6 +189,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -193,6 +206,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -213,11 +229,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=vendor command: - ci-operator @@ -237,6 +253,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -251,4 +270,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )vendor,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/prometheus-alertmanager/openshift-priv-prometheus-alertmanager-master-postsubmits.yaml b/ci-operator/jobs/openshift-priv/prometheus-alertmanager/openshift-priv-prometheus-alertmanager-master-postsubmits.yaml index dcf9938738c8..2973cca52c56 100644 --- a/ci-operator/jobs/openshift-priv/prometheus-alertmanager/openshift-priv-prometheus-alertmanager-master-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/prometheus-alertmanager/openshift-priv-prometheus-alertmanager-master-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-prometheus-alertmanager-master-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/prometheus-alertmanager/openshift-priv-prometheus-alertmanager-master-presubmits.yaml b/ci-operator/jobs/openshift-priv/prometheus-alertmanager/openshift-priv-prometheus-alertmanager-master-presubmits.yaml index 535695c4d6e5..db220a865e8f 100644 --- a/ci-operator/jobs/openshift-priv/prometheus-alertmanager/openshift-priv-prometheus-alertmanager-master-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/prometheus-alertmanager/openshift-priv-prometheus-alertmanager-master-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -52,6 +50,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -77,6 +78,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -97,14 +101,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -130,6 +132,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -155,6 +160,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -175,11 +183,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -199,6 +207,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -213,4 +224,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/prometheus-alertmanager/openshift-priv-prometheus-alertmanager-release-4.1-postsubmits.yaml b/ci-operator/jobs/openshift-priv/prometheus-alertmanager/openshift-priv-prometheus-alertmanager-release-4.1-postsubmits.yaml index 65898f43bd70..7f8fcbb2d287 100644 --- a/ci-operator/jobs/openshift-priv/prometheus-alertmanager/openshift-priv-prometheus-alertmanager-release-4.1-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/prometheus-alertmanager/openshift-priv-prometheus-alertmanager-release-4.1-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-prometheus-alertmanager-release-4.1-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/prometheus-alertmanager/openshift-priv-prometheus-alertmanager-release-4.1-presubmits.yaml b/ci-operator/jobs/openshift-priv/prometheus-alertmanager/openshift-priv-prometheus-alertmanager-release-4.1-presubmits.yaml index f5e8b32fb67e..1101b9e24b6f 100644 --- a/ci-operator/jobs/openshift-priv/prometheus-alertmanager/openshift-priv-prometheus-alertmanager-release-4.1-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/prometheus-alertmanager/openshift-priv-prometheus-alertmanager-release-4.1-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -52,6 +50,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -77,6 +78,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -97,14 +101,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -130,6 +132,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -155,6 +160,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -175,11 +183,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -199,6 +207,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -213,4 +224,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/prometheus-alertmanager/openshift-priv-prometheus-alertmanager-release-4.2-postsubmits.yaml b/ci-operator/jobs/openshift-priv/prometheus-alertmanager/openshift-priv-prometheus-alertmanager-release-4.2-postsubmits.yaml index 7dc37c42ac07..79134712b8b8 100644 --- a/ci-operator/jobs/openshift-priv/prometheus-alertmanager/openshift-priv-prometheus-alertmanager-release-4.2-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/prometheus-alertmanager/openshift-priv-prometheus-alertmanager-release-4.2-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-prometheus-alertmanager-release-4.2-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/prometheus-alertmanager/openshift-priv-prometheus-alertmanager-release-4.2-presubmits.yaml b/ci-operator/jobs/openshift-priv/prometheus-alertmanager/openshift-priv-prometheus-alertmanager-release-4.2-presubmits.yaml index 4d50f9b64e9b..99f2e639f33a 100644 --- a/ci-operator/jobs/openshift-priv/prometheus-alertmanager/openshift-priv-prometheus-alertmanager-release-4.2-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/prometheus-alertmanager/openshift-priv-prometheus-alertmanager-release-4.2-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -52,6 +50,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -77,6 +78,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -97,14 +101,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -130,6 +132,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -155,6 +160,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -175,11 +183,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -199,6 +207,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -213,4 +224,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/prometheus-alertmanager/openshift-priv-prometheus-alertmanager-release-4.3-postsubmits.yaml b/ci-operator/jobs/openshift-priv/prometheus-alertmanager/openshift-priv-prometheus-alertmanager-release-4.3-postsubmits.yaml index 2dedb387b9a7..77fa6afa5c3b 100644 --- a/ci-operator/jobs/openshift-priv/prometheus-alertmanager/openshift-priv-prometheus-alertmanager-release-4.3-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/prometheus-alertmanager/openshift-priv-prometheus-alertmanager-release-4.3-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-prometheus-alertmanager-release-4.3-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/prometheus-alertmanager/openshift-priv-prometheus-alertmanager-release-4.3-presubmits.yaml b/ci-operator/jobs/openshift-priv/prometheus-alertmanager/openshift-priv-prometheus-alertmanager-release-4.3-presubmits.yaml index 30c56cd0dd60..ce40bfaef045 100644 --- a/ci-operator/jobs/openshift-priv/prometheus-alertmanager/openshift-priv-prometheus-alertmanager-release-4.3-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/prometheus-alertmanager/openshift-priv-prometheus-alertmanager-release-4.3-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -52,6 +50,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -77,6 +78,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -97,14 +101,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -130,6 +132,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -155,6 +160,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -175,11 +183,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -199,6 +207,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -213,4 +224,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/prometheus-alertmanager/openshift-priv-prometheus-alertmanager-release-4.4-postsubmits.yaml b/ci-operator/jobs/openshift-priv/prometheus-alertmanager/openshift-priv-prometheus-alertmanager-release-4.4-postsubmits.yaml index 8949347db737..96b71073bf99 100644 --- a/ci-operator/jobs/openshift-priv/prometheus-alertmanager/openshift-priv-prometheus-alertmanager-release-4.4-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/prometheus-alertmanager/openshift-priv-prometheus-alertmanager-release-4.4-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-prometheus-alertmanager-release-4.4-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/prometheus-alertmanager/openshift-priv-prometheus-alertmanager-release-4.4-presubmits.yaml b/ci-operator/jobs/openshift-priv/prometheus-alertmanager/openshift-priv-prometheus-alertmanager-release-4.4-presubmits.yaml index 00953d127fd1..ee1fecf609cd 100644 --- a/ci-operator/jobs/openshift-priv/prometheus-alertmanager/openshift-priv-prometheus-alertmanager-release-4.4-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/prometheus-alertmanager/openshift-priv-prometheus-alertmanager-release-4.4-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -52,6 +50,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -77,6 +78,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -97,14 +101,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -130,6 +132,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -155,6 +160,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -175,11 +183,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -199,6 +207,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -213,4 +224,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/prometheus-alertmanager/openshift-priv-prometheus-alertmanager-release-4.5-postsubmits.yaml b/ci-operator/jobs/openshift-priv/prometheus-alertmanager/openshift-priv-prometheus-alertmanager-release-4.5-postsubmits.yaml index e0f9e66f0071..947d40a216d4 100644 --- a/ci-operator/jobs/openshift-priv/prometheus-alertmanager/openshift-priv-prometheus-alertmanager-release-4.5-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/prometheus-alertmanager/openshift-priv-prometheus-alertmanager-release-4.5-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-prometheus-alertmanager-release-4.5-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/prometheus-alertmanager/openshift-priv-prometheus-alertmanager-release-4.5-presubmits.yaml b/ci-operator/jobs/openshift-priv/prometheus-alertmanager/openshift-priv-prometheus-alertmanager-release-4.5-presubmits.yaml index a36b075d424c..639e083c9397 100644 --- a/ci-operator/jobs/openshift-priv/prometheus-alertmanager/openshift-priv-prometheus-alertmanager-release-4.5-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/prometheus-alertmanager/openshift-priv-prometheus-alertmanager-release-4.5-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -52,6 +50,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -77,6 +78,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -97,14 +101,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -130,6 +132,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -155,6 +160,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -175,11 +183,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -199,6 +207,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -213,4 +224,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/prometheus-alertmanager/openshift-priv-prometheus-alertmanager-release-4.6-postsubmits.yaml b/ci-operator/jobs/openshift-priv/prometheus-alertmanager/openshift-priv-prometheus-alertmanager-release-4.6-postsubmits.yaml index b4b7f9406cea..0b9cfbbca963 100644 --- a/ci-operator/jobs/openshift-priv/prometheus-alertmanager/openshift-priv-prometheus-alertmanager-release-4.6-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/prometheus-alertmanager/openshift-priv-prometheus-alertmanager-release-4.6-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-prometheus-alertmanager-release-4.6-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/prometheus-alertmanager/openshift-priv-prometheus-alertmanager-release-4.6-presubmits.yaml b/ci-operator/jobs/openshift-priv/prometheus-alertmanager/openshift-priv-prometheus-alertmanager-release-4.6-presubmits.yaml index 65c0a2e3ba66..290acefdc802 100644 --- a/ci-operator/jobs/openshift-priv/prometheus-alertmanager/openshift-priv-prometheus-alertmanager-release-4.6-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/prometheus-alertmanager/openshift-priv-prometheus-alertmanager-release-4.6-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -52,6 +50,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -77,6 +78,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -97,14 +101,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -130,6 +132,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -155,6 +160,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -175,11 +183,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -199,6 +207,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -213,4 +224,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/prometheus-alertmanager/openshift-priv-prometheus-alertmanager-release-4.7-postsubmits.yaml b/ci-operator/jobs/openshift-priv/prometheus-alertmanager/openshift-priv-prometheus-alertmanager-release-4.7-postsubmits.yaml index 7149248ba5e9..a4430b4edfe6 100644 --- a/ci-operator/jobs/openshift-priv/prometheus-alertmanager/openshift-priv-prometheus-alertmanager-release-4.7-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/prometheus-alertmanager/openshift-priv-prometheus-alertmanager-release-4.7-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-prometheus-alertmanager-release-4.7-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/prometheus-alertmanager/openshift-priv-prometheus-alertmanager-release-4.7-presubmits.yaml b/ci-operator/jobs/openshift-priv/prometheus-alertmanager/openshift-priv-prometheus-alertmanager-release-4.7-presubmits.yaml index c3e232fd8aa5..73230fcb087e 100644 --- a/ci-operator/jobs/openshift-priv/prometheus-alertmanager/openshift-priv-prometheus-alertmanager-release-4.7-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/prometheus-alertmanager/openshift-priv-prometheus-alertmanager-release-4.7-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -52,6 +50,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -77,6 +78,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -97,14 +101,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -130,6 +132,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -155,6 +160,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -175,11 +183,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -199,6 +207,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -213,4 +224,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/prometheus-operator/openshift-priv-prometheus-operator-master-postsubmits.yaml b/ci-operator/jobs/openshift-priv/prometheus-operator/openshift-priv-prometheus-operator-master-postsubmits.yaml index 86df9549a2ea..820efad594f9 100644 --- a/ci-operator/jobs/openshift-priv/prometheus-operator/openshift-priv-prometheus-operator-master-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/prometheus-operator/openshift-priv-prometheus-operator-master-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-prometheus-operator-master-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/prometheus-operator/openshift-priv-prometheus-operator-master-presubmits.yaml b/ci-operator/jobs/openshift-priv/prometheus-operator/openshift-priv-prometheus-operator-master-presubmits.yaml index cb8c7445dd5c..b139f21d4c0c 100644 --- a/ci-operator/jobs/openshift-priv/prometheus-operator/openshift-priv-prometheus-operator-master-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/prometheus-operator/openshift-priv-prometheus-operator-master-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -52,6 +50,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -77,6 +78,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -97,14 +101,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -130,6 +132,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -155,6 +160,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -175,11 +183,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -199,6 +207,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -213,4 +224,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/prometheus-operator/openshift-priv-prometheus-operator-release-4.1-postsubmits.yaml b/ci-operator/jobs/openshift-priv/prometheus-operator/openshift-priv-prometheus-operator-release-4.1-postsubmits.yaml index ea4773310b3f..10bfad43206b 100644 --- a/ci-operator/jobs/openshift-priv/prometheus-operator/openshift-priv-prometheus-operator-release-4.1-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/prometheus-operator/openshift-priv-prometheus-operator-release-4.1-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-prometheus-operator-release-4.1-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/prometheus-operator/openshift-priv-prometheus-operator-release-4.1-presubmits.yaml b/ci-operator/jobs/openshift-priv/prometheus-operator/openshift-priv-prometheus-operator-release-4.1-presubmits.yaml index 1f99da509d6c..350fe3f4cc27 100644 --- a/ci-operator/jobs/openshift-priv/prometheus-operator/openshift-priv-prometheus-operator-release-4.1-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/prometheus-operator/openshift-priv-prometheus-operator-release-4.1-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -52,6 +50,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -77,6 +78,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -97,14 +101,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -130,6 +132,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -155,6 +160,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -175,11 +183,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -199,6 +207,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -213,4 +224,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/prometheus-operator/openshift-priv-prometheus-operator-release-4.2-postsubmits.yaml b/ci-operator/jobs/openshift-priv/prometheus-operator/openshift-priv-prometheus-operator-release-4.2-postsubmits.yaml index cc93d3520c29..990ef81a37a0 100644 --- a/ci-operator/jobs/openshift-priv/prometheus-operator/openshift-priv-prometheus-operator-release-4.2-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/prometheus-operator/openshift-priv-prometheus-operator-release-4.2-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-prometheus-operator-release-4.2-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/prometheus-operator/openshift-priv-prometheus-operator-release-4.2-presubmits.yaml b/ci-operator/jobs/openshift-priv/prometheus-operator/openshift-priv-prometheus-operator-release-4.2-presubmits.yaml index f4c1c0a6d26d..eb8d307e7ead 100644 --- a/ci-operator/jobs/openshift-priv/prometheus-operator/openshift-priv-prometheus-operator-release-4.2-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/prometheus-operator/openshift-priv-prometheus-operator-release-4.2-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -52,6 +50,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -77,6 +78,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -97,14 +101,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -130,6 +132,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -155,6 +160,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -175,11 +183,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -199,6 +207,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -213,4 +224,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/prometheus-operator/openshift-priv-prometheus-operator-release-4.3-postsubmits.yaml b/ci-operator/jobs/openshift-priv/prometheus-operator/openshift-priv-prometheus-operator-release-4.3-postsubmits.yaml index c8749893a8c8..5dc8cc805128 100644 --- a/ci-operator/jobs/openshift-priv/prometheus-operator/openshift-priv-prometheus-operator-release-4.3-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/prometheus-operator/openshift-priv-prometheus-operator-release-4.3-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-prometheus-operator-release-4.3-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/prometheus-operator/openshift-priv-prometheus-operator-release-4.3-presubmits.yaml b/ci-operator/jobs/openshift-priv/prometheus-operator/openshift-priv-prometheus-operator-release-4.3-presubmits.yaml index ec4b82fb4619..92b76724a5cc 100644 --- a/ci-operator/jobs/openshift-priv/prometheus-operator/openshift-priv-prometheus-operator-release-4.3-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/prometheus-operator/openshift-priv-prometheus-operator-release-4.3-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -52,6 +50,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -77,6 +78,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -97,14 +101,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -130,6 +132,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -155,6 +160,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -175,11 +183,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -199,6 +207,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -213,4 +224,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/prometheus-operator/openshift-priv-prometheus-operator-release-4.4-postsubmits.yaml b/ci-operator/jobs/openshift-priv/prometheus-operator/openshift-priv-prometheus-operator-release-4.4-postsubmits.yaml index 152adf836f44..73f681a220fe 100644 --- a/ci-operator/jobs/openshift-priv/prometheus-operator/openshift-priv-prometheus-operator-release-4.4-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/prometheus-operator/openshift-priv-prometheus-operator-release-4.4-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-prometheus-operator-release-4.4-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/prometheus-operator/openshift-priv-prometheus-operator-release-4.4-presubmits.yaml b/ci-operator/jobs/openshift-priv/prometheus-operator/openshift-priv-prometheus-operator-release-4.4-presubmits.yaml index 348bde2ba5ff..070a3ad10c60 100644 --- a/ci-operator/jobs/openshift-priv/prometheus-operator/openshift-priv-prometheus-operator-release-4.4-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/prometheus-operator/openshift-priv-prometheus-operator-release-4.4-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -52,6 +50,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -77,6 +78,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -97,14 +101,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -130,6 +132,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -155,6 +160,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -175,11 +183,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -199,6 +207,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -213,4 +224,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/prometheus-operator/openshift-priv-prometheus-operator-release-4.5-postsubmits.yaml b/ci-operator/jobs/openshift-priv/prometheus-operator/openshift-priv-prometheus-operator-release-4.5-postsubmits.yaml index 3192646eaac7..82e11aa0d3d8 100644 --- a/ci-operator/jobs/openshift-priv/prometheus-operator/openshift-priv-prometheus-operator-release-4.5-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/prometheus-operator/openshift-priv-prometheus-operator-release-4.5-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-prometheus-operator-release-4.5-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/prometheus-operator/openshift-priv-prometheus-operator-release-4.5-presubmits.yaml b/ci-operator/jobs/openshift-priv/prometheus-operator/openshift-priv-prometheus-operator-release-4.5-presubmits.yaml index 2801855f7bfb..46e8320f0902 100644 --- a/ci-operator/jobs/openshift-priv/prometheus-operator/openshift-priv-prometheus-operator-release-4.5-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/prometheus-operator/openshift-priv-prometheus-operator-release-4.5-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -52,6 +50,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -77,6 +78,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -97,14 +101,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -130,6 +132,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -155,6 +160,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -175,11 +183,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -199,6 +207,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -213,4 +224,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/prometheus-operator/openshift-priv-prometheus-operator-release-4.6-postsubmits.yaml b/ci-operator/jobs/openshift-priv/prometheus-operator/openshift-priv-prometheus-operator-release-4.6-postsubmits.yaml index b8b6f9d4b3df..0fb49984de71 100644 --- a/ci-operator/jobs/openshift-priv/prometheus-operator/openshift-priv-prometheus-operator-release-4.6-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/prometheus-operator/openshift-priv-prometheus-operator-release-4.6-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-prometheus-operator-release-4.6-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/prometheus-operator/openshift-priv-prometheus-operator-release-4.6-presubmits.yaml b/ci-operator/jobs/openshift-priv/prometheus-operator/openshift-priv-prometheus-operator-release-4.6-presubmits.yaml index 01c3cae8f8d9..60d3a275fa22 100644 --- a/ci-operator/jobs/openshift-priv/prometheus-operator/openshift-priv-prometheus-operator-release-4.6-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/prometheus-operator/openshift-priv-prometheus-operator-release-4.6-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -52,6 +50,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -77,6 +78,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -97,14 +101,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -130,6 +132,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -155,6 +160,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -175,11 +183,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -199,6 +207,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -213,4 +224,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/prometheus-operator/openshift-priv-prometheus-operator-release-4.7-postsubmits.yaml b/ci-operator/jobs/openshift-priv/prometheus-operator/openshift-priv-prometheus-operator-release-4.7-postsubmits.yaml index b15f2921f68a..cc3942efad08 100644 --- a/ci-operator/jobs/openshift-priv/prometheus-operator/openshift-priv-prometheus-operator-release-4.7-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/prometheus-operator/openshift-priv-prometheus-operator-release-4.7-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-prometheus-operator-release-4.7-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/prometheus-operator/openshift-priv-prometheus-operator-release-4.7-presubmits.yaml b/ci-operator/jobs/openshift-priv/prometheus-operator/openshift-priv-prometheus-operator-release-4.7-presubmits.yaml index f6e705d3d380..dcc8b102efd5 100644 --- a/ci-operator/jobs/openshift-priv/prometheus-operator/openshift-priv-prometheus-operator-release-4.7-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/prometheus-operator/openshift-priv-prometheus-operator-release-4.7-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -52,6 +50,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -77,6 +78,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -97,14 +101,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -130,6 +132,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -155,6 +160,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -175,11 +183,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -199,6 +207,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -213,4 +224,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/prometheus/openshift-priv-prometheus-master-postsubmits.yaml b/ci-operator/jobs/openshift-priv/prometheus/openshift-priv-prometheus-master-postsubmits.yaml index ff43c3848ac9..4b76fe4bd851 100644 --- a/ci-operator/jobs/openshift-priv/prometheus/openshift-priv-prometheus-master-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/prometheus/openshift-priv-prometheus-master-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-prometheus-master-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/prometheus/openshift-priv-prometheus-master-presubmits.yaml b/ci-operator/jobs/openshift-priv/prometheus/openshift-priv-prometheus-master-presubmits.yaml index 7e9bf4043678..c2c6a3f08fb8 100644 --- a/ci-operator/jobs/openshift-priv/prometheus/openshift-priv-prometheus-master-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/prometheus/openshift-priv-prometheus-master-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -52,6 +50,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -77,6 +78,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -97,14 +101,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -130,6 +132,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -155,6 +160,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -175,11 +183,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -199,6 +207,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -213,4 +224,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/prometheus/openshift-priv-prometheus-release-4.1-postsubmits.yaml b/ci-operator/jobs/openshift-priv/prometheus/openshift-priv-prometheus-release-4.1-postsubmits.yaml index 860c2f24e121..0ce806ee9937 100644 --- a/ci-operator/jobs/openshift-priv/prometheus/openshift-priv-prometheus-release-4.1-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/prometheus/openshift-priv-prometheus-release-4.1-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-prometheus-release-4.1-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/prometheus/openshift-priv-prometheus-release-4.1-presubmits.yaml b/ci-operator/jobs/openshift-priv/prometheus/openshift-priv-prometheus-release-4.1-presubmits.yaml index fac4b206c93f..d2595baf4159 100644 --- a/ci-operator/jobs/openshift-priv/prometheus/openshift-priv-prometheus-release-4.1-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/prometheus/openshift-priv-prometheus-release-4.1-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -52,6 +50,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -77,6 +78,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -97,14 +101,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -130,6 +132,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -155,6 +160,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -175,11 +183,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -199,6 +207,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -213,4 +224,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/prometheus/openshift-priv-prometheus-release-4.2-postsubmits.yaml b/ci-operator/jobs/openshift-priv/prometheus/openshift-priv-prometheus-release-4.2-postsubmits.yaml index cf0f1bf0b4da..a35721ae8c93 100644 --- a/ci-operator/jobs/openshift-priv/prometheus/openshift-priv-prometheus-release-4.2-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/prometheus/openshift-priv-prometheus-release-4.2-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-prometheus-release-4.2-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/prometheus/openshift-priv-prometheus-release-4.2-presubmits.yaml b/ci-operator/jobs/openshift-priv/prometheus/openshift-priv-prometheus-release-4.2-presubmits.yaml index f3bca9bf7b38..a16feee632c9 100644 --- a/ci-operator/jobs/openshift-priv/prometheus/openshift-priv-prometheus-release-4.2-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/prometheus/openshift-priv-prometheus-release-4.2-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -52,6 +50,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -77,6 +78,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -97,14 +101,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -130,6 +132,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -155,6 +160,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -175,11 +183,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -199,6 +207,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -213,4 +224,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/prometheus/openshift-priv-prometheus-release-4.3-postsubmits.yaml b/ci-operator/jobs/openshift-priv/prometheus/openshift-priv-prometheus-release-4.3-postsubmits.yaml index 50911aca854f..d2dbb7d6440f 100644 --- a/ci-operator/jobs/openshift-priv/prometheus/openshift-priv-prometheus-release-4.3-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/prometheus/openshift-priv-prometheus-release-4.3-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-prometheus-release-4.3-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/prometheus/openshift-priv-prometheus-release-4.3-presubmits.yaml b/ci-operator/jobs/openshift-priv/prometheus/openshift-priv-prometheus-release-4.3-presubmits.yaml index e7ed79323202..aa78702c3f2e 100644 --- a/ci-operator/jobs/openshift-priv/prometheus/openshift-priv-prometheus-release-4.3-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/prometheus/openshift-priv-prometheus-release-4.3-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -52,6 +50,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -77,6 +78,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -97,14 +101,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -130,6 +132,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -155,6 +160,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -175,11 +183,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -199,6 +207,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -213,4 +224,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/prometheus/openshift-priv-prometheus-release-4.4-postsubmits.yaml b/ci-operator/jobs/openshift-priv/prometheus/openshift-priv-prometheus-release-4.4-postsubmits.yaml index 293b6d83e9d3..1a62d3992a90 100644 --- a/ci-operator/jobs/openshift-priv/prometheus/openshift-priv-prometheus-release-4.4-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/prometheus/openshift-priv-prometheus-release-4.4-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-prometheus-release-4.4-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/prometheus/openshift-priv-prometheus-release-4.4-presubmits.yaml b/ci-operator/jobs/openshift-priv/prometheus/openshift-priv-prometheus-release-4.4-presubmits.yaml index 006f198693f4..9402fe14cf74 100644 --- a/ci-operator/jobs/openshift-priv/prometheus/openshift-priv-prometheus-release-4.4-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/prometheus/openshift-priv-prometheus-release-4.4-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -52,6 +50,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -77,6 +78,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -97,14 +101,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -130,6 +132,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -155,6 +160,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -175,11 +183,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -199,6 +207,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -213,4 +224,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/prometheus/openshift-priv-prometheus-release-4.5-postsubmits.yaml b/ci-operator/jobs/openshift-priv/prometheus/openshift-priv-prometheus-release-4.5-postsubmits.yaml index 5025969f5fa8..e14f060d1717 100644 --- a/ci-operator/jobs/openshift-priv/prometheus/openshift-priv-prometheus-release-4.5-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/prometheus/openshift-priv-prometheus-release-4.5-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-prometheus-release-4.5-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/prometheus/openshift-priv-prometheus-release-4.5-presubmits.yaml b/ci-operator/jobs/openshift-priv/prometheus/openshift-priv-prometheus-release-4.5-presubmits.yaml index 93592434c29d..2519f72b500b 100644 --- a/ci-operator/jobs/openshift-priv/prometheus/openshift-priv-prometheus-release-4.5-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/prometheus/openshift-priv-prometheus-release-4.5-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -52,6 +50,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -77,6 +78,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -97,14 +101,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -130,6 +132,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -155,6 +160,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -175,11 +183,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -199,6 +207,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -213,4 +224,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/prometheus/openshift-priv-prometheus-release-4.6-postsubmits.yaml b/ci-operator/jobs/openshift-priv/prometheus/openshift-priv-prometheus-release-4.6-postsubmits.yaml index 20e9a0863fd4..6f97b0bd1d82 100644 --- a/ci-operator/jobs/openshift-priv/prometheus/openshift-priv-prometheus-release-4.6-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/prometheus/openshift-priv-prometheus-release-4.6-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-prometheus-release-4.6-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/prometheus/openshift-priv-prometheus-release-4.6-presubmits.yaml b/ci-operator/jobs/openshift-priv/prometheus/openshift-priv-prometheus-release-4.6-presubmits.yaml index e03da18062e1..e005786d98df 100644 --- a/ci-operator/jobs/openshift-priv/prometheus/openshift-priv-prometheus-release-4.6-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/prometheus/openshift-priv-prometheus-release-4.6-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -52,6 +50,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -77,6 +78,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -97,14 +101,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -130,6 +132,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -155,6 +160,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -175,11 +183,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -199,6 +207,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -213,4 +224,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/prometheus/openshift-priv-prometheus-release-4.7-postsubmits.yaml b/ci-operator/jobs/openshift-priv/prometheus/openshift-priv-prometheus-release-4.7-postsubmits.yaml index 8afb6f6d68e3..f79ebafc8164 100644 --- a/ci-operator/jobs/openshift-priv/prometheus/openshift-priv-prometheus-release-4.7-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/prometheus/openshift-priv-prometheus-release-4.7-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-prometheus-release-4.7-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/prometheus/openshift-priv-prometheus-release-4.7-presubmits.yaml b/ci-operator/jobs/openshift-priv/prometheus/openshift-priv-prometheus-release-4.7-presubmits.yaml index 248530ce9a30..d46caeb3fbf9 100644 --- a/ci-operator/jobs/openshift-priv/prometheus/openshift-priv-prometheus-release-4.7-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/prometheus/openshift-priv-prometheus-release-4.7-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -52,6 +50,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -77,6 +78,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -97,14 +101,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -130,6 +132,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -155,6 +160,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -175,11 +183,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -199,6 +207,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -213,4 +224,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/ptp-operator/openshift-priv-ptp-operator-master-postsubmits.yaml b/ci-operator/jobs/openshift-priv/ptp-operator/openshift-priv-ptp-operator-master-postsubmits.yaml index fa35a9427bd7..dbfdfa96c2c5 100644 --- a/ci-operator/jobs/openshift-priv/ptp-operator/openshift-priv-ptp-operator-master-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/ptp-operator/openshift-priv-ptp-operator-master-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-ptp-operator-master-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/ptp-operator/openshift-priv-ptp-operator-master-presubmits.yaml b/ci-operator/jobs/openshift-priv/ptp-operator/openshift-priv-ptp-operator-master-presubmits.yaml index dbffa2148fa7..1179c566d686 100644 --- a/ci-operator/jobs/openshift-priv/ptp-operator/openshift-priv-ptp-operator-master-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/ptp-operator/openshift-priv-ptp-operator-master-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -52,6 +50,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -77,6 +78,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -97,11 +101,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -121,6 +125,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -135,4 +142,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/ptp-operator/openshift-priv-ptp-operator-release-4.3-postsubmits.yaml b/ci-operator/jobs/openshift-priv/ptp-operator/openshift-priv-ptp-operator-release-4.3-postsubmits.yaml index 7b833b15fad5..1decb0387a94 100644 --- a/ci-operator/jobs/openshift-priv/ptp-operator/openshift-priv-ptp-operator-release-4.3-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/ptp-operator/openshift-priv-ptp-operator-release-4.3-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-ptp-operator-release-4.3-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/ptp-operator/openshift-priv-ptp-operator-release-4.3-presubmits.yaml b/ci-operator/jobs/openshift-priv/ptp-operator/openshift-priv-ptp-operator-release-4.3-presubmits.yaml index dea0f6240312..0dbb3174238e 100644 --- a/ci-operator/jobs/openshift-priv/ptp-operator/openshift-priv-ptp-operator-release-4.3-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/ptp-operator/openshift-priv-ptp-operator-release-4.3-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -52,6 +50,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -77,6 +78,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -97,11 +101,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -121,6 +125,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -135,4 +142,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/ptp-operator/openshift-priv-ptp-operator-release-4.4-postsubmits.yaml b/ci-operator/jobs/openshift-priv/ptp-operator/openshift-priv-ptp-operator-release-4.4-postsubmits.yaml index 3f05e765c129..3465b4f1ad2d 100644 --- a/ci-operator/jobs/openshift-priv/ptp-operator/openshift-priv-ptp-operator-release-4.4-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/ptp-operator/openshift-priv-ptp-operator-release-4.4-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-ptp-operator-release-4.4-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/ptp-operator/openshift-priv-ptp-operator-release-4.4-presubmits.yaml b/ci-operator/jobs/openshift-priv/ptp-operator/openshift-priv-ptp-operator-release-4.4-presubmits.yaml index 8782ba4b0eb0..76e4f9e2e51f 100644 --- a/ci-operator/jobs/openshift-priv/ptp-operator/openshift-priv-ptp-operator-release-4.4-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/ptp-operator/openshift-priv-ptp-operator-release-4.4-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -52,6 +50,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -77,6 +78,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -97,11 +101,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -121,6 +125,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -135,4 +142,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/ptp-operator/openshift-priv-ptp-operator-release-4.5-postsubmits.yaml b/ci-operator/jobs/openshift-priv/ptp-operator/openshift-priv-ptp-operator-release-4.5-postsubmits.yaml index 4bc74da9b341..7fb0103cae49 100644 --- a/ci-operator/jobs/openshift-priv/ptp-operator/openshift-priv-ptp-operator-release-4.5-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/ptp-operator/openshift-priv-ptp-operator-release-4.5-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-ptp-operator-release-4.5-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/ptp-operator/openshift-priv-ptp-operator-release-4.5-presubmits.yaml b/ci-operator/jobs/openshift-priv/ptp-operator/openshift-priv-ptp-operator-release-4.5-presubmits.yaml index 7c7b06102e1e..9de20ea178b0 100644 --- a/ci-operator/jobs/openshift-priv/ptp-operator/openshift-priv-ptp-operator-release-4.5-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/ptp-operator/openshift-priv-ptp-operator-release-4.5-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -52,6 +50,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -77,6 +78,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -97,11 +101,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -121,6 +125,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -135,4 +142,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/ptp-operator/openshift-priv-ptp-operator-release-4.6-postsubmits.yaml b/ci-operator/jobs/openshift-priv/ptp-operator/openshift-priv-ptp-operator-release-4.6-postsubmits.yaml index 789569b97e1d..06d01a80ea2a 100644 --- a/ci-operator/jobs/openshift-priv/ptp-operator/openshift-priv-ptp-operator-release-4.6-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/ptp-operator/openshift-priv-ptp-operator-release-4.6-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-ptp-operator-release-4.6-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/ptp-operator/openshift-priv-ptp-operator-release-4.6-presubmits.yaml b/ci-operator/jobs/openshift-priv/ptp-operator/openshift-priv-ptp-operator-release-4.6-presubmits.yaml index a3d364b753a6..f421752a23ec 100644 --- a/ci-operator/jobs/openshift-priv/ptp-operator/openshift-priv-ptp-operator-release-4.6-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/ptp-operator/openshift-priv-ptp-operator-release-4.6-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -52,6 +50,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -77,6 +78,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -97,11 +101,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -121,6 +125,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -135,4 +142,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/ptp-operator/openshift-priv-ptp-operator-release-4.7-postsubmits.yaml b/ci-operator/jobs/openshift-priv/ptp-operator/openshift-priv-ptp-operator-release-4.7-postsubmits.yaml index 3719f7c00060..78f594f08c3a 100644 --- a/ci-operator/jobs/openshift-priv/ptp-operator/openshift-priv-ptp-operator-release-4.7-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/ptp-operator/openshift-priv-ptp-operator-release-4.7-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-ptp-operator-release-4.7-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/ptp-operator/openshift-priv-ptp-operator-release-4.7-presubmits.yaml b/ci-operator/jobs/openshift-priv/ptp-operator/openshift-priv-ptp-operator-release-4.7-presubmits.yaml index d02ab871a6ca..9499684f8b66 100644 --- a/ci-operator/jobs/openshift-priv/ptp-operator/openshift-priv-ptp-operator-release-4.7-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/ptp-operator/openshift-priv-ptp-operator-release-4.7-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -52,6 +50,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -77,6 +78,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -97,11 +101,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -121,6 +125,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -135,4 +142,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/rbac-permissions-operator/openshift-priv-rbac-permissions-operator-release-4.6-postsubmits.yaml b/ci-operator/jobs/openshift-priv/rbac-permissions-operator/openshift-priv-rbac-permissions-operator-release-4.6-postsubmits.yaml index 11f076f3cbb6..dee88a92d0bb 100644 --- a/ci-operator/jobs/openshift-priv/rbac-permissions-operator/openshift-priv-rbac-permissions-operator-release-4.6-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/rbac-permissions-operator/openshift-priv-rbac-permissions-operator-release-4.6-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-rbac-permissions-operator-release-4.6-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/rbac-permissions-operator/openshift-priv-rbac-permissions-operator-release-4.6-presubmits.yaml b/ci-operator/jobs/openshift-priv/rbac-permissions-operator/openshift-priv-rbac-permissions-operator-release-4.6-presubmits.yaml index e461f6c6f45a..49c0df2032f4 100644 --- a/ci-operator/jobs/openshift-priv/rbac-permissions-operator/openshift-priv-rbac-permissions-operator-release-4.6-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/rbac-permissions-operator/openshift-priv-rbac-permissions-operator-release-4.6-presubmits.yaml @@ -19,11 +19,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -43,6 +43,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -57,4 +60,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/route-override-cni/openshift-priv-route-override-cni-master-postsubmits.yaml b/ci-operator/jobs/openshift-priv/route-override-cni/openshift-priv-route-override-cni-master-postsubmits.yaml index aa12908fc8f6..5bcbb1fc0c58 100644 --- a/ci-operator/jobs/openshift-priv/route-override-cni/openshift-priv-route-override-cni-master-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/route-override-cni/openshift-priv-route-override-cni-master-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-route-override-cni-master-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/route-override-cni/openshift-priv-route-override-cni-master-presubmits.yaml b/ci-operator/jobs/openshift-priv/route-override-cni/openshift-priv-route-override-cni-master-presubmits.yaml index 71b4900cb628..4fd11109f0cd 100644 --- a/ci-operator/jobs/openshift-priv/route-override-cni/openshift-priv-route-override-cni-master-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/route-override-cni/openshift-priv-route-override-cni-master-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -52,6 +50,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -77,6 +78,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -97,11 +101,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -121,6 +125,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -135,4 +142,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/route-override-cni/openshift-priv-route-override-cni-release-4.3-postsubmits.yaml b/ci-operator/jobs/openshift-priv/route-override-cni/openshift-priv-route-override-cni-release-4.3-postsubmits.yaml index dde7e8385104..f344b858bb3c 100644 --- a/ci-operator/jobs/openshift-priv/route-override-cni/openshift-priv-route-override-cni-release-4.3-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/route-override-cni/openshift-priv-route-override-cni-release-4.3-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-route-override-cni-release-4.3-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/route-override-cni/openshift-priv-route-override-cni-release-4.3-presubmits.yaml b/ci-operator/jobs/openshift-priv/route-override-cni/openshift-priv-route-override-cni-release-4.3-presubmits.yaml index 98ee07ac1a94..385de7da1dad 100644 --- a/ci-operator/jobs/openshift-priv/route-override-cni/openshift-priv-route-override-cni-release-4.3-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/route-override-cni/openshift-priv-route-override-cni-release-4.3-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -52,6 +50,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -77,6 +78,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -97,11 +101,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -121,6 +125,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -135,4 +142,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/route-override-cni/openshift-priv-route-override-cni-release-4.4-postsubmits.yaml b/ci-operator/jobs/openshift-priv/route-override-cni/openshift-priv-route-override-cni-release-4.4-postsubmits.yaml index 82b5ea742703..bbad9f32ffe6 100644 --- a/ci-operator/jobs/openshift-priv/route-override-cni/openshift-priv-route-override-cni-release-4.4-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/route-override-cni/openshift-priv-route-override-cni-release-4.4-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-route-override-cni-release-4.4-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/route-override-cni/openshift-priv-route-override-cni-release-4.4-presubmits.yaml b/ci-operator/jobs/openshift-priv/route-override-cni/openshift-priv-route-override-cni-release-4.4-presubmits.yaml index 31f384d17c53..45feaac0c387 100644 --- a/ci-operator/jobs/openshift-priv/route-override-cni/openshift-priv-route-override-cni-release-4.4-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/route-override-cni/openshift-priv-route-override-cni-release-4.4-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -52,6 +50,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -77,6 +78,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -97,11 +101,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -121,6 +125,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -135,4 +142,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/route-override-cni/openshift-priv-route-override-cni-release-4.5-postsubmits.yaml b/ci-operator/jobs/openshift-priv/route-override-cni/openshift-priv-route-override-cni-release-4.5-postsubmits.yaml index 16a71eac047e..1bf74859e1a2 100644 --- a/ci-operator/jobs/openshift-priv/route-override-cni/openshift-priv-route-override-cni-release-4.5-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/route-override-cni/openshift-priv-route-override-cni-release-4.5-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-route-override-cni-release-4.5-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/route-override-cni/openshift-priv-route-override-cni-release-4.5-presubmits.yaml b/ci-operator/jobs/openshift-priv/route-override-cni/openshift-priv-route-override-cni-release-4.5-presubmits.yaml index 87dec028fa80..e31e4ac5e765 100644 --- a/ci-operator/jobs/openshift-priv/route-override-cni/openshift-priv-route-override-cni-release-4.5-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/route-override-cni/openshift-priv-route-override-cni-release-4.5-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -52,6 +50,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -77,6 +78,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -97,11 +101,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -121,6 +125,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -135,4 +142,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/route-override-cni/openshift-priv-route-override-cni-release-4.6-postsubmits.yaml b/ci-operator/jobs/openshift-priv/route-override-cni/openshift-priv-route-override-cni-release-4.6-postsubmits.yaml index 04eab03a7c7e..ef8947e1dab6 100644 --- a/ci-operator/jobs/openshift-priv/route-override-cni/openshift-priv-route-override-cni-release-4.6-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/route-override-cni/openshift-priv-route-override-cni-release-4.6-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-route-override-cni-release-4.6-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/route-override-cni/openshift-priv-route-override-cni-release-4.6-presubmits.yaml b/ci-operator/jobs/openshift-priv/route-override-cni/openshift-priv-route-override-cni-release-4.6-presubmits.yaml index 03a0c3a4208d..50f292bc6bae 100644 --- a/ci-operator/jobs/openshift-priv/route-override-cni/openshift-priv-route-override-cni-release-4.6-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/route-override-cni/openshift-priv-route-override-cni-release-4.6-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -52,6 +50,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -77,6 +78,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -97,11 +101,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -121,6 +125,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -135,4 +142,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/route-override-cni/openshift-priv-route-override-cni-release-4.7-postsubmits.yaml b/ci-operator/jobs/openshift-priv/route-override-cni/openshift-priv-route-override-cni-release-4.7-postsubmits.yaml index 2f7aee1daca0..c914f8a2eb03 100644 --- a/ci-operator/jobs/openshift-priv/route-override-cni/openshift-priv-route-override-cni-release-4.7-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/route-override-cni/openshift-priv-route-override-cni-release-4.7-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-route-override-cni-release-4.7-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/route-override-cni/openshift-priv-route-override-cni-release-4.7-presubmits.yaml b/ci-operator/jobs/openshift-priv/route-override-cni/openshift-priv-route-override-cni-release-4.7-presubmits.yaml index 11e289f99df6..0d00d51d0d5f 100644 --- a/ci-operator/jobs/openshift-priv/route-override-cni/openshift-priv-route-override-cni-release-4.7-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/route-override-cni/openshift-priv-route-override-cni-release-4.7-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -52,6 +50,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -77,6 +78,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -97,11 +101,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -121,6 +125,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -135,4 +142,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/router/openshift-priv-router-master-postsubmits.yaml b/ci-operator/jobs/openshift-priv/router/openshift-priv-router-master-postsubmits.yaml index 32a5161416df..5b699c07ef95 100644 --- a/ci-operator/jobs/openshift-priv/router/openshift-priv-router-master-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/router/openshift-priv-router-master-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-router-master-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/router/openshift-priv-router-master-presubmits.yaml b/ci-operator/jobs/openshift-priv/router/openshift-priv-router-master-presubmits.yaml index 9c416495a498..a48cf2d3eac5 100644 --- a/ci-operator/jobs/openshift-priv/router/openshift-priv-router-master-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/router/openshift-priv-router-master-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -52,6 +50,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -77,6 +78,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -97,14 +101,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -130,6 +132,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -155,6 +160,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -175,11 +183,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -199,6 +207,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -213,6 +224,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -233,11 +247,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -257,6 +271,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -271,6 +288,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -291,11 +311,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -315,6 +335,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -329,4 +352,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/router/openshift-priv-router-release-4.1-postsubmits.yaml b/ci-operator/jobs/openshift-priv/router/openshift-priv-router-release-4.1-postsubmits.yaml index 6aabbea9e1d9..9508866f7ddb 100644 --- a/ci-operator/jobs/openshift-priv/router/openshift-priv-router-release-4.1-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/router/openshift-priv-router-release-4.1-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-router-release-4.1-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/router/openshift-priv-router-release-4.1-presubmits.yaml b/ci-operator/jobs/openshift-priv/router/openshift-priv-router-release-4.1-presubmits.yaml index 316345ca11a4..dd78cbd8c3d6 100644 --- a/ci-operator/jobs/openshift-priv/router/openshift-priv-router-release-4.1-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/router/openshift-priv-router-release-4.1-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -52,6 +50,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -77,6 +78,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -97,14 +101,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -130,6 +132,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -155,6 +160,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -175,11 +183,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -199,6 +207,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -213,6 +224,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -233,11 +247,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -257,6 +271,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -271,4 +288,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/router/openshift-priv-router-release-4.2-postsubmits.yaml b/ci-operator/jobs/openshift-priv/router/openshift-priv-router-release-4.2-postsubmits.yaml index ca03290114df..e2df0b5c0a5d 100644 --- a/ci-operator/jobs/openshift-priv/router/openshift-priv-router-release-4.2-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/router/openshift-priv-router-release-4.2-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-router-release-4.2-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/router/openshift-priv-router-release-4.2-presubmits.yaml b/ci-operator/jobs/openshift-priv/router/openshift-priv-router-release-4.2-presubmits.yaml index c5a033ce5260..f55bfa8e21da 100644 --- a/ci-operator/jobs/openshift-priv/router/openshift-priv-router-release-4.2-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/router/openshift-priv-router-release-4.2-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -52,6 +50,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -77,6 +78,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -97,14 +101,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -130,6 +132,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -155,6 +160,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -175,11 +183,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -199,6 +207,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -213,6 +224,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -233,11 +247,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -257,6 +271,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -271,4 +288,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/router/openshift-priv-router-release-4.3-postsubmits.yaml b/ci-operator/jobs/openshift-priv/router/openshift-priv-router-release-4.3-postsubmits.yaml index 96b92660adee..4bafb1aa70d5 100644 --- a/ci-operator/jobs/openshift-priv/router/openshift-priv-router-release-4.3-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/router/openshift-priv-router-release-4.3-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-router-release-4.3-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/router/openshift-priv-router-release-4.3-presubmits.yaml b/ci-operator/jobs/openshift-priv/router/openshift-priv-router-release-4.3-presubmits.yaml index 760cf55bcb56..0f04d65258cd 100644 --- a/ci-operator/jobs/openshift-priv/router/openshift-priv-router-release-4.3-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/router/openshift-priv-router-release-4.3-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -52,6 +50,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -77,6 +78,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -97,14 +101,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -130,6 +132,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -155,6 +160,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -175,11 +183,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -199,6 +207,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -213,6 +224,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -233,11 +247,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -257,6 +271,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -271,4 +288,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/router/openshift-priv-router-release-4.4-postsubmits.yaml b/ci-operator/jobs/openshift-priv/router/openshift-priv-router-release-4.4-postsubmits.yaml index c8a181872a8f..8c6c4eeabd09 100644 --- a/ci-operator/jobs/openshift-priv/router/openshift-priv-router-release-4.4-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/router/openshift-priv-router-release-4.4-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-router-release-4.4-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/router/openshift-priv-router-release-4.4-presubmits.yaml b/ci-operator/jobs/openshift-priv/router/openshift-priv-router-release-4.4-presubmits.yaml index 67c466e7fe8c..756507172bce 100644 --- a/ci-operator/jobs/openshift-priv/router/openshift-priv-router-release-4.4-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/router/openshift-priv-router-release-4.4-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -52,6 +50,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -77,6 +78,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -97,14 +101,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -130,6 +132,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -155,6 +160,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -175,11 +183,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -199,6 +207,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -213,6 +224,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -233,11 +247,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -257,6 +271,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -271,4 +288,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/router/openshift-priv-router-release-4.5-postsubmits.yaml b/ci-operator/jobs/openshift-priv/router/openshift-priv-router-release-4.5-postsubmits.yaml index 9e24fb6f52bc..86184bfda779 100644 --- a/ci-operator/jobs/openshift-priv/router/openshift-priv-router-release-4.5-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/router/openshift-priv-router-release-4.5-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-router-release-4.5-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/router/openshift-priv-router-release-4.5-presubmits.yaml b/ci-operator/jobs/openshift-priv/router/openshift-priv-router-release-4.5-presubmits.yaml index 7ded1bc219e7..0d64d82b2cfc 100644 --- a/ci-operator/jobs/openshift-priv/router/openshift-priv-router-release-4.5-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/router/openshift-priv-router-release-4.5-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -52,6 +50,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -77,6 +78,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -97,14 +101,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -130,6 +132,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -155,6 +160,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -175,11 +183,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -199,6 +207,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -213,6 +224,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -233,11 +247,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -257,6 +271,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -271,6 +288,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -291,11 +311,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -315,6 +335,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -329,4 +352,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/router/openshift-priv-router-release-4.6-postsubmits.yaml b/ci-operator/jobs/openshift-priv/router/openshift-priv-router-release-4.6-postsubmits.yaml index 20c851e5fc02..5694a59c7eb4 100644 --- a/ci-operator/jobs/openshift-priv/router/openshift-priv-router-release-4.6-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/router/openshift-priv-router-release-4.6-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-router-release-4.6-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/router/openshift-priv-router-release-4.6-presubmits.yaml b/ci-operator/jobs/openshift-priv/router/openshift-priv-router-release-4.6-presubmits.yaml index dd4138abf2f6..e387befddc1c 100644 --- a/ci-operator/jobs/openshift-priv/router/openshift-priv-router-release-4.6-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/router/openshift-priv-router-release-4.6-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -52,6 +50,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -77,6 +78,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -97,14 +101,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -130,6 +132,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -155,6 +160,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -175,11 +183,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -199,6 +207,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -213,6 +224,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -233,11 +247,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -257,6 +271,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -271,6 +288,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -291,11 +311,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -315,6 +335,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -329,4 +352,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/router/openshift-priv-router-release-4.7-postsubmits.yaml b/ci-operator/jobs/openshift-priv/router/openshift-priv-router-release-4.7-postsubmits.yaml index b44d9424f193..6e1b79fc3315 100644 --- a/ci-operator/jobs/openshift-priv/router/openshift-priv-router-release-4.7-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/router/openshift-priv-router-release-4.7-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-router-release-4.7-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/router/openshift-priv-router-release-4.7-presubmits.yaml b/ci-operator/jobs/openshift-priv/router/openshift-priv-router-release-4.7-presubmits.yaml index e3bbc9faf686..a6e6f824d050 100644 --- a/ci-operator/jobs/openshift-priv/router/openshift-priv-router-release-4.7-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/router/openshift-priv-router-release-4.7-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -52,6 +50,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -77,6 +78,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -97,14 +101,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -130,6 +132,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -155,6 +160,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -175,11 +183,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -199,6 +207,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -213,6 +224,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -233,11 +247,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -257,6 +271,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -271,6 +288,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -291,11 +311,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -315,6 +335,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -329,4 +352,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/runtime-utils/openshift-priv-runtime-utils-master-presubmits.yaml b/ci-operator/jobs/openshift-priv/runtime-utils/openshift-priv-runtime-utils-master-presubmits.yaml index 1ef855cbbbe5..8707748f03a9 100644 --- a/ci-operator/jobs/openshift-priv/runtime-utils/openshift-priv-runtime-utils-master-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/runtime-utils/openshift-priv-runtime-utils-master-presubmits.yaml @@ -19,11 +19,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -43,6 +43,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -57,6 +60,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -77,11 +83,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -101,6 +107,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -115,4 +124,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/runtime-utils/openshift-priv-runtime-utils-release-4.3-presubmits.yaml b/ci-operator/jobs/openshift-priv/runtime-utils/openshift-priv-runtime-utils-release-4.3-presubmits.yaml index 9d33dc2288ed..363d4e33faf1 100644 --- a/ci-operator/jobs/openshift-priv/runtime-utils/openshift-priv-runtime-utils-release-4.3-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/runtime-utils/openshift-priv-runtime-utils-release-4.3-presubmits.yaml @@ -19,11 +19,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -43,6 +43,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -57,6 +60,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -77,11 +83,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -101,6 +107,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -115,4 +124,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/runtime-utils/openshift-priv-runtime-utils-release-4.4-presubmits.yaml b/ci-operator/jobs/openshift-priv/runtime-utils/openshift-priv-runtime-utils-release-4.4-presubmits.yaml index d546cabfb2f0..a491fc9aaf00 100644 --- a/ci-operator/jobs/openshift-priv/runtime-utils/openshift-priv-runtime-utils-release-4.4-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/runtime-utils/openshift-priv-runtime-utils-release-4.4-presubmits.yaml @@ -19,11 +19,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -43,6 +43,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -57,6 +60,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -77,11 +83,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -101,6 +107,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -115,4 +124,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/runtime-utils/openshift-priv-runtime-utils-release-4.5-presubmits.yaml b/ci-operator/jobs/openshift-priv/runtime-utils/openshift-priv-runtime-utils-release-4.5-presubmits.yaml index 59016c953cb4..d03d92f906ab 100644 --- a/ci-operator/jobs/openshift-priv/runtime-utils/openshift-priv-runtime-utils-release-4.5-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/runtime-utils/openshift-priv-runtime-utils-release-4.5-presubmits.yaml @@ -19,11 +19,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -43,6 +43,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -57,6 +60,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -77,11 +83,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -101,6 +107,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -115,4 +124,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/runtime-utils/openshift-priv-runtime-utils-release-4.6-presubmits.yaml b/ci-operator/jobs/openshift-priv/runtime-utils/openshift-priv-runtime-utils-release-4.6-presubmits.yaml index ff865b73950d..39ae0b851003 100644 --- a/ci-operator/jobs/openshift-priv/runtime-utils/openshift-priv-runtime-utils-release-4.6-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/runtime-utils/openshift-priv-runtime-utils-release-4.6-presubmits.yaml @@ -19,11 +19,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -43,6 +43,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -57,6 +60,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -77,11 +83,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -101,6 +107,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -115,4 +124,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/runtime-utils/openshift-priv-runtime-utils-release-4.7-presubmits.yaml b/ci-operator/jobs/openshift-priv/runtime-utils/openshift-priv-runtime-utils-release-4.7-presubmits.yaml index 35cb2666a5f1..974b8332a911 100644 --- a/ci-operator/jobs/openshift-priv/runtime-utils/openshift-priv-runtime-utils-release-4.7-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/runtime-utils/openshift-priv-runtime-utils-release-4.7-presubmits.yaml @@ -19,11 +19,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -43,6 +43,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -57,6 +60,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -77,11 +83,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -101,6 +107,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -115,4 +124,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/sdn/openshift-priv-sdn-master-postsubmits.yaml b/ci-operator/jobs/openshift-priv/sdn/openshift-priv-sdn-master-postsubmits.yaml index 682f19e37739..75d7a009236f 100644 --- a/ci-operator/jobs/openshift-priv/sdn/openshift-priv-sdn-master-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/sdn/openshift-priv-sdn-master-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-sdn-master-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/sdn/openshift-priv-sdn-master-presubmits.yaml b/ci-operator/jobs/openshift-priv/sdn/openshift-priv-sdn-master-presubmits.yaml index 06bf7a7325ec..290907859bda 100644 --- a/ci-operator/jobs/openshift-priv/sdn/openshift-priv-sdn-master-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/sdn/openshift-priv-sdn-master-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -52,6 +50,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -77,6 +78,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -97,14 +101,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -130,6 +132,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -155,6 +160,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -175,14 +183,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-gcp-cluster-profile - --target=e2e-gcp - --template=/usr/local/e2e-gcp @@ -219,6 +225,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -249,6 +258,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-gcp,?($|\s.*) - agent: kubernetes always_run: true @@ -269,11 +281,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -293,6 +305,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -307,6 +322,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -327,11 +345,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -351,6 +369,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -365,6 +386,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -385,11 +409,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -409,6 +433,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -423,6 +450,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) - agent: kubernetes always_run: true @@ -443,11 +473,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify-deps command: - ci-operator @@ -467,6 +497,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -481,4 +514,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify-deps,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/sdn/openshift-priv-sdn-release-4.2-postsubmits.yaml b/ci-operator/jobs/openshift-priv/sdn/openshift-priv-sdn-release-4.2-postsubmits.yaml index e47a8cad4758..e26f7d4f775e 100644 --- a/ci-operator/jobs/openshift-priv/sdn/openshift-priv-sdn-release-4.2-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/sdn/openshift-priv-sdn-release-4.2-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-sdn-release-4.2-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/sdn/openshift-priv-sdn-release-4.2-presubmits.yaml b/ci-operator/jobs/openshift-priv/sdn/openshift-priv-sdn-release-4.2-presubmits.yaml index 8b575c462eeb..acfdcc3577ec 100644 --- a/ci-operator/jobs/openshift-priv/sdn/openshift-priv-sdn-release-4.2-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/sdn/openshift-priv-sdn-release-4.2-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -52,6 +50,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -77,6 +78,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -97,14 +101,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -130,6 +132,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -155,6 +160,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -175,11 +183,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -199,6 +207,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -213,6 +224,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -233,11 +247,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -257,6 +271,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -271,6 +288,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -291,11 +311,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -315,6 +335,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -329,6 +352,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) - agent: kubernetes always_run: true @@ -349,11 +375,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify-deps command: - ci-operator @@ -373,6 +399,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -387,4 +416,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify-deps,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/sdn/openshift-priv-sdn-release-4.3-postsubmits.yaml b/ci-operator/jobs/openshift-priv/sdn/openshift-priv-sdn-release-4.3-postsubmits.yaml index a275044d2f37..3b26d46fba13 100644 --- a/ci-operator/jobs/openshift-priv/sdn/openshift-priv-sdn-release-4.3-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/sdn/openshift-priv-sdn-release-4.3-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-sdn-release-4.3-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/sdn/openshift-priv-sdn-release-4.3-presubmits.yaml b/ci-operator/jobs/openshift-priv/sdn/openshift-priv-sdn-release-4.3-presubmits.yaml index e9813b27a895..92ae3eaade13 100644 --- a/ci-operator/jobs/openshift-priv/sdn/openshift-priv-sdn-release-4.3-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/sdn/openshift-priv-sdn-release-4.3-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -52,6 +50,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -77,6 +78,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -97,14 +101,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -130,6 +132,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -155,6 +160,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -175,14 +183,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-gcp-cluster-profile - --target=e2e-gcp - --template=/usr/local/e2e-gcp @@ -219,6 +225,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -249,6 +258,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-gcp,?($|\s.*) - agent: kubernetes always_run: true @@ -269,11 +281,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -293,6 +305,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -307,6 +322,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -327,11 +345,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -351,6 +369,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -365,6 +386,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -385,11 +409,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -409,6 +433,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -423,6 +450,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) - agent: kubernetes always_run: true @@ -443,11 +473,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify-deps command: - ci-operator @@ -467,6 +497,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -481,4 +514,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify-deps,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/sdn/openshift-priv-sdn-release-4.4-postsubmits.yaml b/ci-operator/jobs/openshift-priv/sdn/openshift-priv-sdn-release-4.4-postsubmits.yaml index c633ee1c5d05..7b4a9052be81 100644 --- a/ci-operator/jobs/openshift-priv/sdn/openshift-priv-sdn-release-4.4-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/sdn/openshift-priv-sdn-release-4.4-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-sdn-release-4.4-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/sdn/openshift-priv-sdn-release-4.4-presubmits.yaml b/ci-operator/jobs/openshift-priv/sdn/openshift-priv-sdn-release-4.4-presubmits.yaml index f8cd23caeb3b..a280c464ac61 100644 --- a/ci-operator/jobs/openshift-priv/sdn/openshift-priv-sdn-release-4.4-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/sdn/openshift-priv-sdn-release-4.4-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -52,6 +50,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -77,6 +78,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -97,14 +101,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -130,6 +132,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -155,6 +160,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -175,14 +183,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-gcp-cluster-profile - --target=e2e-gcp - --template=/usr/local/e2e-gcp @@ -219,6 +225,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -249,6 +258,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-gcp,?($|\s.*) - agent: kubernetes always_run: true @@ -269,11 +281,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -293,6 +305,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -307,6 +322,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -327,11 +345,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -351,6 +369,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -365,6 +386,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -385,11 +409,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -409,6 +433,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -423,6 +450,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) - agent: kubernetes always_run: true @@ -443,11 +473,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify-deps command: - ci-operator @@ -467,6 +497,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -481,4 +514,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify-deps,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/sdn/openshift-priv-sdn-release-4.5-postsubmits.yaml b/ci-operator/jobs/openshift-priv/sdn/openshift-priv-sdn-release-4.5-postsubmits.yaml index 6e1792daca23..fea4f15830b0 100644 --- a/ci-operator/jobs/openshift-priv/sdn/openshift-priv-sdn-release-4.5-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/sdn/openshift-priv-sdn-release-4.5-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-sdn-release-4.5-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/sdn/openshift-priv-sdn-release-4.5-presubmits.yaml b/ci-operator/jobs/openshift-priv/sdn/openshift-priv-sdn-release-4.5-presubmits.yaml index 2ec3d539dcd5..d6de59f4a819 100644 --- a/ci-operator/jobs/openshift-priv/sdn/openshift-priv-sdn-release-4.5-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/sdn/openshift-priv-sdn-release-4.5-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -52,6 +50,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -77,6 +78,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -97,14 +101,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -130,6 +132,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -155,6 +160,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -175,14 +183,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-gcp-cluster-profile - --target=e2e-gcp - --template=/usr/local/e2e-gcp @@ -219,6 +225,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -249,6 +258,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-gcp,?($|\s.*) - agent: kubernetes always_run: true @@ -269,11 +281,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -293,6 +305,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -307,6 +322,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -327,11 +345,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -351,6 +369,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -365,6 +386,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -385,11 +409,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -409,6 +433,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -423,6 +450,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) - agent: kubernetes always_run: true @@ -443,11 +473,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify-deps command: - ci-operator @@ -467,6 +497,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -481,4 +514,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify-deps,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/sdn/openshift-priv-sdn-release-4.6-postsubmits.yaml b/ci-operator/jobs/openshift-priv/sdn/openshift-priv-sdn-release-4.6-postsubmits.yaml index 0877bb257217..9e5aeeb2b614 100644 --- a/ci-operator/jobs/openshift-priv/sdn/openshift-priv-sdn-release-4.6-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/sdn/openshift-priv-sdn-release-4.6-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-sdn-release-4.6-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/sdn/openshift-priv-sdn-release-4.6-presubmits.yaml b/ci-operator/jobs/openshift-priv/sdn/openshift-priv-sdn-release-4.6-presubmits.yaml index 56bcd99093a0..c128cc715c1f 100644 --- a/ci-operator/jobs/openshift-priv/sdn/openshift-priv-sdn-release-4.6-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/sdn/openshift-priv-sdn-release-4.6-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -52,6 +50,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -77,6 +78,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -97,14 +101,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -130,6 +132,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -155,6 +160,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -175,14 +183,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-gcp-cluster-profile - --target=e2e-gcp - --template=/usr/local/e2e-gcp @@ -219,6 +225,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -249,6 +258,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-gcp,?($|\s.*) - agent: kubernetes always_run: true @@ -269,11 +281,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -293,6 +305,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -307,6 +322,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -327,11 +345,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -351,6 +369,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -365,6 +386,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -385,11 +409,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -409,6 +433,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -423,6 +450,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) - agent: kubernetes always_run: true @@ -443,11 +473,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify-deps command: - ci-operator @@ -467,6 +497,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -481,4 +514,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify-deps,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/sdn/openshift-priv-sdn-release-4.7-postsubmits.yaml b/ci-operator/jobs/openshift-priv/sdn/openshift-priv-sdn-release-4.7-postsubmits.yaml index 3af6b95205ef..6b2a4e6a26ff 100644 --- a/ci-operator/jobs/openshift-priv/sdn/openshift-priv-sdn-release-4.7-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/sdn/openshift-priv-sdn-release-4.7-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-sdn-release-4.7-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/sdn/openshift-priv-sdn-release-4.7-presubmits.yaml b/ci-operator/jobs/openshift-priv/sdn/openshift-priv-sdn-release-4.7-presubmits.yaml index c33114386d01..9bedfa31b8b1 100644 --- a/ci-operator/jobs/openshift-priv/sdn/openshift-priv-sdn-release-4.7-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/sdn/openshift-priv-sdn-release-4.7-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -52,6 +50,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -77,6 +78,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -97,14 +101,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -130,6 +132,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -155,6 +160,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -175,14 +183,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-gcp-cluster-profile - --target=e2e-gcp - --template=/usr/local/e2e-gcp @@ -219,6 +225,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -249,6 +258,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-gcp,?($|\s.*) - agent: kubernetes always_run: true @@ -269,11 +281,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -293,6 +305,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -307,6 +322,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -327,11 +345,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -351,6 +369,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -365,6 +386,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -385,11 +409,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -409,6 +433,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -423,6 +450,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) - agent: kubernetes always_run: true @@ -443,11 +473,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify-deps command: - ci-operator @@ -467,6 +497,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -481,4 +514,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify-deps,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/service-ca-operator/openshift-priv-service-ca-operator-master-postsubmits.yaml b/ci-operator/jobs/openshift-priv/service-ca-operator/openshift-priv-service-ca-operator-master-postsubmits.yaml index f6c583e256d3..51c74d3db244 100644 --- a/ci-operator/jobs/openshift-priv/service-ca-operator/openshift-priv-service-ca-operator-master-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/service-ca-operator/openshift-priv-service-ca-operator-master-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-service-ca-operator-master-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/service-ca-operator/openshift-priv-service-ca-operator-master-presubmits.yaml b/ci-operator/jobs/openshift-priv/service-ca-operator/openshift-priv-service-ca-operator-master-presubmits.yaml index 42387884a38b..b583fc538482 100644 --- a/ci-operator/jobs/openshift-priv/service-ca-operator/openshift-priv-service-ca-operator-master-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/service-ca-operator/openshift-priv-service-ca-operator-master-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -52,6 +50,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -77,6 +78,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -97,14 +101,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-operator-cluster-profile - --target=e2e-aws-operator - --template=/usr/local/e2e-aws-operator @@ -141,6 +143,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -169,6 +174,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-operator,?($|\s.*) - agent: kubernetes always_run: true @@ -189,14 +197,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -222,6 +228,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -247,6 +256,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -267,11 +279,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -291,6 +303,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -305,6 +320,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -325,11 +343,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -349,6 +367,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -363,6 +384,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -383,11 +407,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -407,6 +431,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -421,6 +448,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) - agent: kubernetes always_run: true @@ -441,11 +471,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify-deps command: - ci-operator @@ -465,6 +495,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -479,4 +512,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify-deps,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/service-ca-operator/openshift-priv-service-ca-operator-release-4.1-postsubmits.yaml b/ci-operator/jobs/openshift-priv/service-ca-operator/openshift-priv-service-ca-operator-release-4.1-postsubmits.yaml index 205962c7646c..8fddaa98a687 100644 --- a/ci-operator/jobs/openshift-priv/service-ca-operator/openshift-priv-service-ca-operator-release-4.1-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/service-ca-operator/openshift-priv-service-ca-operator-release-4.1-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-service-ca-operator-release-4.1-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/service-ca-operator/openshift-priv-service-ca-operator-release-4.1-presubmits.yaml b/ci-operator/jobs/openshift-priv/service-ca-operator/openshift-priv-service-ca-operator-release-4.1-presubmits.yaml index efbb1e022488..23a7aa3ef09f 100644 --- a/ci-operator/jobs/openshift-priv/service-ca-operator/openshift-priv-service-ca-operator-release-4.1-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/service-ca-operator/openshift-priv-service-ca-operator-release-4.1-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -52,6 +50,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -77,6 +78,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -97,14 +101,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-operator-cluster-profile - --target=e2e-aws-operator - --template=/usr/local/e2e-aws-operator @@ -141,6 +143,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -169,6 +174,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-operator,?($|\s.*) - agent: kubernetes always_run: true @@ -189,14 +197,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -222,6 +228,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -247,6 +256,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -267,11 +279,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -291,6 +303,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -305,6 +320,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -325,11 +343,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -349,6 +367,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -363,4 +384,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/service-ca-operator/openshift-priv-service-ca-operator-release-4.2-postsubmits.yaml b/ci-operator/jobs/openshift-priv/service-ca-operator/openshift-priv-service-ca-operator-release-4.2-postsubmits.yaml index 21b6c480c287..1f7bf5fc4b71 100644 --- a/ci-operator/jobs/openshift-priv/service-ca-operator/openshift-priv-service-ca-operator-release-4.2-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/service-ca-operator/openshift-priv-service-ca-operator-release-4.2-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-service-ca-operator-release-4.2-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/service-ca-operator/openshift-priv-service-ca-operator-release-4.2-presubmits.yaml b/ci-operator/jobs/openshift-priv/service-ca-operator/openshift-priv-service-ca-operator-release-4.2-presubmits.yaml index 68011809ec8d..15f7abbf1f02 100644 --- a/ci-operator/jobs/openshift-priv/service-ca-operator/openshift-priv-service-ca-operator-release-4.2-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/service-ca-operator/openshift-priv-service-ca-operator-release-4.2-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -52,6 +50,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -77,6 +78,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -97,14 +101,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-operator-cluster-profile - --target=e2e-aws-operator - --template=/usr/local/e2e-aws-operator @@ -141,6 +143,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -169,6 +174,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-operator,?($|\s.*) - agent: kubernetes always_run: true @@ -189,14 +197,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -222,6 +228,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -247,6 +256,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -267,11 +279,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -291,6 +303,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -305,6 +320,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -325,11 +343,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -349,6 +367,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -363,6 +384,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -383,11 +407,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -407,6 +431,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -421,4 +448,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/service-ca-operator/openshift-priv-service-ca-operator-release-4.3-postsubmits.yaml b/ci-operator/jobs/openshift-priv/service-ca-operator/openshift-priv-service-ca-operator-release-4.3-postsubmits.yaml index 48aab81a3cfc..9f63ecab6db6 100644 --- a/ci-operator/jobs/openshift-priv/service-ca-operator/openshift-priv-service-ca-operator-release-4.3-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/service-ca-operator/openshift-priv-service-ca-operator-release-4.3-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-service-ca-operator-release-4.3-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/service-ca-operator/openshift-priv-service-ca-operator-release-4.3-presubmits.yaml b/ci-operator/jobs/openshift-priv/service-ca-operator/openshift-priv-service-ca-operator-release-4.3-presubmits.yaml index 1a69369fedf9..45c1b621b8a2 100644 --- a/ci-operator/jobs/openshift-priv/service-ca-operator/openshift-priv-service-ca-operator-release-4.3-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/service-ca-operator/openshift-priv-service-ca-operator-release-4.3-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -52,6 +50,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -77,6 +78,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -97,14 +101,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-operator-cluster-profile - --target=e2e-aws-operator - --template=/usr/local/e2e-aws-operator @@ -141,6 +143,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -169,6 +174,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-operator,?($|\s.*) - agent: kubernetes always_run: true @@ -189,14 +197,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -222,6 +228,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -247,6 +256,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -267,11 +279,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -291,6 +303,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -305,6 +320,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -325,11 +343,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -349,6 +367,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -363,6 +384,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -383,11 +407,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -407,6 +431,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -421,4 +448,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/service-ca-operator/openshift-priv-service-ca-operator-release-4.4-postsubmits.yaml b/ci-operator/jobs/openshift-priv/service-ca-operator/openshift-priv-service-ca-operator-release-4.4-postsubmits.yaml index f931816c741a..f439f9b2584f 100644 --- a/ci-operator/jobs/openshift-priv/service-ca-operator/openshift-priv-service-ca-operator-release-4.4-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/service-ca-operator/openshift-priv-service-ca-operator-release-4.4-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-service-ca-operator-release-4.4-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/service-ca-operator/openshift-priv-service-ca-operator-release-4.4-presubmits.yaml b/ci-operator/jobs/openshift-priv/service-ca-operator/openshift-priv-service-ca-operator-release-4.4-presubmits.yaml index aab6ff076cde..5a9c4c4370c6 100644 --- a/ci-operator/jobs/openshift-priv/service-ca-operator/openshift-priv-service-ca-operator-release-4.4-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/service-ca-operator/openshift-priv-service-ca-operator-release-4.4-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -52,6 +50,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -77,6 +78,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -97,14 +101,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-operator-cluster-profile - --target=e2e-aws-operator - --template=/usr/local/e2e-aws-operator @@ -141,6 +143,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -169,6 +174,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-operator,?($|\s.*) - agent: kubernetes always_run: true @@ -189,14 +197,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -222,6 +228,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -247,6 +256,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -267,11 +279,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -291,6 +303,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -305,6 +320,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -325,11 +343,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -349,6 +367,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -363,6 +384,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -383,11 +407,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -407,6 +431,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -421,4 +448,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/service-ca-operator/openshift-priv-service-ca-operator-release-4.5-postsubmits.yaml b/ci-operator/jobs/openshift-priv/service-ca-operator/openshift-priv-service-ca-operator-release-4.5-postsubmits.yaml index b0c30faaa302..d176cb4b8180 100644 --- a/ci-operator/jobs/openshift-priv/service-ca-operator/openshift-priv-service-ca-operator-release-4.5-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/service-ca-operator/openshift-priv-service-ca-operator-release-4.5-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-service-ca-operator-release-4.5-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/service-ca-operator/openshift-priv-service-ca-operator-release-4.5-presubmits.yaml b/ci-operator/jobs/openshift-priv/service-ca-operator/openshift-priv-service-ca-operator-release-4.5-presubmits.yaml index 6a5e577d370c..42a949913981 100644 --- a/ci-operator/jobs/openshift-priv/service-ca-operator/openshift-priv-service-ca-operator-release-4.5-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/service-ca-operator/openshift-priv-service-ca-operator-release-4.5-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -52,6 +50,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -77,6 +78,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -97,14 +101,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-operator-cluster-profile - --target=e2e-aws-operator - --template=/usr/local/e2e-aws-operator @@ -141,6 +143,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -169,6 +174,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-operator,?($|\s.*) - agent: kubernetes always_run: true @@ -189,14 +197,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -222,6 +228,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -247,6 +256,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -267,11 +279,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -291,6 +303,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -305,6 +320,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -325,11 +343,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -349,6 +367,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -363,6 +384,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -383,11 +407,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -407,6 +431,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -421,6 +448,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) - agent: kubernetes always_run: true @@ -441,11 +471,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify-deps command: - ci-operator @@ -465,6 +495,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -479,4 +512,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify-deps,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/service-ca-operator/openshift-priv-service-ca-operator-release-4.6-postsubmits.yaml b/ci-operator/jobs/openshift-priv/service-ca-operator/openshift-priv-service-ca-operator-release-4.6-postsubmits.yaml index 60c28296adca..3e3016ffbf08 100644 --- a/ci-operator/jobs/openshift-priv/service-ca-operator/openshift-priv-service-ca-operator-release-4.6-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/service-ca-operator/openshift-priv-service-ca-operator-release-4.6-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-service-ca-operator-release-4.6-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/service-ca-operator/openshift-priv-service-ca-operator-release-4.6-presubmits.yaml b/ci-operator/jobs/openshift-priv/service-ca-operator/openshift-priv-service-ca-operator-release-4.6-presubmits.yaml index 670423c7b0f1..b168417fa31b 100644 --- a/ci-operator/jobs/openshift-priv/service-ca-operator/openshift-priv-service-ca-operator-release-4.6-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/service-ca-operator/openshift-priv-service-ca-operator-release-4.6-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -52,6 +50,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -77,6 +78,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -97,14 +101,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-operator-cluster-profile - --target=e2e-aws-operator - --template=/usr/local/e2e-aws-operator @@ -141,6 +143,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -169,6 +174,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-operator,?($|\s.*) - agent: kubernetes always_run: true @@ -189,14 +197,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -222,6 +228,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -247,6 +256,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -267,11 +279,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -291,6 +303,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -305,6 +320,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -325,11 +343,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -349,6 +367,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -363,6 +384,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -383,11 +407,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -407,6 +431,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -421,6 +448,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) - agent: kubernetes always_run: true @@ -441,11 +471,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify-deps command: - ci-operator @@ -465,6 +495,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -479,4 +512,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify-deps,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/service-ca-operator/openshift-priv-service-ca-operator-release-4.7-postsubmits.yaml b/ci-operator/jobs/openshift-priv/service-ca-operator/openshift-priv-service-ca-operator-release-4.7-postsubmits.yaml index 6d5f0240fd87..05c435fb69c3 100644 --- a/ci-operator/jobs/openshift-priv/service-ca-operator/openshift-priv-service-ca-operator-release-4.7-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/service-ca-operator/openshift-priv-service-ca-operator-release-4.7-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-service-ca-operator-release-4.7-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/service-ca-operator/openshift-priv-service-ca-operator-release-4.7-presubmits.yaml b/ci-operator/jobs/openshift-priv/service-ca-operator/openshift-priv-service-ca-operator-release-4.7-presubmits.yaml index d9d0f416949e..6b7dd51aa571 100644 --- a/ci-operator/jobs/openshift-priv/service-ca-operator/openshift-priv-service-ca-operator-release-4.7-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/service-ca-operator/openshift-priv-service-ca-operator-release-4.7-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -52,6 +50,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -77,6 +78,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -97,14 +101,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-operator-cluster-profile - --target=e2e-aws-operator - --template=/usr/local/e2e-aws-operator @@ -141,6 +143,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -169,6 +174,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-operator,?($|\s.*) - agent: kubernetes always_run: true @@ -189,14 +197,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -222,6 +228,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -247,6 +256,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -267,11 +279,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -291,6 +303,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -305,6 +320,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -325,11 +343,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -349,6 +367,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -363,6 +384,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -383,11 +407,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -407,6 +431,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -421,6 +448,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) - agent: kubernetes always_run: true @@ -441,11 +471,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify-deps command: - ci-operator @@ -465,6 +495,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -479,4 +512,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify-deps,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/service-catalog/openshift-priv-service-catalog-master-postsubmits.yaml b/ci-operator/jobs/openshift-priv/service-catalog/openshift-priv-service-catalog-master-postsubmits.yaml index 8395b46538cb..516843b0120f 100644 --- a/ci-operator/jobs/openshift-priv/service-catalog/openshift-priv-service-catalog-master-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/service-catalog/openshift-priv-service-catalog-master-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-service-catalog-master-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/service-catalog/openshift-priv-service-catalog-master-presubmits.yaml b/ci-operator/jobs/openshift-priv/service-catalog/openshift-priv-service-catalog-master-presubmits.yaml index 4108ac49ba95..f9dfce7b7537 100644 --- a/ci-operator/jobs/openshift-priv/service-catalog/openshift-priv-service-catalog-master-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/service-catalog/openshift-priv-service-catalog-master-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-operator-cluster-profile - --target=e2e-aws-operator - --template=/usr/local/e2e-aws-operator @@ -63,6 +61,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -91,6 +92,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-operator,?($|\s.*) - agent: kubernetes always_run: true @@ -111,11 +115,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -135,6 +139,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -149,6 +156,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -169,11 +179,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -193,6 +203,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -207,4 +220,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/service-catalog/openshift-priv-service-catalog-release-4.1-postsubmits.yaml b/ci-operator/jobs/openshift-priv/service-catalog/openshift-priv-service-catalog-release-4.1-postsubmits.yaml index 61bcdab6e207..380570da3e45 100644 --- a/ci-operator/jobs/openshift-priv/service-catalog/openshift-priv-service-catalog-release-4.1-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/service-catalog/openshift-priv-service-catalog-release-4.1-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-service-catalog-release-4.1-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/service-catalog/openshift-priv-service-catalog-release-4.1-presubmits.yaml b/ci-operator/jobs/openshift-priv/service-catalog/openshift-priv-service-catalog-release-4.1-presubmits.yaml index 1708116fbe60..faac1c90b133 100644 --- a/ci-operator/jobs/openshift-priv/service-catalog/openshift-priv-service-catalog-release-4.1-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/service-catalog/openshift-priv-service-catalog-release-4.1-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-operator-cluster-profile - --target=e2e-aws-operator - --template=/usr/local/e2e-aws-operator @@ -63,6 +61,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -91,6 +92,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-operator,?($|\s.*) - agent: kubernetes always_run: true @@ -111,11 +115,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -135,6 +139,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -149,6 +156,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -169,11 +179,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -193,6 +203,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -207,4 +220,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/service-catalog/openshift-priv-service-catalog-release-4.2-postsubmits.yaml b/ci-operator/jobs/openshift-priv/service-catalog/openshift-priv-service-catalog-release-4.2-postsubmits.yaml index 07e723820da3..6eb0412eafe2 100644 --- a/ci-operator/jobs/openshift-priv/service-catalog/openshift-priv-service-catalog-release-4.2-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/service-catalog/openshift-priv-service-catalog-release-4.2-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-service-catalog-release-4.2-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/service-catalog/openshift-priv-service-catalog-release-4.2-presubmits.yaml b/ci-operator/jobs/openshift-priv/service-catalog/openshift-priv-service-catalog-release-4.2-presubmits.yaml index a33c0d80afef..d61139bf20ac 100644 --- a/ci-operator/jobs/openshift-priv/service-catalog/openshift-priv-service-catalog-release-4.2-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/service-catalog/openshift-priv-service-catalog-release-4.2-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-operator-cluster-profile - --target=e2e-aws-operator - --template=/usr/local/e2e-aws-operator @@ -63,6 +61,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -91,6 +92,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-operator,?($|\s.*) - agent: kubernetes always_run: true @@ -111,11 +115,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -135,6 +139,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -149,6 +156,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -169,11 +179,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -193,6 +203,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -207,4 +220,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/service-catalog/openshift-priv-service-catalog-release-4.3-postsubmits.yaml b/ci-operator/jobs/openshift-priv/service-catalog/openshift-priv-service-catalog-release-4.3-postsubmits.yaml index 71bf978221c2..47d935efa7e9 100644 --- a/ci-operator/jobs/openshift-priv/service-catalog/openshift-priv-service-catalog-release-4.3-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/service-catalog/openshift-priv-service-catalog-release-4.3-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-service-catalog-release-4.3-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/service-catalog/openshift-priv-service-catalog-release-4.3-presubmits.yaml b/ci-operator/jobs/openshift-priv/service-catalog/openshift-priv-service-catalog-release-4.3-presubmits.yaml index 3a6abb8c63c5..dfdc78469391 100644 --- a/ci-operator/jobs/openshift-priv/service-catalog/openshift-priv-service-catalog-release-4.3-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/service-catalog/openshift-priv-service-catalog-release-4.3-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-operator-cluster-profile - --target=e2e-aws-operator - --template=/usr/local/e2e-aws-operator @@ -63,6 +61,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -91,6 +92,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-operator,?($|\s.*) - agent: kubernetes always_run: true @@ -111,11 +115,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -135,6 +139,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -149,6 +156,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -169,11 +179,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -193,6 +203,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -207,4 +220,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/service-catalog/openshift-priv-service-catalog-release-4.4-postsubmits.yaml b/ci-operator/jobs/openshift-priv/service-catalog/openshift-priv-service-catalog-release-4.4-postsubmits.yaml index ed66b187ba19..e5f4b5fa5746 100644 --- a/ci-operator/jobs/openshift-priv/service-catalog/openshift-priv-service-catalog-release-4.4-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/service-catalog/openshift-priv-service-catalog-release-4.4-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-service-catalog-release-4.4-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/service-catalog/openshift-priv-service-catalog-release-4.4-presubmits.yaml b/ci-operator/jobs/openshift-priv/service-catalog/openshift-priv-service-catalog-release-4.4-presubmits.yaml index f3c629661f9e..72314a20bc50 100644 --- a/ci-operator/jobs/openshift-priv/service-catalog/openshift-priv-service-catalog-release-4.4-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/service-catalog/openshift-priv-service-catalog-release-4.4-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-operator-cluster-profile - --target=e2e-aws-operator - --template=/usr/local/e2e-aws-operator @@ -63,6 +61,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -91,6 +92,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-operator,?($|\s.*) - agent: kubernetes always_run: true @@ -111,11 +115,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -135,6 +139,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -149,6 +156,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -169,11 +179,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -193,6 +203,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -207,4 +220,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/service-catalog/openshift-priv-service-catalog-release-4.5-postsubmits.yaml b/ci-operator/jobs/openshift-priv/service-catalog/openshift-priv-service-catalog-release-4.5-postsubmits.yaml index 8160c21a10ef..af3c43014d0b 100644 --- a/ci-operator/jobs/openshift-priv/service-catalog/openshift-priv-service-catalog-release-4.5-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/service-catalog/openshift-priv-service-catalog-release-4.5-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-service-catalog-release-4.5-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/service-catalog/openshift-priv-service-catalog-release-4.5-presubmits.yaml b/ci-operator/jobs/openshift-priv/service-catalog/openshift-priv-service-catalog-release-4.5-presubmits.yaml index fb87f3d81704..5cb3887dff6b 100644 --- a/ci-operator/jobs/openshift-priv/service-catalog/openshift-priv-service-catalog-release-4.5-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/service-catalog/openshift-priv-service-catalog-release-4.5-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-operator-cluster-profile - --target=e2e-aws-operator - --template=/usr/local/e2e-aws-operator @@ -63,6 +61,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -91,6 +92,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-operator,?($|\s.*) - agent: kubernetes always_run: true @@ -111,11 +115,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -135,6 +139,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -149,6 +156,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -169,11 +179,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -193,6 +203,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -207,4 +220,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/service-catalog/openshift-priv-service-catalog-release-4.6-postsubmits.yaml b/ci-operator/jobs/openshift-priv/service-catalog/openshift-priv-service-catalog-release-4.6-postsubmits.yaml index 2b9bb55dd5cc..a3b0855d82e0 100644 --- a/ci-operator/jobs/openshift-priv/service-catalog/openshift-priv-service-catalog-release-4.6-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/service-catalog/openshift-priv-service-catalog-release-4.6-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-service-catalog-release-4.6-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/service-catalog/openshift-priv-service-catalog-release-4.6-presubmits.yaml b/ci-operator/jobs/openshift-priv/service-catalog/openshift-priv-service-catalog-release-4.6-presubmits.yaml index aeb038567474..8f06281dc83e 100644 --- a/ci-operator/jobs/openshift-priv/service-catalog/openshift-priv-service-catalog-release-4.6-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/service-catalog/openshift-priv-service-catalog-release-4.6-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-operator-cluster-profile - --target=e2e-aws-operator - --template=/usr/local/e2e-aws-operator @@ -63,6 +61,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -91,6 +92,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-operator,?($|\s.*) - agent: kubernetes always_run: true @@ -111,11 +115,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -135,6 +139,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -149,6 +156,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -169,11 +179,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -193,6 +203,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -207,4 +220,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/service-catalog/openshift-priv-service-catalog-release-4.7-postsubmits.yaml b/ci-operator/jobs/openshift-priv/service-catalog/openshift-priv-service-catalog-release-4.7-postsubmits.yaml index b6baff527377..edc6cf3cefe0 100644 --- a/ci-operator/jobs/openshift-priv/service-catalog/openshift-priv-service-catalog-release-4.7-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/service-catalog/openshift-priv-service-catalog-release-4.7-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-service-catalog-release-4.7-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/service-catalog/openshift-priv-service-catalog-release-4.7-presubmits.yaml b/ci-operator/jobs/openshift-priv/service-catalog/openshift-priv-service-catalog-release-4.7-presubmits.yaml index 9af29f7bd065..48bdfbb1c5c0 100644 --- a/ci-operator/jobs/openshift-priv/service-catalog/openshift-priv-service-catalog-release-4.7-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/service-catalog/openshift-priv-service-catalog-release-4.7-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-operator-cluster-profile - --target=e2e-aws-operator - --template=/usr/local/e2e-aws-operator @@ -63,6 +61,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -91,6 +92,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-operator,?($|\s.*) - agent: kubernetes always_run: true @@ -111,11 +115,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -135,6 +139,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -149,6 +156,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -169,11 +179,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -193,6 +203,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -207,4 +220,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/sig-storage-local-static-provisioner/openshift-priv-sig-storage-local-static-provisioner-master-postsubmits.yaml b/ci-operator/jobs/openshift-priv/sig-storage-local-static-provisioner/openshift-priv-sig-storage-local-static-provisioner-master-postsubmits.yaml index 80a7276d5ce4..eb93b5c14d24 100644 --- a/ci-operator/jobs/openshift-priv/sig-storage-local-static-provisioner/openshift-priv-sig-storage-local-static-provisioner-master-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/sig-storage-local-static-provisioner/openshift-priv-sig-storage-local-static-provisioner-master-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-sig-storage-local-static-provisioner-master-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/sig-storage-local-static-provisioner/openshift-priv-sig-storage-local-static-provisioner-master-presubmits.yaml b/ci-operator/jobs/openshift-priv/sig-storage-local-static-provisioner/openshift-priv-sig-storage-local-static-provisioner-master-presubmits.yaml index 61720da63f22..0a9bd6dbb452 100644 --- a/ci-operator/jobs/openshift-priv/sig-storage-local-static-provisioner/openshift-priv-sig-storage-local-static-provisioner-master-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/sig-storage-local-static-provisioner/openshift-priv-sig-storage-local-static-provisioner-master-presubmits.yaml @@ -19,11 +19,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -43,6 +43,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -57,6 +60,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -77,11 +83,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -101,6 +107,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -115,4 +124,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/sig-storage-local-static-provisioner/openshift-priv-sig-storage-local-static-provisioner-release-4.2-postsubmits.yaml b/ci-operator/jobs/openshift-priv/sig-storage-local-static-provisioner/openshift-priv-sig-storage-local-static-provisioner-release-4.2-postsubmits.yaml index 4671c11a846d..a9a445fe2c33 100644 --- a/ci-operator/jobs/openshift-priv/sig-storage-local-static-provisioner/openshift-priv-sig-storage-local-static-provisioner-release-4.2-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/sig-storage-local-static-provisioner/openshift-priv-sig-storage-local-static-provisioner-release-4.2-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-sig-storage-local-static-provisioner-release-4.2-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/sig-storage-local-static-provisioner/openshift-priv-sig-storage-local-static-provisioner-release-4.2-presubmits.yaml b/ci-operator/jobs/openshift-priv/sig-storage-local-static-provisioner/openshift-priv-sig-storage-local-static-provisioner-release-4.2-presubmits.yaml index 520d90f7da12..d27ca06f48d5 100644 --- a/ci-operator/jobs/openshift-priv/sig-storage-local-static-provisioner/openshift-priv-sig-storage-local-static-provisioner-release-4.2-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/sig-storage-local-static-provisioner/openshift-priv-sig-storage-local-static-provisioner-release-4.2-presubmits.yaml @@ -19,11 +19,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -43,6 +43,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -57,6 +60,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -77,11 +83,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -101,6 +107,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -115,4 +124,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/sig-storage-local-static-provisioner/openshift-priv-sig-storage-local-static-provisioner-release-4.3-postsubmits.yaml b/ci-operator/jobs/openshift-priv/sig-storage-local-static-provisioner/openshift-priv-sig-storage-local-static-provisioner-release-4.3-postsubmits.yaml index 637148eb3a40..412fa33e624d 100644 --- a/ci-operator/jobs/openshift-priv/sig-storage-local-static-provisioner/openshift-priv-sig-storage-local-static-provisioner-release-4.3-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/sig-storage-local-static-provisioner/openshift-priv-sig-storage-local-static-provisioner-release-4.3-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-sig-storage-local-static-provisioner-release-4.3-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/sig-storage-local-static-provisioner/openshift-priv-sig-storage-local-static-provisioner-release-4.3-presubmits.yaml b/ci-operator/jobs/openshift-priv/sig-storage-local-static-provisioner/openshift-priv-sig-storage-local-static-provisioner-release-4.3-presubmits.yaml index cc7622266a2c..f38f3e5da7d5 100644 --- a/ci-operator/jobs/openshift-priv/sig-storage-local-static-provisioner/openshift-priv-sig-storage-local-static-provisioner-release-4.3-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/sig-storage-local-static-provisioner/openshift-priv-sig-storage-local-static-provisioner-release-4.3-presubmits.yaml @@ -19,11 +19,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -43,6 +43,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -57,6 +60,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -77,11 +83,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -101,6 +107,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -115,4 +124,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/sig-storage-local-static-provisioner/openshift-priv-sig-storage-local-static-provisioner-release-4.4-postsubmits.yaml b/ci-operator/jobs/openshift-priv/sig-storage-local-static-provisioner/openshift-priv-sig-storage-local-static-provisioner-release-4.4-postsubmits.yaml index aae0a34242b9..13e9ecc284f0 100644 --- a/ci-operator/jobs/openshift-priv/sig-storage-local-static-provisioner/openshift-priv-sig-storage-local-static-provisioner-release-4.4-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/sig-storage-local-static-provisioner/openshift-priv-sig-storage-local-static-provisioner-release-4.4-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-sig-storage-local-static-provisioner-release-4.4-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/sig-storage-local-static-provisioner/openshift-priv-sig-storage-local-static-provisioner-release-4.4-presubmits.yaml b/ci-operator/jobs/openshift-priv/sig-storage-local-static-provisioner/openshift-priv-sig-storage-local-static-provisioner-release-4.4-presubmits.yaml index 8dcaa51e5d19..c366f227e002 100644 --- a/ci-operator/jobs/openshift-priv/sig-storage-local-static-provisioner/openshift-priv-sig-storage-local-static-provisioner-release-4.4-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/sig-storage-local-static-provisioner/openshift-priv-sig-storage-local-static-provisioner-release-4.4-presubmits.yaml @@ -19,11 +19,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -43,6 +43,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -57,6 +60,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -77,11 +83,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -101,6 +107,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -115,4 +124,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/sig-storage-local-static-provisioner/openshift-priv-sig-storage-local-static-provisioner-release-4.5-postsubmits.yaml b/ci-operator/jobs/openshift-priv/sig-storage-local-static-provisioner/openshift-priv-sig-storage-local-static-provisioner-release-4.5-postsubmits.yaml index 3e25aa3380b2..3e50b278c02a 100644 --- a/ci-operator/jobs/openshift-priv/sig-storage-local-static-provisioner/openshift-priv-sig-storage-local-static-provisioner-release-4.5-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/sig-storage-local-static-provisioner/openshift-priv-sig-storage-local-static-provisioner-release-4.5-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-sig-storage-local-static-provisioner-release-4.5-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/sig-storage-local-static-provisioner/openshift-priv-sig-storage-local-static-provisioner-release-4.5-presubmits.yaml b/ci-operator/jobs/openshift-priv/sig-storage-local-static-provisioner/openshift-priv-sig-storage-local-static-provisioner-release-4.5-presubmits.yaml index 95fc8b38a5bd..883cceca6ba3 100644 --- a/ci-operator/jobs/openshift-priv/sig-storage-local-static-provisioner/openshift-priv-sig-storage-local-static-provisioner-release-4.5-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/sig-storage-local-static-provisioner/openshift-priv-sig-storage-local-static-provisioner-release-4.5-presubmits.yaml @@ -19,11 +19,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -43,6 +43,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -57,6 +60,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -77,11 +83,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -101,6 +107,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -115,4 +124,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/sig-storage-local-static-provisioner/openshift-priv-sig-storage-local-static-provisioner-release-4.6-postsubmits.yaml b/ci-operator/jobs/openshift-priv/sig-storage-local-static-provisioner/openshift-priv-sig-storage-local-static-provisioner-release-4.6-postsubmits.yaml index 5448ebc7fe3a..4ee22d75bcd6 100644 --- a/ci-operator/jobs/openshift-priv/sig-storage-local-static-provisioner/openshift-priv-sig-storage-local-static-provisioner-release-4.6-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/sig-storage-local-static-provisioner/openshift-priv-sig-storage-local-static-provisioner-release-4.6-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-sig-storage-local-static-provisioner-release-4.6-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/sig-storage-local-static-provisioner/openshift-priv-sig-storage-local-static-provisioner-release-4.6-presubmits.yaml b/ci-operator/jobs/openshift-priv/sig-storage-local-static-provisioner/openshift-priv-sig-storage-local-static-provisioner-release-4.6-presubmits.yaml index bfdebfcaf445..48c0a46a7f5c 100644 --- a/ci-operator/jobs/openshift-priv/sig-storage-local-static-provisioner/openshift-priv-sig-storage-local-static-provisioner-release-4.6-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/sig-storage-local-static-provisioner/openshift-priv-sig-storage-local-static-provisioner-release-4.6-presubmits.yaml @@ -19,11 +19,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -43,6 +43,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -57,6 +60,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -77,11 +83,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -101,6 +107,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -115,4 +124,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/sig-storage-local-static-provisioner/openshift-priv-sig-storage-local-static-provisioner-release-4.7-postsubmits.yaml b/ci-operator/jobs/openshift-priv/sig-storage-local-static-provisioner/openshift-priv-sig-storage-local-static-provisioner-release-4.7-postsubmits.yaml index f4c360df27a6..1679055b1a6e 100644 --- a/ci-operator/jobs/openshift-priv/sig-storage-local-static-provisioner/openshift-priv-sig-storage-local-static-provisioner-release-4.7-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/sig-storage-local-static-provisioner/openshift-priv-sig-storage-local-static-provisioner-release-4.7-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-sig-storage-local-static-provisioner-release-4.7-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/sig-storage-local-static-provisioner/openshift-priv-sig-storage-local-static-provisioner-release-4.7-presubmits.yaml b/ci-operator/jobs/openshift-priv/sig-storage-local-static-provisioner/openshift-priv-sig-storage-local-static-provisioner-release-4.7-presubmits.yaml index f534728ddf2a..344ea4e47c6f 100644 --- a/ci-operator/jobs/openshift-priv/sig-storage-local-static-provisioner/openshift-priv-sig-storage-local-static-provisioner-release-4.7-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/sig-storage-local-static-provisioner/openshift-priv-sig-storage-local-static-provisioner-release-4.7-presubmits.yaml @@ -19,11 +19,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -43,6 +43,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -57,6 +60,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -77,11 +83,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -101,6 +107,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -115,4 +124,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/special-resource-operator/openshift-priv-special-resource-operator-master-postsubmits.yaml b/ci-operator/jobs/openshift-priv/special-resource-operator/openshift-priv-special-resource-operator-master-postsubmits.yaml index 542150779013..a42cd2607793 100644 --- a/ci-operator/jobs/openshift-priv/special-resource-operator/openshift-priv-special-resource-operator-master-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/special-resource-operator/openshift-priv-special-resource-operator-master-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-special-resource-operator-master-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/special-resource-operator/openshift-priv-special-resource-operator-master-presubmits.yaml b/ci-operator/jobs/openshift-priv/special-resource-operator/openshift-priv-special-resource-operator-master-presubmits.yaml index 7f7c204a48d2..0ba2f60258cd 100644 --- a/ci-operator/jobs/openshift-priv/special-resource-operator/openshift-priv-special-resource-operator-master-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/special-resource-operator/openshift-priv-special-resource-operator-master-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -52,6 +50,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -77,6 +78,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -97,14 +101,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -130,6 +132,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -155,6 +160,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -175,11 +183,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -199,6 +207,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -213,6 +224,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -233,11 +247,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -257,6 +271,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -271,6 +288,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -291,11 +311,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -315,6 +335,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -329,4 +352,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/special-resource-operator/openshift-priv-special-resource-operator-release-4.5-postsubmits.yaml b/ci-operator/jobs/openshift-priv/special-resource-operator/openshift-priv-special-resource-operator-release-4.5-postsubmits.yaml index bc5022c34e38..4b69c32fe4d4 100644 --- a/ci-operator/jobs/openshift-priv/special-resource-operator/openshift-priv-special-resource-operator-release-4.5-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/special-resource-operator/openshift-priv-special-resource-operator-release-4.5-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-special-resource-operator-release-4.5-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/special-resource-operator/openshift-priv-special-resource-operator-release-4.5-presubmits.yaml b/ci-operator/jobs/openshift-priv/special-resource-operator/openshift-priv-special-resource-operator-release-4.5-presubmits.yaml index 3bb208fb14b7..9a8089288db9 100644 --- a/ci-operator/jobs/openshift-priv/special-resource-operator/openshift-priv-special-resource-operator-release-4.5-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/special-resource-operator/openshift-priv-special-resource-operator-release-4.5-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -52,6 +50,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -77,6 +78,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -97,14 +101,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -130,6 +132,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -155,6 +160,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -175,11 +183,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -199,6 +207,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -213,6 +224,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -233,11 +247,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -257,6 +271,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -271,6 +288,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -291,11 +311,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -315,6 +335,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -329,4 +352,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/special-resource-operator/openshift-priv-special-resource-operator-release-4.6-postsubmits.yaml b/ci-operator/jobs/openshift-priv/special-resource-operator/openshift-priv-special-resource-operator-release-4.6-postsubmits.yaml index a85c822dfbea..4168ef426b40 100644 --- a/ci-operator/jobs/openshift-priv/special-resource-operator/openshift-priv-special-resource-operator-release-4.6-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/special-resource-operator/openshift-priv-special-resource-operator-release-4.6-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-special-resource-operator-release-4.6-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/special-resource-operator/openshift-priv-special-resource-operator-release-4.6-presubmits.yaml b/ci-operator/jobs/openshift-priv/special-resource-operator/openshift-priv-special-resource-operator-release-4.6-presubmits.yaml index 04ace96e2ead..a7fb419642ac 100644 --- a/ci-operator/jobs/openshift-priv/special-resource-operator/openshift-priv-special-resource-operator-release-4.6-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/special-resource-operator/openshift-priv-special-resource-operator-release-4.6-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -52,6 +50,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -77,6 +78,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -97,14 +101,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -130,6 +132,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -155,6 +160,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -175,11 +183,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -199,6 +207,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -213,6 +224,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -233,11 +247,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -257,6 +271,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -271,6 +288,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -291,11 +311,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -315,6 +335,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -329,4 +352,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/special-resource-operator/openshift-priv-special-resource-operator-release-4.7-postsubmits.yaml b/ci-operator/jobs/openshift-priv/special-resource-operator/openshift-priv-special-resource-operator-release-4.7-postsubmits.yaml index 40773a96d480..11d70f29f05b 100644 --- a/ci-operator/jobs/openshift-priv/special-resource-operator/openshift-priv-special-resource-operator-release-4.7-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/special-resource-operator/openshift-priv-special-resource-operator-release-4.7-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-special-resource-operator-release-4.7-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/special-resource-operator/openshift-priv-special-resource-operator-release-4.7-presubmits.yaml b/ci-operator/jobs/openshift-priv/special-resource-operator/openshift-priv-special-resource-operator-release-4.7-presubmits.yaml index bb57ef70fdd7..9a09109e5802 100644 --- a/ci-operator/jobs/openshift-priv/special-resource-operator/openshift-priv-special-resource-operator-release-4.7-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/special-resource-operator/openshift-priv-special-resource-operator-release-4.7-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -52,6 +50,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -77,6 +78,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -97,14 +101,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -130,6 +132,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -155,6 +160,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -175,11 +183,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -199,6 +207,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -213,6 +224,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -233,11 +247,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -257,6 +271,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -271,6 +288,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -291,11 +311,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -315,6 +335,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -329,4 +352,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/sriov-cni/openshift-priv-sriov-cni-master-postsubmits.yaml b/ci-operator/jobs/openshift-priv/sriov-cni/openshift-priv-sriov-cni-master-postsubmits.yaml index a67e6c2edf3a..73b2aa3cba03 100644 --- a/ci-operator/jobs/openshift-priv/sriov-cni/openshift-priv-sriov-cni-master-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/sriov-cni/openshift-priv-sriov-cni-master-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-sriov-cni-master-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/sriov-cni/openshift-priv-sriov-cni-master-presubmits.yaml b/ci-operator/jobs/openshift-priv/sriov-cni/openshift-priv-sriov-cni-master-presubmits.yaml index 72a235f2ad7b..46f958362ab9 100644 --- a/ci-operator/jobs/openshift-priv/sriov-cni/openshift-priv-sriov-cni-master-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/sriov-cni/openshift-priv-sriov-cni-master-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -52,6 +50,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -77,6 +78,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -97,11 +101,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -121,6 +125,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -135,4 +142,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/sriov-cni/openshift-priv-sriov-cni-release-4.1-postsubmits.yaml b/ci-operator/jobs/openshift-priv/sriov-cni/openshift-priv-sriov-cni-release-4.1-postsubmits.yaml index 7ae34150a076..1a27278b53c9 100644 --- a/ci-operator/jobs/openshift-priv/sriov-cni/openshift-priv-sriov-cni-release-4.1-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/sriov-cni/openshift-priv-sriov-cni-release-4.1-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-sriov-cni-release-4.1-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/sriov-cni/openshift-priv-sriov-cni-release-4.1-presubmits.yaml b/ci-operator/jobs/openshift-priv/sriov-cni/openshift-priv-sriov-cni-release-4.1-presubmits.yaml index 066140c2b58f..8616ef89ba92 100644 --- a/ci-operator/jobs/openshift-priv/sriov-cni/openshift-priv-sriov-cni-release-4.1-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/sriov-cni/openshift-priv-sriov-cni-release-4.1-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -52,6 +50,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -77,6 +78,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -97,11 +101,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -121,6 +125,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -135,4 +142,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/sriov-cni/openshift-priv-sriov-cni-release-4.2-postsubmits.yaml b/ci-operator/jobs/openshift-priv/sriov-cni/openshift-priv-sriov-cni-release-4.2-postsubmits.yaml index 2d1954da823d..2b43b2cc3e70 100644 --- a/ci-operator/jobs/openshift-priv/sriov-cni/openshift-priv-sriov-cni-release-4.2-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/sriov-cni/openshift-priv-sriov-cni-release-4.2-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-sriov-cni-release-4.2-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/sriov-cni/openshift-priv-sriov-cni-release-4.2-presubmits.yaml b/ci-operator/jobs/openshift-priv/sriov-cni/openshift-priv-sriov-cni-release-4.2-presubmits.yaml index f30b16fc1252..f6fdfe563f3f 100644 --- a/ci-operator/jobs/openshift-priv/sriov-cni/openshift-priv-sriov-cni-release-4.2-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/sriov-cni/openshift-priv-sriov-cni-release-4.2-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -52,6 +50,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -77,6 +78,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -97,11 +101,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -121,6 +125,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -135,4 +142,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/sriov-cni/openshift-priv-sriov-cni-release-4.3-postsubmits.yaml b/ci-operator/jobs/openshift-priv/sriov-cni/openshift-priv-sriov-cni-release-4.3-postsubmits.yaml index 976d68062165..406689df3dab 100644 --- a/ci-operator/jobs/openshift-priv/sriov-cni/openshift-priv-sriov-cni-release-4.3-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/sriov-cni/openshift-priv-sriov-cni-release-4.3-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-sriov-cni-release-4.3-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/sriov-cni/openshift-priv-sriov-cni-release-4.3-presubmits.yaml b/ci-operator/jobs/openshift-priv/sriov-cni/openshift-priv-sriov-cni-release-4.3-presubmits.yaml index 7733ee30f4d1..de099e20d302 100644 --- a/ci-operator/jobs/openshift-priv/sriov-cni/openshift-priv-sriov-cni-release-4.3-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/sriov-cni/openshift-priv-sriov-cni-release-4.3-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -52,6 +50,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -77,6 +78,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -97,11 +101,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -121,6 +125,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -135,4 +142,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/sriov-cni/openshift-priv-sriov-cni-release-4.4-postsubmits.yaml b/ci-operator/jobs/openshift-priv/sriov-cni/openshift-priv-sriov-cni-release-4.4-postsubmits.yaml index 69c69f5379a3..3568b2a98e93 100644 --- a/ci-operator/jobs/openshift-priv/sriov-cni/openshift-priv-sriov-cni-release-4.4-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/sriov-cni/openshift-priv-sriov-cni-release-4.4-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-sriov-cni-release-4.4-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/sriov-cni/openshift-priv-sriov-cni-release-4.4-presubmits.yaml b/ci-operator/jobs/openshift-priv/sriov-cni/openshift-priv-sriov-cni-release-4.4-presubmits.yaml index eef39b5e8daf..e8faa5cd194f 100644 --- a/ci-operator/jobs/openshift-priv/sriov-cni/openshift-priv-sriov-cni-release-4.4-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/sriov-cni/openshift-priv-sriov-cni-release-4.4-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -52,6 +50,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -77,6 +78,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -97,11 +101,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -121,6 +125,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -135,4 +142,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/sriov-cni/openshift-priv-sriov-cni-release-4.5-postsubmits.yaml b/ci-operator/jobs/openshift-priv/sriov-cni/openshift-priv-sriov-cni-release-4.5-postsubmits.yaml index b317e8befaa2..2732038d20f9 100644 --- a/ci-operator/jobs/openshift-priv/sriov-cni/openshift-priv-sriov-cni-release-4.5-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/sriov-cni/openshift-priv-sriov-cni-release-4.5-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-sriov-cni-release-4.5-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/sriov-cni/openshift-priv-sriov-cni-release-4.5-presubmits.yaml b/ci-operator/jobs/openshift-priv/sriov-cni/openshift-priv-sriov-cni-release-4.5-presubmits.yaml index 2a7318912e35..c0a824a2147e 100644 --- a/ci-operator/jobs/openshift-priv/sriov-cni/openshift-priv-sriov-cni-release-4.5-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/sriov-cni/openshift-priv-sriov-cni-release-4.5-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -52,6 +50,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -77,6 +78,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -97,11 +101,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -121,6 +125,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -135,4 +142,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/sriov-cni/openshift-priv-sriov-cni-release-4.6-postsubmits.yaml b/ci-operator/jobs/openshift-priv/sriov-cni/openshift-priv-sriov-cni-release-4.6-postsubmits.yaml index 27db5cc79063..1f08beafb321 100644 --- a/ci-operator/jobs/openshift-priv/sriov-cni/openshift-priv-sriov-cni-release-4.6-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/sriov-cni/openshift-priv-sriov-cni-release-4.6-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-sriov-cni-release-4.6-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/sriov-cni/openshift-priv-sriov-cni-release-4.6-presubmits.yaml b/ci-operator/jobs/openshift-priv/sriov-cni/openshift-priv-sriov-cni-release-4.6-presubmits.yaml index 84b87fd68a2d..da1338f909d0 100644 --- a/ci-operator/jobs/openshift-priv/sriov-cni/openshift-priv-sriov-cni-release-4.6-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/sriov-cni/openshift-priv-sriov-cni-release-4.6-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -52,6 +50,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -77,6 +78,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -97,11 +101,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -121,6 +125,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -135,4 +142,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/sriov-cni/openshift-priv-sriov-cni-release-4.7-postsubmits.yaml b/ci-operator/jobs/openshift-priv/sriov-cni/openshift-priv-sriov-cni-release-4.7-postsubmits.yaml index 4145c1eb07e8..60959e93e023 100644 --- a/ci-operator/jobs/openshift-priv/sriov-cni/openshift-priv-sriov-cni-release-4.7-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/sriov-cni/openshift-priv-sriov-cni-release-4.7-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-sriov-cni-release-4.7-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/sriov-cni/openshift-priv-sriov-cni-release-4.7-presubmits.yaml b/ci-operator/jobs/openshift-priv/sriov-cni/openshift-priv-sriov-cni-release-4.7-presubmits.yaml index 7f25840931c5..e4f9340ef0ac 100644 --- a/ci-operator/jobs/openshift-priv/sriov-cni/openshift-priv-sriov-cni-release-4.7-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/sriov-cni/openshift-priv-sriov-cni-release-4.7-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -52,6 +50,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -77,6 +78,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -97,11 +101,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -121,6 +125,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -135,4 +142,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/sriov-dp-admission-controller/openshift-priv-sriov-dp-admission-controller-master-postsubmits.yaml b/ci-operator/jobs/openshift-priv/sriov-dp-admission-controller/openshift-priv-sriov-dp-admission-controller-master-postsubmits.yaml index 98df3037968b..25240ec43a93 100644 --- a/ci-operator/jobs/openshift-priv/sriov-dp-admission-controller/openshift-priv-sriov-dp-admission-controller-master-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/sriov-dp-admission-controller/openshift-priv-sriov-dp-admission-controller-master-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-sriov-dp-admission-controller-master-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/sriov-dp-admission-controller/openshift-priv-sriov-dp-admission-controller-master-presubmits.yaml b/ci-operator/jobs/openshift-priv/sriov-dp-admission-controller/openshift-priv-sriov-dp-admission-controller-master-presubmits.yaml index 54befcb4e5b5..e577223636d2 100644 --- a/ci-operator/jobs/openshift-priv/sriov-dp-admission-controller/openshift-priv-sriov-dp-admission-controller-master-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/sriov-dp-admission-controller/openshift-priv-sriov-dp-admission-controller-master-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -52,6 +50,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -77,6 +78,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -97,11 +101,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -121,6 +125,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -135,4 +142,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/sriov-dp-admission-controller/openshift-priv-sriov-dp-admission-controller-release-4.1-postsubmits.yaml b/ci-operator/jobs/openshift-priv/sriov-dp-admission-controller/openshift-priv-sriov-dp-admission-controller-release-4.1-postsubmits.yaml index 84aa365392d9..73451a36d82c 100644 --- a/ci-operator/jobs/openshift-priv/sriov-dp-admission-controller/openshift-priv-sriov-dp-admission-controller-release-4.1-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/sriov-dp-admission-controller/openshift-priv-sriov-dp-admission-controller-release-4.1-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-sriov-dp-admission-controller-release-4.1-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/sriov-dp-admission-controller/openshift-priv-sriov-dp-admission-controller-release-4.1-presubmits.yaml b/ci-operator/jobs/openshift-priv/sriov-dp-admission-controller/openshift-priv-sriov-dp-admission-controller-release-4.1-presubmits.yaml index 198d072e1e76..6a23e306f726 100644 --- a/ci-operator/jobs/openshift-priv/sriov-dp-admission-controller/openshift-priv-sriov-dp-admission-controller-release-4.1-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/sriov-dp-admission-controller/openshift-priv-sriov-dp-admission-controller-release-4.1-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -52,6 +50,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -77,6 +78,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -97,11 +101,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -121,6 +125,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -135,4 +142,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/sriov-dp-admission-controller/openshift-priv-sriov-dp-admission-controller-release-4.2-postsubmits.yaml b/ci-operator/jobs/openshift-priv/sriov-dp-admission-controller/openshift-priv-sriov-dp-admission-controller-release-4.2-postsubmits.yaml index 5e94d8d7d0d4..7d4c0fb8b414 100644 --- a/ci-operator/jobs/openshift-priv/sriov-dp-admission-controller/openshift-priv-sriov-dp-admission-controller-release-4.2-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/sriov-dp-admission-controller/openshift-priv-sriov-dp-admission-controller-release-4.2-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-sriov-dp-admission-controller-release-4.2-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/sriov-dp-admission-controller/openshift-priv-sriov-dp-admission-controller-release-4.2-presubmits.yaml b/ci-operator/jobs/openshift-priv/sriov-dp-admission-controller/openshift-priv-sriov-dp-admission-controller-release-4.2-presubmits.yaml index 14f6bf849de9..8148e32907ae 100644 --- a/ci-operator/jobs/openshift-priv/sriov-dp-admission-controller/openshift-priv-sriov-dp-admission-controller-release-4.2-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/sriov-dp-admission-controller/openshift-priv-sriov-dp-admission-controller-release-4.2-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -52,6 +50,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -77,6 +78,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -97,11 +101,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -121,6 +125,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -135,4 +142,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/sriov-dp-admission-controller/openshift-priv-sriov-dp-admission-controller-release-4.3-postsubmits.yaml b/ci-operator/jobs/openshift-priv/sriov-dp-admission-controller/openshift-priv-sriov-dp-admission-controller-release-4.3-postsubmits.yaml index 6a56d56d6eab..0cf0e9113a68 100644 --- a/ci-operator/jobs/openshift-priv/sriov-dp-admission-controller/openshift-priv-sriov-dp-admission-controller-release-4.3-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/sriov-dp-admission-controller/openshift-priv-sriov-dp-admission-controller-release-4.3-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-sriov-dp-admission-controller-release-4.3-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/sriov-dp-admission-controller/openshift-priv-sriov-dp-admission-controller-release-4.3-presubmits.yaml b/ci-operator/jobs/openshift-priv/sriov-dp-admission-controller/openshift-priv-sriov-dp-admission-controller-release-4.3-presubmits.yaml index 82f4a2f91ee1..a311194c5655 100644 --- a/ci-operator/jobs/openshift-priv/sriov-dp-admission-controller/openshift-priv-sriov-dp-admission-controller-release-4.3-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/sriov-dp-admission-controller/openshift-priv-sriov-dp-admission-controller-release-4.3-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -52,6 +50,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -77,6 +78,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -97,11 +101,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -121,6 +125,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -135,4 +142,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/sriov-dp-admission-controller/openshift-priv-sriov-dp-admission-controller-release-4.4-postsubmits.yaml b/ci-operator/jobs/openshift-priv/sriov-dp-admission-controller/openshift-priv-sriov-dp-admission-controller-release-4.4-postsubmits.yaml index b39041d4145a..34414210afd6 100644 --- a/ci-operator/jobs/openshift-priv/sriov-dp-admission-controller/openshift-priv-sriov-dp-admission-controller-release-4.4-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/sriov-dp-admission-controller/openshift-priv-sriov-dp-admission-controller-release-4.4-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-sriov-dp-admission-controller-release-4.4-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/sriov-dp-admission-controller/openshift-priv-sriov-dp-admission-controller-release-4.4-presubmits.yaml b/ci-operator/jobs/openshift-priv/sriov-dp-admission-controller/openshift-priv-sriov-dp-admission-controller-release-4.4-presubmits.yaml index ffe556dfd65a..311702f9c9e4 100644 --- a/ci-operator/jobs/openshift-priv/sriov-dp-admission-controller/openshift-priv-sriov-dp-admission-controller-release-4.4-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/sriov-dp-admission-controller/openshift-priv-sriov-dp-admission-controller-release-4.4-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -52,6 +50,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -77,6 +78,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -97,11 +101,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -121,6 +125,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -135,4 +142,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/sriov-dp-admission-controller/openshift-priv-sriov-dp-admission-controller-release-4.5-postsubmits.yaml b/ci-operator/jobs/openshift-priv/sriov-dp-admission-controller/openshift-priv-sriov-dp-admission-controller-release-4.5-postsubmits.yaml index 99deb170925a..d47d772f543b 100644 --- a/ci-operator/jobs/openshift-priv/sriov-dp-admission-controller/openshift-priv-sriov-dp-admission-controller-release-4.5-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/sriov-dp-admission-controller/openshift-priv-sriov-dp-admission-controller-release-4.5-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-sriov-dp-admission-controller-release-4.5-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/sriov-dp-admission-controller/openshift-priv-sriov-dp-admission-controller-release-4.5-presubmits.yaml b/ci-operator/jobs/openshift-priv/sriov-dp-admission-controller/openshift-priv-sriov-dp-admission-controller-release-4.5-presubmits.yaml index 86eaeeecd2e1..8a7f6bdf1578 100644 --- a/ci-operator/jobs/openshift-priv/sriov-dp-admission-controller/openshift-priv-sriov-dp-admission-controller-release-4.5-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/sriov-dp-admission-controller/openshift-priv-sriov-dp-admission-controller-release-4.5-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -52,6 +50,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -77,6 +78,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -97,11 +101,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -121,6 +125,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -135,4 +142,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/sriov-dp-admission-controller/openshift-priv-sriov-dp-admission-controller-release-4.6-postsubmits.yaml b/ci-operator/jobs/openshift-priv/sriov-dp-admission-controller/openshift-priv-sriov-dp-admission-controller-release-4.6-postsubmits.yaml index d2d980b13de7..9201bb73316d 100644 --- a/ci-operator/jobs/openshift-priv/sriov-dp-admission-controller/openshift-priv-sriov-dp-admission-controller-release-4.6-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/sriov-dp-admission-controller/openshift-priv-sriov-dp-admission-controller-release-4.6-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-sriov-dp-admission-controller-release-4.6-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/sriov-dp-admission-controller/openshift-priv-sriov-dp-admission-controller-release-4.6-presubmits.yaml b/ci-operator/jobs/openshift-priv/sriov-dp-admission-controller/openshift-priv-sriov-dp-admission-controller-release-4.6-presubmits.yaml index 9a93f2dd2e56..bbb1c12c94a4 100644 --- a/ci-operator/jobs/openshift-priv/sriov-dp-admission-controller/openshift-priv-sriov-dp-admission-controller-release-4.6-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/sriov-dp-admission-controller/openshift-priv-sriov-dp-admission-controller-release-4.6-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -52,6 +50,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -77,6 +78,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -97,11 +101,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -121,6 +125,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -135,4 +142,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/sriov-dp-admission-controller/openshift-priv-sriov-dp-admission-controller-release-4.7-postsubmits.yaml b/ci-operator/jobs/openshift-priv/sriov-dp-admission-controller/openshift-priv-sriov-dp-admission-controller-release-4.7-postsubmits.yaml index 9d11a28089e6..7fb98e83ab72 100644 --- a/ci-operator/jobs/openshift-priv/sriov-dp-admission-controller/openshift-priv-sriov-dp-admission-controller-release-4.7-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/sriov-dp-admission-controller/openshift-priv-sriov-dp-admission-controller-release-4.7-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-sriov-dp-admission-controller-release-4.7-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/sriov-dp-admission-controller/openshift-priv-sriov-dp-admission-controller-release-4.7-presubmits.yaml b/ci-operator/jobs/openshift-priv/sriov-dp-admission-controller/openshift-priv-sriov-dp-admission-controller-release-4.7-presubmits.yaml index 0b23a23e61ff..86ddd90b6622 100644 --- a/ci-operator/jobs/openshift-priv/sriov-dp-admission-controller/openshift-priv-sriov-dp-admission-controller-release-4.7-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/sriov-dp-admission-controller/openshift-priv-sriov-dp-admission-controller-release-4.7-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -52,6 +50,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -77,6 +78,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -97,11 +101,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -121,6 +125,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -135,4 +142,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/sriov-network-device-plugin/openshift-priv-sriov-network-device-plugin-master-postsubmits.yaml b/ci-operator/jobs/openshift-priv/sriov-network-device-plugin/openshift-priv-sriov-network-device-plugin-master-postsubmits.yaml index fd624b761276..090aefe32a35 100644 --- a/ci-operator/jobs/openshift-priv/sriov-network-device-plugin/openshift-priv-sriov-network-device-plugin-master-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/sriov-network-device-plugin/openshift-priv-sriov-network-device-plugin-master-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-sriov-network-device-plugin-master-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/sriov-network-device-plugin/openshift-priv-sriov-network-device-plugin-master-presubmits.yaml b/ci-operator/jobs/openshift-priv/sriov-network-device-plugin/openshift-priv-sriov-network-device-plugin-master-presubmits.yaml index 9171be027c10..b651f9c9c567 100644 --- a/ci-operator/jobs/openshift-priv/sriov-network-device-plugin/openshift-priv-sriov-network-device-plugin-master-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/sriov-network-device-plugin/openshift-priv-sriov-network-device-plugin-master-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -52,6 +50,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -77,6 +78,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -97,11 +101,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -121,6 +125,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -135,4 +142,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/sriov-network-device-plugin/openshift-priv-sriov-network-device-plugin-release-4.1-postsubmits.yaml b/ci-operator/jobs/openshift-priv/sriov-network-device-plugin/openshift-priv-sriov-network-device-plugin-release-4.1-postsubmits.yaml index 9d3b2206a5cf..ea72b6e73983 100644 --- a/ci-operator/jobs/openshift-priv/sriov-network-device-plugin/openshift-priv-sriov-network-device-plugin-release-4.1-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/sriov-network-device-plugin/openshift-priv-sriov-network-device-plugin-release-4.1-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-sriov-network-device-plugin-release-4.1-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/sriov-network-device-plugin/openshift-priv-sriov-network-device-plugin-release-4.1-presubmits.yaml b/ci-operator/jobs/openshift-priv/sriov-network-device-plugin/openshift-priv-sriov-network-device-plugin-release-4.1-presubmits.yaml index b1ce0436c219..fa96b0fd707d 100644 --- a/ci-operator/jobs/openshift-priv/sriov-network-device-plugin/openshift-priv-sriov-network-device-plugin-release-4.1-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/sriov-network-device-plugin/openshift-priv-sriov-network-device-plugin-release-4.1-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -52,6 +50,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -77,6 +78,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -97,11 +101,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -121,6 +125,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -135,4 +142,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/sriov-network-device-plugin/openshift-priv-sriov-network-device-plugin-release-4.2-postsubmits.yaml b/ci-operator/jobs/openshift-priv/sriov-network-device-plugin/openshift-priv-sriov-network-device-plugin-release-4.2-postsubmits.yaml index 683e64314c8b..eae291a15b07 100644 --- a/ci-operator/jobs/openshift-priv/sriov-network-device-plugin/openshift-priv-sriov-network-device-plugin-release-4.2-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/sriov-network-device-plugin/openshift-priv-sriov-network-device-plugin-release-4.2-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-sriov-network-device-plugin-release-4.2-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/sriov-network-device-plugin/openshift-priv-sriov-network-device-plugin-release-4.2-presubmits.yaml b/ci-operator/jobs/openshift-priv/sriov-network-device-plugin/openshift-priv-sriov-network-device-plugin-release-4.2-presubmits.yaml index 1bfd128ee892..6f01972d3ddf 100644 --- a/ci-operator/jobs/openshift-priv/sriov-network-device-plugin/openshift-priv-sriov-network-device-plugin-release-4.2-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/sriov-network-device-plugin/openshift-priv-sriov-network-device-plugin-release-4.2-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -52,6 +50,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -77,6 +78,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -97,11 +101,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -121,6 +125,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -135,4 +142,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/sriov-network-device-plugin/openshift-priv-sriov-network-device-plugin-release-4.3-postsubmits.yaml b/ci-operator/jobs/openshift-priv/sriov-network-device-plugin/openshift-priv-sriov-network-device-plugin-release-4.3-postsubmits.yaml index 3984537c855d..fd2c894af84c 100644 --- a/ci-operator/jobs/openshift-priv/sriov-network-device-plugin/openshift-priv-sriov-network-device-plugin-release-4.3-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/sriov-network-device-plugin/openshift-priv-sriov-network-device-plugin-release-4.3-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-sriov-network-device-plugin-release-4.3-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/sriov-network-device-plugin/openshift-priv-sriov-network-device-plugin-release-4.3-presubmits.yaml b/ci-operator/jobs/openshift-priv/sriov-network-device-plugin/openshift-priv-sriov-network-device-plugin-release-4.3-presubmits.yaml index 1e7117e510fd..a4bc8841936a 100644 --- a/ci-operator/jobs/openshift-priv/sriov-network-device-plugin/openshift-priv-sriov-network-device-plugin-release-4.3-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/sriov-network-device-plugin/openshift-priv-sriov-network-device-plugin-release-4.3-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -52,6 +50,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -77,6 +78,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -97,11 +101,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -121,6 +125,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -135,4 +142,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/sriov-network-device-plugin/openshift-priv-sriov-network-device-plugin-release-4.4-postsubmits.yaml b/ci-operator/jobs/openshift-priv/sriov-network-device-plugin/openshift-priv-sriov-network-device-plugin-release-4.4-postsubmits.yaml index 1a56457960fe..b4b15abbc96d 100644 --- a/ci-operator/jobs/openshift-priv/sriov-network-device-plugin/openshift-priv-sriov-network-device-plugin-release-4.4-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/sriov-network-device-plugin/openshift-priv-sriov-network-device-plugin-release-4.4-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-sriov-network-device-plugin-release-4.4-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/sriov-network-device-plugin/openshift-priv-sriov-network-device-plugin-release-4.4-presubmits.yaml b/ci-operator/jobs/openshift-priv/sriov-network-device-plugin/openshift-priv-sriov-network-device-plugin-release-4.4-presubmits.yaml index 84ff4dfc9e6d..ecde2fdce1cc 100644 --- a/ci-operator/jobs/openshift-priv/sriov-network-device-plugin/openshift-priv-sriov-network-device-plugin-release-4.4-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/sriov-network-device-plugin/openshift-priv-sriov-network-device-plugin-release-4.4-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -52,6 +50,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -77,6 +78,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -97,11 +101,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -121,6 +125,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -135,4 +142,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/sriov-network-device-plugin/openshift-priv-sriov-network-device-plugin-release-4.5-postsubmits.yaml b/ci-operator/jobs/openshift-priv/sriov-network-device-plugin/openshift-priv-sriov-network-device-plugin-release-4.5-postsubmits.yaml index eb271677a1b7..1248abce5e18 100644 --- a/ci-operator/jobs/openshift-priv/sriov-network-device-plugin/openshift-priv-sriov-network-device-plugin-release-4.5-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/sriov-network-device-plugin/openshift-priv-sriov-network-device-plugin-release-4.5-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-sriov-network-device-plugin-release-4.5-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/sriov-network-device-plugin/openshift-priv-sriov-network-device-plugin-release-4.5-presubmits.yaml b/ci-operator/jobs/openshift-priv/sriov-network-device-plugin/openshift-priv-sriov-network-device-plugin-release-4.5-presubmits.yaml index c874e2ed02c3..866c199d953c 100644 --- a/ci-operator/jobs/openshift-priv/sriov-network-device-plugin/openshift-priv-sriov-network-device-plugin-release-4.5-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/sriov-network-device-plugin/openshift-priv-sriov-network-device-plugin-release-4.5-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -52,6 +50,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -77,6 +78,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -97,11 +101,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -121,6 +125,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -135,4 +142,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/sriov-network-device-plugin/openshift-priv-sriov-network-device-plugin-release-4.6-postsubmits.yaml b/ci-operator/jobs/openshift-priv/sriov-network-device-plugin/openshift-priv-sriov-network-device-plugin-release-4.6-postsubmits.yaml index 2288a54a2bd5..f3e3c7e39e4c 100644 --- a/ci-operator/jobs/openshift-priv/sriov-network-device-plugin/openshift-priv-sriov-network-device-plugin-release-4.6-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/sriov-network-device-plugin/openshift-priv-sriov-network-device-plugin-release-4.6-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-sriov-network-device-plugin-release-4.6-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/sriov-network-device-plugin/openshift-priv-sriov-network-device-plugin-release-4.6-presubmits.yaml b/ci-operator/jobs/openshift-priv/sriov-network-device-plugin/openshift-priv-sriov-network-device-plugin-release-4.6-presubmits.yaml index 8f6d00bb13bf..37133e9cf4ab 100644 --- a/ci-operator/jobs/openshift-priv/sriov-network-device-plugin/openshift-priv-sriov-network-device-plugin-release-4.6-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/sriov-network-device-plugin/openshift-priv-sriov-network-device-plugin-release-4.6-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -52,6 +50,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -77,6 +78,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -97,11 +101,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -121,6 +125,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -135,4 +142,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/sriov-network-device-plugin/openshift-priv-sriov-network-device-plugin-release-4.7-postsubmits.yaml b/ci-operator/jobs/openshift-priv/sriov-network-device-plugin/openshift-priv-sriov-network-device-plugin-release-4.7-postsubmits.yaml index 0fafa1b277a9..88f568f94f29 100644 --- a/ci-operator/jobs/openshift-priv/sriov-network-device-plugin/openshift-priv-sriov-network-device-plugin-release-4.7-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/sriov-network-device-plugin/openshift-priv-sriov-network-device-plugin-release-4.7-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-sriov-network-device-plugin-release-4.7-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/sriov-network-device-plugin/openshift-priv-sriov-network-device-plugin-release-4.7-presubmits.yaml b/ci-operator/jobs/openshift-priv/sriov-network-device-plugin/openshift-priv-sriov-network-device-plugin-release-4.7-presubmits.yaml index c17e42f751bb..497ca38c02c8 100644 --- a/ci-operator/jobs/openshift-priv/sriov-network-device-plugin/openshift-priv-sriov-network-device-plugin-release-4.7-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/sriov-network-device-plugin/openshift-priv-sriov-network-device-plugin-release-4.7-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -52,6 +50,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -77,6 +78,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -97,11 +101,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -121,6 +125,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -135,4 +142,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/sriov-network-operator/openshift-priv-sriov-network-operator-master-postsubmits.yaml b/ci-operator/jobs/openshift-priv/sriov-network-operator/openshift-priv-sriov-network-operator-master-postsubmits.yaml index 35880009d55b..5360ac11f570 100644 --- a/ci-operator/jobs/openshift-priv/sriov-network-operator/openshift-priv-sriov-network-operator-master-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/sriov-network-operator/openshift-priv-sriov-network-operator-master-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-sriov-network-operator-master-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/sriov-network-operator/openshift-priv-sriov-network-operator-master-presubmits.yaml b/ci-operator/jobs/openshift-priv/sriov-network-operator/openshift-priv-sriov-network-operator-master-presubmits.yaml index a74f51150b05..a48ddf8d02de 100644 --- a/ci-operator/jobs/openshift-priv/sriov-network-operator/openshift-priv-sriov-network-operator-master-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/sriov-network-operator/openshift-priv-sriov-network-operator-master-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -52,6 +50,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -77,6 +78,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -97,11 +101,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=gofmt command: - ci-operator @@ -121,6 +125,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -135,6 +142,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )gofmt,?($|\s.*) - agent: kubernetes always_run: true @@ -155,11 +165,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -179,6 +189,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -193,4 +206,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/sriov-network-operator/openshift-priv-sriov-network-operator-release-4.2-postsubmits.yaml b/ci-operator/jobs/openshift-priv/sriov-network-operator/openshift-priv-sriov-network-operator-release-4.2-postsubmits.yaml index d70d6417a53b..660360b4be1f 100644 --- a/ci-operator/jobs/openshift-priv/sriov-network-operator/openshift-priv-sriov-network-operator-release-4.2-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/sriov-network-operator/openshift-priv-sriov-network-operator-release-4.2-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-sriov-network-operator-release-4.2-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/sriov-network-operator/openshift-priv-sriov-network-operator-release-4.2-presubmits.yaml b/ci-operator/jobs/openshift-priv/sriov-network-operator/openshift-priv-sriov-network-operator-release-4.2-presubmits.yaml index 186725934a1e..e622b9a9aee1 100644 --- a/ci-operator/jobs/openshift-priv/sriov-network-operator/openshift-priv-sriov-network-operator-release-4.2-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/sriov-network-operator/openshift-priv-sriov-network-operator-release-4.2-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -52,6 +50,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -77,6 +78,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -97,11 +101,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -121,6 +125,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -135,4 +142,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/sriov-network-operator/openshift-priv-sriov-network-operator-release-4.3-postsubmits.yaml b/ci-operator/jobs/openshift-priv/sriov-network-operator/openshift-priv-sriov-network-operator-release-4.3-postsubmits.yaml index d59eba0b53bc..8ae0d6c74024 100644 --- a/ci-operator/jobs/openshift-priv/sriov-network-operator/openshift-priv-sriov-network-operator-release-4.3-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/sriov-network-operator/openshift-priv-sriov-network-operator-release-4.3-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-sriov-network-operator-release-4.3-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/sriov-network-operator/openshift-priv-sriov-network-operator-release-4.3-presubmits.yaml b/ci-operator/jobs/openshift-priv/sriov-network-operator/openshift-priv-sriov-network-operator-release-4.3-presubmits.yaml index 737d9bbb58e3..ce5e714a59ad 100644 --- a/ci-operator/jobs/openshift-priv/sriov-network-operator/openshift-priv-sriov-network-operator-release-4.3-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/sriov-network-operator/openshift-priv-sriov-network-operator-release-4.3-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -52,6 +50,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -77,6 +78,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -97,11 +101,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=gofmt command: - ci-operator @@ -121,6 +125,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -135,6 +142,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )gofmt,?($|\s.*) - agent: kubernetes always_run: true @@ -155,11 +165,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -179,6 +189,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -193,4 +206,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/sriov-network-operator/openshift-priv-sriov-network-operator-release-4.4-postsubmits.yaml b/ci-operator/jobs/openshift-priv/sriov-network-operator/openshift-priv-sriov-network-operator-release-4.4-postsubmits.yaml index 7cb5fe0c25ac..4334792ee74e 100644 --- a/ci-operator/jobs/openshift-priv/sriov-network-operator/openshift-priv-sriov-network-operator-release-4.4-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/sriov-network-operator/openshift-priv-sriov-network-operator-release-4.4-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-sriov-network-operator-release-4.4-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/sriov-network-operator/openshift-priv-sriov-network-operator-release-4.4-presubmits.yaml b/ci-operator/jobs/openshift-priv/sriov-network-operator/openshift-priv-sriov-network-operator-release-4.4-presubmits.yaml index c315c3db7159..4299d794ac9c 100644 --- a/ci-operator/jobs/openshift-priv/sriov-network-operator/openshift-priv-sriov-network-operator-release-4.4-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/sriov-network-operator/openshift-priv-sriov-network-operator-release-4.4-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -52,6 +50,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -77,6 +78,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -97,11 +101,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=gofmt command: - ci-operator @@ -121,6 +125,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -135,6 +142,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )gofmt,?($|\s.*) - agent: kubernetes always_run: true @@ -155,11 +165,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -179,6 +189,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -193,4 +206,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/sriov-network-operator/openshift-priv-sriov-network-operator-release-4.5-postsubmits.yaml b/ci-operator/jobs/openshift-priv/sriov-network-operator/openshift-priv-sriov-network-operator-release-4.5-postsubmits.yaml index ed60205fd924..d4642624294b 100644 --- a/ci-operator/jobs/openshift-priv/sriov-network-operator/openshift-priv-sriov-network-operator-release-4.5-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/sriov-network-operator/openshift-priv-sriov-network-operator-release-4.5-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-sriov-network-operator-release-4.5-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/sriov-network-operator/openshift-priv-sriov-network-operator-release-4.5-presubmits.yaml b/ci-operator/jobs/openshift-priv/sriov-network-operator/openshift-priv-sriov-network-operator-release-4.5-presubmits.yaml index a9350aaac242..8605830a8647 100644 --- a/ci-operator/jobs/openshift-priv/sriov-network-operator/openshift-priv-sriov-network-operator-release-4.5-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/sriov-network-operator/openshift-priv-sriov-network-operator-release-4.5-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -52,6 +50,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -77,6 +78,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -97,11 +101,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=gofmt command: - ci-operator @@ -121,6 +125,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -135,6 +142,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )gofmt,?($|\s.*) - agent: kubernetes always_run: true @@ -155,11 +165,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -179,6 +189,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -193,4 +206,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/sriov-network-operator/openshift-priv-sriov-network-operator-release-4.6-postsubmits.yaml b/ci-operator/jobs/openshift-priv/sriov-network-operator/openshift-priv-sriov-network-operator-release-4.6-postsubmits.yaml index 026d90ae1953..ee13962d4670 100644 --- a/ci-operator/jobs/openshift-priv/sriov-network-operator/openshift-priv-sriov-network-operator-release-4.6-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/sriov-network-operator/openshift-priv-sriov-network-operator-release-4.6-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-sriov-network-operator-release-4.6-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/sriov-network-operator/openshift-priv-sriov-network-operator-release-4.6-presubmits.yaml b/ci-operator/jobs/openshift-priv/sriov-network-operator/openshift-priv-sriov-network-operator-release-4.6-presubmits.yaml index cae8834a921c..e614b1c81a8d 100644 --- a/ci-operator/jobs/openshift-priv/sriov-network-operator/openshift-priv-sriov-network-operator-release-4.6-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/sriov-network-operator/openshift-priv-sriov-network-operator-release-4.6-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -52,6 +50,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -77,6 +78,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -97,11 +101,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=gofmt command: - ci-operator @@ -121,6 +125,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -135,6 +142,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )gofmt,?($|\s.*) - agent: kubernetes always_run: true @@ -155,11 +165,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -179,6 +189,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -193,4 +206,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/sriov-network-operator/openshift-priv-sriov-network-operator-release-4.7-postsubmits.yaml b/ci-operator/jobs/openshift-priv/sriov-network-operator/openshift-priv-sriov-network-operator-release-4.7-postsubmits.yaml index 6e82260aed59..fd8df50fc13e 100644 --- a/ci-operator/jobs/openshift-priv/sriov-network-operator/openshift-priv-sriov-network-operator-release-4.7-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/sriov-network-operator/openshift-priv-sriov-network-operator-release-4.7-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-sriov-network-operator-release-4.7-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/sriov-network-operator/openshift-priv-sriov-network-operator-release-4.7-presubmits.yaml b/ci-operator/jobs/openshift-priv/sriov-network-operator/openshift-priv-sriov-network-operator-release-4.7-presubmits.yaml index 7f7360aee314..42b86c1a807e 100644 --- a/ci-operator/jobs/openshift-priv/sriov-network-operator/openshift-priv-sriov-network-operator-release-4.7-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/sriov-network-operator/openshift-priv-sriov-network-operator-release-4.7-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -52,6 +50,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -77,6 +78,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -97,11 +101,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=gofmt command: - ci-operator @@ -121,6 +125,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -135,6 +142,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )gofmt,?($|\s.*) - agent: kubernetes always_run: true @@ -155,11 +165,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -179,6 +189,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -193,4 +206,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/telemeter/openshift-priv-telemeter-master-postsubmits.yaml b/ci-operator/jobs/openshift-priv/telemeter/openshift-priv-telemeter-master-postsubmits.yaml index b6c7cf8cb8a1..50fd9c91f13d 100644 --- a/ci-operator/jobs/openshift-priv/telemeter/openshift-priv-telemeter-master-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/telemeter/openshift-priv-telemeter-master-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-telemeter-master-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/telemeter/openshift-priv-telemeter-master-presubmits.yaml b/ci-operator/jobs/openshift-priv/telemeter/openshift-priv-telemeter-master-presubmits.yaml index 3a484796957e..cb5c432593b5 100644 --- a/ci-operator/jobs/openshift-priv/telemeter/openshift-priv-telemeter-master-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/telemeter/openshift-priv-telemeter-master-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/benchmark-cluster-profile - --target=benchmark - --template=/usr/local/benchmark @@ -63,6 +61,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -91,6 +92,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )benchmark,?($|\s.*) - agent: kubernetes always_run: true @@ -111,14 +115,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -144,6 +146,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -169,6 +174,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -189,14 +197,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -222,6 +228,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -247,6 +256,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -267,11 +279,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -291,6 +303,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -305,6 +320,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -325,11 +343,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=integration command: - ci-operator @@ -349,6 +367,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -363,6 +384,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )integration,?($|\s.*) - agent: kubernetes always_run: true @@ -383,11 +407,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -407,6 +431,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -421,6 +448,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -441,11 +471,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=vendor command: - ci-operator @@ -465,6 +495,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -479,4 +512,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )vendor,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/telemeter/openshift-priv-telemeter-release-4.1-postsubmits.yaml b/ci-operator/jobs/openshift-priv/telemeter/openshift-priv-telemeter-release-4.1-postsubmits.yaml index 1ce158258b48..45c791425bdf 100644 --- a/ci-operator/jobs/openshift-priv/telemeter/openshift-priv-telemeter-release-4.1-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/telemeter/openshift-priv-telemeter-release-4.1-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-telemeter-release-4.1-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/telemeter/openshift-priv-telemeter-release-4.1-presubmits.yaml b/ci-operator/jobs/openshift-priv/telemeter/openshift-priv-telemeter-release-4.1-presubmits.yaml index d5d77a661d5e..a4f84d45ce43 100644 --- a/ci-operator/jobs/openshift-priv/telemeter/openshift-priv-telemeter-release-4.1-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/telemeter/openshift-priv-telemeter-release-4.1-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -52,6 +50,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -77,6 +78,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -97,14 +101,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -130,6 +132,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -155,6 +160,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -175,11 +183,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -199,6 +207,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -213,6 +224,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -233,11 +247,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=integration command: - ci-operator @@ -257,6 +271,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -271,6 +288,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )integration,?($|\s.*) - agent: kubernetes always_run: true @@ -291,11 +311,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -315,6 +335,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -329,4 +352,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/telemeter/openshift-priv-telemeter-release-4.2-postsubmits.yaml b/ci-operator/jobs/openshift-priv/telemeter/openshift-priv-telemeter-release-4.2-postsubmits.yaml index 9790e3780501..49239315b080 100644 --- a/ci-operator/jobs/openshift-priv/telemeter/openshift-priv-telemeter-release-4.2-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/telemeter/openshift-priv-telemeter-release-4.2-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-telemeter-release-4.2-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/telemeter/openshift-priv-telemeter-release-4.2-presubmits.yaml b/ci-operator/jobs/openshift-priv/telemeter/openshift-priv-telemeter-release-4.2-presubmits.yaml index f7863aa06e57..3f529878d7f3 100644 --- a/ci-operator/jobs/openshift-priv/telemeter/openshift-priv-telemeter-release-4.2-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/telemeter/openshift-priv-telemeter-release-4.2-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/benchmark-cluster-profile - --target=benchmark - --template=/usr/local/benchmark @@ -63,6 +61,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -91,6 +92,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )benchmark,?($|\s.*) - agent: kubernetes always_run: true @@ -111,14 +115,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -144,6 +146,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -169,6 +174,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -189,14 +197,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -222,6 +228,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -247,6 +256,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -267,11 +279,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -291,6 +303,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -305,6 +320,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -325,11 +343,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=integration command: - ci-operator @@ -349,6 +367,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -363,6 +384,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )integration,?($|\s.*) - agent: kubernetes always_run: true @@ -383,11 +407,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -407,6 +431,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -421,6 +448,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -441,11 +471,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=vendor command: - ci-operator @@ -465,6 +495,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -479,4 +512,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )vendor,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/telemeter/openshift-priv-telemeter-release-4.3-postsubmits.yaml b/ci-operator/jobs/openshift-priv/telemeter/openshift-priv-telemeter-release-4.3-postsubmits.yaml index 9551e3bb5400..d2ea7cf8f1ff 100644 --- a/ci-operator/jobs/openshift-priv/telemeter/openshift-priv-telemeter-release-4.3-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/telemeter/openshift-priv-telemeter-release-4.3-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-telemeter-release-4.3-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/telemeter/openshift-priv-telemeter-release-4.3-presubmits.yaml b/ci-operator/jobs/openshift-priv/telemeter/openshift-priv-telemeter-release-4.3-presubmits.yaml index e8bbf84b04b6..1d516c4b9094 100644 --- a/ci-operator/jobs/openshift-priv/telemeter/openshift-priv-telemeter-release-4.3-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/telemeter/openshift-priv-telemeter-release-4.3-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/benchmark-cluster-profile - --target=benchmark - --template=/usr/local/benchmark @@ -63,6 +61,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -91,6 +92,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )benchmark,?($|\s.*) - agent: kubernetes always_run: true @@ -111,14 +115,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -144,6 +146,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -169,6 +174,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -189,14 +197,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -222,6 +228,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -247,6 +256,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -267,11 +279,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -291,6 +303,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -305,6 +320,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -325,11 +343,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=integration command: - ci-operator @@ -349,6 +367,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -363,6 +384,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )integration,?($|\s.*) - agent: kubernetes always_run: true @@ -383,11 +407,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -407,6 +431,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -421,6 +448,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -441,11 +471,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=vendor command: - ci-operator @@ -465,6 +495,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -479,4 +512,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )vendor,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/telemeter/openshift-priv-telemeter-release-4.4-postsubmits.yaml b/ci-operator/jobs/openshift-priv/telemeter/openshift-priv-telemeter-release-4.4-postsubmits.yaml index 60427f8523d7..6258e4f39050 100644 --- a/ci-operator/jobs/openshift-priv/telemeter/openshift-priv-telemeter-release-4.4-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/telemeter/openshift-priv-telemeter-release-4.4-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-telemeter-release-4.4-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/telemeter/openshift-priv-telemeter-release-4.4-presubmits.yaml b/ci-operator/jobs/openshift-priv/telemeter/openshift-priv-telemeter-release-4.4-presubmits.yaml index d1d857386b48..aab4ec1ac814 100644 --- a/ci-operator/jobs/openshift-priv/telemeter/openshift-priv-telemeter-release-4.4-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/telemeter/openshift-priv-telemeter-release-4.4-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/benchmark-cluster-profile - --target=benchmark - --template=/usr/local/benchmark @@ -63,6 +61,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -91,6 +92,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )benchmark,?($|\s.*) - agent: kubernetes always_run: true @@ -111,14 +115,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -144,6 +146,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -169,6 +174,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -189,14 +197,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -222,6 +228,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -247,6 +256,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -267,11 +279,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -291,6 +303,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -305,6 +320,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -325,11 +343,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=integration command: - ci-operator @@ -349,6 +367,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -363,6 +384,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )integration,?($|\s.*) - agent: kubernetes always_run: true @@ -383,11 +407,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -407,6 +431,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -421,6 +448,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -441,11 +471,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=vendor command: - ci-operator @@ -465,6 +495,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -479,4 +512,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )vendor,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/telemeter/openshift-priv-telemeter-release-4.5-postsubmits.yaml b/ci-operator/jobs/openshift-priv/telemeter/openshift-priv-telemeter-release-4.5-postsubmits.yaml index 8426ffbaae7a..a2c473421e84 100644 --- a/ci-operator/jobs/openshift-priv/telemeter/openshift-priv-telemeter-release-4.5-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/telemeter/openshift-priv-telemeter-release-4.5-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-telemeter-release-4.5-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/telemeter/openshift-priv-telemeter-release-4.5-presubmits.yaml b/ci-operator/jobs/openshift-priv/telemeter/openshift-priv-telemeter-release-4.5-presubmits.yaml index 8c0b8ae3b671..34f6af77a207 100644 --- a/ci-operator/jobs/openshift-priv/telemeter/openshift-priv-telemeter-release-4.5-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/telemeter/openshift-priv-telemeter-release-4.5-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/benchmark-cluster-profile - --target=benchmark - --template=/usr/local/benchmark @@ -63,6 +61,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -91,6 +92,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )benchmark,?($|\s.*) - agent: kubernetes always_run: true @@ -111,14 +115,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -144,6 +146,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -169,6 +174,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -189,14 +197,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -222,6 +228,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -247,6 +256,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -267,11 +279,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -291,6 +303,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -305,6 +320,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -325,11 +343,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=integration command: - ci-operator @@ -349,6 +367,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -363,6 +384,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )integration,?($|\s.*) - agent: kubernetes always_run: true @@ -383,11 +407,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -407,6 +431,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -421,6 +448,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -441,11 +471,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=vendor command: - ci-operator @@ -465,6 +495,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -479,4 +512,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )vendor,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/telemeter/openshift-priv-telemeter-release-4.6-postsubmits.yaml b/ci-operator/jobs/openshift-priv/telemeter/openshift-priv-telemeter-release-4.6-postsubmits.yaml index 4e0c155f6de6..cd863bc933da 100644 --- a/ci-operator/jobs/openshift-priv/telemeter/openshift-priv-telemeter-release-4.6-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/telemeter/openshift-priv-telemeter-release-4.6-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-telemeter-release-4.6-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/telemeter/openshift-priv-telemeter-release-4.6-presubmits.yaml b/ci-operator/jobs/openshift-priv/telemeter/openshift-priv-telemeter-release-4.6-presubmits.yaml index 1ec32f00e097..63b65312b980 100644 --- a/ci-operator/jobs/openshift-priv/telemeter/openshift-priv-telemeter-release-4.6-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/telemeter/openshift-priv-telemeter-release-4.6-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/benchmark-cluster-profile - --target=benchmark - --template=/usr/local/benchmark @@ -63,6 +61,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -91,6 +92,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )benchmark,?($|\s.*) - agent: kubernetes always_run: true @@ -111,14 +115,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -144,6 +146,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -169,6 +174,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -189,14 +197,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -222,6 +228,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -247,6 +256,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -267,11 +279,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -291,6 +303,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -305,6 +320,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -325,11 +343,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=integration command: - ci-operator @@ -349,6 +367,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -363,6 +384,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )integration,?($|\s.*) - agent: kubernetes always_run: true @@ -383,11 +407,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -407,6 +431,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -421,6 +448,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -441,11 +471,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=vendor command: - ci-operator @@ -465,6 +495,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -479,4 +512,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )vendor,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/telemeter/openshift-priv-telemeter-release-4.7-postsubmits.yaml b/ci-operator/jobs/openshift-priv/telemeter/openshift-priv-telemeter-release-4.7-postsubmits.yaml index 7111ed8eee09..4968f9a2711a 100644 --- a/ci-operator/jobs/openshift-priv/telemeter/openshift-priv-telemeter-release-4.7-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/telemeter/openshift-priv-telemeter-release-4.7-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-telemeter-release-4.7-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/telemeter/openshift-priv-telemeter-release-4.7-presubmits.yaml b/ci-operator/jobs/openshift-priv/telemeter/openshift-priv-telemeter-release-4.7-presubmits.yaml index a88b312f6690..fc71ac2fa779 100644 --- a/ci-operator/jobs/openshift-priv/telemeter/openshift-priv-telemeter-release-4.7-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/telemeter/openshift-priv-telemeter-release-4.7-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/benchmark-cluster-profile - --target=benchmark - --template=/usr/local/benchmark @@ -63,6 +61,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -91,6 +92,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )benchmark,?($|\s.*) - agent: kubernetes always_run: true @@ -111,14 +115,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -144,6 +146,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -169,6 +174,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -189,14 +197,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -222,6 +228,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -247,6 +256,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -267,11 +279,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -291,6 +303,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -305,6 +320,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -325,11 +343,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=integration command: - ci-operator @@ -349,6 +367,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -363,6 +384,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )integration,?($|\s.*) - agent: kubernetes always_run: true @@ -383,11 +407,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -407,6 +431,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -421,6 +448,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -441,11 +471,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=vendor command: - ci-operator @@ -465,6 +495,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -479,4 +512,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )vendor,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/template-service-broker-operator/openshift-priv-template-service-broker-operator-master-postsubmits.yaml b/ci-operator/jobs/openshift-priv/template-service-broker-operator/openshift-priv-template-service-broker-operator-master-postsubmits.yaml index db9980998223..a0b4368a133d 100644 --- a/ci-operator/jobs/openshift-priv/template-service-broker-operator/openshift-priv-template-service-broker-operator-master-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/template-service-broker-operator/openshift-priv-template-service-broker-operator-master-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-template-service-broker-operator-master-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/template-service-broker-operator/openshift-priv-template-service-broker-operator-master-presubmits.yaml b/ci-operator/jobs/openshift-priv/template-service-broker-operator/openshift-priv-template-service-broker-operator-master-presubmits.yaml index 4ee20a0f2aec..2ec064744d5f 100644 --- a/ci-operator/jobs/openshift-priv/template-service-broker-operator/openshift-priv-template-service-broker-operator-master-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/template-service-broker-operator/openshift-priv-template-service-broker-operator-master-presubmits.yaml @@ -19,11 +19,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -43,6 +43,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -57,6 +60,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -77,11 +83,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=lint command: - ci-operator @@ -101,6 +107,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -115,6 +124,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )lint,?($|\s.*) - agent: kubernetes always_run: true @@ -135,14 +147,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/operator-molecule-e2e-cluster-profile - --target=operator-molecule-e2e - --template=/usr/local/operator-molecule-e2e @@ -181,6 +191,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -209,6 +222,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )operator-molecule-e2e,?($|\s.*) - agent: kubernetes always_run: true @@ -229,14 +245,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/operator-molecule-olm-e2e-cluster-profile - --target=operator-molecule-olm-e2e - --template=/usr/local/operator-molecule-olm-e2e @@ -275,6 +289,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -303,4 +320,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )operator-molecule-olm-e2e,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/template-service-broker-operator/openshift-priv-template-service-broker-operator-release-4.1-postsubmits.yaml b/ci-operator/jobs/openshift-priv/template-service-broker-operator/openshift-priv-template-service-broker-operator-release-4.1-postsubmits.yaml index 32860ac027cf..a3b019d5d34d 100644 --- a/ci-operator/jobs/openshift-priv/template-service-broker-operator/openshift-priv-template-service-broker-operator-release-4.1-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/template-service-broker-operator/openshift-priv-template-service-broker-operator-release-4.1-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-template-service-broker-operator-release-4.1-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/template-service-broker-operator/openshift-priv-template-service-broker-operator-release-4.1-presubmits.yaml b/ci-operator/jobs/openshift-priv/template-service-broker-operator/openshift-priv-template-service-broker-operator-release-4.1-presubmits.yaml index 09c20863528d..b2cd314b6c98 100644 --- a/ci-operator/jobs/openshift-priv/template-service-broker-operator/openshift-priv-template-service-broker-operator-release-4.1-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/template-service-broker-operator/openshift-priv-template-service-broker-operator-release-4.1-presubmits.yaml @@ -19,11 +19,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -43,6 +43,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -57,6 +60,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -77,11 +83,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=lint command: - ci-operator @@ -101,6 +107,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -115,6 +124,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )lint,?($|\s.*) - agent: kubernetes always_run: true @@ -135,14 +147,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/operator-molecule-e2e-cluster-profile - --target=operator-molecule-e2e - --template=/usr/local/operator-molecule-e2e @@ -181,6 +191,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -209,6 +222,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )operator-molecule-e2e,?($|\s.*) - agent: kubernetes always_run: true @@ -229,14 +245,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/operator-molecule-olm-e2e-cluster-profile - --target=operator-molecule-olm-e2e - --template=/usr/local/operator-molecule-olm-e2e @@ -275,6 +289,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -303,4 +320,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )operator-molecule-olm-e2e,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/template-service-broker-operator/openshift-priv-template-service-broker-operator-release-4.2-postsubmits.yaml b/ci-operator/jobs/openshift-priv/template-service-broker-operator/openshift-priv-template-service-broker-operator-release-4.2-postsubmits.yaml index 48837556954b..696ebd845f80 100644 --- a/ci-operator/jobs/openshift-priv/template-service-broker-operator/openshift-priv-template-service-broker-operator-release-4.2-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/template-service-broker-operator/openshift-priv-template-service-broker-operator-release-4.2-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-template-service-broker-operator-release-4.2-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/template-service-broker-operator/openshift-priv-template-service-broker-operator-release-4.2-presubmits.yaml b/ci-operator/jobs/openshift-priv/template-service-broker-operator/openshift-priv-template-service-broker-operator-release-4.2-presubmits.yaml index ffb73fe7a104..cbe5b9b6f0e8 100644 --- a/ci-operator/jobs/openshift-priv/template-service-broker-operator/openshift-priv-template-service-broker-operator-release-4.2-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/template-service-broker-operator/openshift-priv-template-service-broker-operator-release-4.2-presubmits.yaml @@ -19,11 +19,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -43,6 +43,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -57,6 +60,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -77,11 +83,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=lint command: - ci-operator @@ -101,6 +107,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -115,6 +124,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )lint,?($|\s.*) - agent: kubernetes always_run: true @@ -135,14 +147,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/operator-molecule-e2e-cluster-profile - --target=operator-molecule-e2e - --template=/usr/local/operator-molecule-e2e @@ -181,6 +191,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -209,6 +222,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )operator-molecule-e2e,?($|\s.*) - agent: kubernetes always_run: true @@ -229,14 +245,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/operator-molecule-olm-e2e-cluster-profile - --target=operator-molecule-olm-e2e - --template=/usr/local/operator-molecule-olm-e2e @@ -275,6 +289,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -303,4 +320,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )operator-molecule-olm-e2e,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/template-service-broker-operator/openshift-priv-template-service-broker-operator-release-4.3-postsubmits.yaml b/ci-operator/jobs/openshift-priv/template-service-broker-operator/openshift-priv-template-service-broker-operator-release-4.3-postsubmits.yaml index b023dba54b49..67aff08c613d 100644 --- a/ci-operator/jobs/openshift-priv/template-service-broker-operator/openshift-priv-template-service-broker-operator-release-4.3-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/template-service-broker-operator/openshift-priv-template-service-broker-operator-release-4.3-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-template-service-broker-operator-release-4.3-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/template-service-broker-operator/openshift-priv-template-service-broker-operator-release-4.3-presubmits.yaml b/ci-operator/jobs/openshift-priv/template-service-broker-operator/openshift-priv-template-service-broker-operator-release-4.3-presubmits.yaml index e149a6909973..df613078d207 100644 --- a/ci-operator/jobs/openshift-priv/template-service-broker-operator/openshift-priv-template-service-broker-operator-release-4.3-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/template-service-broker-operator/openshift-priv-template-service-broker-operator-release-4.3-presubmits.yaml @@ -19,11 +19,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -43,6 +43,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -57,6 +60,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -77,11 +83,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=lint command: - ci-operator @@ -101,6 +107,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -115,6 +124,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )lint,?($|\s.*) - agent: kubernetes always_run: true @@ -135,14 +147,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/operator-molecule-e2e-cluster-profile - --target=operator-molecule-e2e - --template=/usr/local/operator-molecule-e2e @@ -181,6 +191,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -209,6 +222,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )operator-molecule-e2e,?($|\s.*) - agent: kubernetes always_run: true @@ -229,14 +245,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/operator-molecule-olm-e2e-cluster-profile - --target=operator-molecule-olm-e2e - --template=/usr/local/operator-molecule-olm-e2e @@ -275,6 +289,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -303,4 +320,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )operator-molecule-olm-e2e,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/template-service-broker-operator/openshift-priv-template-service-broker-operator-release-4.4-postsubmits.yaml b/ci-operator/jobs/openshift-priv/template-service-broker-operator/openshift-priv-template-service-broker-operator-release-4.4-postsubmits.yaml index 44d255d0bdb1..47762e2588d3 100644 --- a/ci-operator/jobs/openshift-priv/template-service-broker-operator/openshift-priv-template-service-broker-operator-release-4.4-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/template-service-broker-operator/openshift-priv-template-service-broker-operator-release-4.4-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-template-service-broker-operator-release-4.4-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/template-service-broker-operator/openshift-priv-template-service-broker-operator-release-4.4-presubmits.yaml b/ci-operator/jobs/openshift-priv/template-service-broker-operator/openshift-priv-template-service-broker-operator-release-4.4-presubmits.yaml index 843c6f991fa7..78f3a01a282f 100644 --- a/ci-operator/jobs/openshift-priv/template-service-broker-operator/openshift-priv-template-service-broker-operator-release-4.4-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/template-service-broker-operator/openshift-priv-template-service-broker-operator-release-4.4-presubmits.yaml @@ -19,11 +19,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -43,6 +43,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -57,6 +60,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -77,11 +83,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=lint command: - ci-operator @@ -101,6 +107,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -115,6 +124,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )lint,?($|\s.*) - agent: kubernetes always_run: true @@ -135,14 +147,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/operator-molecule-e2e-cluster-profile - --target=operator-molecule-e2e - --template=/usr/local/operator-molecule-e2e @@ -181,6 +191,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -209,6 +222,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )operator-molecule-e2e,?($|\s.*) - agent: kubernetes always_run: true @@ -229,14 +245,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/operator-molecule-olm-e2e-cluster-profile - --target=operator-molecule-olm-e2e - --template=/usr/local/operator-molecule-olm-e2e @@ -275,6 +289,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -303,4 +320,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )operator-molecule-olm-e2e,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/template-service-broker-operator/openshift-priv-template-service-broker-operator-release-4.5-postsubmits.yaml b/ci-operator/jobs/openshift-priv/template-service-broker-operator/openshift-priv-template-service-broker-operator-release-4.5-postsubmits.yaml index 46a7324f1ccc..f4fd3cb8bbc0 100644 --- a/ci-operator/jobs/openshift-priv/template-service-broker-operator/openshift-priv-template-service-broker-operator-release-4.5-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/template-service-broker-operator/openshift-priv-template-service-broker-operator-release-4.5-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-template-service-broker-operator-release-4.5-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/template-service-broker-operator/openshift-priv-template-service-broker-operator-release-4.5-presubmits.yaml b/ci-operator/jobs/openshift-priv/template-service-broker-operator/openshift-priv-template-service-broker-operator-release-4.5-presubmits.yaml index 7cac332ef867..0354aad7467c 100644 --- a/ci-operator/jobs/openshift-priv/template-service-broker-operator/openshift-priv-template-service-broker-operator-release-4.5-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/template-service-broker-operator/openshift-priv-template-service-broker-operator-release-4.5-presubmits.yaml @@ -19,11 +19,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -43,6 +43,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -57,6 +60,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -77,11 +83,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=lint command: - ci-operator @@ -101,6 +107,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -115,6 +124,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )lint,?($|\s.*) - agent: kubernetes always_run: true @@ -135,14 +147,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/operator-molecule-e2e-cluster-profile - --target=operator-molecule-e2e - --template=/usr/local/operator-molecule-e2e @@ -181,6 +191,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -209,6 +222,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )operator-molecule-e2e,?($|\s.*) - agent: kubernetes always_run: true @@ -229,14 +245,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/operator-molecule-olm-e2e-cluster-profile - --target=operator-molecule-olm-e2e - --template=/usr/local/operator-molecule-olm-e2e @@ -275,6 +289,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -303,4 +320,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )operator-molecule-olm-e2e,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/template-service-broker-operator/openshift-priv-template-service-broker-operator-release-4.6-postsubmits.yaml b/ci-operator/jobs/openshift-priv/template-service-broker-operator/openshift-priv-template-service-broker-operator-release-4.6-postsubmits.yaml index 5140e38eecf0..9dd40c918fde 100644 --- a/ci-operator/jobs/openshift-priv/template-service-broker-operator/openshift-priv-template-service-broker-operator-release-4.6-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/template-service-broker-operator/openshift-priv-template-service-broker-operator-release-4.6-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-template-service-broker-operator-release-4.6-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/template-service-broker-operator/openshift-priv-template-service-broker-operator-release-4.6-presubmits.yaml b/ci-operator/jobs/openshift-priv/template-service-broker-operator/openshift-priv-template-service-broker-operator-release-4.6-presubmits.yaml index ee42eefca576..ad355c37e0ec 100644 --- a/ci-operator/jobs/openshift-priv/template-service-broker-operator/openshift-priv-template-service-broker-operator-release-4.6-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/template-service-broker-operator/openshift-priv-template-service-broker-operator-release-4.6-presubmits.yaml @@ -19,11 +19,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -43,6 +43,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -57,6 +60,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -77,11 +83,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=lint command: - ci-operator @@ -101,6 +107,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -115,6 +124,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )lint,?($|\s.*) - agent: kubernetes always_run: true @@ -135,14 +147,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/operator-molecule-e2e-cluster-profile - --target=operator-molecule-e2e - --template=/usr/local/operator-molecule-e2e @@ -181,6 +191,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -209,6 +222,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )operator-molecule-e2e,?($|\s.*) - agent: kubernetes always_run: true @@ -229,14 +245,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/operator-molecule-olm-e2e-cluster-profile - --target=operator-molecule-olm-e2e - --template=/usr/local/operator-molecule-olm-e2e @@ -275,6 +289,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -303,4 +320,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )operator-molecule-olm-e2e,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/template-service-broker-operator/openshift-priv-template-service-broker-operator-release-4.7-postsubmits.yaml b/ci-operator/jobs/openshift-priv/template-service-broker-operator/openshift-priv-template-service-broker-operator-release-4.7-postsubmits.yaml index c6f28a0e7978..647237502a4b 100644 --- a/ci-operator/jobs/openshift-priv/template-service-broker-operator/openshift-priv-template-service-broker-operator-release-4.7-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/template-service-broker-operator/openshift-priv-template-service-broker-operator-release-4.7-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-template-service-broker-operator-release-4.7-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/template-service-broker-operator/openshift-priv-template-service-broker-operator-release-4.7-presubmits.yaml b/ci-operator/jobs/openshift-priv/template-service-broker-operator/openshift-priv-template-service-broker-operator-release-4.7-presubmits.yaml index c1dcb4bbc22a..f16676350d6e 100644 --- a/ci-operator/jobs/openshift-priv/template-service-broker-operator/openshift-priv-template-service-broker-operator-release-4.7-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/template-service-broker-operator/openshift-priv-template-service-broker-operator-release-4.7-presubmits.yaml @@ -19,11 +19,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -43,6 +43,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -57,6 +60,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -77,11 +83,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=lint command: - ci-operator @@ -101,6 +107,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -115,6 +124,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )lint,?($|\s.*) - agent: kubernetes always_run: true @@ -135,14 +147,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/operator-molecule-e2e-cluster-profile - --target=operator-molecule-e2e - --template=/usr/local/operator-molecule-e2e @@ -181,6 +191,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -209,6 +222,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )operator-molecule-e2e,?($|\s.*) - agent: kubernetes always_run: true @@ -229,14 +245,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/operator-molecule-olm-e2e-cluster-profile - --target=operator-molecule-olm-e2e - --template=/usr/local/operator-molecule-olm-e2e @@ -275,6 +289,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -303,4 +320,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )operator-molecule-olm-e2e,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/template-service-broker/openshift-priv-template-service-broker-master-postsubmits.yaml b/ci-operator/jobs/openshift-priv/template-service-broker/openshift-priv-template-service-broker-master-postsubmits.yaml index 84f646e7442a..e74a2e4e4167 100644 --- a/ci-operator/jobs/openshift-priv/template-service-broker/openshift-priv-template-service-broker-master-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/template-service-broker/openshift-priv-template-service-broker-master-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-template-service-broker-master-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/template-service-broker/openshift-priv-template-service-broker-master-presubmits.yaml b/ci-operator/jobs/openshift-priv/template-service-broker/openshift-priv-template-service-broker-master-presubmits.yaml index 3d25c5cf1516..07981d67ff09 100644 --- a/ci-operator/jobs/openshift-priv/template-service-broker/openshift-priv-template-service-broker-master-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/template-service-broker/openshift-priv-template-service-broker-master-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -52,6 +50,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -77,6 +78,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -97,14 +101,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -130,6 +132,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -155,6 +160,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -175,11 +183,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -199,6 +207,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -213,6 +224,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -233,11 +247,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -257,6 +271,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -271,6 +288,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -291,11 +311,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -315,6 +335,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -329,6 +352,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) - agent: kubernetes always_run: true @@ -349,11 +375,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify-deps command: - ci-operator @@ -373,6 +399,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -387,4 +416,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify-deps,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/template-service-broker/openshift-priv-template-service-broker-release-4.2-postsubmits.yaml b/ci-operator/jobs/openshift-priv/template-service-broker/openshift-priv-template-service-broker-release-4.2-postsubmits.yaml index be77e80ad9aa..c7bac156c668 100644 --- a/ci-operator/jobs/openshift-priv/template-service-broker/openshift-priv-template-service-broker-release-4.2-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/template-service-broker/openshift-priv-template-service-broker-release-4.2-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-template-service-broker-release-4.2-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/template-service-broker/openshift-priv-template-service-broker-release-4.2-presubmits.yaml b/ci-operator/jobs/openshift-priv/template-service-broker/openshift-priv-template-service-broker-release-4.2-presubmits.yaml index 63547864462c..ab6ed279a196 100644 --- a/ci-operator/jobs/openshift-priv/template-service-broker/openshift-priv-template-service-broker-release-4.2-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/template-service-broker/openshift-priv-template-service-broker-release-4.2-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -52,6 +50,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -77,6 +78,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -97,14 +101,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -130,6 +132,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -155,6 +160,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -175,11 +183,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -199,6 +207,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -213,6 +224,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -233,11 +247,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -257,6 +271,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -271,6 +288,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -291,11 +311,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -315,6 +335,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -329,6 +352,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) - agent: kubernetes always_run: true @@ -349,11 +375,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify-deps command: - ci-operator @@ -373,6 +399,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -387,4 +416,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify-deps,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/template-service-broker/openshift-priv-template-service-broker-release-4.3-postsubmits.yaml b/ci-operator/jobs/openshift-priv/template-service-broker/openshift-priv-template-service-broker-release-4.3-postsubmits.yaml index ff2cb00195ba..80a01e32cbde 100644 --- a/ci-operator/jobs/openshift-priv/template-service-broker/openshift-priv-template-service-broker-release-4.3-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/template-service-broker/openshift-priv-template-service-broker-release-4.3-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-template-service-broker-release-4.3-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/template-service-broker/openshift-priv-template-service-broker-release-4.3-presubmits.yaml b/ci-operator/jobs/openshift-priv/template-service-broker/openshift-priv-template-service-broker-release-4.3-presubmits.yaml index 5dde2a94abae..c3c64b06e27c 100644 --- a/ci-operator/jobs/openshift-priv/template-service-broker/openshift-priv-template-service-broker-release-4.3-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/template-service-broker/openshift-priv-template-service-broker-release-4.3-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -52,6 +50,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -77,6 +78,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -97,14 +101,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -130,6 +132,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -155,6 +160,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -175,11 +183,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -199,6 +207,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -213,6 +224,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -233,11 +247,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -257,6 +271,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -271,6 +288,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -291,11 +311,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -315,6 +335,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -329,6 +352,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) - agent: kubernetes always_run: true @@ -349,11 +375,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify-deps command: - ci-operator @@ -373,6 +399,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -387,4 +416,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify-deps,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/template-service-broker/openshift-priv-template-service-broker-release-4.4-postsubmits.yaml b/ci-operator/jobs/openshift-priv/template-service-broker/openshift-priv-template-service-broker-release-4.4-postsubmits.yaml index af110b7f8e6c..6f442f363f03 100644 --- a/ci-operator/jobs/openshift-priv/template-service-broker/openshift-priv-template-service-broker-release-4.4-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/template-service-broker/openshift-priv-template-service-broker-release-4.4-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-template-service-broker-release-4.4-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/template-service-broker/openshift-priv-template-service-broker-release-4.4-presubmits.yaml b/ci-operator/jobs/openshift-priv/template-service-broker/openshift-priv-template-service-broker-release-4.4-presubmits.yaml index 42be29d82a9a..1ae02db2bf09 100644 --- a/ci-operator/jobs/openshift-priv/template-service-broker/openshift-priv-template-service-broker-release-4.4-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/template-service-broker/openshift-priv-template-service-broker-release-4.4-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -52,6 +50,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -77,6 +78,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -97,14 +101,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -130,6 +132,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -155,6 +160,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -175,11 +183,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -199,6 +207,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -213,6 +224,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -233,11 +247,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -257,6 +271,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -271,6 +288,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -291,11 +311,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -315,6 +335,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -329,6 +352,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) - agent: kubernetes always_run: true @@ -349,11 +375,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify-deps command: - ci-operator @@ -373,6 +399,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -387,4 +416,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify-deps,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/template-service-broker/openshift-priv-template-service-broker-release-4.5-postsubmits.yaml b/ci-operator/jobs/openshift-priv/template-service-broker/openshift-priv-template-service-broker-release-4.5-postsubmits.yaml index 2b6f303f12bc..9a58efa38409 100644 --- a/ci-operator/jobs/openshift-priv/template-service-broker/openshift-priv-template-service-broker-release-4.5-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/template-service-broker/openshift-priv-template-service-broker-release-4.5-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-template-service-broker-release-4.5-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/template-service-broker/openshift-priv-template-service-broker-release-4.5-presubmits.yaml b/ci-operator/jobs/openshift-priv/template-service-broker/openshift-priv-template-service-broker-release-4.5-presubmits.yaml index 9811ff4de342..050cf0027e38 100644 --- a/ci-operator/jobs/openshift-priv/template-service-broker/openshift-priv-template-service-broker-release-4.5-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/template-service-broker/openshift-priv-template-service-broker-release-4.5-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -52,6 +50,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -77,6 +78,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -97,14 +101,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -130,6 +132,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -155,6 +160,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -175,11 +183,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -199,6 +207,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -213,6 +224,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -233,11 +247,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -257,6 +271,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -271,6 +288,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -291,11 +311,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -315,6 +335,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -329,6 +352,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) - agent: kubernetes always_run: true @@ -349,11 +375,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify-deps command: - ci-operator @@ -373,6 +399,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -387,4 +416,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify-deps,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/template-service-broker/openshift-priv-template-service-broker-release-4.6-postsubmits.yaml b/ci-operator/jobs/openshift-priv/template-service-broker/openshift-priv-template-service-broker-release-4.6-postsubmits.yaml index 5b1c64f5eee5..221ed9013d4d 100644 --- a/ci-operator/jobs/openshift-priv/template-service-broker/openshift-priv-template-service-broker-release-4.6-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/template-service-broker/openshift-priv-template-service-broker-release-4.6-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-template-service-broker-release-4.6-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/template-service-broker/openshift-priv-template-service-broker-release-4.6-presubmits.yaml b/ci-operator/jobs/openshift-priv/template-service-broker/openshift-priv-template-service-broker-release-4.6-presubmits.yaml index eb11d779f602..5e31cab5dc84 100644 --- a/ci-operator/jobs/openshift-priv/template-service-broker/openshift-priv-template-service-broker-release-4.6-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/template-service-broker/openshift-priv-template-service-broker-release-4.6-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -52,6 +50,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -77,6 +78,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -97,14 +101,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -130,6 +132,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -155,6 +160,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -175,11 +183,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -199,6 +207,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -213,6 +224,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -233,11 +247,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -257,6 +271,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -271,6 +288,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -291,11 +311,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -315,6 +335,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -329,6 +352,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) - agent: kubernetes always_run: true @@ -349,11 +375,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify-deps command: - ci-operator @@ -373,6 +399,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -387,4 +416,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify-deps,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/template-service-broker/openshift-priv-template-service-broker-release-4.7-postsubmits.yaml b/ci-operator/jobs/openshift-priv/template-service-broker/openshift-priv-template-service-broker-release-4.7-postsubmits.yaml index 6c37fc74762e..617299eac717 100644 --- a/ci-operator/jobs/openshift-priv/template-service-broker/openshift-priv-template-service-broker-release-4.7-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/template-service-broker/openshift-priv-template-service-broker-release-4.7-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-template-service-broker-release-4.7-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/template-service-broker/openshift-priv-template-service-broker-release-4.7-presubmits.yaml b/ci-operator/jobs/openshift-priv/template-service-broker/openshift-priv-template-service-broker-release-4.7-presubmits.yaml index 542590066f02..3a8a5f6b40ab 100644 --- a/ci-operator/jobs/openshift-priv/template-service-broker/openshift-priv-template-service-broker-release-4.7-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/template-service-broker/openshift-priv-template-service-broker-release-4.7-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -52,6 +50,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -77,6 +78,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -97,14 +101,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -130,6 +132,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -155,6 +160,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -175,11 +183,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -199,6 +207,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -213,6 +224,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -233,11 +247,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -257,6 +271,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -271,6 +288,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -291,11 +311,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -315,6 +335,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -329,6 +352,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) - agent: kubernetes always_run: true @@ -349,11 +375,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify-deps command: - ci-operator @@ -373,6 +399,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -387,4 +416,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify-deps,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/thanos/openshift-priv-thanos-master-postsubmits.yaml b/ci-operator/jobs/openshift-priv/thanos/openshift-priv-thanos-master-postsubmits.yaml index 85b06e897835..119ad05ebab1 100644 --- a/ci-operator/jobs/openshift-priv/thanos/openshift-priv-thanos-master-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/thanos/openshift-priv-thanos-master-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-thanos-master-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/thanos/openshift-priv-thanos-master-presubmits.yaml b/ci-operator/jobs/openshift-priv/thanos/openshift-priv-thanos-master-presubmits.yaml index d221a88962f6..a25248b9dd24 100644 --- a/ci-operator/jobs/openshift-priv/thanos/openshift-priv-thanos-master-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/thanos/openshift-priv-thanos-master-presubmits.yaml @@ -19,11 +19,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -43,6 +43,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -57,6 +60,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -77,11 +83,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=vendor command: - ci-operator @@ -101,6 +107,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -115,4 +124,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )vendor,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/thanos/openshift-priv-thanos-release-4.2-postsubmits.yaml b/ci-operator/jobs/openshift-priv/thanos/openshift-priv-thanos-release-4.2-postsubmits.yaml index 9239198bfb42..ea507eb5d6da 100644 --- a/ci-operator/jobs/openshift-priv/thanos/openshift-priv-thanos-release-4.2-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/thanos/openshift-priv-thanos-release-4.2-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-thanos-release-4.2-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/thanos/openshift-priv-thanos-release-4.2-presubmits.yaml b/ci-operator/jobs/openshift-priv/thanos/openshift-priv-thanos-release-4.2-presubmits.yaml index e37a40dce472..af3f1e1abb62 100644 --- a/ci-operator/jobs/openshift-priv/thanos/openshift-priv-thanos-release-4.2-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/thanos/openshift-priv-thanos-release-4.2-presubmits.yaml @@ -19,11 +19,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -43,6 +43,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -57,6 +60,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -77,11 +83,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=vendor command: - ci-operator @@ -101,6 +107,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -115,4 +124,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )vendor,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/thanos/openshift-priv-thanos-release-4.3-postsubmits.yaml b/ci-operator/jobs/openshift-priv/thanos/openshift-priv-thanos-release-4.3-postsubmits.yaml index 5dd0d20ee105..7009d1877e04 100644 --- a/ci-operator/jobs/openshift-priv/thanos/openshift-priv-thanos-release-4.3-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/thanos/openshift-priv-thanos-release-4.3-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-thanos-release-4.3-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/thanos/openshift-priv-thanos-release-4.3-presubmits.yaml b/ci-operator/jobs/openshift-priv/thanos/openshift-priv-thanos-release-4.3-presubmits.yaml index e584eccaa994..4002f6ddae91 100644 --- a/ci-operator/jobs/openshift-priv/thanos/openshift-priv-thanos-release-4.3-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/thanos/openshift-priv-thanos-release-4.3-presubmits.yaml @@ -19,11 +19,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -43,6 +43,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -57,6 +60,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -77,11 +83,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=vendor command: - ci-operator @@ -101,6 +107,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -115,4 +124,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )vendor,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/thanos/openshift-priv-thanos-release-4.4-postsubmits.yaml b/ci-operator/jobs/openshift-priv/thanos/openshift-priv-thanos-release-4.4-postsubmits.yaml index ef9f8e302752..98b5b106d79a 100644 --- a/ci-operator/jobs/openshift-priv/thanos/openshift-priv-thanos-release-4.4-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/thanos/openshift-priv-thanos-release-4.4-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-thanos-release-4.4-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/thanos/openshift-priv-thanos-release-4.4-presubmits.yaml b/ci-operator/jobs/openshift-priv/thanos/openshift-priv-thanos-release-4.4-presubmits.yaml index c6894f9e7ff6..efc759588de4 100644 --- a/ci-operator/jobs/openshift-priv/thanos/openshift-priv-thanos-release-4.4-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/thanos/openshift-priv-thanos-release-4.4-presubmits.yaml @@ -19,11 +19,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -43,6 +43,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -57,6 +60,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -77,11 +83,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=vendor command: - ci-operator @@ -101,6 +107,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -115,4 +124,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )vendor,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/thanos/openshift-priv-thanos-release-4.5-postsubmits.yaml b/ci-operator/jobs/openshift-priv/thanos/openshift-priv-thanos-release-4.5-postsubmits.yaml index 9cb57596954c..3cb9c60ab49d 100644 --- a/ci-operator/jobs/openshift-priv/thanos/openshift-priv-thanos-release-4.5-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/thanos/openshift-priv-thanos-release-4.5-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-thanos-release-4.5-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/thanos/openshift-priv-thanos-release-4.5-presubmits.yaml b/ci-operator/jobs/openshift-priv/thanos/openshift-priv-thanos-release-4.5-presubmits.yaml index b770c20de85d..176dde66dba0 100644 --- a/ci-operator/jobs/openshift-priv/thanos/openshift-priv-thanos-release-4.5-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/thanos/openshift-priv-thanos-release-4.5-presubmits.yaml @@ -19,11 +19,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -43,6 +43,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -57,6 +60,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -77,11 +83,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=vendor command: - ci-operator @@ -101,6 +107,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -115,4 +124,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )vendor,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/thanos/openshift-priv-thanos-release-4.6-postsubmits.yaml b/ci-operator/jobs/openshift-priv/thanos/openshift-priv-thanos-release-4.6-postsubmits.yaml index c26e47885268..f4669bdc984c 100644 --- a/ci-operator/jobs/openshift-priv/thanos/openshift-priv-thanos-release-4.6-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/thanos/openshift-priv-thanos-release-4.6-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-thanos-release-4.6-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/thanos/openshift-priv-thanos-release-4.6-presubmits.yaml b/ci-operator/jobs/openshift-priv/thanos/openshift-priv-thanos-release-4.6-presubmits.yaml index 7a9e5e3fbc52..17d42bc3b6c1 100644 --- a/ci-operator/jobs/openshift-priv/thanos/openshift-priv-thanos-release-4.6-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/thanos/openshift-priv-thanos-release-4.6-presubmits.yaml @@ -19,11 +19,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -43,6 +43,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -57,6 +60,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -77,11 +83,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=vendor command: - ci-operator @@ -101,6 +107,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -115,4 +124,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )vendor,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/thanos/openshift-priv-thanos-release-4.7-postsubmits.yaml b/ci-operator/jobs/openshift-priv/thanos/openshift-priv-thanos-release-4.7-postsubmits.yaml index 0fa4c2423dc0..cd75cc5e9ae5 100644 --- a/ci-operator/jobs/openshift-priv/thanos/openshift-priv-thanos-release-4.7-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/thanos/openshift-priv-thanos-release-4.7-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-thanos-release-4.7-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/thanos/openshift-priv-thanos-release-4.7-presubmits.yaml b/ci-operator/jobs/openshift-priv/thanos/openshift-priv-thanos-release-4.7-presubmits.yaml index 6417a7401834..a411a0b94565 100644 --- a/ci-operator/jobs/openshift-priv/thanos/openshift-priv-thanos-release-4.7-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/thanos/openshift-priv-thanos-release-4.7-presubmits.yaml @@ -19,11 +19,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -43,6 +43,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -57,6 +60,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -77,11 +83,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=vendor command: - ci-operator @@ -101,6 +107,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -115,4 +124,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )vendor,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/vertical-pod-autoscaler-operator/openshift-priv-vertical-pod-autoscaler-operator-master-postsubmits.yaml b/ci-operator/jobs/openshift-priv/vertical-pod-autoscaler-operator/openshift-priv-vertical-pod-autoscaler-operator-master-postsubmits.yaml index 86850d8504c1..e4ed15c89969 100644 --- a/ci-operator/jobs/openshift-priv/vertical-pod-autoscaler-operator/openshift-priv-vertical-pod-autoscaler-operator-master-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/vertical-pod-autoscaler-operator/openshift-priv-vertical-pod-autoscaler-operator-master-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-vertical-pod-autoscaler-operator-master-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/vertical-pod-autoscaler-operator/openshift-priv-vertical-pod-autoscaler-operator-master-presubmits.yaml b/ci-operator/jobs/openshift-priv/vertical-pod-autoscaler-operator/openshift-priv-vertical-pod-autoscaler-operator-master-presubmits.yaml index 0a1d464862c6..fc701179ead8 100644 --- a/ci-operator/jobs/openshift-priv/vertical-pod-autoscaler-operator/openshift-priv-vertical-pod-autoscaler-operator-master-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/vertical-pod-autoscaler-operator/openshift-priv-vertical-pod-autoscaler-operator-master-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -52,6 +50,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -77,6 +78,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -97,11 +101,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=gofmt command: - ci-operator @@ -121,6 +125,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -135,6 +142,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )gofmt,?($|\s.*) - agent: kubernetes always_run: true @@ -155,11 +165,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=golint command: - ci-operator @@ -179,6 +189,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -193,6 +206,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )golint,?($|\s.*) - agent: kubernetes always_run: true @@ -213,11 +229,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=govet command: - ci-operator @@ -237,6 +253,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -251,6 +270,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )govet,?($|\s.*) - agent: kubernetes always_run: true @@ -271,11 +293,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -295,6 +317,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -309,6 +334,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -329,11 +357,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -353,6 +381,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -367,4 +398,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/vertical-pod-autoscaler-operator/openshift-priv-vertical-pod-autoscaler-operator-release-4.2-postsubmits.yaml b/ci-operator/jobs/openshift-priv/vertical-pod-autoscaler-operator/openshift-priv-vertical-pod-autoscaler-operator-release-4.2-postsubmits.yaml index 74d7f4a705dc..ebb2b9d1e3a8 100644 --- a/ci-operator/jobs/openshift-priv/vertical-pod-autoscaler-operator/openshift-priv-vertical-pod-autoscaler-operator-release-4.2-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/vertical-pod-autoscaler-operator/openshift-priv-vertical-pod-autoscaler-operator-release-4.2-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-vertical-pod-autoscaler-operator-release-4.2-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/vertical-pod-autoscaler-operator/openshift-priv-vertical-pod-autoscaler-operator-release-4.2-presubmits.yaml b/ci-operator/jobs/openshift-priv/vertical-pod-autoscaler-operator/openshift-priv-vertical-pod-autoscaler-operator-release-4.2-presubmits.yaml index e3fe884492e1..36b8a08e8e2d 100644 --- a/ci-operator/jobs/openshift-priv/vertical-pod-autoscaler-operator/openshift-priv-vertical-pod-autoscaler-operator-release-4.2-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/vertical-pod-autoscaler-operator/openshift-priv-vertical-pod-autoscaler-operator-release-4.2-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -52,6 +50,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -77,6 +78,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -97,11 +101,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=gofmt command: - ci-operator @@ -121,6 +125,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -135,6 +142,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )gofmt,?($|\s.*) - agent: kubernetes always_run: true @@ -155,11 +165,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=golint command: - ci-operator @@ -179,6 +189,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -193,6 +206,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )golint,?($|\s.*) - agent: kubernetes always_run: true @@ -213,11 +229,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=govet command: - ci-operator @@ -237,6 +253,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -251,6 +270,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )govet,?($|\s.*) - agent: kubernetes always_run: true @@ -271,11 +293,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -295,6 +317,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -309,6 +334,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -329,11 +357,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -353,6 +381,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -367,4 +398,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/vertical-pod-autoscaler-operator/openshift-priv-vertical-pod-autoscaler-operator-release-4.3-postsubmits.yaml b/ci-operator/jobs/openshift-priv/vertical-pod-autoscaler-operator/openshift-priv-vertical-pod-autoscaler-operator-release-4.3-postsubmits.yaml index 1576f82a29bb..c91715702da6 100644 --- a/ci-operator/jobs/openshift-priv/vertical-pod-autoscaler-operator/openshift-priv-vertical-pod-autoscaler-operator-release-4.3-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/vertical-pod-autoscaler-operator/openshift-priv-vertical-pod-autoscaler-operator-release-4.3-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-vertical-pod-autoscaler-operator-release-4.3-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/vertical-pod-autoscaler-operator/openshift-priv-vertical-pod-autoscaler-operator-release-4.3-presubmits.yaml b/ci-operator/jobs/openshift-priv/vertical-pod-autoscaler-operator/openshift-priv-vertical-pod-autoscaler-operator-release-4.3-presubmits.yaml index 4a242a1d3174..11ce1b354ac4 100644 --- a/ci-operator/jobs/openshift-priv/vertical-pod-autoscaler-operator/openshift-priv-vertical-pod-autoscaler-operator-release-4.3-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/vertical-pod-autoscaler-operator/openshift-priv-vertical-pod-autoscaler-operator-release-4.3-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -52,6 +50,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -77,6 +78,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -97,11 +101,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=gofmt command: - ci-operator @@ -121,6 +125,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -135,6 +142,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )gofmt,?($|\s.*) - agent: kubernetes always_run: true @@ -155,11 +165,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=golint command: - ci-operator @@ -179,6 +189,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -193,6 +206,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )golint,?($|\s.*) - agent: kubernetes always_run: true @@ -213,11 +229,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=govet command: - ci-operator @@ -237,6 +253,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -251,6 +270,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )govet,?($|\s.*) - agent: kubernetes always_run: true @@ -271,11 +293,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -295,6 +317,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -309,6 +334,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -329,11 +357,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -353,6 +381,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -367,4 +398,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/vertical-pod-autoscaler-operator/openshift-priv-vertical-pod-autoscaler-operator-release-4.4-postsubmits.yaml b/ci-operator/jobs/openshift-priv/vertical-pod-autoscaler-operator/openshift-priv-vertical-pod-autoscaler-operator-release-4.4-postsubmits.yaml index 7f6e3a51b1ea..38c6f98bcd26 100644 --- a/ci-operator/jobs/openshift-priv/vertical-pod-autoscaler-operator/openshift-priv-vertical-pod-autoscaler-operator-release-4.4-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/vertical-pod-autoscaler-operator/openshift-priv-vertical-pod-autoscaler-operator-release-4.4-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-vertical-pod-autoscaler-operator-release-4.4-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/vertical-pod-autoscaler-operator/openshift-priv-vertical-pod-autoscaler-operator-release-4.4-presubmits.yaml b/ci-operator/jobs/openshift-priv/vertical-pod-autoscaler-operator/openshift-priv-vertical-pod-autoscaler-operator-release-4.4-presubmits.yaml index 9db7ac7d091f..90793a19fbb7 100644 --- a/ci-operator/jobs/openshift-priv/vertical-pod-autoscaler-operator/openshift-priv-vertical-pod-autoscaler-operator-release-4.4-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/vertical-pod-autoscaler-operator/openshift-priv-vertical-pod-autoscaler-operator-release-4.4-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -52,6 +50,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -77,6 +78,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -97,11 +101,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=gofmt command: - ci-operator @@ -121,6 +125,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -135,6 +142,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )gofmt,?($|\s.*) - agent: kubernetes always_run: true @@ -155,11 +165,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=golint command: - ci-operator @@ -179,6 +189,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -193,6 +206,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )golint,?($|\s.*) - agent: kubernetes always_run: true @@ -213,11 +229,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=govet command: - ci-operator @@ -237,6 +253,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -251,6 +270,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )govet,?($|\s.*) - agent: kubernetes always_run: true @@ -271,11 +293,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -295,6 +317,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -309,6 +334,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -329,11 +357,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -353,6 +381,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -367,4 +398,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/vertical-pod-autoscaler-operator/openshift-priv-vertical-pod-autoscaler-operator-release-4.5-postsubmits.yaml b/ci-operator/jobs/openshift-priv/vertical-pod-autoscaler-operator/openshift-priv-vertical-pod-autoscaler-operator-release-4.5-postsubmits.yaml index a99b535eb08c..586ea662d7c2 100644 --- a/ci-operator/jobs/openshift-priv/vertical-pod-autoscaler-operator/openshift-priv-vertical-pod-autoscaler-operator-release-4.5-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/vertical-pod-autoscaler-operator/openshift-priv-vertical-pod-autoscaler-operator-release-4.5-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-vertical-pod-autoscaler-operator-release-4.5-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/vertical-pod-autoscaler-operator/openshift-priv-vertical-pod-autoscaler-operator-release-4.5-presubmits.yaml b/ci-operator/jobs/openshift-priv/vertical-pod-autoscaler-operator/openshift-priv-vertical-pod-autoscaler-operator-release-4.5-presubmits.yaml index 33668b95711d..55744f7ead67 100644 --- a/ci-operator/jobs/openshift-priv/vertical-pod-autoscaler-operator/openshift-priv-vertical-pod-autoscaler-operator-release-4.5-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/vertical-pod-autoscaler-operator/openshift-priv-vertical-pod-autoscaler-operator-release-4.5-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -52,6 +50,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -77,6 +78,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -97,11 +101,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=gofmt command: - ci-operator @@ -121,6 +125,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -135,6 +142,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )gofmt,?($|\s.*) - agent: kubernetes always_run: true @@ -155,11 +165,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=golint command: - ci-operator @@ -179,6 +189,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -193,6 +206,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )golint,?($|\s.*) - agent: kubernetes always_run: true @@ -213,11 +229,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=govet command: - ci-operator @@ -237,6 +253,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -251,6 +270,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )govet,?($|\s.*) - agent: kubernetes always_run: true @@ -271,11 +293,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -295,6 +317,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -309,6 +334,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -329,11 +357,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -353,6 +381,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -367,4 +398,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/vertical-pod-autoscaler-operator/openshift-priv-vertical-pod-autoscaler-operator-release-4.6-postsubmits.yaml b/ci-operator/jobs/openshift-priv/vertical-pod-autoscaler-operator/openshift-priv-vertical-pod-autoscaler-operator-release-4.6-postsubmits.yaml index 0c177ead32e9..0267dc898635 100644 --- a/ci-operator/jobs/openshift-priv/vertical-pod-autoscaler-operator/openshift-priv-vertical-pod-autoscaler-operator-release-4.6-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/vertical-pod-autoscaler-operator/openshift-priv-vertical-pod-autoscaler-operator-release-4.6-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-vertical-pod-autoscaler-operator-release-4.6-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/vertical-pod-autoscaler-operator/openshift-priv-vertical-pod-autoscaler-operator-release-4.6-presubmits.yaml b/ci-operator/jobs/openshift-priv/vertical-pod-autoscaler-operator/openshift-priv-vertical-pod-autoscaler-operator-release-4.6-presubmits.yaml index 5c770e23da12..dbe132cae3c2 100644 --- a/ci-operator/jobs/openshift-priv/vertical-pod-autoscaler-operator/openshift-priv-vertical-pod-autoscaler-operator-release-4.6-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/vertical-pod-autoscaler-operator/openshift-priv-vertical-pod-autoscaler-operator-release-4.6-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -52,6 +50,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -77,6 +78,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -97,11 +101,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=gofmt command: - ci-operator @@ -121,6 +125,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -135,6 +142,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )gofmt,?($|\s.*) - agent: kubernetes always_run: true @@ -155,11 +165,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=golint command: - ci-operator @@ -179,6 +189,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -193,6 +206,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )golint,?($|\s.*) - agent: kubernetes always_run: true @@ -213,11 +229,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=govet command: - ci-operator @@ -237,6 +253,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -251,6 +270,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )govet,?($|\s.*) - agent: kubernetes always_run: true @@ -271,11 +293,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -295,6 +317,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -309,6 +334,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -329,11 +357,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -353,6 +381,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -367,4 +398,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/vertical-pod-autoscaler-operator/openshift-priv-vertical-pod-autoscaler-operator-release-4.7-postsubmits.yaml b/ci-operator/jobs/openshift-priv/vertical-pod-autoscaler-operator/openshift-priv-vertical-pod-autoscaler-operator-release-4.7-postsubmits.yaml index a02d52beb538..915b5993ccdf 100644 --- a/ci-operator/jobs/openshift-priv/vertical-pod-autoscaler-operator/openshift-priv-vertical-pod-autoscaler-operator-release-4.7-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/vertical-pod-autoscaler-operator/openshift-priv-vertical-pod-autoscaler-operator-release-4.7-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-vertical-pod-autoscaler-operator-release-4.7-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/vertical-pod-autoscaler-operator/openshift-priv-vertical-pod-autoscaler-operator-release-4.7-presubmits.yaml b/ci-operator/jobs/openshift-priv/vertical-pod-autoscaler-operator/openshift-priv-vertical-pod-autoscaler-operator-release-4.7-presubmits.yaml index 09d9f08edccc..46623c525891 100644 --- a/ci-operator/jobs/openshift-priv/vertical-pod-autoscaler-operator/openshift-priv-vertical-pod-autoscaler-operator-release-4.7-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/vertical-pod-autoscaler-operator/openshift-priv-vertical-pod-autoscaler-operator-release-4.7-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -52,6 +50,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -77,6 +78,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -97,11 +101,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=gofmt command: - ci-operator @@ -121,6 +125,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -135,6 +142,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )gofmt,?($|\s.*) - agent: kubernetes always_run: true @@ -155,11 +165,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=golint command: - ci-operator @@ -179,6 +189,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -193,6 +206,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )golint,?($|\s.*) - agent: kubernetes always_run: true @@ -213,11 +229,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=govet command: - ci-operator @@ -237,6 +253,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -251,6 +270,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )govet,?($|\s.*) - agent: kubernetes always_run: true @@ -271,11 +293,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -295,6 +317,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -309,6 +334,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -329,11 +357,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -353,6 +381,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -367,4 +398,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/whereabouts-cni/openshift-priv-whereabouts-cni-master-postsubmits.yaml b/ci-operator/jobs/openshift-priv/whereabouts-cni/openshift-priv-whereabouts-cni-master-postsubmits.yaml index a1ee401e7f1d..3538f3771f0f 100644 --- a/ci-operator/jobs/openshift-priv/whereabouts-cni/openshift-priv-whereabouts-cni-master-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/whereabouts-cni/openshift-priv-whereabouts-cni-master-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-whereabouts-cni-master-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/whereabouts-cni/openshift-priv-whereabouts-cni-master-presubmits.yaml b/ci-operator/jobs/openshift-priv/whereabouts-cni/openshift-priv-whereabouts-cni-master-presubmits.yaml index dc0074ed3799..97dd2bd116eb 100644 --- a/ci-operator/jobs/openshift-priv/whereabouts-cni/openshift-priv-whereabouts-cni-master-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/whereabouts-cni/openshift-priv-whereabouts-cni-master-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -52,6 +50,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -77,6 +78,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -97,11 +101,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -121,6 +125,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -135,4 +142,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/whereabouts-cni/openshift-priv-whereabouts-cni-release-4.3-postsubmits.yaml b/ci-operator/jobs/openshift-priv/whereabouts-cni/openshift-priv-whereabouts-cni-release-4.3-postsubmits.yaml index 601c00599283..a6b70a847081 100644 --- a/ci-operator/jobs/openshift-priv/whereabouts-cni/openshift-priv-whereabouts-cni-release-4.3-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/whereabouts-cni/openshift-priv-whereabouts-cni-release-4.3-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-whereabouts-cni-release-4.3-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/whereabouts-cni/openshift-priv-whereabouts-cni-release-4.3-presubmits.yaml b/ci-operator/jobs/openshift-priv/whereabouts-cni/openshift-priv-whereabouts-cni-release-4.3-presubmits.yaml index 31b69af19e71..c366fd3f4af2 100644 --- a/ci-operator/jobs/openshift-priv/whereabouts-cni/openshift-priv-whereabouts-cni-release-4.3-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/whereabouts-cni/openshift-priv-whereabouts-cni-release-4.3-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -52,6 +50,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -77,6 +78,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -97,11 +101,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -121,6 +125,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -135,4 +142,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/whereabouts-cni/openshift-priv-whereabouts-cni-release-4.4-postsubmits.yaml b/ci-operator/jobs/openshift-priv/whereabouts-cni/openshift-priv-whereabouts-cni-release-4.4-postsubmits.yaml index d9bde634d9a5..c5c7218e4249 100644 --- a/ci-operator/jobs/openshift-priv/whereabouts-cni/openshift-priv-whereabouts-cni-release-4.4-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/whereabouts-cni/openshift-priv-whereabouts-cni-release-4.4-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-whereabouts-cni-release-4.4-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/whereabouts-cni/openshift-priv-whereabouts-cni-release-4.4-presubmits.yaml b/ci-operator/jobs/openshift-priv/whereabouts-cni/openshift-priv-whereabouts-cni-release-4.4-presubmits.yaml index 7b7a17b9d507..8f6f2cf388e0 100644 --- a/ci-operator/jobs/openshift-priv/whereabouts-cni/openshift-priv-whereabouts-cni-release-4.4-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/whereabouts-cni/openshift-priv-whereabouts-cni-release-4.4-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -52,6 +50,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -77,6 +78,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -97,11 +101,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -121,6 +125,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -135,4 +142,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/whereabouts-cni/openshift-priv-whereabouts-cni-release-4.5-postsubmits.yaml b/ci-operator/jobs/openshift-priv/whereabouts-cni/openshift-priv-whereabouts-cni-release-4.5-postsubmits.yaml index b8c31630cb34..7fd329fe8e6a 100644 --- a/ci-operator/jobs/openshift-priv/whereabouts-cni/openshift-priv-whereabouts-cni-release-4.5-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/whereabouts-cni/openshift-priv-whereabouts-cni-release-4.5-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-whereabouts-cni-release-4.5-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/whereabouts-cni/openshift-priv-whereabouts-cni-release-4.5-presubmits.yaml b/ci-operator/jobs/openshift-priv/whereabouts-cni/openshift-priv-whereabouts-cni-release-4.5-presubmits.yaml index c28ba09f7544..62d5b689b0d8 100644 --- a/ci-operator/jobs/openshift-priv/whereabouts-cni/openshift-priv-whereabouts-cni-release-4.5-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/whereabouts-cni/openshift-priv-whereabouts-cni-release-4.5-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -52,6 +50,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -77,6 +78,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -97,11 +101,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -121,6 +125,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -135,4 +142,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/whereabouts-cni/openshift-priv-whereabouts-cni-release-4.6-postsubmits.yaml b/ci-operator/jobs/openshift-priv/whereabouts-cni/openshift-priv-whereabouts-cni-release-4.6-postsubmits.yaml index 6ebd7f9a833a..89d1c879d3b7 100644 --- a/ci-operator/jobs/openshift-priv/whereabouts-cni/openshift-priv-whereabouts-cni-release-4.6-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/whereabouts-cni/openshift-priv-whereabouts-cni-release-4.6-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-whereabouts-cni-release-4.6-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/whereabouts-cni/openshift-priv-whereabouts-cni-release-4.6-presubmits.yaml b/ci-operator/jobs/openshift-priv/whereabouts-cni/openshift-priv-whereabouts-cni-release-4.6-presubmits.yaml index a3d919ecb21c..ca84c28d3d5a 100644 --- a/ci-operator/jobs/openshift-priv/whereabouts-cni/openshift-priv-whereabouts-cni-release-4.6-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/whereabouts-cni/openshift-priv-whereabouts-cni-release-4.6-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -52,6 +50,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -77,6 +78,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -97,11 +101,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -121,6 +125,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -135,4 +142,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/whereabouts-cni/openshift-priv-whereabouts-cni-release-4.7-postsubmits.yaml b/ci-operator/jobs/openshift-priv/whereabouts-cni/openshift-priv-whereabouts-cni-release-4.7-postsubmits.yaml index 22e4ef8b2c9f..02e2459e0301 100644 --- a/ci-operator/jobs/openshift-priv/whereabouts-cni/openshift-priv-whereabouts-cni-release-4.7-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/whereabouts-cni/openshift-priv-whereabouts-cni-release-4.7-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-whereabouts-cni-release-4.7-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/whereabouts-cni/openshift-priv-whereabouts-cni-release-4.7-presubmits.yaml b/ci-operator/jobs/openshift-priv/whereabouts-cni/openshift-priv-whereabouts-cni-release-4.7-presubmits.yaml index 524631385ab9..cda707ad63ac 100644 --- a/ci-operator/jobs/openshift-priv/whereabouts-cni/openshift-priv-whereabouts-cni-release-4.7-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/whereabouts-cni/openshift-priv-whereabouts-cni-release-4.7-presubmits.yaml @@ -19,14 +19,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -52,6 +50,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -77,6 +78,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -97,11 +101,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -121,6 +125,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -135,4 +142,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/windows-machine-config-bootstrapper/openshift-priv-windows-machine-config-bootstrapper-master-postsubmits.yaml b/ci-operator/jobs/openshift-priv/windows-machine-config-bootstrapper/openshift-priv-windows-machine-config-bootstrapper-master-postsubmits.yaml index 78cb5d6a2fce..9113f5c4afd9 100644 --- a/ci-operator/jobs/openshift-priv/windows-machine-config-bootstrapper/openshift-priv-windows-machine-config-bootstrapper-master-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/windows-machine-config-bootstrapper/openshift-priv-windows-machine-config-bootstrapper-master-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-windows-machine-config-bootstrapper-master-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/windows-machine-config-bootstrapper/openshift-priv-windows-machine-config-bootstrapper-master-presubmits.yaml b/ci-operator/jobs/openshift-priv/windows-machine-config-bootstrapper/openshift-priv-windows-machine-config-bootstrapper-master-presubmits.yaml index 968bd9f014ef..6067e3d1e521 100644 --- a/ci-operator/jobs/openshift-priv/windows-machine-config-bootstrapper/openshift-priv-windows-machine-config-bootstrapper-master-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/windows-machine-config-bootstrapper/openshift-priv-windows-machine-config-bootstrapper-master-presubmits.yaml @@ -19,11 +19,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=build command: - ci-operator @@ -43,6 +43,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -57,6 +60,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )build,?($|\s.*) - agent: kubernetes always_run: true @@ -77,11 +83,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -101,6 +107,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -115,6 +124,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -135,11 +147,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -159,6 +171,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -173,4 +188,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/windows-machine-config-bootstrapper/openshift-priv-windows-machine-config-bootstrapper-release-4.2-presubmits.yaml b/ci-operator/jobs/openshift-priv/windows-machine-config-bootstrapper/openshift-priv-windows-machine-config-bootstrapper-release-4.2-presubmits.yaml index 1d2a6dc828ce..e1a6ff7dc1f4 100644 --- a/ci-operator/jobs/openshift-priv/windows-machine-config-bootstrapper/openshift-priv-windows-machine-config-bootstrapper-release-4.2-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/windows-machine-config-bootstrapper/openshift-priv-windows-machine-config-bootstrapper-release-4.2-presubmits.yaml @@ -19,11 +19,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=build command: - ci-operator @@ -43,6 +43,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -57,4 +60,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )build,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/windows-machine-config-bootstrapper/openshift-priv-windows-machine-config-bootstrapper-release-4.3-postsubmits.yaml b/ci-operator/jobs/openshift-priv/windows-machine-config-bootstrapper/openshift-priv-windows-machine-config-bootstrapper-release-4.3-postsubmits.yaml index 7a31af1c46c1..12a07c4c7beb 100644 --- a/ci-operator/jobs/openshift-priv/windows-machine-config-bootstrapper/openshift-priv-windows-machine-config-bootstrapper-release-4.3-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/windows-machine-config-bootstrapper/openshift-priv-windows-machine-config-bootstrapper-release-4.3-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-windows-machine-config-bootstrapper-release-4.3-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/windows-machine-config-bootstrapper/openshift-priv-windows-machine-config-bootstrapper-release-4.3-presubmits.yaml b/ci-operator/jobs/openshift-priv/windows-machine-config-bootstrapper/openshift-priv-windows-machine-config-bootstrapper-release-4.3-presubmits.yaml index d2cc46b91d21..d851306e2f9a 100644 --- a/ci-operator/jobs/openshift-priv/windows-machine-config-bootstrapper/openshift-priv-windows-machine-config-bootstrapper-release-4.3-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/windows-machine-config-bootstrapper/openshift-priv-windows-machine-config-bootstrapper-release-4.3-presubmits.yaml @@ -19,11 +19,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=build command: - ci-operator @@ -43,6 +43,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -57,6 +60,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )build,?($|\s.*) - agent: kubernetes always_run: true @@ -77,11 +83,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -101,6 +107,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -115,6 +124,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -135,11 +147,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -159,6 +171,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -173,4 +188,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/windows-machine-config-bootstrapper/openshift-priv-windows-machine-config-bootstrapper-release-4.4-postsubmits.yaml b/ci-operator/jobs/openshift-priv/windows-machine-config-bootstrapper/openshift-priv-windows-machine-config-bootstrapper-release-4.4-postsubmits.yaml index 3ba6d011b4c8..e4df64697894 100644 --- a/ci-operator/jobs/openshift-priv/windows-machine-config-bootstrapper/openshift-priv-windows-machine-config-bootstrapper-release-4.4-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/windows-machine-config-bootstrapper/openshift-priv-windows-machine-config-bootstrapper-release-4.4-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-windows-machine-config-bootstrapper-release-4.4-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/windows-machine-config-bootstrapper/openshift-priv-windows-machine-config-bootstrapper-release-4.4-presubmits.yaml b/ci-operator/jobs/openshift-priv/windows-machine-config-bootstrapper/openshift-priv-windows-machine-config-bootstrapper-release-4.4-presubmits.yaml index f96dad4bcc03..69041393988b 100644 --- a/ci-operator/jobs/openshift-priv/windows-machine-config-bootstrapper/openshift-priv-windows-machine-config-bootstrapper-release-4.4-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/windows-machine-config-bootstrapper/openshift-priv-windows-machine-config-bootstrapper-release-4.4-presubmits.yaml @@ -19,11 +19,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=build command: - ci-operator @@ -43,6 +43,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -57,6 +60,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )build,?($|\s.*) - agent: kubernetes always_run: true @@ -77,11 +83,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -101,6 +107,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -115,6 +124,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -135,11 +147,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -159,6 +171,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -173,4 +188,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/windows-machine-config-bootstrapper/openshift-priv-windows-machine-config-bootstrapper-release-4.5-postsubmits.yaml b/ci-operator/jobs/openshift-priv/windows-machine-config-bootstrapper/openshift-priv-windows-machine-config-bootstrapper-release-4.5-postsubmits.yaml index bcb4e4ec5a41..f63e7144411b 100644 --- a/ci-operator/jobs/openshift-priv/windows-machine-config-bootstrapper/openshift-priv-windows-machine-config-bootstrapper-release-4.5-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/windows-machine-config-bootstrapper/openshift-priv-windows-machine-config-bootstrapper-release-4.5-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-windows-machine-config-bootstrapper-release-4.5-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/windows-machine-config-bootstrapper/openshift-priv-windows-machine-config-bootstrapper-release-4.5-presubmits.yaml b/ci-operator/jobs/openshift-priv/windows-machine-config-bootstrapper/openshift-priv-windows-machine-config-bootstrapper-release-4.5-presubmits.yaml index 046cf0c5788c..96fbc12d8461 100644 --- a/ci-operator/jobs/openshift-priv/windows-machine-config-bootstrapper/openshift-priv-windows-machine-config-bootstrapper-release-4.5-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/windows-machine-config-bootstrapper/openshift-priv-windows-machine-config-bootstrapper-release-4.5-presubmits.yaml @@ -19,11 +19,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=build command: - ci-operator @@ -43,6 +43,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -57,6 +60,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )build,?($|\s.*) - agent: kubernetes always_run: true @@ -77,11 +83,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -101,6 +107,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -115,6 +124,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -135,11 +147,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -159,6 +171,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -173,4 +188,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/windows-machine-config-bootstrapper/openshift-priv-windows-machine-config-bootstrapper-release-4.6-postsubmits.yaml b/ci-operator/jobs/openshift-priv/windows-machine-config-bootstrapper/openshift-priv-windows-machine-config-bootstrapper-release-4.6-postsubmits.yaml index ae35e317fb4e..3fed50472474 100644 --- a/ci-operator/jobs/openshift-priv/windows-machine-config-bootstrapper/openshift-priv-windows-machine-config-bootstrapper-release-4.6-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/windows-machine-config-bootstrapper/openshift-priv-windows-machine-config-bootstrapper-release-4.6-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-windows-machine-config-bootstrapper-release-4.6-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/windows-machine-config-bootstrapper/openshift-priv-windows-machine-config-bootstrapper-release-4.6-presubmits.yaml b/ci-operator/jobs/openshift-priv/windows-machine-config-bootstrapper/openshift-priv-windows-machine-config-bootstrapper-release-4.6-presubmits.yaml index 75f9652dd6bf..fd32447375c9 100644 --- a/ci-operator/jobs/openshift-priv/windows-machine-config-bootstrapper/openshift-priv-windows-machine-config-bootstrapper-release-4.6-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/windows-machine-config-bootstrapper/openshift-priv-windows-machine-config-bootstrapper-release-4.6-presubmits.yaml @@ -19,11 +19,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=build command: - ci-operator @@ -43,6 +43,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -57,6 +60,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )build,?($|\s.*) - agent: kubernetes always_run: true @@ -77,11 +83,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -101,6 +107,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -115,6 +124,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -135,11 +147,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -159,6 +171,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -173,4 +188,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/windows-machine-config-bootstrapper/openshift-priv-windows-machine-config-bootstrapper-release-4.7-postsubmits.yaml b/ci-operator/jobs/openshift-priv/windows-machine-config-bootstrapper/openshift-priv-windows-machine-config-bootstrapper-release-4.7-postsubmits.yaml index 56e2da287c6b..1de7b5389bff 100644 --- a/ci-operator/jobs/openshift-priv/windows-machine-config-bootstrapper/openshift-priv-windows-machine-config-bootstrapper-release-4.7-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/windows-machine-config-bootstrapper/openshift-priv-windows-machine-config-bootstrapper-release-4.7-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-windows-machine-config-bootstrapper-release-4.7-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/windows-machine-config-bootstrapper/openshift-priv-windows-machine-config-bootstrapper-release-4.7-presubmits.yaml b/ci-operator/jobs/openshift-priv/windows-machine-config-bootstrapper/openshift-priv-windows-machine-config-bootstrapper-release-4.7-presubmits.yaml index 1db4336429c5..39f2561178c0 100644 --- a/ci-operator/jobs/openshift-priv/windows-machine-config-bootstrapper/openshift-priv-windows-machine-config-bootstrapper-release-4.7-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/windows-machine-config-bootstrapper/openshift-priv-windows-machine-config-bootstrapper-release-4.7-presubmits.yaml @@ -19,11 +19,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=build command: - ci-operator @@ -43,6 +43,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -57,6 +60,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )build,?($|\s.*) - agent: kubernetes always_run: true @@ -77,11 +83,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -101,6 +107,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -115,6 +124,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -135,11 +147,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -159,6 +171,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -173,4 +188,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/windows-machine-config-operator/openshift-priv-windows-machine-config-operator-master-postsubmits.yaml b/ci-operator/jobs/openshift-priv/windows-machine-config-operator/openshift-priv-windows-machine-config-operator-master-postsubmits.yaml index 37d042e573f2..fc53fd1591d9 100644 --- a/ci-operator/jobs/openshift-priv/windows-machine-config-operator/openshift-priv-windows-machine-config-operator-master-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/windows-machine-config-operator/openshift-priv-windows-machine-config-operator-master-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-windows-machine-config-operator-master-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/windows-machine-config-operator/openshift-priv-windows-machine-config-operator-master-presubmits.yaml b/ci-operator/jobs/openshift-priv/windows-machine-config-operator/openshift-priv-windows-machine-config-operator-master-presubmits.yaml index b33c2d565f14..b5b69335b15f 100644 --- a/ci-operator/jobs/openshift-priv/windows-machine-config-operator/openshift-priv-windows-machine-config-operator-master-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/windows-machine-config-operator/openshift-priv-windows-machine-config-operator-master-presubmits.yaml @@ -19,11 +19,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=build command: - ci-operator @@ -43,6 +43,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -57,6 +60,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )build,?($|\s.*) - agent: kubernetes always_run: true @@ -77,14 +83,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-operator-cluster-profile - --target=e2e-operator command: @@ -110,6 +114,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -135,6 +142,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-operator,?($|\s.*) - agent: kubernetes always_run: true @@ -155,11 +165,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -179,6 +189,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -193,6 +206,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -213,11 +229,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=lint command: - ci-operator @@ -237,6 +253,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -251,6 +270,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )lint,?($|\s.*) - agent: kubernetes always_run: true @@ -271,11 +293,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -295,6 +317,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -309,4 +334,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/windows-machine-config-operator/openshift-priv-windows-machine-config-operator-release-4.5-postsubmits.yaml b/ci-operator/jobs/openshift-priv/windows-machine-config-operator/openshift-priv-windows-machine-config-operator-release-4.5-postsubmits.yaml index dd5b0b4180da..306d7321dbea 100644 --- a/ci-operator/jobs/openshift-priv/windows-machine-config-operator/openshift-priv-windows-machine-config-operator-release-4.5-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/windows-machine-config-operator/openshift-priv-windows-machine-config-operator-release-4.5-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-windows-machine-config-operator-release-4.5-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/windows-machine-config-operator/openshift-priv-windows-machine-config-operator-release-4.5-presubmits.yaml b/ci-operator/jobs/openshift-priv/windows-machine-config-operator/openshift-priv-windows-machine-config-operator-release-4.5-presubmits.yaml index 6a1462e9ec71..1a734c0a344e 100644 --- a/ci-operator/jobs/openshift-priv/windows-machine-config-operator/openshift-priv-windows-machine-config-operator-release-4.5-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/windows-machine-config-operator/openshift-priv-windows-machine-config-operator-release-4.5-presubmits.yaml @@ -19,11 +19,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=build command: - ci-operator @@ -43,6 +43,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -57,6 +60,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )build,?($|\s.*) - agent: kubernetes always_run: true @@ -77,14 +83,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-operator-cluster-profile - --target=e2e-operator command: @@ -110,6 +114,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -135,6 +142,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-operator,?($|\s.*) - agent: kubernetes always_run: true @@ -155,11 +165,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -179,6 +189,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -193,6 +206,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -213,11 +229,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=lint command: - ci-operator @@ -237,6 +253,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -251,6 +270,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )lint,?($|\s.*) - agent: kubernetes always_run: true @@ -271,11 +293,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -295,6 +317,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -309,4 +334,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/windows-machine-config-operator/openshift-priv-windows-machine-config-operator-release-4.6-postsubmits.yaml b/ci-operator/jobs/openshift-priv/windows-machine-config-operator/openshift-priv-windows-machine-config-operator-release-4.6-postsubmits.yaml index da7fd23bc8ae..85d0f767669f 100644 --- a/ci-operator/jobs/openshift-priv/windows-machine-config-operator/openshift-priv-windows-machine-config-operator-release-4.6-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/windows-machine-config-operator/openshift-priv-windows-machine-config-operator-release-4.6-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-windows-machine-config-operator-release-4.6-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/windows-machine-config-operator/openshift-priv-windows-machine-config-operator-release-4.6-presubmits.yaml b/ci-operator/jobs/openshift-priv/windows-machine-config-operator/openshift-priv-windows-machine-config-operator-release-4.6-presubmits.yaml index 28246909f213..b454f4173f8e 100644 --- a/ci-operator/jobs/openshift-priv/windows-machine-config-operator/openshift-priv-windows-machine-config-operator-release-4.6-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/windows-machine-config-operator/openshift-priv-windows-machine-config-operator-release-4.6-presubmits.yaml @@ -19,11 +19,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=build command: - ci-operator @@ -43,6 +43,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -57,6 +60,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )build,?($|\s.*) - agent: kubernetes always_run: true @@ -77,14 +83,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-operator-cluster-profile - --target=e2e-operator command: @@ -110,6 +114,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -135,6 +142,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-operator,?($|\s.*) - agent: kubernetes always_run: true @@ -155,11 +165,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -179,6 +189,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -193,6 +206,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -213,11 +229,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=lint command: - ci-operator @@ -237,6 +253,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -251,6 +270,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )lint,?($|\s.*) - agent: kubernetes always_run: true @@ -271,11 +293,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -295,6 +317,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -309,4 +334,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift-priv/windows-machine-config-operator/openshift-priv-windows-machine-config-operator-release-4.7-postsubmits.yaml b/ci-operator/jobs/openshift-priv/windows-machine-config-operator/openshift-priv-windows-machine-config-operator-release-4.7-postsubmits.yaml index e099c9220efd..4663bab71414 100644 --- a/ci-operator/jobs/openshift-priv/windows-machine-config-operator/openshift-priv-windows-machine-config-operator-release-4.7-postsubmits.yaml +++ b/ci-operator/jobs/openshift-priv/windows-machine-config-operator/openshift-priv-windows-machine-config-operator-release-4.7-postsubmits.yaml @@ -9,6 +9,7 @@ postsubmits: skip_cloning: true hidden: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-priv-windows-machine-config-operator-release-4.7-images @@ -16,12 +17,12 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -41,6 +42,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,3 +59,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-priv/windows-machine-config-operator/openshift-priv-windows-machine-config-operator-release-4.7-presubmits.yaml b/ci-operator/jobs/openshift-priv/windows-machine-config-operator/openshift-priv-windows-machine-config-operator-release-4.7-presubmits.yaml index ad321de417b0..8971291c752d 100644 --- a/ci-operator/jobs/openshift-priv/windows-machine-config-operator/openshift-priv-windows-machine-config-operator-release-4.7-presubmits.yaml +++ b/ci-operator/jobs/openshift-priv/windows-machine-config-operator/openshift-priv-windows-machine-config-operator-release-4.7-presubmits.yaml @@ -19,11 +19,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=build command: - ci-operator @@ -43,6 +43,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -57,6 +60,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )build,?($|\s.*) - agent: kubernetes always_run: true @@ -77,14 +83,12 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-operator-cluster-profile - --target=e2e-operator command: @@ -110,6 +114,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -135,6 +142,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-operator,?($|\s.*) - agent: kubernetes always_run: true @@ -155,11 +165,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -179,6 +189,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -193,6 +206,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -213,11 +229,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=lint command: - ci-operator @@ -237,6 +253,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -251,6 +270,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )lint,?($|\s.*) - agent: kubernetes always_run: true @@ -271,11 +293,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -295,6 +317,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -309,4 +334,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift-psap/special-resource-operator/openshift-psap-special-resource-operator-master-postsubmits.yaml b/ci-operator/jobs/openshift-psap/special-resource-operator/openshift-psap-special-resource-operator-master-postsubmits.yaml index b01d70f54b7a..2c3d00207d2b 100644 --- a/ci-operator/jobs/openshift-psap/special-resource-operator/openshift-psap-special-resource-operator-master-postsubmits.yaml +++ b/ci-operator/jobs/openshift-psap/special-resource-operator/openshift-psap-special-resource-operator-master-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-psap-special-resource-operator-master-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-psap/special-resource-operator/openshift-psap-special-resource-operator-master-presubmits.yaml b/ci-operator/jobs/openshift-psap/special-resource-operator/openshift-psap-special-resource-operator-master-presubmits.yaml index 14e3590f48aa..300710c2c1f3 100644 --- a/ci-operator/jobs/openshift-psap/special-resource-operator/openshift-psap-special-resource-operator-master-presubmits.yaml +++ b/ci-operator/jobs/openshift-psap/special-resource-operator/openshift-psap-special-resource-operator-master-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -46,6 +44,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -68,6 +69,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -86,13 +90,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -115,6 +117,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -137,6 +142,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -155,10 +163,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -176,6 +184,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -187,6 +198,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -205,10 +219,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -225,6 +239,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -236,6 +253,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -254,10 +274,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -274,6 +294,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -285,4 +308,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) diff --git a/ci-operator/jobs/openshift-psap/special-resource-operator/openshift-psap-special-resource-operator-release-4.5-postsubmits.yaml b/ci-operator/jobs/openshift-psap/special-resource-operator/openshift-psap-special-resource-operator-release-4.5-postsubmits.yaml index 86fc454212d4..045ccce331f3 100644 --- a/ci-operator/jobs/openshift-psap/special-resource-operator/openshift-psap-special-resource-operator-release-4.5-postsubmits.yaml +++ b/ci-operator/jobs/openshift-psap/special-resource-operator/openshift-psap-special-resource-operator-release-4.5-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-psap-special-resource-operator-release-4.5-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-psap/special-resource-operator/openshift-psap-special-resource-operator-release-4.5-presubmits.yaml b/ci-operator/jobs/openshift-psap/special-resource-operator/openshift-psap-special-resource-operator-release-4.5-presubmits.yaml index df5d709b12bd..fa152a201543 100644 --- a/ci-operator/jobs/openshift-psap/special-resource-operator/openshift-psap-special-resource-operator-release-4.5-presubmits.yaml +++ b/ci-operator/jobs/openshift-psap/special-resource-operator/openshift-psap-special-resource-operator-release-4.5-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -46,6 +44,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -68,6 +69,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -86,13 +90,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -115,6 +117,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -137,6 +142,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -155,10 +163,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -175,6 +183,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -186,6 +197,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -204,10 +218,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -224,6 +238,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -235,6 +252,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -253,10 +273,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -273,6 +293,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -284,4 +307,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) diff --git a/ci-operator/jobs/openshift-psap/special-resource-operator/openshift-psap-special-resource-operator-release-4.6-postsubmits.yaml b/ci-operator/jobs/openshift-psap/special-resource-operator/openshift-psap-special-resource-operator-release-4.6-postsubmits.yaml index 8b9dabab0a19..7cfc84a31bff 100644 --- a/ci-operator/jobs/openshift-psap/special-resource-operator/openshift-psap-special-resource-operator-release-4.6-postsubmits.yaml +++ b/ci-operator/jobs/openshift-psap/special-resource-operator/openshift-psap-special-resource-operator-release-4.6-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-psap-special-resource-operator-release-4.6-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-psap/special-resource-operator/openshift-psap-special-resource-operator-release-4.6-presubmits.yaml b/ci-operator/jobs/openshift-psap/special-resource-operator/openshift-psap-special-resource-operator-release-4.6-presubmits.yaml index 4295b0ebb4a0..35a707f29bae 100644 --- a/ci-operator/jobs/openshift-psap/special-resource-operator/openshift-psap-special-resource-operator-release-4.6-presubmits.yaml +++ b/ci-operator/jobs/openshift-psap/special-resource-operator/openshift-psap-special-resource-operator-release-4.6-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -46,6 +44,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -68,6 +69,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -86,13 +90,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -115,6 +117,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -137,6 +142,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -155,10 +163,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -176,6 +184,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -187,6 +198,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -205,10 +219,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -225,6 +239,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -236,6 +253,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -254,10 +274,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -274,6 +294,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -285,4 +308,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) diff --git a/ci-operator/jobs/openshift-psap/special-resource-operator/openshift-psap-special-resource-operator-release-4.7-postsubmits.yaml b/ci-operator/jobs/openshift-psap/special-resource-operator/openshift-psap-special-resource-operator-release-4.7-postsubmits.yaml index 3a1f476606d7..f51b8b2ba91d 100644 --- a/ci-operator/jobs/openshift-psap/special-resource-operator/openshift-psap-special-resource-operator-release-4.7-postsubmits.yaml +++ b/ci-operator/jobs/openshift-psap/special-resource-operator/openshift-psap-special-resource-operator-release-4.7-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-psap-special-resource-operator-release-4.7-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift-psap/special-resource-operator/openshift-psap-special-resource-operator-release-4.7-presubmits.yaml b/ci-operator/jobs/openshift-psap/special-resource-operator/openshift-psap-special-resource-operator-release-4.7-presubmits.yaml index e299c123ebbe..08d4a877bf39 100644 --- a/ci-operator/jobs/openshift-psap/special-resource-operator/openshift-psap-special-resource-operator-release-4.7-presubmits.yaml +++ b/ci-operator/jobs/openshift-psap/special-resource-operator/openshift-psap-special-resource-operator-release-4.7-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -46,6 +44,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -68,6 +69,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -86,13 +90,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -115,6 +117,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -137,6 +142,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -155,10 +163,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -176,6 +184,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -187,6 +198,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -205,10 +219,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -225,6 +239,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -236,6 +253,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -254,10 +274,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -274,6 +294,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -285,4 +308,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) diff --git a/ci-operator/jobs/openshift/ansible-service-broker/openshift-ansible-service-broker-master-postsubmits.yaml b/ci-operator/jobs/openshift/ansible-service-broker/openshift-ansible-service-broker-master-postsubmits.yaml index d93177aea082..72fbf09913e3 100644 --- a/ci-operator/jobs/openshift/ansible-service-broker/openshift-ansible-service-broker-master-postsubmits.yaml +++ b/ci-operator/jobs/openshift/ansible-service-broker/openshift-ansible-service-broker-master-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-ansible-service-broker-master-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/ansible-service-broker/openshift-ansible-service-broker-master-presubmits.yaml b/ci-operator/jobs/openshift/ansible-service-broker/openshift-ansible-service-broker-master-presubmits.yaml index 67fe1d0678c9..032550db0d65 100644 --- a/ci-operator/jobs/openshift/ansible-service-broker/openshift-ansible-service-broker-master-presubmits.yaml +++ b/ci-operator/jobs/openshift/ansible-service-broker/openshift-ansible-service-broker-master-presubmits.yaml @@ -17,10 +17,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=build command: - ci-operator @@ -37,6 +37,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -48,6 +51,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )build,?($|\s.*) - agent: kubernetes always_run: true @@ -66,10 +72,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=fmt command: - ci-operator @@ -86,6 +92,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -97,6 +106,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )fmt,?($|\s.*) - agent: kubernetes always_run: true @@ -115,10 +127,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=fmtcheck command: - ci-operator @@ -135,6 +147,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -146,6 +161,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )fmtcheck,?($|\s.*) - agent: kubernetes always_run: true @@ -164,10 +182,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -185,6 +203,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -196,6 +217,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -214,10 +238,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=lint command: - ci-operator @@ -234,6 +258,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -245,6 +272,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )lint,?($|\s.*) - agent: kubernetes always_run: true @@ -263,13 +293,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/operator-molecule-e2e-cluster-profile - --target=operator-molecule-e2e - --template=/usr/local/operator-molecule-e2e @@ -306,6 +334,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -331,6 +362,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )operator-molecule-e2e,?($|\s.*) - agent: kubernetes always_run: true @@ -349,13 +383,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/operator-molecule-olm-e2e-cluster-profile - --target=operator-molecule-olm-e2e - --template=/usr/local/operator-molecule-olm-e2e @@ -392,6 +424,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -417,6 +452,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )operator-molecule-olm-e2e,?($|\s.*) - agent: kubernetes always_run: true @@ -435,10 +473,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=test command: - ci-operator @@ -455,6 +493,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -466,6 +507,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )test,?($|\s.*) - agent: kubernetes always_run: true @@ -484,10 +528,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=vet command: - ci-operator @@ -504,6 +548,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -515,4 +562,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )vet,?($|\s.*) diff --git a/ci-operator/jobs/openshift/ansible-service-broker/openshift-ansible-service-broker-release-4.1-postsubmits.yaml b/ci-operator/jobs/openshift/ansible-service-broker/openshift-ansible-service-broker-release-4.1-postsubmits.yaml index d75522ddb4c7..71a2935ef432 100644 --- a/ci-operator/jobs/openshift/ansible-service-broker/openshift-ansible-service-broker-release-4.1-postsubmits.yaml +++ b/ci-operator/jobs/openshift/ansible-service-broker/openshift-ansible-service-broker-release-4.1-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-ansible-service-broker-release-4.1-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/ansible-service-broker/openshift-ansible-service-broker-release-4.1-presubmits.yaml b/ci-operator/jobs/openshift/ansible-service-broker/openshift-ansible-service-broker-release-4.1-presubmits.yaml index b1a87230886c..79e324554445 100644 --- a/ci-operator/jobs/openshift/ansible-service-broker/openshift-ansible-service-broker-release-4.1-presubmits.yaml +++ b/ci-operator/jobs/openshift/ansible-service-broker/openshift-ansible-service-broker-release-4.1-presubmits.yaml @@ -17,10 +17,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=build command: - ci-operator @@ -37,6 +37,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -48,6 +51,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )build,?($|\s.*) - agent: kubernetes always_run: true @@ -66,10 +72,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=fmt command: - ci-operator @@ -86,6 +92,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -97,6 +106,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )fmt,?($|\s.*) - agent: kubernetes always_run: true @@ -115,10 +127,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=fmtcheck command: - ci-operator @@ -135,6 +147,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -146,6 +161,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )fmtcheck,?($|\s.*) - agent: kubernetes always_run: true @@ -164,10 +182,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -185,6 +203,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -196,6 +217,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -214,10 +238,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=lint command: - ci-operator @@ -234,6 +258,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -245,6 +272,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )lint,?($|\s.*) - agent: kubernetes always_run: true @@ -263,13 +293,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/operator-molecule-e2e-cluster-profile - --target=operator-molecule-e2e - --template=/usr/local/operator-molecule-e2e @@ -306,6 +334,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -331,6 +362,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )operator-molecule-e2e,?($|\s.*) - agent: kubernetes always_run: true @@ -349,13 +383,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/operator-molecule-olm-e2e-cluster-profile - --target=operator-molecule-olm-e2e - --template=/usr/local/operator-molecule-olm-e2e @@ -392,6 +424,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -417,6 +452,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )operator-molecule-olm-e2e,?($|\s.*) - agent: kubernetes always_run: true @@ -435,10 +473,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=test command: - ci-operator @@ -455,6 +493,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -466,6 +507,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )test,?($|\s.*) - agent: kubernetes always_run: true @@ -484,10 +528,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=vet command: - ci-operator @@ -504,6 +548,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -515,4 +562,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )vet,?($|\s.*) diff --git a/ci-operator/jobs/openshift/ansible-service-broker/openshift-ansible-service-broker-release-4.2-postsubmits.yaml b/ci-operator/jobs/openshift/ansible-service-broker/openshift-ansible-service-broker-release-4.2-postsubmits.yaml index 62e80e180556..002b4518760b 100644 --- a/ci-operator/jobs/openshift/ansible-service-broker/openshift-ansible-service-broker-release-4.2-postsubmits.yaml +++ b/ci-operator/jobs/openshift/ansible-service-broker/openshift-ansible-service-broker-release-4.2-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-ansible-service-broker-release-4.2-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/ansible-service-broker/openshift-ansible-service-broker-release-4.2-presubmits.yaml b/ci-operator/jobs/openshift/ansible-service-broker/openshift-ansible-service-broker-release-4.2-presubmits.yaml index c1d34f61e763..e917aa722a83 100644 --- a/ci-operator/jobs/openshift/ansible-service-broker/openshift-ansible-service-broker-release-4.2-presubmits.yaml +++ b/ci-operator/jobs/openshift/ansible-service-broker/openshift-ansible-service-broker-release-4.2-presubmits.yaml @@ -17,10 +17,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=build command: - ci-operator @@ -37,6 +37,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -48,6 +51,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )build,?($|\s.*) - agent: kubernetes always_run: true @@ -66,10 +72,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=fmt command: - ci-operator @@ -86,6 +92,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -97,6 +106,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )fmt,?($|\s.*) - agent: kubernetes always_run: true @@ -115,10 +127,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=fmtcheck command: - ci-operator @@ -135,6 +147,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -146,6 +161,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )fmtcheck,?($|\s.*) - agent: kubernetes always_run: true @@ -164,10 +182,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -185,6 +203,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -196,6 +217,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -214,10 +238,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=lint command: - ci-operator @@ -234,6 +258,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -245,6 +272,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )lint,?($|\s.*) - agent: kubernetes always_run: true @@ -263,13 +293,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/operator-molecule-e2e-cluster-profile - --target=operator-molecule-e2e - --template=/usr/local/operator-molecule-e2e @@ -306,6 +334,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -331,6 +362,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )operator-molecule-e2e,?($|\s.*) - agent: kubernetes always_run: true @@ -349,13 +383,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/operator-molecule-olm-e2e-cluster-profile - --target=operator-molecule-olm-e2e - --template=/usr/local/operator-molecule-olm-e2e @@ -392,6 +424,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -417,6 +452,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )operator-molecule-olm-e2e,?($|\s.*) - agent: kubernetes always_run: true @@ -435,10 +473,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=test command: - ci-operator @@ -455,6 +493,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -466,6 +507,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )test,?($|\s.*) - agent: kubernetes always_run: true @@ -484,10 +528,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=vet command: - ci-operator @@ -504,6 +548,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -515,4 +562,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )vet,?($|\s.*) diff --git a/ci-operator/jobs/openshift/ansible-service-broker/openshift-ansible-service-broker-release-4.3-postsubmits.yaml b/ci-operator/jobs/openshift/ansible-service-broker/openshift-ansible-service-broker-release-4.3-postsubmits.yaml index 653cc3727367..da608b0fd5a7 100644 --- a/ci-operator/jobs/openshift/ansible-service-broker/openshift-ansible-service-broker-release-4.3-postsubmits.yaml +++ b/ci-operator/jobs/openshift/ansible-service-broker/openshift-ansible-service-broker-release-4.3-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-ansible-service-broker-release-4.3-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/ansible-service-broker/openshift-ansible-service-broker-release-4.3-presubmits.yaml b/ci-operator/jobs/openshift/ansible-service-broker/openshift-ansible-service-broker-release-4.3-presubmits.yaml index 76024c392f5e..12e0cca5a5d5 100644 --- a/ci-operator/jobs/openshift/ansible-service-broker/openshift-ansible-service-broker-release-4.3-presubmits.yaml +++ b/ci-operator/jobs/openshift/ansible-service-broker/openshift-ansible-service-broker-release-4.3-presubmits.yaml @@ -17,10 +17,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=build command: - ci-operator @@ -37,6 +37,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -48,6 +51,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )build,?($|\s.*) - agent: kubernetes always_run: true @@ -66,10 +72,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=fmt command: - ci-operator @@ -86,6 +92,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -97,6 +106,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )fmt,?($|\s.*) - agent: kubernetes always_run: true @@ -115,10 +127,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=fmtcheck command: - ci-operator @@ -135,6 +147,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -146,6 +161,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )fmtcheck,?($|\s.*) - agent: kubernetes always_run: true @@ -164,10 +182,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -185,6 +203,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -196,6 +217,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -214,10 +238,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=lint command: - ci-operator @@ -234,6 +258,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -245,6 +272,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )lint,?($|\s.*) - agent: kubernetes always_run: true @@ -263,13 +293,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/operator-molecule-e2e-cluster-profile - --target=operator-molecule-e2e - --template=/usr/local/operator-molecule-e2e @@ -306,6 +334,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -331,6 +362,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )operator-molecule-e2e,?($|\s.*) - agent: kubernetes always_run: true @@ -349,13 +383,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/operator-molecule-olm-e2e-cluster-profile - --target=operator-molecule-olm-e2e - --template=/usr/local/operator-molecule-olm-e2e @@ -392,6 +424,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -417,6 +452,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )operator-molecule-olm-e2e,?($|\s.*) - agent: kubernetes always_run: true @@ -435,10 +473,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=test command: - ci-operator @@ -455,6 +493,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -466,6 +507,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )test,?($|\s.*) - agent: kubernetes always_run: true @@ -484,10 +528,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=vet command: - ci-operator @@ -504,6 +548,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -515,4 +562,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )vet,?($|\s.*) diff --git a/ci-operator/jobs/openshift/ansible-service-broker/openshift-ansible-service-broker-release-4.4-postsubmits.yaml b/ci-operator/jobs/openshift/ansible-service-broker/openshift-ansible-service-broker-release-4.4-postsubmits.yaml index 3771ba664637..2b025232fcc5 100644 --- a/ci-operator/jobs/openshift/ansible-service-broker/openshift-ansible-service-broker-release-4.4-postsubmits.yaml +++ b/ci-operator/jobs/openshift/ansible-service-broker/openshift-ansible-service-broker-release-4.4-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-ansible-service-broker-release-4.4-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/ansible-service-broker/openshift-ansible-service-broker-release-4.4-presubmits.yaml b/ci-operator/jobs/openshift/ansible-service-broker/openshift-ansible-service-broker-release-4.4-presubmits.yaml index f7d803c60179..3bc68a8b11cd 100644 --- a/ci-operator/jobs/openshift/ansible-service-broker/openshift-ansible-service-broker-release-4.4-presubmits.yaml +++ b/ci-operator/jobs/openshift/ansible-service-broker/openshift-ansible-service-broker-release-4.4-presubmits.yaml @@ -17,10 +17,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=build command: - ci-operator @@ -37,6 +37,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -48,6 +51,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )build,?($|\s.*) - agent: kubernetes always_run: true @@ -66,10 +72,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=fmt command: - ci-operator @@ -86,6 +92,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -97,6 +106,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )fmt,?($|\s.*) - agent: kubernetes always_run: true @@ -115,10 +127,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=fmtcheck command: - ci-operator @@ -135,6 +147,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -146,6 +161,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )fmtcheck,?($|\s.*) - agent: kubernetes always_run: true @@ -164,10 +182,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -185,6 +203,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -196,6 +217,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -214,10 +238,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=lint command: - ci-operator @@ -234,6 +258,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -245,6 +272,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )lint,?($|\s.*) - agent: kubernetes always_run: true @@ -263,13 +293,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/operator-molecule-e2e-cluster-profile - --target=operator-molecule-e2e - --template=/usr/local/operator-molecule-e2e @@ -306,6 +334,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -331,6 +362,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )operator-molecule-e2e,?($|\s.*) - agent: kubernetes always_run: true @@ -349,13 +383,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/operator-molecule-olm-e2e-cluster-profile - --target=operator-molecule-olm-e2e - --template=/usr/local/operator-molecule-olm-e2e @@ -392,6 +424,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -417,6 +452,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )operator-molecule-olm-e2e,?($|\s.*) - agent: kubernetes always_run: true @@ -435,10 +473,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=test command: - ci-operator @@ -455,6 +493,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -466,6 +507,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )test,?($|\s.*) - agent: kubernetes always_run: true @@ -484,10 +528,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=vet command: - ci-operator @@ -504,6 +548,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -515,4 +562,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )vet,?($|\s.*) diff --git a/ci-operator/jobs/openshift/ansible-service-broker/openshift-ansible-service-broker-release-4.5-postsubmits.yaml b/ci-operator/jobs/openshift/ansible-service-broker/openshift-ansible-service-broker-release-4.5-postsubmits.yaml index 007270b8f2f4..d89c785c637a 100644 --- a/ci-operator/jobs/openshift/ansible-service-broker/openshift-ansible-service-broker-release-4.5-postsubmits.yaml +++ b/ci-operator/jobs/openshift/ansible-service-broker/openshift-ansible-service-broker-release-4.5-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-ansible-service-broker-release-4.5-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/ansible-service-broker/openshift-ansible-service-broker-release-4.5-presubmits.yaml b/ci-operator/jobs/openshift/ansible-service-broker/openshift-ansible-service-broker-release-4.5-presubmits.yaml index c363c225015b..9b1ac8739c8a 100644 --- a/ci-operator/jobs/openshift/ansible-service-broker/openshift-ansible-service-broker-release-4.5-presubmits.yaml +++ b/ci-operator/jobs/openshift/ansible-service-broker/openshift-ansible-service-broker-release-4.5-presubmits.yaml @@ -17,10 +17,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=build command: - ci-operator @@ -37,6 +37,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -48,6 +51,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )build,?($|\s.*) - agent: kubernetes always_run: true @@ -66,10 +72,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=fmt command: - ci-operator @@ -86,6 +92,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -97,6 +106,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )fmt,?($|\s.*) - agent: kubernetes always_run: true @@ -115,10 +127,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=fmtcheck command: - ci-operator @@ -135,6 +147,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -146,6 +161,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )fmtcheck,?($|\s.*) - agent: kubernetes always_run: true @@ -164,10 +182,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -184,6 +202,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -195,6 +216,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -213,10 +237,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=lint command: - ci-operator @@ -233,6 +257,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -244,6 +271,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )lint,?($|\s.*) - agent: kubernetes always_run: true @@ -262,13 +292,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/operator-molecule-e2e-cluster-profile - --target=operator-molecule-e2e - --template=/usr/local/operator-molecule-e2e @@ -305,6 +333,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -330,6 +361,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )operator-molecule-e2e,?($|\s.*) - agent: kubernetes always_run: true @@ -348,13 +382,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/operator-molecule-olm-e2e-cluster-profile - --target=operator-molecule-olm-e2e - --template=/usr/local/operator-molecule-olm-e2e @@ -391,6 +423,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -416,6 +451,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )operator-molecule-olm-e2e,?($|\s.*) - agent: kubernetes always_run: true @@ -434,10 +472,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=test command: - ci-operator @@ -454,6 +492,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -465,6 +506,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )test,?($|\s.*) - agent: kubernetes always_run: true @@ -483,10 +527,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=vet command: - ci-operator @@ -503,6 +547,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -514,4 +561,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )vet,?($|\s.*) diff --git a/ci-operator/jobs/openshift/ansible-service-broker/openshift-ansible-service-broker-release-4.6-postsubmits.yaml b/ci-operator/jobs/openshift/ansible-service-broker/openshift-ansible-service-broker-release-4.6-postsubmits.yaml index e9d729730f5e..d5b0ee272872 100644 --- a/ci-operator/jobs/openshift/ansible-service-broker/openshift-ansible-service-broker-release-4.6-postsubmits.yaml +++ b/ci-operator/jobs/openshift/ansible-service-broker/openshift-ansible-service-broker-release-4.6-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-ansible-service-broker-release-4.6-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/ansible-service-broker/openshift-ansible-service-broker-release-4.6-presubmits.yaml b/ci-operator/jobs/openshift/ansible-service-broker/openshift-ansible-service-broker-release-4.6-presubmits.yaml index 7866f8fa770d..4963c3eb6aea 100644 --- a/ci-operator/jobs/openshift/ansible-service-broker/openshift-ansible-service-broker-release-4.6-presubmits.yaml +++ b/ci-operator/jobs/openshift/ansible-service-broker/openshift-ansible-service-broker-release-4.6-presubmits.yaml @@ -17,10 +17,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=build command: - ci-operator @@ -37,6 +37,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -48,6 +51,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )build,?($|\s.*) - agent: kubernetes always_run: true @@ -66,10 +72,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=fmt command: - ci-operator @@ -86,6 +92,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -97,6 +106,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )fmt,?($|\s.*) - agent: kubernetes always_run: true @@ -115,10 +127,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=fmtcheck command: - ci-operator @@ -135,6 +147,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -146,6 +161,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )fmtcheck,?($|\s.*) - agent: kubernetes always_run: true @@ -164,10 +182,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -185,6 +203,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -196,6 +217,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -214,10 +238,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=lint command: - ci-operator @@ -234,6 +258,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -245,6 +272,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )lint,?($|\s.*) - agent: kubernetes always_run: true @@ -263,13 +293,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/operator-molecule-e2e-cluster-profile - --target=operator-molecule-e2e - --template=/usr/local/operator-molecule-e2e @@ -306,6 +334,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -331,6 +362,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )operator-molecule-e2e,?($|\s.*) - agent: kubernetes always_run: true @@ -349,13 +383,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/operator-molecule-olm-e2e-cluster-profile - --target=operator-molecule-olm-e2e - --template=/usr/local/operator-molecule-olm-e2e @@ -392,6 +424,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -417,6 +452,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )operator-molecule-olm-e2e,?($|\s.*) - agent: kubernetes always_run: true @@ -435,10 +473,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=test command: - ci-operator @@ -455,6 +493,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -466,6 +507,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )test,?($|\s.*) - agent: kubernetes always_run: true @@ -484,10 +528,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=vet command: - ci-operator @@ -504,6 +548,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -515,4 +562,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )vet,?($|\s.*) diff --git a/ci-operator/jobs/openshift/ansible-service-broker/openshift-ansible-service-broker-release-4.7-postsubmits.yaml b/ci-operator/jobs/openshift/ansible-service-broker/openshift-ansible-service-broker-release-4.7-postsubmits.yaml index 5b130755731c..fe851a75d4b1 100644 --- a/ci-operator/jobs/openshift/ansible-service-broker/openshift-ansible-service-broker-release-4.7-postsubmits.yaml +++ b/ci-operator/jobs/openshift/ansible-service-broker/openshift-ansible-service-broker-release-4.7-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-ansible-service-broker-release-4.7-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/ansible-service-broker/openshift-ansible-service-broker-release-4.7-presubmits.yaml b/ci-operator/jobs/openshift/ansible-service-broker/openshift-ansible-service-broker-release-4.7-presubmits.yaml index e1083e65ae43..0d08cbe5a980 100644 --- a/ci-operator/jobs/openshift/ansible-service-broker/openshift-ansible-service-broker-release-4.7-presubmits.yaml +++ b/ci-operator/jobs/openshift/ansible-service-broker/openshift-ansible-service-broker-release-4.7-presubmits.yaml @@ -17,10 +17,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=build command: - ci-operator @@ -37,6 +37,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -48,6 +51,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )build,?($|\s.*) - agent: kubernetes always_run: true @@ -66,10 +72,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=fmt command: - ci-operator @@ -86,6 +92,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -97,6 +106,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )fmt,?($|\s.*) - agent: kubernetes always_run: true @@ -115,10 +127,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=fmtcheck command: - ci-operator @@ -135,6 +147,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -146,6 +161,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )fmtcheck,?($|\s.*) - agent: kubernetes always_run: true @@ -164,10 +182,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -185,6 +203,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -196,6 +217,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -214,10 +238,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=lint command: - ci-operator @@ -234,6 +258,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -245,6 +272,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )lint,?($|\s.*) - agent: kubernetes always_run: true @@ -263,13 +293,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/operator-molecule-e2e-cluster-profile - --target=operator-molecule-e2e - --template=/usr/local/operator-molecule-e2e @@ -306,6 +334,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -331,6 +362,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )operator-molecule-e2e,?($|\s.*) - agent: kubernetes always_run: true @@ -349,13 +383,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/operator-molecule-olm-e2e-cluster-profile - --target=operator-molecule-olm-e2e - --template=/usr/local/operator-molecule-olm-e2e @@ -392,6 +424,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -417,6 +452,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )operator-molecule-olm-e2e,?($|\s.*) - agent: kubernetes always_run: true @@ -435,10 +473,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=test command: - ci-operator @@ -455,6 +493,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -466,6 +507,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )test,?($|\s.*) - agent: kubernetes always_run: true @@ -484,10 +528,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=vet command: - ci-operator @@ -504,6 +548,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -515,4 +562,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )vet,?($|\s.*) diff --git a/ci-operator/jobs/openshift/api/openshift-api-master-presubmits.yaml b/ci-operator/jobs/openshift/api/openshift-api-master-presubmits.yaml index 6694c77f55d1..87de59442a7e 100644 --- a/ci-operator/jobs/openshift/api/openshift-api-master-presubmits.yaml +++ b/ci-operator/jobs/openshift/api/openshift-api-master-presubmits.yaml @@ -17,10 +17,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=build command: - ci-operator @@ -37,6 +37,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -48,6 +51,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )build,?($|\s.*) - agent: kubernetes always_run: true @@ -66,10 +72,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -86,6 +92,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -97,6 +106,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -115,10 +127,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -135,6 +147,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -146,6 +161,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) - agent: kubernetes always_run: true @@ -164,10 +182,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify-client-go command: - ci-operator @@ -184,6 +202,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -195,6 +216,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify-client-go,?($|\s.*) - agent: kubernetes always_run: true @@ -213,10 +237,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify-deps command: - ci-operator @@ -233,6 +257,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -244,4 +271,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify-deps,?($|\s.*) diff --git a/ci-operator/jobs/openshift/api/openshift-api-release-3.11-presubmits.yaml b/ci-operator/jobs/openshift/api/openshift-api-release-3.11-presubmits.yaml index 3a2d908fe946..3626da05022a 100644 --- a/ci-operator/jobs/openshift/api/openshift-api-release-3.11-presubmits.yaml +++ b/ci-operator/jobs/openshift/api/openshift-api-release-3.11-presubmits.yaml @@ -17,10 +17,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -37,6 +37,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -48,4 +51,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) diff --git a/ci-operator/jobs/openshift/api/openshift-api-release-4.1-presubmits.yaml b/ci-operator/jobs/openshift/api/openshift-api-release-4.1-presubmits.yaml index 8e0715355694..1e1296f6770c 100644 --- a/ci-operator/jobs/openshift/api/openshift-api-release-4.1-presubmits.yaml +++ b/ci-operator/jobs/openshift/api/openshift-api-release-4.1-presubmits.yaml @@ -17,10 +17,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -37,6 +37,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -48,6 +51,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) - agent: kubernetes always_run: true @@ -66,10 +72,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify-client-go command: - ci-operator @@ -86,6 +92,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -97,4 +106,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify-client-go,?($|\s.*) diff --git a/ci-operator/jobs/openshift/api/openshift-api-release-4.2-presubmits.yaml b/ci-operator/jobs/openshift/api/openshift-api-release-4.2-presubmits.yaml index 65a0006d735c..d97ce5f1c636 100644 --- a/ci-operator/jobs/openshift/api/openshift-api-release-4.2-presubmits.yaml +++ b/ci-operator/jobs/openshift/api/openshift-api-release-4.2-presubmits.yaml @@ -17,10 +17,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -37,6 +37,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -48,6 +51,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) - agent: kubernetes always_run: true @@ -66,10 +72,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify-client-go command: - ci-operator @@ -86,6 +92,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -97,4 +106,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify-client-go,?($|\s.*) diff --git a/ci-operator/jobs/openshift/api/openshift-api-release-4.3-presubmits.yaml b/ci-operator/jobs/openshift/api/openshift-api-release-4.3-presubmits.yaml index a40b5aeb1c47..a59a8e99fd19 100644 --- a/ci-operator/jobs/openshift/api/openshift-api-release-4.3-presubmits.yaml +++ b/ci-operator/jobs/openshift/api/openshift-api-release-4.3-presubmits.yaml @@ -17,10 +17,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -37,6 +37,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -48,6 +51,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) - agent: kubernetes always_run: true @@ -66,10 +72,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify-client-go command: - ci-operator @@ -86,6 +92,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -97,4 +106,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify-client-go,?($|\s.*) diff --git a/ci-operator/jobs/openshift/api/openshift-api-release-4.4-presubmits.yaml b/ci-operator/jobs/openshift/api/openshift-api-release-4.4-presubmits.yaml index e482ab7bd05c..51e96182592f 100644 --- a/ci-operator/jobs/openshift/api/openshift-api-release-4.4-presubmits.yaml +++ b/ci-operator/jobs/openshift/api/openshift-api-release-4.4-presubmits.yaml @@ -17,10 +17,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -37,6 +37,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -48,6 +51,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) - agent: kubernetes always_run: true @@ -66,10 +72,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify-client-go command: - ci-operator @@ -86,6 +92,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -97,4 +106,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify-client-go,?($|\s.*) diff --git a/ci-operator/jobs/openshift/api/openshift-api-release-4.5-presubmits.yaml b/ci-operator/jobs/openshift/api/openshift-api-release-4.5-presubmits.yaml index 3c0da652c9bb..941e14c4afaa 100644 --- a/ci-operator/jobs/openshift/api/openshift-api-release-4.5-presubmits.yaml +++ b/ci-operator/jobs/openshift/api/openshift-api-release-4.5-presubmits.yaml @@ -17,10 +17,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=build command: - ci-operator @@ -37,6 +37,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -48,6 +51,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )build,?($|\s.*) - agent: kubernetes always_run: true @@ -66,10 +72,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -86,6 +92,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -97,6 +106,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -115,10 +127,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -135,6 +147,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -146,6 +161,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) - agent: kubernetes always_run: true @@ -164,10 +182,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify-client-go command: - ci-operator @@ -184,6 +202,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -195,6 +216,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify-client-go,?($|\s.*) - agent: kubernetes always_run: true @@ -213,10 +237,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify-deps command: - ci-operator @@ -233,6 +257,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -244,4 +271,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify-deps,?($|\s.*) diff --git a/ci-operator/jobs/openshift/api/openshift-api-release-4.6-presubmits.yaml b/ci-operator/jobs/openshift/api/openshift-api-release-4.6-presubmits.yaml index 40c7530fb2f1..40244e9b0493 100644 --- a/ci-operator/jobs/openshift/api/openshift-api-release-4.6-presubmits.yaml +++ b/ci-operator/jobs/openshift/api/openshift-api-release-4.6-presubmits.yaml @@ -17,10 +17,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=build command: - ci-operator @@ -37,6 +37,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -48,6 +51,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )build,?($|\s.*) - agent: kubernetes always_run: true @@ -66,10 +72,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -86,6 +92,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -97,6 +106,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -115,10 +127,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -135,6 +147,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -146,6 +161,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) - agent: kubernetes always_run: true @@ -164,10 +182,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify-client-go command: - ci-operator @@ -184,6 +202,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -195,6 +216,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify-client-go,?($|\s.*) - agent: kubernetes always_run: true @@ -213,10 +237,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify-deps command: - ci-operator @@ -233,6 +257,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -244,4 +271,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify-deps,?($|\s.*) diff --git a/ci-operator/jobs/openshift/api/openshift-api-release-4.7-presubmits.yaml b/ci-operator/jobs/openshift/api/openshift-api-release-4.7-presubmits.yaml index 498dd96b5dc0..2432a3e163a0 100644 --- a/ci-operator/jobs/openshift/api/openshift-api-release-4.7-presubmits.yaml +++ b/ci-operator/jobs/openshift/api/openshift-api-release-4.7-presubmits.yaml @@ -17,10 +17,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=build command: - ci-operator @@ -37,6 +37,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -48,6 +51,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )build,?($|\s.*) - agent: kubernetes always_run: true @@ -66,10 +72,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -86,6 +92,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -97,6 +106,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -115,10 +127,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -135,6 +147,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -146,6 +161,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) - agent: kubernetes always_run: true @@ -164,10 +182,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify-client-go command: - ci-operator @@ -184,6 +202,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -195,6 +216,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify-client-go,?($|\s.*) - agent: kubernetes always_run: true @@ -213,10 +237,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify-deps command: - ci-operator @@ -233,6 +257,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -244,4 +271,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify-deps,?($|\s.*) diff --git a/ci-operator/jobs/openshift/apiserver-library-go/openshift-apiserver-library-go-master-presubmits.yaml b/ci-operator/jobs/openshift/apiserver-library-go/openshift-apiserver-library-go-master-presubmits.yaml index 6a17e8f08489..6a15a29110d5 100644 --- a/ci-operator/jobs/openshift/apiserver-library-go/openshift-apiserver-library-go-master-presubmits.yaml +++ b/ci-operator/jobs/openshift/apiserver-library-go/openshift-apiserver-library-go-master-presubmits.yaml @@ -17,10 +17,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -37,6 +37,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -48,6 +51,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -66,10 +72,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -86,6 +92,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -97,6 +106,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) - agent: kubernetes always_run: true @@ -115,10 +127,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify-deps command: - ci-operator @@ -135,6 +147,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -146,4 +161,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify-deps,?($|\s.*) diff --git a/ci-operator/jobs/openshift/apiserver-library-go/openshift-apiserver-library-go-release-4.3-presubmits.yaml b/ci-operator/jobs/openshift/apiserver-library-go/openshift-apiserver-library-go-release-4.3-presubmits.yaml index 164a0830ec99..57f4e3e3ff83 100644 --- a/ci-operator/jobs/openshift/apiserver-library-go/openshift-apiserver-library-go-release-4.3-presubmits.yaml +++ b/ci-operator/jobs/openshift/apiserver-library-go/openshift-apiserver-library-go-release-4.3-presubmits.yaml @@ -17,10 +17,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -37,6 +37,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -48,6 +51,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -66,10 +72,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -86,6 +92,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -97,6 +106,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) - agent: kubernetes always_run: true @@ -115,10 +127,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify-deps command: - ci-operator @@ -135,6 +147,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -146,4 +161,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify-deps,?($|\s.*) diff --git a/ci-operator/jobs/openshift/apiserver-library-go/openshift-apiserver-library-go-release-4.4-presubmits.yaml b/ci-operator/jobs/openshift/apiserver-library-go/openshift-apiserver-library-go-release-4.4-presubmits.yaml index 3c29e998b55f..089ee26ae047 100644 --- a/ci-operator/jobs/openshift/apiserver-library-go/openshift-apiserver-library-go-release-4.4-presubmits.yaml +++ b/ci-operator/jobs/openshift/apiserver-library-go/openshift-apiserver-library-go-release-4.4-presubmits.yaml @@ -17,10 +17,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -37,6 +37,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -48,6 +51,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -66,10 +72,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -86,6 +92,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -97,6 +106,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) - agent: kubernetes always_run: true @@ -115,10 +127,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify-deps command: - ci-operator @@ -135,6 +147,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -146,4 +161,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify-deps,?($|\s.*) diff --git a/ci-operator/jobs/openshift/apiserver-library-go/openshift-apiserver-library-go-release-4.5-presubmits.yaml b/ci-operator/jobs/openshift/apiserver-library-go/openshift-apiserver-library-go-release-4.5-presubmits.yaml index 0a93ee31e0a3..64f4da30eaed 100644 --- a/ci-operator/jobs/openshift/apiserver-library-go/openshift-apiserver-library-go-release-4.5-presubmits.yaml +++ b/ci-operator/jobs/openshift/apiserver-library-go/openshift-apiserver-library-go-release-4.5-presubmits.yaml @@ -17,10 +17,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -37,6 +37,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -48,6 +51,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -66,10 +72,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -86,6 +92,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -97,6 +106,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) - agent: kubernetes always_run: true @@ -115,10 +127,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify-deps command: - ci-operator @@ -135,6 +147,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -146,4 +161,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify-deps,?($|\s.*) diff --git a/ci-operator/jobs/openshift/apiserver-library-go/openshift-apiserver-library-go-release-4.6-presubmits.yaml b/ci-operator/jobs/openshift/apiserver-library-go/openshift-apiserver-library-go-release-4.6-presubmits.yaml index 977133b028ed..822e103c7b5f 100644 --- a/ci-operator/jobs/openshift/apiserver-library-go/openshift-apiserver-library-go-release-4.6-presubmits.yaml +++ b/ci-operator/jobs/openshift/apiserver-library-go/openshift-apiserver-library-go-release-4.6-presubmits.yaml @@ -17,10 +17,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -37,6 +37,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -48,6 +51,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -66,10 +72,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -86,6 +92,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -97,6 +106,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) - agent: kubernetes always_run: true @@ -115,10 +127,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify-deps command: - ci-operator @@ -135,6 +147,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -146,4 +161,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify-deps,?($|\s.*) diff --git a/ci-operator/jobs/openshift/apiserver-library-go/openshift-apiserver-library-go-release-4.7-presubmits.yaml b/ci-operator/jobs/openshift/apiserver-library-go/openshift-apiserver-library-go-release-4.7-presubmits.yaml index 586ae42b41f3..2fbd32780485 100644 --- a/ci-operator/jobs/openshift/apiserver-library-go/openshift-apiserver-library-go-release-4.7-presubmits.yaml +++ b/ci-operator/jobs/openshift/apiserver-library-go/openshift-apiserver-library-go-release-4.7-presubmits.yaml @@ -17,10 +17,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -37,6 +37,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -48,6 +51,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -66,10 +72,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -86,6 +92,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -97,6 +106,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) - agent: kubernetes always_run: true @@ -115,10 +127,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify-deps command: - ci-operator @@ -135,6 +147,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -146,4 +161,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify-deps,?($|\s.*) diff --git a/ci-operator/jobs/openshift/aws-account-operator/openshift-aws-account-operator-master-presubmits.yaml b/ci-operator/jobs/openshift/aws-account-operator/openshift-aws-account-operator-master-presubmits.yaml index 4e1c0a311105..a77692477fdb 100644 --- a/ci-operator/jobs/openshift/aws-account-operator/openshift-aws-account-operator-master-presubmits.yaml +++ b/ci-operator/jobs/openshift/aws-account-operator/openshift-aws-account-operator-master-presubmits.yaml @@ -17,10 +17,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -37,6 +37,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -48,4 +51,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift/aws-account-operator/openshift-aws-account-operator-release-4.6-postsubmits.yaml b/ci-operator/jobs/openshift/aws-account-operator/openshift-aws-account-operator-release-4.6-postsubmits.yaml index 3b1445b2bcdf..4be1a2c0c627 100644 --- a/ci-operator/jobs/openshift/aws-account-operator/openshift-aws-account-operator-release-4.6-postsubmits.yaml +++ b/ci-operator/jobs/openshift/aws-account-operator/openshift-aws-account-operator-release-4.6-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-aws-account-operator-release-4.6-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/aws-account-operator/openshift-aws-account-operator-release-4.6-presubmits.yaml b/ci-operator/jobs/openshift/aws-account-operator/openshift-aws-account-operator-release-4.6-presubmits.yaml index 5d2c64a9c473..8e0b9e02b789 100644 --- a/ci-operator/jobs/openshift/aws-account-operator/openshift-aws-account-operator-release-4.6-presubmits.yaml +++ b/ci-operator/jobs/openshift/aws-account-operator/openshift-aws-account-operator-release-4.6-presubmits.yaml @@ -17,10 +17,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -38,6 +38,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -49,4 +52,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift/aws-ebs-csi-driver-operator/openshift-aws-ebs-csi-driver-operator-master-postsubmits.yaml b/ci-operator/jobs/openshift/aws-ebs-csi-driver-operator/openshift-aws-ebs-csi-driver-operator-master-postsubmits.yaml index d19dd02c6176..5933a39bf1a0 100644 --- a/ci-operator/jobs/openshift/aws-ebs-csi-driver-operator/openshift-aws-ebs-csi-driver-operator-master-postsubmits.yaml +++ b/ci-operator/jobs/openshift/aws-ebs-csi-driver-operator/openshift-aws-ebs-csi-driver-operator-master-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-aws-ebs-csi-driver-operator-master-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/aws-ebs-csi-driver-operator/openshift-aws-ebs-csi-driver-operator-master-presubmits.yaml b/ci-operator/jobs/openshift/aws-ebs-csi-driver-operator/openshift-aws-ebs-csi-driver-operator-master-presubmits.yaml index 908021769fa5..33ae6cb194df 100644 --- a/ci-operator/jobs/openshift/aws-ebs-csi-driver-operator/openshift-aws-ebs-csi-driver-operator-master-presubmits.yaml +++ b/ci-operator/jobs/openshift/aws-ebs-csi-driver-operator/openshift-aws-ebs-csi-driver-operator-master-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-operator-cluster-profile - --target=e2e-operator - --template=/usr/local/e2e-operator @@ -60,6 +58,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -85,6 +86,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-operator,?($|\s.*) - agent: kubernetes always_run: true @@ -103,10 +107,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -124,6 +128,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -135,6 +142,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -153,10 +163,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -173,6 +183,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -184,6 +197,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -202,10 +218,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -222,6 +238,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -233,4 +252,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) diff --git a/ci-operator/jobs/openshift/aws-ebs-csi-driver-operator/openshift-aws-ebs-csi-driver-operator-release-4.5-postsubmits.yaml b/ci-operator/jobs/openshift/aws-ebs-csi-driver-operator/openshift-aws-ebs-csi-driver-operator-release-4.5-postsubmits.yaml index 1ac9724acb17..9d3277e0e966 100644 --- a/ci-operator/jobs/openshift/aws-ebs-csi-driver-operator/openshift-aws-ebs-csi-driver-operator-release-4.5-postsubmits.yaml +++ b/ci-operator/jobs/openshift/aws-ebs-csi-driver-operator/openshift-aws-ebs-csi-driver-operator-release-4.5-postsubmits.yaml @@ -8,17 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-aws-ebs-csi-driver-operator-release-4.5-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -35,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -46,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/aws-ebs-csi-driver-operator/openshift-aws-ebs-csi-driver-operator-release-4.5-presubmits.yaml b/ci-operator/jobs/openshift/aws-ebs-csi-driver-operator/openshift-aws-ebs-csi-driver-operator-release-4.5-presubmits.yaml index 20beeb39348b..58c09ffd8d5a 100644 --- a/ci-operator/jobs/openshift/aws-ebs-csi-driver-operator/openshift-aws-ebs-csi-driver-operator-release-4.5-presubmits.yaml +++ b/ci-operator/jobs/openshift/aws-ebs-csi-driver-operator/openshift-aws-ebs-csi-driver-operator-release-4.5-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-operator-cluster-profile - --target=e2e-operator - --template=/usr/local/e2e-operator @@ -60,6 +58,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -85,6 +86,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-operator,?($|\s.*) - agent: kubernetes always_run: true @@ -103,10 +107,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -123,6 +127,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -134,6 +141,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -152,10 +162,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -172,6 +182,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -183,6 +196,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -201,10 +217,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -221,6 +237,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -232,4 +251,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) diff --git a/ci-operator/jobs/openshift/aws-ebs-csi-driver-operator/openshift-aws-ebs-csi-driver-operator-release-4.6-postsubmits.yaml b/ci-operator/jobs/openshift/aws-ebs-csi-driver-operator/openshift-aws-ebs-csi-driver-operator-release-4.6-postsubmits.yaml index 5d5e0d97ea60..820c2efb5623 100644 --- a/ci-operator/jobs/openshift/aws-ebs-csi-driver-operator/openshift-aws-ebs-csi-driver-operator-release-4.6-postsubmits.yaml +++ b/ci-operator/jobs/openshift/aws-ebs-csi-driver-operator/openshift-aws-ebs-csi-driver-operator-release-4.6-postsubmits.yaml @@ -8,17 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-aws-ebs-csi-driver-operator-release-4.6-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -35,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -46,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/aws-ebs-csi-driver-operator/openshift-aws-ebs-csi-driver-operator-release-4.6-presubmits.yaml b/ci-operator/jobs/openshift/aws-ebs-csi-driver-operator/openshift-aws-ebs-csi-driver-operator-release-4.6-presubmits.yaml index 824fd112227a..14dc398752db 100644 --- a/ci-operator/jobs/openshift/aws-ebs-csi-driver-operator/openshift-aws-ebs-csi-driver-operator-release-4.6-presubmits.yaml +++ b/ci-operator/jobs/openshift/aws-ebs-csi-driver-operator/openshift-aws-ebs-csi-driver-operator-release-4.6-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-operator-cluster-profile - --target=e2e-operator - --template=/usr/local/e2e-operator @@ -60,6 +58,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -85,6 +86,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-operator,?($|\s.*) - agent: kubernetes always_run: true @@ -103,10 +107,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -124,6 +128,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -135,6 +142,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -153,10 +163,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -173,6 +183,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -184,6 +197,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -202,10 +218,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -222,6 +238,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -233,4 +252,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) diff --git a/ci-operator/jobs/openshift/aws-ebs-csi-driver-operator/openshift-aws-ebs-csi-driver-operator-release-4.7-postsubmits.yaml b/ci-operator/jobs/openshift/aws-ebs-csi-driver-operator/openshift-aws-ebs-csi-driver-operator-release-4.7-postsubmits.yaml index 0342e82356df..57e5665218d3 100644 --- a/ci-operator/jobs/openshift/aws-ebs-csi-driver-operator/openshift-aws-ebs-csi-driver-operator-release-4.7-postsubmits.yaml +++ b/ci-operator/jobs/openshift/aws-ebs-csi-driver-operator/openshift-aws-ebs-csi-driver-operator-release-4.7-postsubmits.yaml @@ -8,17 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-aws-ebs-csi-driver-operator-release-4.7-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -35,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -46,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/aws-ebs-csi-driver-operator/openshift-aws-ebs-csi-driver-operator-release-4.7-presubmits.yaml b/ci-operator/jobs/openshift/aws-ebs-csi-driver-operator/openshift-aws-ebs-csi-driver-operator-release-4.7-presubmits.yaml index 670f5dd27d11..e5046e4f5cfd 100644 --- a/ci-operator/jobs/openshift/aws-ebs-csi-driver-operator/openshift-aws-ebs-csi-driver-operator-release-4.7-presubmits.yaml +++ b/ci-operator/jobs/openshift/aws-ebs-csi-driver-operator/openshift-aws-ebs-csi-driver-operator-release-4.7-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-operator-cluster-profile - --target=e2e-operator - --template=/usr/local/e2e-operator @@ -60,6 +58,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -85,6 +86,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-operator,?($|\s.*) - agent: kubernetes always_run: true @@ -103,10 +107,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -124,6 +128,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -135,6 +142,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -153,10 +163,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -173,6 +183,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -184,6 +197,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -202,10 +218,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -222,6 +238,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -233,4 +252,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) diff --git a/ci-operator/jobs/openshift/aws-ebs-csi-driver/openshift-aws-ebs-csi-driver-master-postsubmits.yaml b/ci-operator/jobs/openshift/aws-ebs-csi-driver/openshift-aws-ebs-csi-driver-master-postsubmits.yaml index 36fcc0d9ce59..449f49dab27c 100644 --- a/ci-operator/jobs/openshift/aws-ebs-csi-driver/openshift-aws-ebs-csi-driver-master-postsubmits.yaml +++ b/ci-operator/jobs/openshift/aws-ebs-csi-driver/openshift-aws-ebs-csi-driver-master-postsubmits.yaml @@ -8,17 +8,19 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-aws-ebs-csi-driver-master-images path_alias: github.com/kubernetes-sigs/aws-ebs-csi-driver spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -35,6 +37,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -46,3 +51,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/aws-ebs-csi-driver/openshift-aws-ebs-csi-driver-master-presubmits.yaml b/ci-operator/jobs/openshift/aws-ebs-csi-driver/openshift-aws-ebs-csi-driver-master-presubmits.yaml index a88be44fe951..9253f1c7f2e4 100644 --- a/ci-operator/jobs/openshift/aws-ebs-csi-driver/openshift-aws-ebs-csi-driver-master-presubmits.yaml +++ b/ci-operator/jobs/openshift/aws-ebs-csi-driver/openshift-aws-ebs-csi-driver-master-presubmits.yaml @@ -18,10 +18,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -39,6 +39,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -50,6 +53,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -69,10 +75,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -89,6 +95,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -100,6 +109,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -119,10 +131,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -139,6 +151,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -150,4 +165,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) diff --git a/ci-operator/jobs/openshift/aws-ebs-csi-driver/openshift-aws-ebs-csi-driver-release-4.5-postsubmits.yaml b/ci-operator/jobs/openshift/aws-ebs-csi-driver/openshift-aws-ebs-csi-driver-release-4.5-postsubmits.yaml index a3269cf335fe..a0366a76e91b 100644 --- a/ci-operator/jobs/openshift/aws-ebs-csi-driver/openshift-aws-ebs-csi-driver-release-4.5-postsubmits.yaml +++ b/ci-operator/jobs/openshift/aws-ebs-csi-driver/openshift-aws-ebs-csi-driver-release-4.5-postsubmits.yaml @@ -8,6 +8,7 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-aws-ebs-csi-driver-release-4.5-images @@ -15,11 +16,11 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -36,6 +37,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -47,3 +51,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/aws-ebs-csi-driver/openshift-aws-ebs-csi-driver-release-4.5-presubmits.yaml b/ci-operator/jobs/openshift/aws-ebs-csi-driver/openshift-aws-ebs-csi-driver-release-4.5-presubmits.yaml index e9c9027812b5..8271dd8cbfae 100644 --- a/ci-operator/jobs/openshift/aws-ebs-csi-driver/openshift-aws-ebs-csi-driver-release-4.5-presubmits.yaml +++ b/ci-operator/jobs/openshift/aws-ebs-csi-driver/openshift-aws-ebs-csi-driver-release-4.5-presubmits.yaml @@ -18,10 +18,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -38,6 +38,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -49,6 +52,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -68,10 +74,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -88,6 +94,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -99,6 +108,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -118,10 +130,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -138,6 +150,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -149,4 +164,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) diff --git a/ci-operator/jobs/openshift/aws-ebs-csi-driver/openshift-aws-ebs-csi-driver-release-4.6-postsubmits.yaml b/ci-operator/jobs/openshift/aws-ebs-csi-driver/openshift-aws-ebs-csi-driver-release-4.6-postsubmits.yaml index 8c56fba1b802..4fccb3cb1eae 100644 --- a/ci-operator/jobs/openshift/aws-ebs-csi-driver/openshift-aws-ebs-csi-driver-release-4.6-postsubmits.yaml +++ b/ci-operator/jobs/openshift/aws-ebs-csi-driver/openshift-aws-ebs-csi-driver-release-4.6-postsubmits.yaml @@ -8,6 +8,7 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-aws-ebs-csi-driver-release-4.6-images @@ -15,11 +16,11 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -36,6 +37,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -47,3 +51,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/aws-ebs-csi-driver/openshift-aws-ebs-csi-driver-release-4.6-presubmits.yaml b/ci-operator/jobs/openshift/aws-ebs-csi-driver/openshift-aws-ebs-csi-driver-release-4.6-presubmits.yaml index b6405fc56a36..b8fe28b75d2c 100644 --- a/ci-operator/jobs/openshift/aws-ebs-csi-driver/openshift-aws-ebs-csi-driver-release-4.6-presubmits.yaml +++ b/ci-operator/jobs/openshift/aws-ebs-csi-driver/openshift-aws-ebs-csi-driver-release-4.6-presubmits.yaml @@ -18,10 +18,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -39,6 +39,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -50,6 +53,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -69,10 +75,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -89,6 +95,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -100,6 +109,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -119,10 +131,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -139,6 +151,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -150,4 +165,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) diff --git a/ci-operator/jobs/openshift/aws-ebs-csi-driver/openshift-aws-ebs-csi-driver-release-4.7-postsubmits.yaml b/ci-operator/jobs/openshift/aws-ebs-csi-driver/openshift-aws-ebs-csi-driver-release-4.7-postsubmits.yaml index 708477ffa8b0..6a494f361e19 100644 --- a/ci-operator/jobs/openshift/aws-ebs-csi-driver/openshift-aws-ebs-csi-driver-release-4.7-postsubmits.yaml +++ b/ci-operator/jobs/openshift/aws-ebs-csi-driver/openshift-aws-ebs-csi-driver-release-4.7-postsubmits.yaml @@ -8,6 +8,7 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-aws-ebs-csi-driver-release-4.7-images @@ -15,11 +16,11 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -36,6 +37,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -47,3 +51,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/aws-ebs-csi-driver/openshift-aws-ebs-csi-driver-release-4.7-presubmits.yaml b/ci-operator/jobs/openshift/aws-ebs-csi-driver/openshift-aws-ebs-csi-driver-release-4.7-presubmits.yaml index 773a3f1d4773..37a6f6a290a8 100644 --- a/ci-operator/jobs/openshift/aws-ebs-csi-driver/openshift-aws-ebs-csi-driver-release-4.7-presubmits.yaml +++ b/ci-operator/jobs/openshift/aws-ebs-csi-driver/openshift-aws-ebs-csi-driver-release-4.7-presubmits.yaml @@ -18,10 +18,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -39,6 +39,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -50,6 +53,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -69,10 +75,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -89,6 +95,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -100,6 +109,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -119,10 +131,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -139,6 +151,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -150,4 +165,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) diff --git a/ci-operator/jobs/openshift/aws-pod-identity-webhook/openshift-aws-pod-identity-webhook-master-postsubmits.yaml b/ci-operator/jobs/openshift/aws-pod-identity-webhook/openshift-aws-pod-identity-webhook-master-postsubmits.yaml index 378d8b7ebd51..052330504e1a 100644 --- a/ci-operator/jobs/openshift/aws-pod-identity-webhook/openshift-aws-pod-identity-webhook-master-postsubmits.yaml +++ b/ci-operator/jobs/openshift/aws-pod-identity-webhook/openshift-aws-pod-identity-webhook-master-postsubmits.yaml @@ -8,17 +8,19 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-aws-pod-identity-webhook-master-images path_alias: github.com/aws/amazon-eks-pod-identity-webhook spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -35,6 +37,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -46,3 +51,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/aws-pod-identity-webhook/openshift-aws-pod-identity-webhook-master-presubmits.yaml b/ci-operator/jobs/openshift/aws-pod-identity-webhook/openshift-aws-pod-identity-webhook-master-presubmits.yaml index 2e5714fabfac..1561be5fa3bd 100644 --- a/ci-operator/jobs/openshift/aws-pod-identity-webhook/openshift-aws-pod-identity-webhook-master-presubmits.yaml +++ b/ci-operator/jobs/openshift/aws-pod-identity-webhook/openshift-aws-pod-identity-webhook-master-presubmits.yaml @@ -18,13 +18,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -47,6 +45,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -69,6 +70,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -88,10 +92,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -109,6 +113,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -120,4 +127,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift/aws-pod-identity-webhook/openshift-aws-pod-identity-webhook-release-4.5-postsubmits.yaml b/ci-operator/jobs/openshift/aws-pod-identity-webhook/openshift-aws-pod-identity-webhook-release-4.5-postsubmits.yaml index d63dcb7f5f74..8de6638b43a0 100644 --- a/ci-operator/jobs/openshift/aws-pod-identity-webhook/openshift-aws-pod-identity-webhook-release-4.5-postsubmits.yaml +++ b/ci-operator/jobs/openshift/aws-pod-identity-webhook/openshift-aws-pod-identity-webhook-release-4.5-postsubmits.yaml @@ -8,6 +8,7 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-aws-pod-identity-webhook-release-4.5-images @@ -15,11 +16,11 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -36,6 +37,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -47,3 +51,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/aws-pod-identity-webhook/openshift-aws-pod-identity-webhook-release-4.5-presubmits.yaml b/ci-operator/jobs/openshift/aws-pod-identity-webhook/openshift-aws-pod-identity-webhook-release-4.5-presubmits.yaml index 3f2746e7a35f..a859059b401e 100644 --- a/ci-operator/jobs/openshift/aws-pod-identity-webhook/openshift-aws-pod-identity-webhook-release-4.5-presubmits.yaml +++ b/ci-operator/jobs/openshift/aws-pod-identity-webhook/openshift-aws-pod-identity-webhook-release-4.5-presubmits.yaml @@ -18,13 +18,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -47,6 +45,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -69,6 +70,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -88,10 +92,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -108,6 +112,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -119,4 +126,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift/aws-pod-identity-webhook/openshift-aws-pod-identity-webhook-release-4.6-postsubmits.yaml b/ci-operator/jobs/openshift/aws-pod-identity-webhook/openshift-aws-pod-identity-webhook-release-4.6-postsubmits.yaml index e2bd37da1ef3..60c923f122c2 100644 --- a/ci-operator/jobs/openshift/aws-pod-identity-webhook/openshift-aws-pod-identity-webhook-release-4.6-postsubmits.yaml +++ b/ci-operator/jobs/openshift/aws-pod-identity-webhook/openshift-aws-pod-identity-webhook-release-4.6-postsubmits.yaml @@ -8,6 +8,7 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-aws-pod-identity-webhook-release-4.6-images @@ -15,11 +16,11 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -36,6 +37,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -47,3 +51,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/aws-pod-identity-webhook/openshift-aws-pod-identity-webhook-release-4.6-presubmits.yaml b/ci-operator/jobs/openshift/aws-pod-identity-webhook/openshift-aws-pod-identity-webhook-release-4.6-presubmits.yaml index 5e7150ecbd0d..ec0a15619ff0 100644 --- a/ci-operator/jobs/openshift/aws-pod-identity-webhook/openshift-aws-pod-identity-webhook-release-4.6-presubmits.yaml +++ b/ci-operator/jobs/openshift/aws-pod-identity-webhook/openshift-aws-pod-identity-webhook-release-4.6-presubmits.yaml @@ -18,13 +18,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -47,6 +45,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -69,6 +70,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -88,10 +92,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -109,6 +113,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -120,4 +127,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift/aws-pod-identity-webhook/openshift-aws-pod-identity-webhook-release-4.7-postsubmits.yaml b/ci-operator/jobs/openshift/aws-pod-identity-webhook/openshift-aws-pod-identity-webhook-release-4.7-postsubmits.yaml index 271c98e2e96f..18c0efcb8072 100644 --- a/ci-operator/jobs/openshift/aws-pod-identity-webhook/openshift-aws-pod-identity-webhook-release-4.7-postsubmits.yaml +++ b/ci-operator/jobs/openshift/aws-pod-identity-webhook/openshift-aws-pod-identity-webhook-release-4.7-postsubmits.yaml @@ -8,6 +8,7 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-aws-pod-identity-webhook-release-4.7-images @@ -15,11 +16,11 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -36,6 +37,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -47,3 +51,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/aws-pod-identity-webhook/openshift-aws-pod-identity-webhook-release-4.7-presubmits.yaml b/ci-operator/jobs/openshift/aws-pod-identity-webhook/openshift-aws-pod-identity-webhook-release-4.7-presubmits.yaml index 765106464e13..1cde104715d8 100644 --- a/ci-operator/jobs/openshift/aws-pod-identity-webhook/openshift-aws-pod-identity-webhook-release-4.7-presubmits.yaml +++ b/ci-operator/jobs/openshift/aws-pod-identity-webhook/openshift-aws-pod-identity-webhook-release-4.7-presubmits.yaml @@ -18,13 +18,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -47,6 +45,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -69,6 +70,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -88,10 +92,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -109,6 +113,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -120,4 +127,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift/baremetal-operator/openshift-baremetal-operator-master-postsubmits.yaml b/ci-operator/jobs/openshift/baremetal-operator/openshift-baremetal-operator-master-postsubmits.yaml index 978299dd1586..2ee7a51f32a3 100644 --- a/ci-operator/jobs/openshift/baremetal-operator/openshift-baremetal-operator-master-postsubmits.yaml +++ b/ci-operator/jobs/openshift/baremetal-operator/openshift-baremetal-operator-master-postsubmits.yaml @@ -8,17 +8,19 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-baremetal-operator-master-images path_alias: github.com/metal3-io/baremetal-operator spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -35,6 +37,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -46,3 +51,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/baremetal-operator/openshift-baremetal-operator-master-presubmits.yaml b/ci-operator/jobs/openshift/baremetal-operator/openshift-baremetal-operator-master-presubmits.yaml index a55034e40a4f..64f95b27d529 100644 --- a/ci-operator/jobs/openshift/baremetal-operator/openshift-baremetal-operator-master-presubmits.yaml +++ b/ci-operator/jobs/openshift/baremetal-operator/openshift-baremetal-operator-master-presubmits.yaml @@ -18,13 +18,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-metal-ipi-cluster-profile - --target=e2e-metal-ipi command: @@ -47,6 +45,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -71,6 +72,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-metal-ipi,?($|\s.*) - agent: kubernetes always_run: true @@ -90,10 +94,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -111,6 +115,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -122,6 +129,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -141,10 +151,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=lint command: - ci-operator @@ -161,6 +171,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -172,6 +185,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )lint,?($|\s.*) - agent: kubernetes always_run: true @@ -191,10 +207,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -211,6 +227,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -222,4 +241,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift/baremetal-operator/openshift-baremetal-operator-release-4.1-postsubmits.yaml b/ci-operator/jobs/openshift/baremetal-operator/openshift-baremetal-operator-release-4.1-postsubmits.yaml index ec7379a5efbb..f9b58d4d6f95 100644 --- a/ci-operator/jobs/openshift/baremetal-operator/openshift-baremetal-operator-release-4.1-postsubmits.yaml +++ b/ci-operator/jobs/openshift/baremetal-operator/openshift-baremetal-operator-release-4.1-postsubmits.yaml @@ -8,17 +8,19 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-baremetal-operator-release-4.1-images path_alias: github.com/metalkube/baremetal-operator spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -35,6 +37,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -46,3 +51,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/baremetal-operator/openshift-baremetal-operator-release-4.1-presubmits.yaml b/ci-operator/jobs/openshift/baremetal-operator/openshift-baremetal-operator-release-4.1-presubmits.yaml index 31b3924fbb78..c5e7cf82c7ec 100644 --- a/ci-operator/jobs/openshift/baremetal-operator/openshift-baremetal-operator-release-4.1-presubmits.yaml +++ b/ci-operator/jobs/openshift/baremetal-operator/openshift-baremetal-operator-release-4.1-presubmits.yaml @@ -18,10 +18,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -39,6 +39,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -50,6 +53,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -69,10 +75,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=lint command: - ci-operator @@ -89,6 +95,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -100,6 +109,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )lint,?($|\s.*) - agent: kubernetes always_run: true @@ -119,10 +131,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -139,6 +151,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -150,4 +165,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift/baremetal-operator/openshift-baremetal-operator-release-4.2-postsubmits.yaml b/ci-operator/jobs/openshift/baremetal-operator/openshift-baremetal-operator-release-4.2-postsubmits.yaml index 776b50124434..0174a54e4e72 100644 --- a/ci-operator/jobs/openshift/baremetal-operator/openshift-baremetal-operator-release-4.2-postsubmits.yaml +++ b/ci-operator/jobs/openshift/baremetal-operator/openshift-baremetal-operator-release-4.2-postsubmits.yaml @@ -8,17 +8,19 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-baremetal-operator-release-4.2-images path_alias: github.com/metal3-io/baremetal-operator spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -35,6 +37,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -46,3 +51,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/baremetal-operator/openshift-baremetal-operator-release-4.2-presubmits.yaml b/ci-operator/jobs/openshift/baremetal-operator/openshift-baremetal-operator-release-4.2-presubmits.yaml index 17481d2d440a..a77edb8f671d 100644 --- a/ci-operator/jobs/openshift/baremetal-operator/openshift-baremetal-operator-release-4.2-presubmits.yaml +++ b/ci-operator/jobs/openshift/baremetal-operator/openshift-baremetal-operator-release-4.2-presubmits.yaml @@ -18,10 +18,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -39,6 +39,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -50,6 +53,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -69,10 +75,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=lint command: - ci-operator @@ -89,6 +95,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -100,6 +109,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )lint,?($|\s.*) - agent: kubernetes always_run: true @@ -119,10 +131,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -139,6 +151,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -150,4 +165,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift/baremetal-operator/openshift-baremetal-operator-release-4.3-postsubmits.yaml b/ci-operator/jobs/openshift/baremetal-operator/openshift-baremetal-operator-release-4.3-postsubmits.yaml index 9c7a49187eb8..4214aa367a09 100644 --- a/ci-operator/jobs/openshift/baremetal-operator/openshift-baremetal-operator-release-4.3-postsubmits.yaml +++ b/ci-operator/jobs/openshift/baremetal-operator/openshift-baremetal-operator-release-4.3-postsubmits.yaml @@ -8,17 +8,19 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-baremetal-operator-release-4.3-images path_alias: github.com/metal3-io/baremetal-operator spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -35,6 +37,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -46,3 +51,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/baremetal-operator/openshift-baremetal-operator-release-4.3-presubmits.yaml b/ci-operator/jobs/openshift/baremetal-operator/openshift-baremetal-operator-release-4.3-presubmits.yaml index 88f4ddcadf34..df11791c3ead 100644 --- a/ci-operator/jobs/openshift/baremetal-operator/openshift-baremetal-operator-release-4.3-presubmits.yaml +++ b/ci-operator/jobs/openshift/baremetal-operator/openshift-baremetal-operator-release-4.3-presubmits.yaml @@ -18,10 +18,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -39,6 +39,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -50,6 +53,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -69,10 +75,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=lint command: - ci-operator @@ -89,6 +95,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -100,6 +109,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )lint,?($|\s.*) - agent: kubernetes always_run: true @@ -119,10 +131,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -139,6 +151,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -150,4 +165,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift/baremetal-operator/openshift-baremetal-operator-release-4.4-postsubmits.yaml b/ci-operator/jobs/openshift/baremetal-operator/openshift-baremetal-operator-release-4.4-postsubmits.yaml index 9be660c96ea6..b5def4896381 100644 --- a/ci-operator/jobs/openshift/baremetal-operator/openshift-baremetal-operator-release-4.4-postsubmits.yaml +++ b/ci-operator/jobs/openshift/baremetal-operator/openshift-baremetal-operator-release-4.4-postsubmits.yaml @@ -8,17 +8,19 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-baremetal-operator-release-4.4-images path_alias: github.com/metal3-io/baremetal-operator spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -35,6 +37,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -46,3 +51,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/baremetal-operator/openshift-baremetal-operator-release-4.4-presubmits.yaml b/ci-operator/jobs/openshift/baremetal-operator/openshift-baremetal-operator-release-4.4-presubmits.yaml index f243634846c1..f99d904120cd 100644 --- a/ci-operator/jobs/openshift/baremetal-operator/openshift-baremetal-operator-release-4.4-presubmits.yaml +++ b/ci-operator/jobs/openshift/baremetal-operator/openshift-baremetal-operator-release-4.4-presubmits.yaml @@ -18,13 +18,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-metal-ipi-cluster-profile - --target=e2e-metal-ipi command: @@ -47,6 +45,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -71,6 +72,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-metal-ipi,?($|\s.*) - agent: kubernetes always_run: true @@ -90,10 +94,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -111,6 +115,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -122,6 +129,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -141,10 +151,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=lint command: - ci-operator @@ -161,6 +171,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -172,6 +185,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )lint,?($|\s.*) - agent: kubernetes always_run: true @@ -191,10 +207,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -211,6 +227,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -222,4 +241,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift/baremetal-operator/openshift-baremetal-operator-release-4.5-postsubmits.yaml b/ci-operator/jobs/openshift/baremetal-operator/openshift-baremetal-operator-release-4.5-postsubmits.yaml index 62058badd2bb..e66d741920d9 100644 --- a/ci-operator/jobs/openshift/baremetal-operator/openshift-baremetal-operator-release-4.5-postsubmits.yaml +++ b/ci-operator/jobs/openshift/baremetal-operator/openshift-baremetal-operator-release-4.5-postsubmits.yaml @@ -8,17 +8,19 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-baremetal-operator-release-4.5-images path_alias: github.com/metal3-io/baremetal-operator spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -35,6 +37,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -46,3 +51,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/baremetal-operator/openshift-baremetal-operator-release-4.5-presubmits.yaml b/ci-operator/jobs/openshift/baremetal-operator/openshift-baremetal-operator-release-4.5-presubmits.yaml index a5ae0e5a1f28..a80dee8ac9f0 100644 --- a/ci-operator/jobs/openshift/baremetal-operator/openshift-baremetal-operator-release-4.5-presubmits.yaml +++ b/ci-operator/jobs/openshift/baremetal-operator/openshift-baremetal-operator-release-4.5-presubmits.yaml @@ -18,13 +18,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-metal-ipi-cluster-profile - --target=e2e-metal-ipi command: @@ -47,6 +45,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -71,6 +72,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-metal-ipi,?($|\s.*) - agent: kubernetes always_run: true @@ -90,10 +94,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -110,6 +114,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -121,6 +128,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -140,10 +150,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=lint command: - ci-operator @@ -160,6 +170,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -171,6 +184,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )lint,?($|\s.*) - agent: kubernetes always_run: true @@ -190,10 +206,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -210,6 +226,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -221,4 +240,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift/baremetal-operator/openshift-baremetal-operator-release-4.6-postsubmits.yaml b/ci-operator/jobs/openshift/baremetal-operator/openshift-baremetal-operator-release-4.6-postsubmits.yaml index 43653ae5d562..68cc90884bf9 100644 --- a/ci-operator/jobs/openshift/baremetal-operator/openshift-baremetal-operator-release-4.6-postsubmits.yaml +++ b/ci-operator/jobs/openshift/baremetal-operator/openshift-baremetal-operator-release-4.6-postsubmits.yaml @@ -8,17 +8,19 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-baremetal-operator-release-4.6-images path_alias: github.com/metal3-io/baremetal-operator spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -35,6 +37,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -46,3 +51,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/baremetal-operator/openshift-baremetal-operator-release-4.6-presubmits.yaml b/ci-operator/jobs/openshift/baremetal-operator/openshift-baremetal-operator-release-4.6-presubmits.yaml index 04559cc3d4a6..3c8ecb44d57d 100644 --- a/ci-operator/jobs/openshift/baremetal-operator/openshift-baremetal-operator-release-4.6-presubmits.yaml +++ b/ci-operator/jobs/openshift/baremetal-operator/openshift-baremetal-operator-release-4.6-presubmits.yaml @@ -18,13 +18,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-metal-ipi-cluster-profile - --target=e2e-metal-ipi command: @@ -47,6 +45,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -71,6 +72,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-metal-ipi,?($|\s.*) - agent: kubernetes always_run: true @@ -90,10 +94,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -111,6 +115,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -122,6 +129,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -141,10 +151,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=lint command: - ci-operator @@ -161,6 +171,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -172,6 +185,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )lint,?($|\s.*) - agent: kubernetes always_run: true @@ -191,10 +207,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -211,6 +227,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -222,4 +241,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift/baremetal-operator/openshift-baremetal-operator-release-4.7-postsubmits.yaml b/ci-operator/jobs/openshift/baremetal-operator/openshift-baremetal-operator-release-4.7-postsubmits.yaml index c1ff9d48dc11..e00dec550413 100644 --- a/ci-operator/jobs/openshift/baremetal-operator/openshift-baremetal-operator-release-4.7-postsubmits.yaml +++ b/ci-operator/jobs/openshift/baremetal-operator/openshift-baremetal-operator-release-4.7-postsubmits.yaml @@ -8,17 +8,19 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-baremetal-operator-release-4.7-images path_alias: github.com/metal3-io/baremetal-operator spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -35,6 +37,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -46,3 +51,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/baremetal-operator/openshift-baremetal-operator-release-4.7-presubmits.yaml b/ci-operator/jobs/openshift/baremetal-operator/openshift-baremetal-operator-release-4.7-presubmits.yaml index 0f45cb37e1df..c63b09401048 100644 --- a/ci-operator/jobs/openshift/baremetal-operator/openshift-baremetal-operator-release-4.7-presubmits.yaml +++ b/ci-operator/jobs/openshift/baremetal-operator/openshift-baremetal-operator-release-4.7-presubmits.yaml @@ -18,13 +18,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-metal-ipi-cluster-profile - --target=e2e-metal-ipi command: @@ -47,6 +45,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -71,6 +72,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-metal-ipi,?($|\s.*) - agent: kubernetes always_run: true @@ -90,10 +94,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -111,6 +115,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -122,6 +129,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -141,10 +151,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=lint command: - ci-operator @@ -161,6 +171,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -172,6 +185,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )lint,?($|\s.*) - agent: kubernetes always_run: true @@ -191,10 +207,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -211,6 +227,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -222,4 +241,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift/baremetal-runtimecfg/openshift-baremetal-runtimecfg-master-postsubmits.yaml b/ci-operator/jobs/openshift/baremetal-runtimecfg/openshift-baremetal-runtimecfg-master-postsubmits.yaml index 18c2d41bc90f..07cdd27bcd0a 100644 --- a/ci-operator/jobs/openshift/baremetal-runtimecfg/openshift-baremetal-runtimecfg-master-postsubmits.yaml +++ b/ci-operator/jobs/openshift/baremetal-runtimecfg/openshift-baremetal-runtimecfg-master-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-baremetal-runtimecfg-master-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/baremetal-runtimecfg/openshift-baremetal-runtimecfg-master-presubmits.yaml b/ci-operator/jobs/openshift/baremetal-runtimecfg/openshift-baremetal-runtimecfg-master-presubmits.yaml index ee98d8f7ed55..a4b37f8742d7 100644 --- a/ci-operator/jobs/openshift/baremetal-runtimecfg/openshift-baremetal-runtimecfg-master-presubmits.yaml +++ b/ci-operator/jobs/openshift/baremetal-runtimecfg/openshift-baremetal-runtimecfg-master-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-metal-ipi-cluster-profile - --target=e2e-metal-ipi command: @@ -46,6 +44,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -70,6 +71,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-metal-ipi,?($|\s.*) - agent: kubernetes always_run: true @@ -88,10 +92,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=gofmt command: - ci-operator @@ -108,6 +112,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -119,6 +126,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )gofmt,?($|\s.*) - agent: kubernetes always_run: true @@ -137,10 +147,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=govet command: - ci-operator @@ -157,6 +167,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -168,6 +181,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )govet,?($|\s.*) - agent: kubernetes always_run: true @@ -186,10 +202,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -207,6 +223,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -218,6 +237,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -236,10 +258,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -256,6 +278,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -267,4 +292,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift/baremetal-runtimecfg/openshift-baremetal-runtimecfg-release-4.2-postsubmits.yaml b/ci-operator/jobs/openshift/baremetal-runtimecfg/openshift-baremetal-runtimecfg-release-4.2-postsubmits.yaml index 8434e7585541..a73a735209a2 100644 --- a/ci-operator/jobs/openshift/baremetal-runtimecfg/openshift-baremetal-runtimecfg-release-4.2-postsubmits.yaml +++ b/ci-operator/jobs/openshift/baremetal-runtimecfg/openshift-baremetal-runtimecfg-release-4.2-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-baremetal-runtimecfg-release-4.2-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/baremetal-runtimecfg/openshift-baremetal-runtimecfg-release-4.2-presubmits.yaml b/ci-operator/jobs/openshift/baremetal-runtimecfg/openshift-baremetal-runtimecfg-release-4.2-presubmits.yaml index e0ae5fc87e9e..a5b4c4b94e9b 100644 --- a/ci-operator/jobs/openshift/baremetal-runtimecfg/openshift-baremetal-runtimecfg-release-4.2-presubmits.yaml +++ b/ci-operator/jobs/openshift/baremetal-runtimecfg/openshift-baremetal-runtimecfg-release-4.2-presubmits.yaml @@ -17,10 +17,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=gofmt command: - ci-operator @@ -37,6 +37,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -48,6 +51,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )gofmt,?($|\s.*) - agent: kubernetes always_run: true @@ -66,10 +72,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=govet command: - ci-operator @@ -86,6 +92,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -97,6 +106,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )govet,?($|\s.*) - agent: kubernetes always_run: true @@ -115,10 +127,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -136,6 +148,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -147,4 +162,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift/baremetal-runtimecfg/openshift-baremetal-runtimecfg-release-4.3-postsubmits.yaml b/ci-operator/jobs/openshift/baremetal-runtimecfg/openshift-baremetal-runtimecfg-release-4.3-postsubmits.yaml index f5e132788161..92cadbc8b803 100644 --- a/ci-operator/jobs/openshift/baremetal-runtimecfg/openshift-baremetal-runtimecfg-release-4.3-postsubmits.yaml +++ b/ci-operator/jobs/openshift/baremetal-runtimecfg/openshift-baremetal-runtimecfg-release-4.3-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-baremetal-runtimecfg-release-4.3-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/baremetal-runtimecfg/openshift-baremetal-runtimecfg-release-4.3-presubmits.yaml b/ci-operator/jobs/openshift/baremetal-runtimecfg/openshift-baremetal-runtimecfg-release-4.3-presubmits.yaml index 7cb14624dd02..d701a2346d69 100644 --- a/ci-operator/jobs/openshift/baremetal-runtimecfg/openshift-baremetal-runtimecfg-release-4.3-presubmits.yaml +++ b/ci-operator/jobs/openshift/baremetal-runtimecfg/openshift-baremetal-runtimecfg-release-4.3-presubmits.yaml @@ -17,10 +17,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=gofmt command: - ci-operator @@ -37,6 +37,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -48,6 +51,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )gofmt,?($|\s.*) - agent: kubernetes always_run: true @@ -66,10 +72,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=govet command: - ci-operator @@ -86,6 +92,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -97,6 +106,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )govet,?($|\s.*) - agent: kubernetes always_run: true @@ -115,10 +127,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -136,6 +148,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -147,6 +162,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -165,10 +183,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -185,6 +203,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -196,4 +217,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift/baremetal-runtimecfg/openshift-baremetal-runtimecfg-release-4.4-postsubmits.yaml b/ci-operator/jobs/openshift/baremetal-runtimecfg/openshift-baremetal-runtimecfg-release-4.4-postsubmits.yaml index b93bf7978c94..80fc4bc6d3f4 100644 --- a/ci-operator/jobs/openshift/baremetal-runtimecfg/openshift-baremetal-runtimecfg-release-4.4-postsubmits.yaml +++ b/ci-operator/jobs/openshift/baremetal-runtimecfg/openshift-baremetal-runtimecfg-release-4.4-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-baremetal-runtimecfg-release-4.4-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/baremetal-runtimecfg/openshift-baremetal-runtimecfg-release-4.4-presubmits.yaml b/ci-operator/jobs/openshift/baremetal-runtimecfg/openshift-baremetal-runtimecfg-release-4.4-presubmits.yaml index 7f5d82c19f56..3859a313e00a 100644 --- a/ci-operator/jobs/openshift/baremetal-runtimecfg/openshift-baremetal-runtimecfg-release-4.4-presubmits.yaml +++ b/ci-operator/jobs/openshift/baremetal-runtimecfg/openshift-baremetal-runtimecfg-release-4.4-presubmits.yaml @@ -17,10 +17,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=gofmt command: - ci-operator @@ -37,6 +37,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -48,6 +51,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )gofmt,?($|\s.*) - agent: kubernetes always_run: true @@ -66,10 +72,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=govet command: - ci-operator @@ -86,6 +92,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -97,6 +106,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )govet,?($|\s.*) - agent: kubernetes always_run: true @@ -115,10 +127,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -136,6 +148,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -147,6 +162,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -165,10 +183,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -185,6 +203,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -196,4 +217,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift/baremetal-runtimecfg/openshift-baremetal-runtimecfg-release-4.5-postsubmits.yaml b/ci-operator/jobs/openshift/baremetal-runtimecfg/openshift-baremetal-runtimecfg-release-4.5-postsubmits.yaml index 875c33ce037e..7c8363d4808d 100644 --- a/ci-operator/jobs/openshift/baremetal-runtimecfg/openshift-baremetal-runtimecfg-release-4.5-postsubmits.yaml +++ b/ci-operator/jobs/openshift/baremetal-runtimecfg/openshift-baremetal-runtimecfg-release-4.5-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-baremetal-runtimecfg-release-4.5-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/baremetal-runtimecfg/openshift-baremetal-runtimecfg-release-4.5-presubmits.yaml b/ci-operator/jobs/openshift/baremetal-runtimecfg/openshift-baremetal-runtimecfg-release-4.5-presubmits.yaml index c814ca30b0ef..976521ea6535 100644 --- a/ci-operator/jobs/openshift/baremetal-runtimecfg/openshift-baremetal-runtimecfg-release-4.5-presubmits.yaml +++ b/ci-operator/jobs/openshift/baremetal-runtimecfg/openshift-baremetal-runtimecfg-release-4.5-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-metal-ipi-cluster-profile - --target=e2e-metal-ipi command: @@ -46,6 +44,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -70,6 +71,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-metal-ipi,?($|\s.*) - agent: kubernetes always_run: true @@ -88,10 +92,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=gofmt command: - ci-operator @@ -108,6 +112,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -119,6 +126,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )gofmt,?($|\s.*) - agent: kubernetes always_run: true @@ -137,10 +147,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=govet command: - ci-operator @@ -157,6 +167,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -168,6 +181,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )govet,?($|\s.*) - agent: kubernetes always_run: true @@ -186,10 +202,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -206,6 +222,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -217,6 +236,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -235,10 +257,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -255,6 +277,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -266,4 +291,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift/baremetal-runtimecfg/openshift-baremetal-runtimecfg-release-4.6-postsubmits.yaml b/ci-operator/jobs/openshift/baremetal-runtimecfg/openshift-baremetal-runtimecfg-release-4.6-postsubmits.yaml index c626c4a8f452..c28914e426ee 100644 --- a/ci-operator/jobs/openshift/baremetal-runtimecfg/openshift-baremetal-runtimecfg-release-4.6-postsubmits.yaml +++ b/ci-operator/jobs/openshift/baremetal-runtimecfg/openshift-baremetal-runtimecfg-release-4.6-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-baremetal-runtimecfg-release-4.6-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/baremetal-runtimecfg/openshift-baremetal-runtimecfg-release-4.6-presubmits.yaml b/ci-operator/jobs/openshift/baremetal-runtimecfg/openshift-baremetal-runtimecfg-release-4.6-presubmits.yaml index f2d1a1629869..8959dee11f61 100644 --- a/ci-operator/jobs/openshift/baremetal-runtimecfg/openshift-baremetal-runtimecfg-release-4.6-presubmits.yaml +++ b/ci-operator/jobs/openshift/baremetal-runtimecfg/openshift-baremetal-runtimecfg-release-4.6-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-metal-ipi-cluster-profile - --target=e2e-metal-ipi command: @@ -46,6 +44,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -70,6 +71,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-metal-ipi,?($|\s.*) - agent: kubernetes always_run: true @@ -88,10 +92,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=gofmt command: - ci-operator @@ -108,6 +112,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -119,6 +126,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )gofmt,?($|\s.*) - agent: kubernetes always_run: true @@ -137,10 +147,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=govet command: - ci-operator @@ -157,6 +167,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -168,6 +181,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )govet,?($|\s.*) - agent: kubernetes always_run: true @@ -186,10 +202,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -207,6 +223,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -218,6 +237,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -236,10 +258,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -256,6 +278,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -267,4 +292,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift/baremetal-runtimecfg/openshift-baremetal-runtimecfg-release-4.7-postsubmits.yaml b/ci-operator/jobs/openshift/baremetal-runtimecfg/openshift-baremetal-runtimecfg-release-4.7-postsubmits.yaml index d574a4a047e3..5bdc670faeb9 100644 --- a/ci-operator/jobs/openshift/baremetal-runtimecfg/openshift-baremetal-runtimecfg-release-4.7-postsubmits.yaml +++ b/ci-operator/jobs/openshift/baremetal-runtimecfg/openshift-baremetal-runtimecfg-release-4.7-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-baremetal-runtimecfg-release-4.7-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/baremetal-runtimecfg/openshift-baremetal-runtimecfg-release-4.7-presubmits.yaml b/ci-operator/jobs/openshift/baremetal-runtimecfg/openshift-baremetal-runtimecfg-release-4.7-presubmits.yaml index 4ca4526886e7..22bd55bfc9b2 100644 --- a/ci-operator/jobs/openshift/baremetal-runtimecfg/openshift-baremetal-runtimecfg-release-4.7-presubmits.yaml +++ b/ci-operator/jobs/openshift/baremetal-runtimecfg/openshift-baremetal-runtimecfg-release-4.7-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-metal-ipi-cluster-profile - --target=e2e-metal-ipi command: @@ -46,6 +44,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -70,6 +71,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-metal-ipi,?($|\s.*) - agent: kubernetes always_run: true @@ -88,10 +92,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=gofmt command: - ci-operator @@ -108,6 +112,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -119,6 +126,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )gofmt,?($|\s.*) - agent: kubernetes always_run: true @@ -137,10 +147,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=govet command: - ci-operator @@ -157,6 +167,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -168,6 +181,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )govet,?($|\s.*) - agent: kubernetes always_run: true @@ -186,10 +202,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -207,6 +223,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -218,6 +237,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -236,10 +258,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -256,6 +278,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -267,4 +292,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift/bond-cni/openshift-bond-cni-master-postsubmits.yaml b/ci-operator/jobs/openshift/bond-cni/openshift-bond-cni-master-postsubmits.yaml index 2cbaf3c99951..368d9fd7ae99 100644 --- a/ci-operator/jobs/openshift/bond-cni/openshift-bond-cni-master-postsubmits.yaml +++ b/ci-operator/jobs/openshift/bond-cni/openshift-bond-cni-master-postsubmits.yaml @@ -8,17 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-bond-cni-master-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -35,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -46,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/bond-cni/openshift-bond-cni-master-presubmits.yaml b/ci-operator/jobs/openshift/bond-cni/openshift-bond-cni-master-presubmits.yaml index 4c58d521ace5..6fc393a10226 100644 --- a/ci-operator/jobs/openshift/bond-cni/openshift-bond-cni-master-presubmits.yaml +++ b/ci-operator/jobs/openshift/bond-cni/openshift-bond-cni-master-presubmits.yaml @@ -17,10 +17,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -38,6 +38,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -49,4 +52,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift/bond-cni/openshift-bond-cni-release-4.5-postsubmits.yaml b/ci-operator/jobs/openshift/bond-cni/openshift-bond-cni-release-4.5-postsubmits.yaml index 301225f19544..10ef19d2ab74 100644 --- a/ci-operator/jobs/openshift/bond-cni/openshift-bond-cni-release-4.5-postsubmits.yaml +++ b/ci-operator/jobs/openshift/bond-cni/openshift-bond-cni-release-4.5-postsubmits.yaml @@ -8,17 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-bond-cni-release-4.5-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -35,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -46,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/bond-cni/openshift-bond-cni-release-4.5-presubmits.yaml b/ci-operator/jobs/openshift/bond-cni/openshift-bond-cni-release-4.5-presubmits.yaml index 776424a690f1..6facd484acc3 100644 --- a/ci-operator/jobs/openshift/bond-cni/openshift-bond-cni-release-4.5-presubmits.yaml +++ b/ci-operator/jobs/openshift/bond-cni/openshift-bond-cni-release-4.5-presubmits.yaml @@ -17,10 +17,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -37,6 +37,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -48,4 +51,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift/bond-cni/openshift-bond-cni-release-4.6-postsubmits.yaml b/ci-operator/jobs/openshift/bond-cni/openshift-bond-cni-release-4.6-postsubmits.yaml index 74f74835ebf5..51c3b8b37d7d 100644 --- a/ci-operator/jobs/openshift/bond-cni/openshift-bond-cni-release-4.6-postsubmits.yaml +++ b/ci-operator/jobs/openshift/bond-cni/openshift-bond-cni-release-4.6-postsubmits.yaml @@ -8,17 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-bond-cni-release-4.6-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -35,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -46,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/bond-cni/openshift-bond-cni-release-4.6-presubmits.yaml b/ci-operator/jobs/openshift/bond-cni/openshift-bond-cni-release-4.6-presubmits.yaml index d39f623a476a..09255dc8d5a1 100644 --- a/ci-operator/jobs/openshift/bond-cni/openshift-bond-cni-release-4.6-presubmits.yaml +++ b/ci-operator/jobs/openshift/bond-cni/openshift-bond-cni-release-4.6-presubmits.yaml @@ -17,10 +17,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -38,6 +38,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -49,4 +52,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift/bond-cni/openshift-bond-cni-release-4.7-postsubmits.yaml b/ci-operator/jobs/openshift/bond-cni/openshift-bond-cni-release-4.7-postsubmits.yaml index 62ff59f1431f..0a11e1b1377b 100644 --- a/ci-operator/jobs/openshift/bond-cni/openshift-bond-cni-release-4.7-postsubmits.yaml +++ b/ci-operator/jobs/openshift/bond-cni/openshift-bond-cni-release-4.7-postsubmits.yaml @@ -8,17 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-bond-cni-release-4.7-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -35,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -46,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/bond-cni/openshift-bond-cni-release-4.7-presubmits.yaml b/ci-operator/jobs/openshift/bond-cni/openshift-bond-cni-release-4.7-presubmits.yaml index 436f695dc4ea..7feaf00137e1 100644 --- a/ci-operator/jobs/openshift/bond-cni/openshift-bond-cni-release-4.7-presubmits.yaml +++ b/ci-operator/jobs/openshift/bond-cni/openshift-bond-cni-release-4.7-presubmits.yaml @@ -17,10 +17,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -38,6 +38,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -49,4 +52,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift/build-machinery-go/openshift-build-machinery-go-master-presubmits.yaml b/ci-operator/jobs/openshift/build-machinery-go/openshift-build-machinery-go-master-presubmits.yaml index 8ea9d794db61..67ba9987a223 100644 --- a/ci-operator/jobs/openshift/build-machinery-go/openshift-build-machinery-go-master-presubmits.yaml +++ b/ci-operator/jobs/openshift/build-machinery-go/openshift-build-machinery-go-master-presubmits.yaml @@ -17,10 +17,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -37,6 +37,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -48,4 +51,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) diff --git a/ci-operator/jobs/openshift/build-machinery-go/openshift-build-machinery-go-release-4.4-presubmits.yaml b/ci-operator/jobs/openshift/build-machinery-go/openshift-build-machinery-go-release-4.4-presubmits.yaml index 2d95ea2f53e1..611ca542af0d 100644 --- a/ci-operator/jobs/openshift/build-machinery-go/openshift-build-machinery-go-release-4.4-presubmits.yaml +++ b/ci-operator/jobs/openshift/build-machinery-go/openshift-build-machinery-go-release-4.4-presubmits.yaml @@ -17,10 +17,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -37,6 +37,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -48,4 +51,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) diff --git a/ci-operator/jobs/openshift/build-machinery-go/openshift-build-machinery-go-release-4.5-presubmits.yaml b/ci-operator/jobs/openshift/build-machinery-go/openshift-build-machinery-go-release-4.5-presubmits.yaml index 07af90b3ca3e..5ad557e8a575 100644 --- a/ci-operator/jobs/openshift/build-machinery-go/openshift-build-machinery-go-release-4.5-presubmits.yaml +++ b/ci-operator/jobs/openshift/build-machinery-go/openshift-build-machinery-go-release-4.5-presubmits.yaml @@ -17,10 +17,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -37,6 +37,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -48,4 +51,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) diff --git a/ci-operator/jobs/openshift/build-machinery-go/openshift-build-machinery-go-release-4.6-presubmits.yaml b/ci-operator/jobs/openshift/build-machinery-go/openshift-build-machinery-go-release-4.6-presubmits.yaml index ceb8da92d0b9..5d4aa90466f5 100644 --- a/ci-operator/jobs/openshift/build-machinery-go/openshift-build-machinery-go-release-4.6-presubmits.yaml +++ b/ci-operator/jobs/openshift/build-machinery-go/openshift-build-machinery-go-release-4.6-presubmits.yaml @@ -17,10 +17,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -37,6 +37,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -48,4 +51,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) diff --git a/ci-operator/jobs/openshift/build-machinery-go/openshift-build-machinery-go-release-4.7-presubmits.yaml b/ci-operator/jobs/openshift/build-machinery-go/openshift-build-machinery-go-release-4.7-presubmits.yaml index 829d564f1302..79fcc2b9e86f 100644 --- a/ci-operator/jobs/openshift/build-machinery-go/openshift-build-machinery-go-release-4.7-presubmits.yaml +++ b/ci-operator/jobs/openshift/build-machinery-go/openshift-build-machinery-go-release-4.7-presubmits.yaml @@ -17,10 +17,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -37,6 +37,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -48,4 +51,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) diff --git a/ci-operator/jobs/openshift/builder/openshift-builder-master-postsubmits.yaml b/ci-operator/jobs/openshift/builder/openshift-builder-master-postsubmits.yaml index b101f3745ffc..bc37aa689d35 100644 --- a/ci-operator/jobs/openshift/builder/openshift-builder-master-postsubmits.yaml +++ b/ci-operator/jobs/openshift/builder/openshift-builder-master-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-builder-master-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/builder/openshift-builder-master-presubmits.yaml b/ci-operator/jobs/openshift/builder/openshift-builder-master-presubmits.yaml index 7f6c9b48a720..2d54ff9192cd 100644 --- a/ci-operator/jobs/openshift/builder/openshift-builder-master-presubmits.yaml +++ b/ci-operator/jobs/openshift/builder/openshift-builder-master-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -46,6 +44,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -68,6 +69,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -86,13 +90,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-builds-cluster-profile - --target=e2e-aws-builds - --template=/usr/local/e2e-aws-builds @@ -126,6 +128,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -151,6 +156,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-builds,?($|\s.*) - agent: kubernetes always_run: true @@ -169,13 +177,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-image-ecosystem-cluster-profile - --target=e2e-aws-image-ecosystem - --template=/usr/local/e2e-aws-image-ecosystem @@ -209,6 +215,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -234,6 +243,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-image-ecosystem,?($|\s.*) - agent: kubernetes always_run: false @@ -253,13 +265,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-proxy-cluster-profile - --target=e2e-aws-proxy - --template=/usr/local/e2e-aws-proxy @@ -293,6 +303,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -318,6 +331,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-proxy,?($|\s.*) - agent: kubernetes always_run: true @@ -336,10 +352,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -357,6 +373,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -368,6 +387,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -386,10 +408,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -406,6 +428,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -417,6 +442,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -435,10 +463,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -455,6 +483,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -466,4 +497,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) diff --git a/ci-operator/jobs/openshift/builder/openshift-builder-release-4.1-postsubmits.yaml b/ci-operator/jobs/openshift/builder/openshift-builder-release-4.1-postsubmits.yaml index 797c928131b0..2fd6192314be 100644 --- a/ci-operator/jobs/openshift/builder/openshift-builder-release-4.1-postsubmits.yaml +++ b/ci-operator/jobs/openshift/builder/openshift-builder-release-4.1-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-builder-release-4.1-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/builder/openshift-builder-release-4.1-presubmits.yaml b/ci-operator/jobs/openshift/builder/openshift-builder-release-4.1-presubmits.yaml index b0773d287b47..fb30a0624839 100644 --- a/ci-operator/jobs/openshift/builder/openshift-builder-release-4.1-presubmits.yaml +++ b/ci-operator/jobs/openshift/builder/openshift-builder-release-4.1-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -46,6 +44,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -68,6 +69,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -86,13 +90,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-builds-cluster-profile - --target=e2e-aws-builds - --template=/usr/local/e2e-aws-builds @@ -126,6 +128,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -151,6 +156,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-builds,?($|\s.*) - agent: kubernetes always_run: true @@ -169,13 +177,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-image-ecosystem-cluster-profile - --target=e2e-aws-image-ecosystem - --template=/usr/local/e2e-aws-image-ecosystem @@ -209,6 +215,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -234,6 +243,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-image-ecosystem,?($|\s.*) - agent: kubernetes always_run: true @@ -252,10 +264,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -273,6 +285,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -284,6 +299,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -302,10 +320,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -322,6 +340,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -333,6 +354,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -351,10 +375,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -371,6 +395,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -382,4 +409,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) diff --git a/ci-operator/jobs/openshift/builder/openshift-builder-release-4.2-postsubmits.yaml b/ci-operator/jobs/openshift/builder/openshift-builder-release-4.2-postsubmits.yaml index 042c97686b25..f0e2cd9fdbc5 100644 --- a/ci-operator/jobs/openshift/builder/openshift-builder-release-4.2-postsubmits.yaml +++ b/ci-operator/jobs/openshift/builder/openshift-builder-release-4.2-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-builder-release-4.2-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/builder/openshift-builder-release-4.2-presubmits.yaml b/ci-operator/jobs/openshift/builder/openshift-builder-release-4.2-presubmits.yaml index 6b0695351dfe..ce9d366c8696 100644 --- a/ci-operator/jobs/openshift/builder/openshift-builder-release-4.2-presubmits.yaml +++ b/ci-operator/jobs/openshift/builder/openshift-builder-release-4.2-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -46,6 +44,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -68,6 +69,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -86,13 +90,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-builds-cluster-profile - --target=e2e-aws-builds - --template=/usr/local/e2e-aws-builds @@ -126,6 +128,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -151,6 +156,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-builds,?($|\s.*) - agent: kubernetes always_run: true @@ -169,13 +177,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-image-ecosystem-cluster-profile - --target=e2e-aws-image-ecosystem - --template=/usr/local/e2e-aws-image-ecosystem @@ -209,6 +215,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -234,6 +243,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-image-ecosystem,?($|\s.*) - agent: kubernetes always_run: true @@ -252,10 +264,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -273,6 +285,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -284,6 +299,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -302,10 +320,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -322,6 +340,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -333,6 +354,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -351,10 +375,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -371,6 +395,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -382,4 +409,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) diff --git a/ci-operator/jobs/openshift/builder/openshift-builder-release-4.3-postsubmits.yaml b/ci-operator/jobs/openshift/builder/openshift-builder-release-4.3-postsubmits.yaml index 59b77fa9b187..2b5ef6b251cb 100644 --- a/ci-operator/jobs/openshift/builder/openshift-builder-release-4.3-postsubmits.yaml +++ b/ci-operator/jobs/openshift/builder/openshift-builder-release-4.3-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-builder-release-4.3-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/builder/openshift-builder-release-4.3-presubmits.yaml b/ci-operator/jobs/openshift/builder/openshift-builder-release-4.3-presubmits.yaml index 1b0fe4eac1e7..1ae4ba252efd 100644 --- a/ci-operator/jobs/openshift/builder/openshift-builder-release-4.3-presubmits.yaml +++ b/ci-operator/jobs/openshift/builder/openshift-builder-release-4.3-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -46,6 +44,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -68,6 +69,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -86,13 +90,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-builds-cluster-profile - --target=e2e-aws-builds - --template=/usr/local/e2e-aws-builds @@ -126,6 +128,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -151,6 +156,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-builds,?($|\s.*) - agent: kubernetes always_run: true @@ -169,13 +177,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-image-ecosystem-cluster-profile - --target=e2e-aws-image-ecosystem - --template=/usr/local/e2e-aws-image-ecosystem @@ -209,6 +215,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -234,6 +243,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-image-ecosystem,?($|\s.*) - agent: kubernetes always_run: false @@ -253,13 +265,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-proxy-cluster-profile - --target=e2e-aws-proxy - --template=/usr/local/e2e-aws-proxy @@ -293,6 +303,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -318,6 +331,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-proxy,?($|\s.*) - agent: kubernetes always_run: true @@ -336,10 +352,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -357,6 +373,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -368,6 +387,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -386,10 +408,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -406,6 +428,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -417,6 +442,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -435,10 +463,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -455,6 +483,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -466,4 +497,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) diff --git a/ci-operator/jobs/openshift/builder/openshift-builder-release-4.4-postsubmits.yaml b/ci-operator/jobs/openshift/builder/openshift-builder-release-4.4-postsubmits.yaml index 58bdc084d74a..8465834aedd5 100644 --- a/ci-operator/jobs/openshift/builder/openshift-builder-release-4.4-postsubmits.yaml +++ b/ci-operator/jobs/openshift/builder/openshift-builder-release-4.4-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-builder-release-4.4-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/builder/openshift-builder-release-4.4-presubmits.yaml b/ci-operator/jobs/openshift/builder/openshift-builder-release-4.4-presubmits.yaml index e815c6338462..c041e5c98342 100644 --- a/ci-operator/jobs/openshift/builder/openshift-builder-release-4.4-presubmits.yaml +++ b/ci-operator/jobs/openshift/builder/openshift-builder-release-4.4-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -46,6 +44,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -68,6 +69,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -86,13 +90,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-builds-cluster-profile - --target=e2e-aws-builds - --template=/usr/local/e2e-aws-builds @@ -126,6 +128,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -151,6 +156,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-builds,?($|\s.*) - agent: kubernetes always_run: true @@ -169,13 +177,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-image-ecosystem-cluster-profile - --target=e2e-aws-image-ecosystem - --template=/usr/local/e2e-aws-image-ecosystem @@ -209,6 +215,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -234,6 +243,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-image-ecosystem,?($|\s.*) - agent: kubernetes always_run: false @@ -253,13 +265,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-proxy-cluster-profile - --target=e2e-aws-proxy - --template=/usr/local/e2e-aws-proxy @@ -293,6 +303,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -318,6 +331,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-proxy,?($|\s.*) - agent: kubernetes always_run: true @@ -336,10 +352,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -357,6 +373,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -368,6 +387,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -386,10 +408,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -406,6 +428,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -417,6 +442,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -435,10 +463,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -455,6 +483,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -466,4 +497,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) diff --git a/ci-operator/jobs/openshift/builder/openshift-builder-release-4.5-postsubmits.yaml b/ci-operator/jobs/openshift/builder/openshift-builder-release-4.5-postsubmits.yaml index 569ccaf20677..2d2959aeab2e 100644 --- a/ci-operator/jobs/openshift/builder/openshift-builder-release-4.5-postsubmits.yaml +++ b/ci-operator/jobs/openshift/builder/openshift-builder-release-4.5-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-builder-release-4.5-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/builder/openshift-builder-release-4.5-presubmits.yaml b/ci-operator/jobs/openshift/builder/openshift-builder-release-4.5-presubmits.yaml index e5caa7482550..2bf3c2566f55 100644 --- a/ci-operator/jobs/openshift/builder/openshift-builder-release-4.5-presubmits.yaml +++ b/ci-operator/jobs/openshift/builder/openshift-builder-release-4.5-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -46,6 +44,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -68,6 +69,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -86,13 +90,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-builds-cluster-profile - --target=e2e-aws-builds - --template=/usr/local/e2e-aws-builds @@ -126,6 +128,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -151,6 +156,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-builds,?($|\s.*) - agent: kubernetes always_run: true @@ -169,13 +177,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-image-ecosystem-cluster-profile - --target=e2e-aws-image-ecosystem - --template=/usr/local/e2e-aws-image-ecosystem @@ -209,6 +215,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -234,6 +243,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-image-ecosystem,?($|\s.*) - agent: kubernetes always_run: true @@ -252,13 +264,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-proxy-cluster-profile - --target=e2e-aws-proxy - --template=/usr/local/e2e-aws-proxy @@ -292,6 +302,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -317,6 +330,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-proxy,?($|\s.*) - agent: kubernetes always_run: true @@ -335,10 +351,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -355,6 +371,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -366,6 +385,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -384,10 +406,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -404,6 +426,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -415,6 +440,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -433,10 +461,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -453,6 +481,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -464,4 +495,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) diff --git a/ci-operator/jobs/openshift/builder/openshift-builder-release-4.6-postsubmits.yaml b/ci-operator/jobs/openshift/builder/openshift-builder-release-4.6-postsubmits.yaml index 7ef0800c10aa..75888d01e0e9 100644 --- a/ci-operator/jobs/openshift/builder/openshift-builder-release-4.6-postsubmits.yaml +++ b/ci-operator/jobs/openshift/builder/openshift-builder-release-4.6-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-builder-release-4.6-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/builder/openshift-builder-release-4.6-presubmits.yaml b/ci-operator/jobs/openshift/builder/openshift-builder-release-4.6-presubmits.yaml index f4e9051ef800..36b13d62ec90 100644 --- a/ci-operator/jobs/openshift/builder/openshift-builder-release-4.6-presubmits.yaml +++ b/ci-operator/jobs/openshift/builder/openshift-builder-release-4.6-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -46,6 +44,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -68,6 +69,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -86,13 +90,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-builds-cluster-profile - --target=e2e-aws-builds - --template=/usr/local/e2e-aws-builds @@ -126,6 +128,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -151,6 +156,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-builds,?($|\s.*) - agent: kubernetes always_run: true @@ -169,13 +177,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-image-ecosystem-cluster-profile - --target=e2e-aws-image-ecosystem - --template=/usr/local/e2e-aws-image-ecosystem @@ -209,6 +215,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -234,6 +243,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-image-ecosystem,?($|\s.*) - agent: kubernetes always_run: false @@ -253,13 +265,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-proxy-cluster-profile - --target=e2e-aws-proxy - --template=/usr/local/e2e-aws-proxy @@ -293,6 +303,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -318,6 +331,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-proxy,?($|\s.*) - agent: kubernetes always_run: true @@ -336,10 +352,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -357,6 +373,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -368,6 +387,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -386,10 +408,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -406,6 +428,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -417,6 +442,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -435,10 +463,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -455,6 +483,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -466,4 +497,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) diff --git a/ci-operator/jobs/openshift/builder/openshift-builder-release-4.7-postsubmits.yaml b/ci-operator/jobs/openshift/builder/openshift-builder-release-4.7-postsubmits.yaml index 8293540cb33f..1d25f2705d36 100644 --- a/ci-operator/jobs/openshift/builder/openshift-builder-release-4.7-postsubmits.yaml +++ b/ci-operator/jobs/openshift/builder/openshift-builder-release-4.7-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-builder-release-4.7-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/builder/openshift-builder-release-4.7-presubmits.yaml b/ci-operator/jobs/openshift/builder/openshift-builder-release-4.7-presubmits.yaml index 5560394a4ce7..ae8896e74701 100644 --- a/ci-operator/jobs/openshift/builder/openshift-builder-release-4.7-presubmits.yaml +++ b/ci-operator/jobs/openshift/builder/openshift-builder-release-4.7-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -46,6 +44,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -68,6 +69,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -86,13 +90,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-builds-cluster-profile - --target=e2e-aws-builds - --template=/usr/local/e2e-aws-builds @@ -126,6 +128,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -151,6 +156,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-builds,?($|\s.*) - agent: kubernetes always_run: true @@ -169,13 +177,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-image-ecosystem-cluster-profile - --target=e2e-aws-image-ecosystem - --template=/usr/local/e2e-aws-image-ecosystem @@ -209,6 +215,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -234,6 +243,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-image-ecosystem,?($|\s.*) - agent: kubernetes always_run: false @@ -253,13 +265,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-proxy-cluster-profile - --target=e2e-aws-proxy - --template=/usr/local/e2e-aws-proxy @@ -293,6 +303,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -318,6 +331,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-proxy,?($|\s.*) - agent: kubernetes always_run: true @@ -336,10 +352,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -357,6 +373,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -368,6 +387,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -386,10 +408,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -406,6 +428,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -417,6 +442,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -435,10 +463,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -455,6 +483,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -466,4 +497,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) diff --git a/ci-operator/jobs/openshift/certman-operator/openshift-certman-operator-master-presubmits.yaml b/ci-operator/jobs/openshift/certman-operator/openshift-certman-operator-master-presubmits.yaml index 19ca78955f87..6a3a81af9734 100644 --- a/ci-operator/jobs/openshift/certman-operator/openshift-certman-operator-master-presubmits.yaml +++ b/ci-operator/jobs/openshift/certman-operator/openshift-certman-operator-master-presubmits.yaml @@ -17,10 +17,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -37,6 +37,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -48,4 +51,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift/ci-chat-bot/openshift-ci-chat-bot-master-postsubmits.yaml b/ci-operator/jobs/openshift/ci-chat-bot/openshift-ci-chat-bot-master-postsubmits.yaml index 5d5ef722b93a..782661ec6b57 100644 --- a/ci-operator/jobs/openshift/ci-chat-bot/openshift-ci-chat-bot-master-postsubmits.yaml +++ b/ci-operator/jobs/openshift/ci-chat-bot/openshift-ci-chat-bot-master-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-ci-chat-bot-master-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/ci-chat-bot/openshift-ci-chat-bot-master-presubmits.yaml b/ci-operator/jobs/openshift/ci-chat-bot/openshift-ci-chat-bot-master-presubmits.yaml index 0837b13d8e6b..1bcb6f63a993 100644 --- a/ci-operator/jobs/openshift/ci-chat-bot/openshift-ci-chat-bot-master-presubmits.yaml +++ b/ci-operator/jobs/openshift/ci-chat-bot/openshift-ci-chat-bot-master-presubmits.yaml @@ -17,10 +17,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -37,6 +37,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -48,4 +51,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift/ci-ns-ttl-controller/openshift-ci-ns-ttl-controller-master-postsubmits.yaml b/ci-operator/jobs/openshift/ci-ns-ttl-controller/openshift-ci-ns-ttl-controller-master-postsubmits.yaml index f6e4f80e0888..4e5bdeb89c51 100644 --- a/ci-operator/jobs/openshift/ci-ns-ttl-controller/openshift-ci-ns-ttl-controller-master-postsubmits.yaml +++ b/ci-operator/jobs/openshift/ci-ns-ttl-controller/openshift-ci-ns-ttl-controller-master-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-ci-ns-ttl-controller-master-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/ci-ns-ttl-controller/openshift-ci-ns-ttl-controller-master-presubmits.yaml b/ci-operator/jobs/openshift/ci-ns-ttl-controller/openshift-ci-ns-ttl-controller-master-presubmits.yaml index da281521086f..b81e46672684 100644 --- a/ci-operator/jobs/openshift/ci-ns-ttl-controller/openshift-ci-ns-ttl-controller-master-presubmits.yaml +++ b/ci-operator/jobs/openshift/ci-ns-ttl-controller/openshift-ci-ns-ttl-controller-master-presubmits.yaml @@ -17,10 +17,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=format command: - ci-operator @@ -37,6 +37,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -48,6 +51,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )format,?($|\s.*) - agent: kubernetes always_run: true @@ -66,10 +72,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -86,6 +92,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -97,6 +106,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -115,10 +127,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=lint command: - ci-operator @@ -135,6 +147,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -146,6 +161,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )lint,?($|\s.*) - agent: kubernetes always_run: true @@ -164,10 +182,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -184,6 +202,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -195,4 +216,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift/ci-search/openshift-ci-search-master-postsubmits.yaml b/ci-operator/jobs/openshift/ci-search/openshift-ci-search-master-postsubmits.yaml index f37c51f20ea3..213ec943d144 100644 --- a/ci-operator/jobs/openshift/ci-search/openshift-ci-search-master-postsubmits.yaml +++ b/ci-operator/jobs/openshift/ci-search/openshift-ci-search-master-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-ci-search-master-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/ci-search/openshift-ci-search-master-presubmits.yaml b/ci-operator/jobs/openshift/ci-search/openshift-ci-search-master-presubmits.yaml index 213224f3fdf7..58aaaf7b3428 100644 --- a/ci-operator/jobs/openshift/ci-search/openshift-ci-search-master-presubmits.yaml +++ b/ci-operator/jobs/openshift/ci-search/openshift-ci-search-master-presubmits.yaml @@ -17,10 +17,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -37,6 +37,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -48,4 +51,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift/ci-secret-mirroring-controller/openshift-ci-secret-mirroring-controller-master-postsubmits.yaml b/ci-operator/jobs/openshift/ci-secret-mirroring-controller/openshift-ci-secret-mirroring-controller-master-postsubmits.yaml index 80b3927e17a9..eb97c9501a7d 100644 --- a/ci-operator/jobs/openshift/ci-secret-mirroring-controller/openshift-ci-secret-mirroring-controller-master-postsubmits.yaml +++ b/ci-operator/jobs/openshift/ci-secret-mirroring-controller/openshift-ci-secret-mirroring-controller-master-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-ci-secret-mirroring-controller-master-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/ci-secret-mirroring-controller/openshift-ci-secret-mirroring-controller-master-presubmits.yaml b/ci-operator/jobs/openshift/ci-secret-mirroring-controller/openshift-ci-secret-mirroring-controller-master-presubmits.yaml index c29024be8066..096e506a4375 100644 --- a/ci-operator/jobs/openshift/ci-secret-mirroring-controller/openshift-ci-secret-mirroring-controller-master-presubmits.yaml +++ b/ci-operator/jobs/openshift/ci-secret-mirroring-controller/openshift-ci-secret-mirroring-controller-master-presubmits.yaml @@ -17,10 +17,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=format command: - ci-operator @@ -37,6 +37,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -48,6 +51,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )format,?($|\s.*) - agent: kubernetes always_run: true @@ -66,10 +72,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -86,6 +92,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -97,6 +106,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -115,10 +127,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=lint command: - ci-operator @@ -135,6 +147,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -146,6 +161,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )lint,?($|\s.*) - agent: kubernetes always_run: true @@ -164,10 +182,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -184,6 +202,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -195,4 +216,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift/ci-tools/openshift-ci-tools-master-postsubmits.yaml b/ci-operator/jobs/openshift/ci-tools/openshift-ci-tools-master-postsubmits.yaml index dad8ce6a77ea..8e3f2cd961da 100644 --- a/ci-operator/jobs/openshift/ci-tools/openshift-ci-tools-master-postsubmits.yaml +++ b/ci-operator/jobs/openshift/ci-tools/openshift-ci-tools-master-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-ci-tools-master-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/ci-tools/openshift-ci-tools-master-presubmits.yaml b/ci-operator/jobs/openshift/ci-tools/openshift-ci-tools-master-presubmits.yaml index a6210bd7f133..c317c6232cf0 100644 --- a/ci-operator/jobs/openshift/ci-tools/openshift-ci-tools-master-presubmits.yaml +++ b/ci-operator/jobs/openshift/ci-tools/openshift-ci-tools-master-presubmits.yaml @@ -18,10 +18,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=breaking-changes command: - ci-operator @@ -38,6 +38,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -49,6 +52,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )breaking-changes,?($|\s.*) - agent: kubernetes always_run: true @@ -67,10 +73,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=format command: - ci-operator @@ -87,6 +93,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -98,6 +107,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )format,?($|\s.*) - agent: kubernetes always_run: true @@ -116,10 +128,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -136,6 +148,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -147,6 +162,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -165,10 +183,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=integration command: - ci-operator @@ -185,6 +203,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -196,6 +217,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )integration,?($|\s.*) - agent: kubernetes always_run: true @@ -214,10 +238,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=lint command: - ci-operator @@ -234,6 +258,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -245,6 +272,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )lint,?($|\s.*) - agent: kubernetes always_run: true @@ -263,10 +293,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -283,6 +313,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -294,6 +327,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -312,10 +348,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=validate-vendor command: - ci-operator @@ -332,6 +368,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -343,4 +382,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )validate-vendor,?($|\s.*) diff --git a/ci-operator/jobs/openshift/cincinnati-graph-data/openshift-cincinnati-graph-data-master-presubmits.yaml b/ci-operator/jobs/openshift/cincinnati-graph-data/openshift-cincinnati-graph-data-master-presubmits.yaml index ce6d60be00e0..7392563f4f76 100644 --- a/ci-operator/jobs/openshift/cincinnati-graph-data/openshift-cincinnati-graph-data-master-presubmits.yaml +++ b/ci-operator/jobs/openshift/cincinnati-graph-data/openshift-cincinnati-graph-data-master-presubmits.yaml @@ -17,10 +17,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=publish command: - ci-operator @@ -37,6 +37,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -48,4 +51,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )publish,?($|\s.*) diff --git a/ci-operator/jobs/openshift/cincinnati-operator/openshift-cincinnati-operator-master-postsubmits.yaml b/ci-operator/jobs/openshift/cincinnati-operator/openshift-cincinnati-operator-master-postsubmits.yaml index cda0687610d7..35311728d32f 100644 --- a/ci-operator/jobs/openshift/cincinnati-operator/openshift-cincinnati-operator-master-postsubmits.yaml +++ b/ci-operator/jobs/openshift/cincinnati-operator/openshift-cincinnati-operator-master-postsubmits.yaml @@ -8,17 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-cincinnati-operator-master-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -35,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -46,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/cincinnati-operator/openshift-cincinnati-operator-master-presubmits.yaml b/ci-operator/jobs/openshift/cincinnati-operator/openshift-cincinnati-operator-master-presubmits.yaml index 5ad009faf212..423dc64d04d3 100644 --- a/ci-operator/jobs/openshift/cincinnati-operator/openshift-cincinnati-operator-master-presubmits.yaml +++ b/ci-operator/jobs/openshift/cincinnati-operator/openshift-cincinnati-operator-master-presubmits.yaml @@ -17,10 +17,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -38,6 +38,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -49,6 +52,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -67,10 +73,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -87,6 +93,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -98,4 +107,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift/cincinnati-operator/openshift-cincinnati-operator-release-4.5-postsubmits.yaml b/ci-operator/jobs/openshift/cincinnati-operator/openshift-cincinnati-operator-release-4.5-postsubmits.yaml index f8e84255211a..d117544f1fb8 100644 --- a/ci-operator/jobs/openshift/cincinnati-operator/openshift-cincinnati-operator-release-4.5-postsubmits.yaml +++ b/ci-operator/jobs/openshift/cincinnati-operator/openshift-cincinnati-operator-release-4.5-postsubmits.yaml @@ -8,17 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-cincinnati-operator-release-4.5-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -35,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -46,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/cincinnati-operator/openshift-cincinnati-operator-release-4.5-presubmits.yaml b/ci-operator/jobs/openshift/cincinnati-operator/openshift-cincinnati-operator-release-4.5-presubmits.yaml index 8df3e3664b30..b22c90ebd474 100644 --- a/ci-operator/jobs/openshift/cincinnati-operator/openshift-cincinnati-operator-release-4.5-presubmits.yaml +++ b/ci-operator/jobs/openshift/cincinnati-operator/openshift-cincinnati-operator-release-4.5-presubmits.yaml @@ -17,10 +17,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -37,6 +37,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -48,6 +51,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -66,10 +72,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -86,6 +92,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -97,4 +106,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift/cincinnati-operator/openshift-cincinnati-operator-release-4.6-postsubmits.yaml b/ci-operator/jobs/openshift/cincinnati-operator/openshift-cincinnati-operator-release-4.6-postsubmits.yaml index 5cf0321cfcc6..1c2d8c223711 100644 --- a/ci-operator/jobs/openshift/cincinnati-operator/openshift-cincinnati-operator-release-4.6-postsubmits.yaml +++ b/ci-operator/jobs/openshift/cincinnati-operator/openshift-cincinnati-operator-release-4.6-postsubmits.yaml @@ -8,17 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-cincinnati-operator-release-4.6-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -35,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -46,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/cincinnati-operator/openshift-cincinnati-operator-release-4.6-presubmits.yaml b/ci-operator/jobs/openshift/cincinnati-operator/openshift-cincinnati-operator-release-4.6-presubmits.yaml index 1472b4d39c20..02d50027c78a 100644 --- a/ci-operator/jobs/openshift/cincinnati-operator/openshift-cincinnati-operator-release-4.6-presubmits.yaml +++ b/ci-operator/jobs/openshift/cincinnati-operator/openshift-cincinnati-operator-release-4.6-presubmits.yaml @@ -17,10 +17,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -38,6 +38,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -49,6 +52,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -67,10 +73,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -87,6 +93,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -98,4 +107,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift/cincinnati/openshift-cincinnati-master-presubmits.yaml b/ci-operator/jobs/openshift/cincinnati/openshift-cincinnati-master-presubmits.yaml index e63e11088d27..c32ba274de08 100644 --- a/ci-operator/jobs/openshift/cincinnati/openshift-cincinnati-master-presubmits.yaml +++ b/ci-operator/jobs/openshift/cincinnati/openshift-cincinnati-master-presubmits.yaml @@ -17,10 +17,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/secrets/cincinnati-secrets-cincinnati-credentials - --target=cargo-test command: @@ -41,6 +41,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,6 +58,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )cargo-test,?($|\s.*) - agent: kubernetes always_run: true @@ -73,13 +79,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-cluster-profile - --target=e2e - --template=/usr/local/e2e @@ -115,6 +119,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -140,6 +147,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e,?($|\s.*) - agent: kubernetes always_run: true @@ -158,10 +168,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -178,6 +188,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -189,6 +202,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -207,10 +223,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=rustfmt-1.40.0 command: - ci-operator @@ -227,6 +243,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -238,6 +257,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )rustfmt-1.40.0,?($|\s.*) - agent: kubernetes always_run: true @@ -256,10 +278,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=rustfmt-1.41.0 command: - ci-operator @@ -276,6 +298,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -287,6 +312,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )rustfmt-1.41.0,?($|\s.*) - agent: kubernetes always_run: true @@ -305,10 +333,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=rustfmt-1.42.0 command: - ci-operator @@ -325,6 +353,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -336,6 +367,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )rustfmt-1.42.0,?($|\s.*) - agent: kubernetes always_run: true @@ -354,10 +388,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=yaml-lint command: - ci-operator @@ -374,6 +408,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -385,4 +422,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )yaml-lint,?($|\s.*) diff --git a/ci-operator/jobs/openshift/client-go/openshift-client-go-master-presubmits.yaml b/ci-operator/jobs/openshift/client-go/openshift-client-go-master-presubmits.yaml index c7ade3addbb9..97e7202e3857 100644 --- a/ci-operator/jobs/openshift/client-go/openshift-client-go-master-presubmits.yaml +++ b/ci-operator/jobs/openshift/client-go/openshift-client-go-master-presubmits.yaml @@ -17,10 +17,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -37,6 +37,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -48,4 +51,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) diff --git a/ci-operator/jobs/openshift/client-go/openshift-client-go-release-4.1-presubmits.yaml b/ci-operator/jobs/openshift/client-go/openshift-client-go-release-4.1-presubmits.yaml index 0201434d02dc..f303e46d8cbd 100644 --- a/ci-operator/jobs/openshift/client-go/openshift-client-go-release-4.1-presubmits.yaml +++ b/ci-operator/jobs/openshift/client-go/openshift-client-go-release-4.1-presubmits.yaml @@ -17,10 +17,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -37,6 +37,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -48,4 +51,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) diff --git a/ci-operator/jobs/openshift/client-go/openshift-client-go-release-4.2-presubmits.yaml b/ci-operator/jobs/openshift/client-go/openshift-client-go-release-4.2-presubmits.yaml index ca06ea687f35..c03154f583a1 100644 --- a/ci-operator/jobs/openshift/client-go/openshift-client-go-release-4.2-presubmits.yaml +++ b/ci-operator/jobs/openshift/client-go/openshift-client-go-release-4.2-presubmits.yaml @@ -17,10 +17,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -37,6 +37,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -48,4 +51,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) diff --git a/ci-operator/jobs/openshift/client-go/openshift-client-go-release-4.3-presubmits.yaml b/ci-operator/jobs/openshift/client-go/openshift-client-go-release-4.3-presubmits.yaml index acbcb4458182..b2906ee80f24 100644 --- a/ci-operator/jobs/openshift/client-go/openshift-client-go-release-4.3-presubmits.yaml +++ b/ci-operator/jobs/openshift/client-go/openshift-client-go-release-4.3-presubmits.yaml @@ -17,10 +17,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -37,6 +37,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -48,4 +51,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) diff --git a/ci-operator/jobs/openshift/client-go/openshift-client-go-release-4.4-presubmits.yaml b/ci-operator/jobs/openshift/client-go/openshift-client-go-release-4.4-presubmits.yaml index 1ebdecd59ff7..4de6cedbb295 100644 --- a/ci-operator/jobs/openshift/client-go/openshift-client-go-release-4.4-presubmits.yaml +++ b/ci-operator/jobs/openshift/client-go/openshift-client-go-release-4.4-presubmits.yaml @@ -17,10 +17,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -37,6 +37,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -48,4 +51,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) diff --git a/ci-operator/jobs/openshift/client-go/openshift-client-go-release-4.5-presubmits.yaml b/ci-operator/jobs/openshift/client-go/openshift-client-go-release-4.5-presubmits.yaml index 25df2b1c556c..f896dd841faa 100644 --- a/ci-operator/jobs/openshift/client-go/openshift-client-go-release-4.5-presubmits.yaml +++ b/ci-operator/jobs/openshift/client-go/openshift-client-go-release-4.5-presubmits.yaml @@ -17,10 +17,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -37,6 +37,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -48,4 +51,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) diff --git a/ci-operator/jobs/openshift/client-go/openshift-client-go-release-4.6-presubmits.yaml b/ci-operator/jobs/openshift/client-go/openshift-client-go-release-4.6-presubmits.yaml index f0526872b4ea..44989cc27943 100644 --- a/ci-operator/jobs/openshift/client-go/openshift-client-go-release-4.6-presubmits.yaml +++ b/ci-operator/jobs/openshift/client-go/openshift-client-go-release-4.6-presubmits.yaml @@ -17,10 +17,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -37,6 +37,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -48,4 +51,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) diff --git a/ci-operator/jobs/openshift/client-go/openshift-client-go-release-4.7-presubmits.yaml b/ci-operator/jobs/openshift/client-go/openshift-client-go-release-4.7-presubmits.yaml index 7b618cf146eb..d7e78a3159a7 100644 --- a/ci-operator/jobs/openshift/client-go/openshift-client-go-release-4.7-presubmits.yaml +++ b/ci-operator/jobs/openshift/client-go/openshift-client-go-release-4.7-presubmits.yaml @@ -17,10 +17,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -37,6 +37,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -48,4 +51,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) diff --git a/ci-operator/jobs/openshift/cloud-credential-operator/openshift-cloud-credential-operator-master-postsubmits.yaml b/ci-operator/jobs/openshift/cloud-credential-operator/openshift-cloud-credential-operator-master-postsubmits.yaml index 1ece75224730..981ca41acf48 100644 --- a/ci-operator/jobs/openshift/cloud-credential-operator/openshift-cloud-credential-operator-master-postsubmits.yaml +++ b/ci-operator/jobs/openshift/cloud-credential-operator/openshift-cloud-credential-operator-master-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-cloud-credential-operator-master-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/cloud-credential-operator/openshift-cloud-credential-operator-master-presubmits.yaml b/ci-operator/jobs/openshift/cloud-credential-operator/openshift-cloud-credential-operator-master-presubmits.yaml index 083da6335d89..c82288c91b29 100644 --- a/ci-operator/jobs/openshift/cloud-credential-operator/openshift-cloud-credential-operator-master-presubmits.yaml +++ b/ci-operator/jobs/openshift/cloud-credential-operator/openshift-cloud-credential-operator-master-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -46,6 +44,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -68,6 +69,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -86,13 +90,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -115,6 +117,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -137,6 +142,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: false @@ -156,13 +164,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-azure-cluster-profile - --target=e2e-azure - --template=/usr/local/e2e-azure @@ -196,6 +202,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -221,6 +230,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-azure,?($|\s.*) - agent: kubernetes always_run: false @@ -240,13 +252,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-gcp-cluster-profile - --target=e2e-gcp - --template=/usr/local/e2e-gcp @@ -280,6 +290,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -307,6 +320,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-gcp,?($|\s.*) - agent: kubernetes always_run: false @@ -411,10 +427,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -432,6 +448,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -443,6 +462,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -461,10 +483,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -481,6 +503,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -492,6 +517,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -510,10 +538,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -530,6 +558,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -541,6 +572,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) - agent: kubernetes always_run: true @@ -559,10 +593,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify-deps command: - ci-operator @@ -579,6 +613,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -590,4 +627,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify-deps,?($|\s.*) diff --git a/ci-operator/jobs/openshift/cloud-credential-operator/openshift-cloud-credential-operator-release-4.1-postsubmits.yaml b/ci-operator/jobs/openshift/cloud-credential-operator/openshift-cloud-credential-operator-release-4.1-postsubmits.yaml index 5442d09bc98a..967905c1471c 100644 --- a/ci-operator/jobs/openshift/cloud-credential-operator/openshift-cloud-credential-operator-release-4.1-postsubmits.yaml +++ b/ci-operator/jobs/openshift/cloud-credential-operator/openshift-cloud-credential-operator-release-4.1-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-cloud-credential-operator-release-4.1-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/cloud-credential-operator/openshift-cloud-credential-operator-release-4.1-presubmits.yaml b/ci-operator/jobs/openshift/cloud-credential-operator/openshift-cloud-credential-operator-release-4.1-presubmits.yaml index ab945c1f9779..f1877ca62619 100644 --- a/ci-operator/jobs/openshift/cloud-credential-operator/openshift-cloud-credential-operator-release-4.1-presubmits.yaml +++ b/ci-operator/jobs/openshift/cloud-credential-operator/openshift-cloud-credential-operator-release-4.1-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -46,6 +44,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -68,6 +69,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -86,13 +90,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -115,6 +117,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -137,6 +142,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -155,10 +163,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=govet command: - ci-operator @@ -175,6 +183,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -186,6 +197,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )govet,?($|\s.*) - agent: kubernetes always_run: true @@ -204,10 +218,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -225,6 +239,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -236,6 +253,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -254,10 +274,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -274,6 +294,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -285,4 +308,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift/cloud-credential-operator/openshift-cloud-credential-operator-release-4.2-postsubmits.yaml b/ci-operator/jobs/openshift/cloud-credential-operator/openshift-cloud-credential-operator-release-4.2-postsubmits.yaml index 3f5259e1e0ec..b7b32bde8763 100644 --- a/ci-operator/jobs/openshift/cloud-credential-operator/openshift-cloud-credential-operator-release-4.2-postsubmits.yaml +++ b/ci-operator/jobs/openshift/cloud-credential-operator/openshift-cloud-credential-operator-release-4.2-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-cloud-credential-operator-release-4.2-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/cloud-credential-operator/openshift-cloud-credential-operator-release-4.2-presubmits.yaml b/ci-operator/jobs/openshift/cloud-credential-operator/openshift-cloud-credential-operator-release-4.2-presubmits.yaml index 421d06ee7c4e..45d3bbb2253b 100644 --- a/ci-operator/jobs/openshift/cloud-credential-operator/openshift-cloud-credential-operator-release-4.2-presubmits.yaml +++ b/ci-operator/jobs/openshift/cloud-credential-operator/openshift-cloud-credential-operator-release-4.2-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -46,6 +44,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -68,6 +69,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -86,13 +90,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -115,6 +117,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -137,6 +142,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -155,13 +163,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-gcp-cluster-profile - --target=e2e-gcp - --template=/usr/local/e2e-gcp @@ -195,6 +201,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -222,6 +231,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-gcp,?($|\s.*) - agent: kubernetes always_run: true @@ -240,10 +252,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=govet command: - ci-operator @@ -260,6 +272,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -271,6 +286,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )govet,?($|\s.*) - agent: kubernetes always_run: true @@ -289,10 +307,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -310,6 +328,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -321,6 +342,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -339,10 +363,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -359,6 +383,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -370,4 +397,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift/cloud-credential-operator/openshift-cloud-credential-operator-release-4.3-postsubmits.yaml b/ci-operator/jobs/openshift/cloud-credential-operator/openshift-cloud-credential-operator-release-4.3-postsubmits.yaml index b15199b10e5f..7a4cbad03ff7 100644 --- a/ci-operator/jobs/openshift/cloud-credential-operator/openshift-cloud-credential-operator-release-4.3-postsubmits.yaml +++ b/ci-operator/jobs/openshift/cloud-credential-operator/openshift-cloud-credential-operator-release-4.3-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-cloud-credential-operator-release-4.3-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/cloud-credential-operator/openshift-cloud-credential-operator-release-4.3-presubmits.yaml b/ci-operator/jobs/openshift/cloud-credential-operator/openshift-cloud-credential-operator-release-4.3-presubmits.yaml index 1b909ac391b9..cc78f4d465fc 100644 --- a/ci-operator/jobs/openshift/cloud-credential-operator/openshift-cloud-credential-operator-release-4.3-presubmits.yaml +++ b/ci-operator/jobs/openshift/cloud-credential-operator/openshift-cloud-credential-operator-release-4.3-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -46,6 +44,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -68,6 +69,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -86,13 +90,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -115,6 +117,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -137,6 +142,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: false @@ -156,13 +164,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-azure-cluster-profile - --target=e2e-azure - --template=/usr/local/e2e-azure @@ -196,6 +202,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -221,6 +230,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-azure,?($|\s.*) - agent: kubernetes always_run: false @@ -240,13 +252,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-gcp-cluster-profile - --target=e2e-gcp - --template=/usr/local/e2e-gcp @@ -280,6 +290,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -307,6 +320,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-gcp,?($|\s.*) - agent: kubernetes always_run: true @@ -325,10 +341,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=govet command: - ci-operator @@ -345,6 +361,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -356,6 +375,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )govet,?($|\s.*) - agent: kubernetes always_run: true @@ -374,10 +396,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -395,6 +417,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -406,6 +431,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -424,10 +452,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -444,6 +472,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -455,4 +486,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift/cloud-credential-operator/openshift-cloud-credential-operator-release-4.4-postsubmits.yaml b/ci-operator/jobs/openshift/cloud-credential-operator/openshift-cloud-credential-operator-release-4.4-postsubmits.yaml index 9571bd334716..b9088d7b5a11 100644 --- a/ci-operator/jobs/openshift/cloud-credential-operator/openshift-cloud-credential-operator-release-4.4-postsubmits.yaml +++ b/ci-operator/jobs/openshift/cloud-credential-operator/openshift-cloud-credential-operator-release-4.4-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-cloud-credential-operator-release-4.4-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/cloud-credential-operator/openshift-cloud-credential-operator-release-4.4-presubmits.yaml b/ci-operator/jobs/openshift/cloud-credential-operator/openshift-cloud-credential-operator-release-4.4-presubmits.yaml index 2ff38c4c10e2..3f68726419ee 100644 --- a/ci-operator/jobs/openshift/cloud-credential-operator/openshift-cloud-credential-operator-release-4.4-presubmits.yaml +++ b/ci-operator/jobs/openshift/cloud-credential-operator/openshift-cloud-credential-operator-release-4.4-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -46,6 +44,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -68,6 +69,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -86,13 +90,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -115,6 +117,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -137,6 +142,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: false @@ -156,13 +164,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-azure-cluster-profile - --target=e2e-azure - --template=/usr/local/e2e-azure @@ -196,6 +202,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -221,6 +230,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-azure,?($|\s.*) - agent: kubernetes always_run: false @@ -240,13 +252,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-gcp-cluster-profile - --target=e2e-gcp - --template=/usr/local/e2e-gcp @@ -280,6 +290,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -307,6 +320,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-gcp,?($|\s.*) - agent: kubernetes always_run: false @@ -411,10 +427,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=govet command: - ci-operator @@ -431,6 +447,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -442,6 +461,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )govet,?($|\s.*) - agent: kubernetes always_run: true @@ -460,10 +482,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -481,6 +503,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -492,6 +517,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -510,10 +538,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -530,6 +558,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -541,4 +572,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift/cloud-credential-operator/openshift-cloud-credential-operator-release-4.5-postsubmits.yaml b/ci-operator/jobs/openshift/cloud-credential-operator/openshift-cloud-credential-operator-release-4.5-postsubmits.yaml index c39b30156ca4..03752de1d0d6 100644 --- a/ci-operator/jobs/openshift/cloud-credential-operator/openshift-cloud-credential-operator-release-4.5-postsubmits.yaml +++ b/ci-operator/jobs/openshift/cloud-credential-operator/openshift-cloud-credential-operator-release-4.5-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-cloud-credential-operator-release-4.5-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/cloud-credential-operator/openshift-cloud-credential-operator-release-4.5-presubmits.yaml b/ci-operator/jobs/openshift/cloud-credential-operator/openshift-cloud-credential-operator-release-4.5-presubmits.yaml index 9fc139440cb3..b59b7c263a5b 100644 --- a/ci-operator/jobs/openshift/cloud-credential-operator/openshift-cloud-credential-operator-release-4.5-presubmits.yaml +++ b/ci-operator/jobs/openshift/cloud-credential-operator/openshift-cloud-credential-operator-release-4.5-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -46,6 +44,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -68,6 +69,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -86,13 +90,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -115,6 +117,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -137,6 +142,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -155,13 +163,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-azure-cluster-profile - --target=e2e-azure - --template=/usr/local/e2e-azure @@ -195,6 +201,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -220,6 +229,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-azure,?($|\s.*) - agent: kubernetes always_run: true @@ -238,13 +250,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-gcp-cluster-profile - --target=e2e-gcp - --template=/usr/local/e2e-gcp @@ -278,6 +288,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -305,6 +318,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-gcp,?($|\s.*) - agent: kubernetes always_run: true @@ -323,10 +339,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -343,6 +359,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -354,6 +373,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -372,10 +394,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -392,6 +414,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -403,6 +428,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -421,10 +449,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -441,6 +469,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -452,6 +483,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) - agent: kubernetes always_run: true @@ -470,10 +504,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify-deps command: - ci-operator @@ -490,6 +524,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -501,4 +538,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify-deps,?($|\s.*) diff --git a/ci-operator/jobs/openshift/cloud-credential-operator/openshift-cloud-credential-operator-release-4.6-postsubmits.yaml b/ci-operator/jobs/openshift/cloud-credential-operator/openshift-cloud-credential-operator-release-4.6-postsubmits.yaml index 46509e658859..a6b7fe38d305 100644 --- a/ci-operator/jobs/openshift/cloud-credential-operator/openshift-cloud-credential-operator-release-4.6-postsubmits.yaml +++ b/ci-operator/jobs/openshift/cloud-credential-operator/openshift-cloud-credential-operator-release-4.6-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-cloud-credential-operator-release-4.6-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/cloud-credential-operator/openshift-cloud-credential-operator-release-4.6-presubmits.yaml b/ci-operator/jobs/openshift/cloud-credential-operator/openshift-cloud-credential-operator-release-4.6-presubmits.yaml index 04c7e6cd738f..7854bfea2c0f 100644 --- a/ci-operator/jobs/openshift/cloud-credential-operator/openshift-cloud-credential-operator-release-4.6-presubmits.yaml +++ b/ci-operator/jobs/openshift/cloud-credential-operator/openshift-cloud-credential-operator-release-4.6-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -46,6 +44,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -68,6 +69,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -86,13 +90,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -115,6 +117,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -137,6 +142,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: false @@ -156,13 +164,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-azure-cluster-profile - --target=e2e-azure - --template=/usr/local/e2e-azure @@ -196,6 +202,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -221,6 +230,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-azure,?($|\s.*) - agent: kubernetes always_run: false @@ -240,13 +252,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-gcp-cluster-profile - --target=e2e-gcp - --template=/usr/local/e2e-gcp @@ -280,6 +290,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -307,6 +320,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-gcp,?($|\s.*) - agent: kubernetes always_run: false @@ -411,10 +427,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -432,6 +448,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -443,6 +462,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -461,10 +483,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -481,6 +503,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -492,6 +517,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -510,10 +538,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -530,6 +558,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -541,6 +572,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) - agent: kubernetes always_run: true @@ -559,10 +593,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify-deps command: - ci-operator @@ -579,6 +613,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -590,4 +627,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify-deps,?($|\s.*) diff --git a/ci-operator/jobs/openshift/cloud-credential-operator/openshift-cloud-credential-operator-release-4.7-postsubmits.yaml b/ci-operator/jobs/openshift/cloud-credential-operator/openshift-cloud-credential-operator-release-4.7-postsubmits.yaml index 9cef8e5cc238..de9e7fd2b027 100644 --- a/ci-operator/jobs/openshift/cloud-credential-operator/openshift-cloud-credential-operator-release-4.7-postsubmits.yaml +++ b/ci-operator/jobs/openshift/cloud-credential-operator/openshift-cloud-credential-operator-release-4.7-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-cloud-credential-operator-release-4.7-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/cloud-credential-operator/openshift-cloud-credential-operator-release-4.7-presubmits.yaml b/ci-operator/jobs/openshift/cloud-credential-operator/openshift-cloud-credential-operator-release-4.7-presubmits.yaml index 5c412f3a7cb3..ee2b11f89f7e 100644 --- a/ci-operator/jobs/openshift/cloud-credential-operator/openshift-cloud-credential-operator-release-4.7-presubmits.yaml +++ b/ci-operator/jobs/openshift/cloud-credential-operator/openshift-cloud-credential-operator-release-4.7-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -46,6 +44,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -68,6 +69,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -86,13 +90,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -115,6 +117,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -137,6 +142,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: false @@ -156,13 +164,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-azure-cluster-profile - --target=e2e-azure - --template=/usr/local/e2e-azure @@ -196,6 +202,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -221,6 +230,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-azure,?($|\s.*) - agent: kubernetes always_run: false @@ -240,13 +252,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-gcp-cluster-profile - --target=e2e-gcp - --template=/usr/local/e2e-gcp @@ -280,6 +290,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -307,6 +320,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-gcp,?($|\s.*) - agent: kubernetes always_run: false @@ -411,10 +427,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -432,6 +448,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -443,6 +462,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -461,10 +483,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -481,6 +503,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -492,6 +517,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -510,10 +538,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -530,6 +558,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -541,6 +572,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) - agent: kubernetes always_run: true @@ -559,10 +593,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify-deps command: - ci-operator @@ -579,6 +613,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -590,4 +627,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify-deps,?($|\s.*) diff --git a/ci-operator/jobs/openshift/cloud-ingress-operator/openshift-cloud-ingress-operator-master-presubmits.yaml b/ci-operator/jobs/openshift/cloud-ingress-operator/openshift-cloud-ingress-operator-master-presubmits.yaml index e9850f7ef1f4..1c6c182f7730 100644 --- a/ci-operator/jobs/openshift/cloud-ingress-operator/openshift-cloud-ingress-operator-master-presubmits.yaml +++ b/ci-operator/jobs/openshift/cloud-ingress-operator/openshift-cloud-ingress-operator-master-presubmits.yaml @@ -17,10 +17,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -37,6 +37,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -48,6 +51,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -66,10 +72,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=test command: - ci-operator @@ -86,6 +92,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -97,4 +106,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )test,?($|\s.*) diff --git a/ci-operator/jobs/openshift/cloud-provider-openstack/openshift-cloud-provider-openstack-master-postsubmits.yaml b/ci-operator/jobs/openshift/cloud-provider-openstack/openshift-cloud-provider-openstack-master-postsubmits.yaml index a33a5f813c03..f5fcf4c3c8d2 100644 --- a/ci-operator/jobs/openshift/cloud-provider-openstack/openshift-cloud-provider-openstack-master-postsubmits.yaml +++ b/ci-operator/jobs/openshift/cloud-provider-openstack/openshift-cloud-provider-openstack-master-postsubmits.yaml @@ -8,17 +8,19 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-cloud-provider-openstack-master-images path_alias: k8s.io/cloud-provider-openstack spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -35,6 +37,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -46,3 +51,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/cloud-provider-openstack/openshift-cloud-provider-openstack-master-presubmits.yaml b/ci-operator/jobs/openshift/cloud-provider-openstack/openshift-cloud-provider-openstack-master-presubmits.yaml index 4c6467ecff6f..0942b451e6bc 100644 --- a/ci-operator/jobs/openshift/cloud-provider-openstack/openshift-cloud-provider-openstack-master-presubmits.yaml +++ b/ci-operator/jobs/openshift/cloud-provider-openstack/openshift-cloud-provider-openstack-master-presubmits.yaml @@ -18,10 +18,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -39,6 +39,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -50,6 +53,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -69,10 +75,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -89,6 +95,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -100,4 +109,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift/cloud-provider-openstack/openshift-cloud-provider-openstack-release-4.1-postsubmits.yaml b/ci-operator/jobs/openshift/cloud-provider-openstack/openshift-cloud-provider-openstack-release-4.1-postsubmits.yaml index 3a8b7f428386..87f512af1bf6 100644 --- a/ci-operator/jobs/openshift/cloud-provider-openstack/openshift-cloud-provider-openstack-release-4.1-postsubmits.yaml +++ b/ci-operator/jobs/openshift/cloud-provider-openstack/openshift-cloud-provider-openstack-release-4.1-postsubmits.yaml @@ -8,17 +8,19 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-cloud-provider-openstack-release-4.1-images path_alias: k8s.io/cloud-provider-openstack spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -35,6 +37,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -46,3 +51,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/cloud-provider-openstack/openshift-cloud-provider-openstack-release-4.1-presubmits.yaml b/ci-operator/jobs/openshift/cloud-provider-openstack/openshift-cloud-provider-openstack-release-4.1-presubmits.yaml index 11e6e6ac53eb..1c76a6ba444d 100644 --- a/ci-operator/jobs/openshift/cloud-provider-openstack/openshift-cloud-provider-openstack-release-4.1-presubmits.yaml +++ b/ci-operator/jobs/openshift/cloud-provider-openstack/openshift-cloud-provider-openstack-release-4.1-presubmits.yaml @@ -18,10 +18,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -39,6 +39,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -50,6 +53,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -69,10 +75,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -89,6 +95,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -100,4 +109,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift/cloud-provider-openstack/openshift-cloud-provider-openstack-release-4.2-postsubmits.yaml b/ci-operator/jobs/openshift/cloud-provider-openstack/openshift-cloud-provider-openstack-release-4.2-postsubmits.yaml index ad30ba2d910d..5db3dfb4fcdc 100644 --- a/ci-operator/jobs/openshift/cloud-provider-openstack/openshift-cloud-provider-openstack-release-4.2-postsubmits.yaml +++ b/ci-operator/jobs/openshift/cloud-provider-openstack/openshift-cloud-provider-openstack-release-4.2-postsubmits.yaml @@ -8,17 +8,19 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-cloud-provider-openstack-release-4.2-images path_alias: k8s.io/cloud-provider-openstack spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -35,6 +37,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -46,3 +51,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/cloud-provider-openstack/openshift-cloud-provider-openstack-release-4.2-presubmits.yaml b/ci-operator/jobs/openshift/cloud-provider-openstack/openshift-cloud-provider-openstack-release-4.2-presubmits.yaml index 4c07437bf751..972e7d25d9f5 100644 --- a/ci-operator/jobs/openshift/cloud-provider-openstack/openshift-cloud-provider-openstack-release-4.2-presubmits.yaml +++ b/ci-operator/jobs/openshift/cloud-provider-openstack/openshift-cloud-provider-openstack-release-4.2-presubmits.yaml @@ -18,10 +18,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -39,6 +39,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -50,6 +53,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -69,10 +75,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -89,6 +95,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -100,4 +109,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift/cloud-provider-openstack/openshift-cloud-provider-openstack-release-4.3-postsubmits.yaml b/ci-operator/jobs/openshift/cloud-provider-openstack/openshift-cloud-provider-openstack-release-4.3-postsubmits.yaml index 8fbb94a47616..39d952984298 100644 --- a/ci-operator/jobs/openshift/cloud-provider-openstack/openshift-cloud-provider-openstack-release-4.3-postsubmits.yaml +++ b/ci-operator/jobs/openshift/cloud-provider-openstack/openshift-cloud-provider-openstack-release-4.3-postsubmits.yaml @@ -8,17 +8,19 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-cloud-provider-openstack-release-4.3-images path_alias: k8s.io/cloud-provider-openstack spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -35,6 +37,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -46,3 +51,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/cloud-provider-openstack/openshift-cloud-provider-openstack-release-4.3-presubmits.yaml b/ci-operator/jobs/openshift/cloud-provider-openstack/openshift-cloud-provider-openstack-release-4.3-presubmits.yaml index 6e82849da472..d35b8507a917 100644 --- a/ci-operator/jobs/openshift/cloud-provider-openstack/openshift-cloud-provider-openstack-release-4.3-presubmits.yaml +++ b/ci-operator/jobs/openshift/cloud-provider-openstack/openshift-cloud-provider-openstack-release-4.3-presubmits.yaml @@ -18,10 +18,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -39,6 +39,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -50,6 +53,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -69,10 +75,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -89,6 +95,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -100,4 +109,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift/cloud-provider-openstack/openshift-cloud-provider-openstack-release-4.4-postsubmits.yaml b/ci-operator/jobs/openshift/cloud-provider-openstack/openshift-cloud-provider-openstack-release-4.4-postsubmits.yaml index 691a5c716d8a..402b13db0b92 100644 --- a/ci-operator/jobs/openshift/cloud-provider-openstack/openshift-cloud-provider-openstack-release-4.4-postsubmits.yaml +++ b/ci-operator/jobs/openshift/cloud-provider-openstack/openshift-cloud-provider-openstack-release-4.4-postsubmits.yaml @@ -8,17 +8,19 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-cloud-provider-openstack-release-4.4-images path_alias: k8s.io/cloud-provider-openstack spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -35,6 +37,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -46,3 +51,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/cloud-provider-openstack/openshift-cloud-provider-openstack-release-4.4-presubmits.yaml b/ci-operator/jobs/openshift/cloud-provider-openstack/openshift-cloud-provider-openstack-release-4.4-presubmits.yaml index 163c9e1af091..0dc22e80bf35 100644 --- a/ci-operator/jobs/openshift/cloud-provider-openstack/openshift-cloud-provider-openstack-release-4.4-presubmits.yaml +++ b/ci-operator/jobs/openshift/cloud-provider-openstack/openshift-cloud-provider-openstack-release-4.4-presubmits.yaml @@ -18,10 +18,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -39,6 +39,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -50,6 +53,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -69,10 +75,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -89,6 +95,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -100,4 +109,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift/cloud-provider-openstack/openshift-cloud-provider-openstack-release-4.5-postsubmits.yaml b/ci-operator/jobs/openshift/cloud-provider-openstack/openshift-cloud-provider-openstack-release-4.5-postsubmits.yaml index 30bc08bbec2a..c088410aa489 100644 --- a/ci-operator/jobs/openshift/cloud-provider-openstack/openshift-cloud-provider-openstack-release-4.5-postsubmits.yaml +++ b/ci-operator/jobs/openshift/cloud-provider-openstack/openshift-cloud-provider-openstack-release-4.5-postsubmits.yaml @@ -8,17 +8,19 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-cloud-provider-openstack-release-4.5-images path_alias: k8s.io/cloud-provider-openstack spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -35,6 +37,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -46,3 +51,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/cloud-provider-openstack/openshift-cloud-provider-openstack-release-4.5-presubmits.yaml b/ci-operator/jobs/openshift/cloud-provider-openstack/openshift-cloud-provider-openstack-release-4.5-presubmits.yaml index cdff59eed07c..1c0ff2109420 100644 --- a/ci-operator/jobs/openshift/cloud-provider-openstack/openshift-cloud-provider-openstack-release-4.5-presubmits.yaml +++ b/ci-operator/jobs/openshift/cloud-provider-openstack/openshift-cloud-provider-openstack-release-4.5-presubmits.yaml @@ -18,10 +18,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -38,6 +38,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -49,6 +52,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -68,10 +74,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -88,6 +94,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -99,4 +108,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift/cloud-provider-openstack/openshift-cloud-provider-openstack-release-4.6-postsubmits.yaml b/ci-operator/jobs/openshift/cloud-provider-openstack/openshift-cloud-provider-openstack-release-4.6-postsubmits.yaml index 578348dc56b0..8c2561534817 100644 --- a/ci-operator/jobs/openshift/cloud-provider-openstack/openshift-cloud-provider-openstack-release-4.6-postsubmits.yaml +++ b/ci-operator/jobs/openshift/cloud-provider-openstack/openshift-cloud-provider-openstack-release-4.6-postsubmits.yaml @@ -8,17 +8,19 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-cloud-provider-openstack-release-4.6-images path_alias: k8s.io/cloud-provider-openstack spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -35,6 +37,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -46,3 +51,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/cloud-provider-openstack/openshift-cloud-provider-openstack-release-4.6-presubmits.yaml b/ci-operator/jobs/openshift/cloud-provider-openstack/openshift-cloud-provider-openstack-release-4.6-presubmits.yaml index 05d23a332839..2b59bb1709b5 100644 --- a/ci-operator/jobs/openshift/cloud-provider-openstack/openshift-cloud-provider-openstack-release-4.6-presubmits.yaml +++ b/ci-operator/jobs/openshift/cloud-provider-openstack/openshift-cloud-provider-openstack-release-4.6-presubmits.yaml @@ -18,10 +18,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -39,6 +39,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -50,6 +53,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -69,10 +75,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -89,6 +95,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -100,4 +109,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift/cloud-provider-openstack/openshift-cloud-provider-openstack-release-4.7-postsubmits.yaml b/ci-operator/jobs/openshift/cloud-provider-openstack/openshift-cloud-provider-openstack-release-4.7-postsubmits.yaml index 9695d37f7e6d..95bcc59678fe 100644 --- a/ci-operator/jobs/openshift/cloud-provider-openstack/openshift-cloud-provider-openstack-release-4.7-postsubmits.yaml +++ b/ci-operator/jobs/openshift/cloud-provider-openstack/openshift-cloud-provider-openstack-release-4.7-postsubmits.yaml @@ -8,17 +8,19 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-cloud-provider-openstack-release-4.7-images path_alias: k8s.io/cloud-provider-openstack spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -35,6 +37,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -46,3 +51,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/cloud-provider-openstack/openshift-cloud-provider-openstack-release-4.7-presubmits.yaml b/ci-operator/jobs/openshift/cloud-provider-openstack/openshift-cloud-provider-openstack-release-4.7-presubmits.yaml index 358a516168ce..59e31606c72a 100644 --- a/ci-operator/jobs/openshift/cloud-provider-openstack/openshift-cloud-provider-openstack-release-4.7-presubmits.yaml +++ b/ci-operator/jobs/openshift/cloud-provider-openstack/openshift-cloud-provider-openstack-release-4.7-presubmits.yaml @@ -18,10 +18,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -39,6 +39,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -50,6 +53,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -69,10 +75,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -89,6 +95,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -100,4 +109,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift/cluster-api-actuator-pkg/openshift-cluster-api-actuator-pkg-master-postsubmits.yaml b/ci-operator/jobs/openshift/cluster-api-actuator-pkg/openshift-cluster-api-actuator-pkg-master-postsubmits.yaml index ff8ba027f6ef..26d11a8953d7 100644 --- a/ci-operator/jobs/openshift/cluster-api-actuator-pkg/openshift-cluster-api-actuator-pkg-master-postsubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-api-actuator-pkg/openshift-cluster-api-actuator-pkg-master-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-cluster-api-actuator-pkg-master-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=src command: @@ -35,6 +37,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -46,3 +51,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/cluster-api-actuator-pkg/openshift-cluster-api-actuator-pkg-master-presubmits.yaml b/ci-operator/jobs/openshift/cluster-api-actuator-pkg/openshift-cluster-api-actuator-pkg-master-presubmits.yaml index 232a53964efd..254c5452631e 100644 --- a/ci-operator/jobs/openshift/cluster-api-actuator-pkg/openshift-cluster-api-actuator-pkg-master-presubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-api-actuator-pkg/openshift-cluster-api-actuator-pkg-master-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-operator-cluster-profile - --target=e2e-aws-operator - --template=/usr/local/e2e-aws-operator @@ -57,6 +55,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -82,6 +83,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-operator,?($|\s.*) - agent: kubernetes always_run: false @@ -101,13 +105,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-operator-tech-preview-cluster-profile - --target=e2e-aws-operator-tech-preview - --template=/usr/local/e2e-aws-operator-tech-preview @@ -141,6 +143,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -166,6 +171,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-operator-tech-preview,?($|\s.*) - agent: kubernetes always_run: true @@ -184,13 +192,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-azure-operator-cluster-profile - --target=e2e-azure-operator - --template=/usr/local/e2e-azure-operator @@ -224,6 +230,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -249,6 +258,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-azure-operator,?($|\s.*) - agent: kubernetes always_run: true @@ -268,13 +280,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-gcp-operator-cluster-profile - --target=e2e-gcp-operator - --template=/usr/local/e2e-gcp-operator @@ -309,6 +319,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -336,6 +349,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-gcp-operator,?($|\s.*) - agent: kubernetes always_run: true @@ -354,10 +370,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=goimports command: - ci-operator @@ -374,6 +390,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -385,6 +404,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )goimports,?($|\s.*) - agent: kubernetes always_run: true @@ -403,10 +425,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=golint command: - ci-operator @@ -423,6 +445,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -434,6 +459,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )golint,?($|\s.*) - agent: kubernetes always_run: true @@ -452,10 +480,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=govet command: - ci-operator @@ -472,6 +500,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -483,6 +514,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )govet,?($|\s.*) - agent: kubernetes always_run: true @@ -501,10 +535,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] - --target=src @@ -523,6 +557,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -534,4 +571,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift/cluster-api-actuator-pkg/openshift-cluster-api-actuator-pkg-release-4.1-postsubmits.yaml b/ci-operator/jobs/openshift/cluster-api-actuator-pkg/openshift-cluster-api-actuator-pkg-release-4.1-postsubmits.yaml index 1762790e4846..3127039cd832 100644 --- a/ci-operator/jobs/openshift/cluster-api-actuator-pkg/openshift-cluster-api-actuator-pkg-release-4.1-postsubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-api-actuator-pkg/openshift-cluster-api-actuator-pkg-release-4.1-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-cluster-api-actuator-pkg-release-4.1-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=src command: @@ -35,6 +37,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -46,3 +51,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/cluster-api-actuator-pkg/openshift-cluster-api-actuator-pkg-release-4.1-presubmits.yaml b/ci-operator/jobs/openshift/cluster-api-actuator-pkg/openshift-cluster-api-actuator-pkg-release-4.1-presubmits.yaml index e6c9aec14896..85e4267d4db3 100644 --- a/ci-operator/jobs/openshift/cluster-api-actuator-pkg/openshift-cluster-api-actuator-pkg-release-4.1-presubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-api-actuator-pkg/openshift-cluster-api-actuator-pkg-release-4.1-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-operator-cluster-profile - --target=e2e-aws-operator - --template=/usr/local/e2e-aws-operator @@ -57,6 +55,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -82,6 +83,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-operator,?($|\s.*) - agent: kubernetes always_run: true @@ -100,10 +104,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=gofmt command: - ci-operator @@ -120,6 +124,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -131,6 +138,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )gofmt,?($|\s.*) - agent: kubernetes always_run: true @@ -149,10 +159,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=golint command: - ci-operator @@ -169,6 +179,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -180,6 +193,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )golint,?($|\s.*) - agent: kubernetes always_run: true @@ -198,10 +214,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=govet command: - ci-operator @@ -218,6 +234,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -229,6 +248,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )govet,?($|\s.*) - agent: kubernetes always_run: true @@ -247,10 +269,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] - --target=src @@ -269,6 +291,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -280,6 +305,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -298,10 +326,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -318,6 +346,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -329,4 +360,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift/cluster-api-actuator-pkg/openshift-cluster-api-actuator-pkg-release-4.2-postsubmits.yaml b/ci-operator/jobs/openshift/cluster-api-actuator-pkg/openshift-cluster-api-actuator-pkg-release-4.2-postsubmits.yaml index 707990edd8af..4d7169e163e3 100644 --- a/ci-operator/jobs/openshift/cluster-api-actuator-pkg/openshift-cluster-api-actuator-pkg-release-4.2-postsubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-api-actuator-pkg/openshift-cluster-api-actuator-pkg-release-4.2-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-cluster-api-actuator-pkg-release-4.2-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=src command: @@ -35,6 +37,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -46,3 +51,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/cluster-api-actuator-pkg/openshift-cluster-api-actuator-pkg-release-4.2-presubmits.yaml b/ci-operator/jobs/openshift/cluster-api-actuator-pkg/openshift-cluster-api-actuator-pkg-release-4.2-presubmits.yaml index 1870e762e961..2b1864b89a05 100644 --- a/ci-operator/jobs/openshift/cluster-api-actuator-pkg/openshift-cluster-api-actuator-pkg-release-4.2-presubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-api-actuator-pkg/openshift-cluster-api-actuator-pkg-release-4.2-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-operator-cluster-profile - --target=e2e-aws-operator - --template=/usr/local/e2e-aws-operator @@ -57,6 +55,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -82,6 +83,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-operator,?($|\s.*) - agent: kubernetes always_run: true @@ -101,13 +105,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-operator-tech-preview-cluster-profile - --target=e2e-aws-operator-tech-preview - --template=/usr/local/e2e-aws-operator-tech-preview @@ -141,6 +143,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -166,6 +171,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-operator-tech-preview,?($|\s.*) - agent: kubernetes always_run: true @@ -184,13 +192,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-azure-operator-cluster-profile - --target=e2e-azure-operator - --template=/usr/local/e2e-azure-operator @@ -224,6 +230,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -249,6 +258,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-azure-operator,?($|\s.*) - agent: kubernetes always_run: true @@ -268,13 +280,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-gcp-operator-cluster-profile - --target=e2e-gcp-operator - --template=/usr/local/e2e-gcp-operator @@ -308,6 +318,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -335,6 +348,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-gcp-operator,?($|\s.*) - agent: kubernetes always_run: true @@ -353,10 +369,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=goimports command: - ci-operator @@ -373,6 +389,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -384,6 +403,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )goimports,?($|\s.*) - agent: kubernetes always_run: true @@ -402,10 +424,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=golint command: - ci-operator @@ -422,6 +444,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -433,6 +458,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )golint,?($|\s.*) - agent: kubernetes always_run: true @@ -451,10 +479,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=govet command: - ci-operator @@ -471,6 +499,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -482,6 +513,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )govet,?($|\s.*) - agent: kubernetes always_run: true @@ -500,10 +534,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] - --target=src @@ -522,6 +556,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -533,6 +570,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -551,10 +591,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -571,6 +611,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -582,4 +625,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift/cluster-api-actuator-pkg/openshift-cluster-api-actuator-pkg-release-4.3-postsubmits.yaml b/ci-operator/jobs/openshift/cluster-api-actuator-pkg/openshift-cluster-api-actuator-pkg-release-4.3-postsubmits.yaml index 7a08ebf361c8..c061253c0188 100644 --- a/ci-operator/jobs/openshift/cluster-api-actuator-pkg/openshift-cluster-api-actuator-pkg-release-4.3-postsubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-api-actuator-pkg/openshift-cluster-api-actuator-pkg-release-4.3-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-cluster-api-actuator-pkg-release-4.3-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=src command: @@ -35,6 +37,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -46,3 +51,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/cluster-api-actuator-pkg/openshift-cluster-api-actuator-pkg-release-4.3-presubmits.yaml b/ci-operator/jobs/openshift/cluster-api-actuator-pkg/openshift-cluster-api-actuator-pkg-release-4.3-presubmits.yaml index 0395ae23f08a..11c1ce03b16e 100644 --- a/ci-operator/jobs/openshift/cluster-api-actuator-pkg/openshift-cluster-api-actuator-pkg-release-4.3-presubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-api-actuator-pkg/openshift-cluster-api-actuator-pkg-release-4.3-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-operator-cluster-profile - --target=e2e-aws-operator - --template=/usr/local/e2e-aws-operator @@ -57,6 +55,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -82,6 +83,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-operator,?($|\s.*) - agent: kubernetes always_run: false @@ -101,13 +105,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-operator-tech-preview-cluster-profile - --target=e2e-aws-operator-tech-preview - --template=/usr/local/e2e-aws-operator-tech-preview @@ -141,6 +143,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -166,6 +171,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-operator-tech-preview,?($|\s.*) - agent: kubernetes always_run: true @@ -184,13 +192,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-azure-operator-cluster-profile - --target=e2e-azure-operator - --template=/usr/local/e2e-azure-operator @@ -224,6 +230,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -249,6 +258,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-azure-operator,?($|\s.*) - agent: kubernetes always_run: true @@ -268,13 +280,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-gcp-operator-cluster-profile - --target=e2e-gcp-operator - --template=/usr/local/e2e-gcp-operator @@ -308,6 +318,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -335,6 +348,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-gcp-operator,?($|\s.*) - agent: kubernetes always_run: true @@ -353,10 +369,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=goimports command: - ci-operator @@ -373,6 +389,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -384,6 +403,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )goimports,?($|\s.*) - agent: kubernetes always_run: true @@ -402,10 +424,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=golint command: - ci-operator @@ -422,6 +444,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -433,6 +458,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )golint,?($|\s.*) - agent: kubernetes always_run: true @@ -451,10 +479,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=govet command: - ci-operator @@ -471,6 +499,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -482,6 +513,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )govet,?($|\s.*) - agent: kubernetes always_run: true @@ -500,10 +534,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] - --target=src @@ -522,6 +556,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -533,6 +570,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -551,10 +591,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -571,6 +611,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -582,4 +625,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift/cluster-api-actuator-pkg/openshift-cluster-api-actuator-pkg-release-4.4-postsubmits.yaml b/ci-operator/jobs/openshift/cluster-api-actuator-pkg/openshift-cluster-api-actuator-pkg-release-4.4-postsubmits.yaml index 2334958d4728..f01c95b0f11a 100644 --- a/ci-operator/jobs/openshift/cluster-api-actuator-pkg/openshift-cluster-api-actuator-pkg-release-4.4-postsubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-api-actuator-pkg/openshift-cluster-api-actuator-pkg-release-4.4-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-cluster-api-actuator-pkg-release-4.4-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=src command: @@ -35,6 +37,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -46,3 +51,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/cluster-api-actuator-pkg/openshift-cluster-api-actuator-pkg-release-4.4-presubmits.yaml b/ci-operator/jobs/openshift/cluster-api-actuator-pkg/openshift-cluster-api-actuator-pkg-release-4.4-presubmits.yaml index 31585a67baa8..59bd6a8beb7b 100644 --- a/ci-operator/jobs/openshift/cluster-api-actuator-pkg/openshift-cluster-api-actuator-pkg-release-4.4-presubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-api-actuator-pkg/openshift-cluster-api-actuator-pkg-release-4.4-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-operator-cluster-profile - --target=e2e-aws-operator - --template=/usr/local/e2e-aws-operator @@ -57,6 +55,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -82,6 +83,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-operator,?($|\s.*) - agent: kubernetes always_run: false @@ -101,13 +105,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-operator-tech-preview-cluster-profile - --target=e2e-aws-operator-tech-preview - --template=/usr/local/e2e-aws-operator-tech-preview @@ -141,6 +143,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -166,6 +171,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-operator-tech-preview,?($|\s.*) - agent: kubernetes always_run: true @@ -184,13 +192,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-azure-operator-cluster-profile - --target=e2e-azure-operator - --template=/usr/local/e2e-azure-operator @@ -224,6 +230,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -249,6 +258,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-azure-operator,?($|\s.*) - agent: kubernetes always_run: true @@ -268,13 +280,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-gcp-operator-cluster-profile - --target=e2e-gcp-operator - --template=/usr/local/e2e-gcp-operator @@ -308,6 +318,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -335,6 +348,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-gcp-operator,?($|\s.*) - agent: kubernetes always_run: true @@ -353,10 +369,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=goimports command: - ci-operator @@ -373,6 +389,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -384,6 +403,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )goimports,?($|\s.*) - agent: kubernetes always_run: true @@ -402,10 +424,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=golint command: - ci-operator @@ -422,6 +444,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -433,6 +458,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )golint,?($|\s.*) - agent: kubernetes always_run: true @@ -451,10 +479,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=govet command: - ci-operator @@ -471,6 +499,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -482,6 +513,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )govet,?($|\s.*) - agent: kubernetes always_run: true @@ -500,10 +534,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] - --target=src @@ -522,6 +556,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -533,6 +570,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -551,10 +591,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -571,6 +611,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -582,4 +625,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift/cluster-api-actuator-pkg/openshift-cluster-api-actuator-pkg-release-4.5-postsubmits.yaml b/ci-operator/jobs/openshift/cluster-api-actuator-pkg/openshift-cluster-api-actuator-pkg-release-4.5-postsubmits.yaml index 13b6c3eccc5b..bb7e6c4246db 100644 --- a/ci-operator/jobs/openshift/cluster-api-actuator-pkg/openshift-cluster-api-actuator-pkg-release-4.5-postsubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-api-actuator-pkg/openshift-cluster-api-actuator-pkg-release-4.5-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-cluster-api-actuator-pkg-release-4.5-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=src command: @@ -35,6 +37,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -46,3 +51,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/cluster-api-actuator-pkg/openshift-cluster-api-actuator-pkg-release-4.5-presubmits.yaml b/ci-operator/jobs/openshift/cluster-api-actuator-pkg/openshift-cluster-api-actuator-pkg-release-4.5-presubmits.yaml index bd0218dff621..ba84003f7c4e 100644 --- a/ci-operator/jobs/openshift/cluster-api-actuator-pkg/openshift-cluster-api-actuator-pkg-release-4.5-presubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-api-actuator-pkg/openshift-cluster-api-actuator-pkg-release-4.5-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-operator-cluster-profile - --target=e2e-aws-operator - --template=/usr/local/e2e-aws-operator @@ -57,6 +55,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -82,6 +83,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-operator,?($|\s.*) - agent: kubernetes always_run: false @@ -101,13 +105,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-operator-tech-preview-cluster-profile - --target=e2e-aws-operator-tech-preview - --template=/usr/local/e2e-aws-operator-tech-preview @@ -141,6 +143,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -166,6 +171,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-operator-tech-preview,?($|\s.*) - agent: kubernetes always_run: true @@ -184,13 +192,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-azure-operator-cluster-profile - --target=e2e-azure-operator - --template=/usr/local/e2e-azure-operator @@ -224,6 +230,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -249,6 +258,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-azure-operator,?($|\s.*) - agent: kubernetes always_run: true @@ -267,13 +279,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-gcp-operator-cluster-profile - --target=e2e-gcp-operator - --template=/usr/local/e2e-gcp-operator @@ -308,6 +318,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -335,6 +348,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-gcp-operator,?($|\s.*) - agent: kubernetes always_run: true @@ -353,10 +369,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=goimports command: - ci-operator @@ -373,6 +389,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -384,6 +403,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )goimports,?($|\s.*) - agent: kubernetes always_run: true @@ -402,10 +424,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=golint command: - ci-operator @@ -422,6 +444,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -433,6 +458,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )golint,?($|\s.*) - agent: kubernetes always_run: true @@ -451,10 +479,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=govet command: - ci-operator @@ -471,6 +499,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -482,6 +513,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )govet,?($|\s.*) - agent: kubernetes always_run: true @@ -500,10 +534,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=src command: @@ -521,6 +555,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -532,4 +569,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift/cluster-api-actuator-pkg/openshift-cluster-api-actuator-pkg-release-4.6-postsubmits.yaml b/ci-operator/jobs/openshift/cluster-api-actuator-pkg/openshift-cluster-api-actuator-pkg-release-4.6-postsubmits.yaml index 9c191b591b47..f0447584e1f0 100644 --- a/ci-operator/jobs/openshift/cluster-api-actuator-pkg/openshift-cluster-api-actuator-pkg-release-4.6-postsubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-api-actuator-pkg/openshift-cluster-api-actuator-pkg-release-4.6-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-cluster-api-actuator-pkg-release-4.6-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=src command: @@ -35,6 +37,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -46,3 +51,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/cluster-api-actuator-pkg/openshift-cluster-api-actuator-pkg-release-4.6-presubmits.yaml b/ci-operator/jobs/openshift/cluster-api-actuator-pkg/openshift-cluster-api-actuator-pkg-release-4.6-presubmits.yaml index 90fad0594282..a19803e45a23 100644 --- a/ci-operator/jobs/openshift/cluster-api-actuator-pkg/openshift-cluster-api-actuator-pkg-release-4.6-presubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-api-actuator-pkg/openshift-cluster-api-actuator-pkg-release-4.6-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-operator-cluster-profile - --target=e2e-aws-operator - --template=/usr/local/e2e-aws-operator @@ -57,6 +55,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -82,6 +83,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-operator,?($|\s.*) - agent: kubernetes always_run: false @@ -101,13 +105,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-operator-tech-preview-cluster-profile - --target=e2e-aws-operator-tech-preview - --template=/usr/local/e2e-aws-operator-tech-preview @@ -141,6 +143,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -166,6 +171,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-operator-tech-preview,?($|\s.*) - agent: kubernetes always_run: true @@ -184,13 +192,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-azure-operator-cluster-profile - --target=e2e-azure-operator - --template=/usr/local/e2e-azure-operator @@ -224,6 +230,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -249,6 +258,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-azure-operator,?($|\s.*) - agent: kubernetes always_run: true @@ -268,13 +280,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-gcp-operator-cluster-profile - --target=e2e-gcp-operator - --template=/usr/local/e2e-gcp-operator @@ -309,6 +319,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -336,6 +349,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-gcp-operator,?($|\s.*) - agent: kubernetes always_run: true @@ -354,10 +370,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=goimports command: - ci-operator @@ -374,6 +390,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -385,6 +404,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )goimports,?($|\s.*) - agent: kubernetes always_run: true @@ -403,10 +425,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=golint command: - ci-operator @@ -423,6 +445,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -434,6 +459,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )golint,?($|\s.*) - agent: kubernetes always_run: true @@ -452,10 +480,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=govet command: - ci-operator @@ -472,6 +500,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -483,6 +514,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )govet,?($|\s.*) - agent: kubernetes always_run: true @@ -501,10 +535,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] - --target=src @@ -523,6 +557,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -534,4 +571,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift/cluster-api-actuator-pkg/openshift-cluster-api-actuator-pkg-release-4.7-postsubmits.yaml b/ci-operator/jobs/openshift/cluster-api-actuator-pkg/openshift-cluster-api-actuator-pkg-release-4.7-postsubmits.yaml index f776962007e7..5b3533a847e3 100644 --- a/ci-operator/jobs/openshift/cluster-api-actuator-pkg/openshift-cluster-api-actuator-pkg-release-4.7-postsubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-api-actuator-pkg/openshift-cluster-api-actuator-pkg-release-4.7-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-cluster-api-actuator-pkg-release-4.7-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=src command: @@ -35,6 +37,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -46,3 +51,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/cluster-api-actuator-pkg/openshift-cluster-api-actuator-pkg-release-4.7-presubmits.yaml b/ci-operator/jobs/openshift/cluster-api-actuator-pkg/openshift-cluster-api-actuator-pkg-release-4.7-presubmits.yaml index ebbaaa86a3a0..2746de49083a 100644 --- a/ci-operator/jobs/openshift/cluster-api-actuator-pkg/openshift-cluster-api-actuator-pkg-release-4.7-presubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-api-actuator-pkg/openshift-cluster-api-actuator-pkg-release-4.7-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-operator-cluster-profile - --target=e2e-aws-operator - --template=/usr/local/e2e-aws-operator @@ -57,6 +55,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -82,6 +83,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-operator,?($|\s.*) - agent: kubernetes always_run: false @@ -101,13 +105,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-operator-tech-preview-cluster-profile - --target=e2e-aws-operator-tech-preview - --template=/usr/local/e2e-aws-operator-tech-preview @@ -141,6 +143,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -166,6 +171,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-operator-tech-preview,?($|\s.*) - agent: kubernetes always_run: true @@ -184,13 +192,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-azure-operator-cluster-profile - --target=e2e-azure-operator - --template=/usr/local/e2e-azure-operator @@ -224,6 +230,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -249,6 +258,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-azure-operator,?($|\s.*) - agent: kubernetes always_run: true @@ -268,13 +280,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-gcp-operator-cluster-profile - --target=e2e-gcp-operator - --template=/usr/local/e2e-gcp-operator @@ -309,6 +319,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -336,6 +349,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-gcp-operator,?($|\s.*) - agent: kubernetes always_run: true @@ -354,10 +370,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=goimports command: - ci-operator @@ -374,6 +390,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -385,6 +404,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )goimports,?($|\s.*) - agent: kubernetes always_run: true @@ -403,10 +425,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=golint command: - ci-operator @@ -423,6 +445,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -434,6 +459,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )golint,?($|\s.*) - agent: kubernetes always_run: true @@ -452,10 +480,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=govet command: - ci-operator @@ -472,6 +500,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -483,6 +514,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )govet,?($|\s.*) - agent: kubernetes always_run: true @@ -501,10 +535,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] - --target=src @@ -523,6 +557,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -534,4 +571,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift/cluster-api-provider-aws/openshift-cluster-api-provider-aws-master-postsubmits.yaml b/ci-operator/jobs/openshift/cluster-api-provider-aws/openshift-cluster-api-provider-aws-master-postsubmits.yaml index 0ecdf4b97fde..83b376173094 100644 --- a/ci-operator/jobs/openshift/cluster-api-provider-aws/openshift-cluster-api-provider-aws-master-postsubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-api-provider-aws/openshift-cluster-api-provider-aws-master-postsubmits.yaml @@ -8,17 +8,19 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-cluster-api-provider-aws-master-images path_alias: sigs.k8s.io/cluster-api-provider-aws spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -35,6 +37,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -46,3 +51,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/cluster-api-provider-aws/openshift-cluster-api-provider-aws-master-presubmits.yaml b/ci-operator/jobs/openshift/cluster-api-provider-aws/openshift-cluster-api-provider-aws-master-presubmits.yaml index ed3112b7bb89..259bce4f6d3c 100644 --- a/ci-operator/jobs/openshift/cluster-api-provider-aws/openshift-cluster-api-provider-aws-master-presubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-api-provider-aws/openshift-cluster-api-provider-aws-master-presubmits.yaml @@ -18,13 +18,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -47,6 +45,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -69,6 +70,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -88,13 +92,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-operator-cluster-profile - --target=e2e-aws-operator - --template=/usr/local/e2e-aws-operator @@ -130,6 +132,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -155,6 +160,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-operator,?($|\s.*) - agent: kubernetes always_run: true @@ -174,13 +182,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -203,6 +209,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -225,6 +234,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -244,10 +256,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=goimports command: - ci-operator @@ -264,6 +276,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -275,6 +290,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )goimports,?($|\s.*) - agent: kubernetes always_run: true @@ -294,10 +312,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=golint command: - ci-operator @@ -314,6 +332,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -325,6 +346,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )golint,?($|\s.*) - agent: kubernetes always_run: true @@ -344,10 +368,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=govet command: - ci-operator @@ -364,6 +388,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -375,6 +402,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )govet,?($|\s.*) - agent: kubernetes always_run: true @@ -394,10 +424,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -415,6 +445,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -426,6 +459,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -445,10 +481,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -465,6 +501,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -476,6 +515,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true diff --git a/ci-operator/jobs/openshift/cluster-api-provider-aws/openshift-cluster-api-provider-aws-release-4.1-postsubmits.yaml b/ci-operator/jobs/openshift/cluster-api-provider-aws/openshift-cluster-api-provider-aws-release-4.1-postsubmits.yaml index 9de9d0ad5227..5bd17bed1e4b 100644 --- a/ci-operator/jobs/openshift/cluster-api-provider-aws/openshift-cluster-api-provider-aws-release-4.1-postsubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-api-provider-aws/openshift-cluster-api-provider-aws-release-4.1-postsubmits.yaml @@ -8,17 +8,19 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-cluster-api-provider-aws-release-4.1-images path_alias: sigs.k8s.io/cluster-api-provider-aws spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -35,6 +37,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -46,3 +51,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/cluster-api-provider-aws/openshift-cluster-api-provider-aws-release-4.1-presubmits.yaml b/ci-operator/jobs/openshift/cluster-api-provider-aws/openshift-cluster-api-provider-aws-release-4.1-presubmits.yaml index a6e59bc612d3..9a976cc881c0 100644 --- a/ci-operator/jobs/openshift/cluster-api-provider-aws/openshift-cluster-api-provider-aws-release-4.1-presubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-api-provider-aws/openshift-cluster-api-provider-aws-release-4.1-presubmits.yaml @@ -18,13 +18,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -47,6 +45,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -69,6 +70,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -88,13 +92,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-operator-cluster-profile - --target=e2e-aws-operator - --template=/usr/local/e2e-aws-operator @@ -130,6 +132,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -155,6 +160,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-operator,?($|\s.*) - agent: kubernetes always_run: true @@ -174,13 +182,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -203,6 +209,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -225,6 +234,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -244,10 +256,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=gofmt command: - ci-operator @@ -264,6 +276,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -275,6 +290,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )gofmt,?($|\s.*) - agent: kubernetes always_run: true @@ -294,10 +312,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=golint command: - ci-operator @@ -314,6 +332,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -325,6 +346,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )golint,?($|\s.*) - agent: kubernetes always_run: true @@ -344,10 +368,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=govet command: - ci-operator @@ -364,6 +388,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -375,6 +402,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )govet,?($|\s.*) - agent: kubernetes always_run: true @@ -394,10 +424,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -415,6 +445,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -426,6 +459,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -445,10 +481,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -465,6 +501,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -476,6 +515,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true diff --git a/ci-operator/jobs/openshift/cluster-api-provider-aws/openshift-cluster-api-provider-aws-release-4.2-postsubmits.yaml b/ci-operator/jobs/openshift/cluster-api-provider-aws/openshift-cluster-api-provider-aws-release-4.2-postsubmits.yaml index 94ec2282763b..43dde971e928 100644 --- a/ci-operator/jobs/openshift/cluster-api-provider-aws/openshift-cluster-api-provider-aws-release-4.2-postsubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-api-provider-aws/openshift-cluster-api-provider-aws-release-4.2-postsubmits.yaml @@ -8,17 +8,19 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-cluster-api-provider-aws-release-4.2-images path_alias: sigs.k8s.io/cluster-api-provider-aws spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -35,6 +37,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -46,3 +51,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/cluster-api-provider-aws/openshift-cluster-api-provider-aws-release-4.2-presubmits.yaml b/ci-operator/jobs/openshift/cluster-api-provider-aws/openshift-cluster-api-provider-aws-release-4.2-presubmits.yaml index 41e41c31fb9e..3f84ec9c17e6 100644 --- a/ci-operator/jobs/openshift/cluster-api-provider-aws/openshift-cluster-api-provider-aws-release-4.2-presubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-api-provider-aws/openshift-cluster-api-provider-aws-release-4.2-presubmits.yaml @@ -18,13 +18,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -47,6 +45,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -69,6 +70,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -88,13 +92,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-operator-cluster-profile - --target=e2e-aws-operator - --template=/usr/local/e2e-aws-operator @@ -130,6 +132,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -155,6 +160,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-operator,?($|\s.*) - agent: kubernetes always_run: true @@ -174,13 +182,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -203,6 +209,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -225,6 +234,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -244,10 +256,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=goimports command: - ci-operator @@ -264,6 +276,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -275,6 +290,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )goimports,?($|\s.*) - agent: kubernetes always_run: true @@ -294,10 +312,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=golint command: - ci-operator @@ -314,6 +332,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -325,6 +346,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )golint,?($|\s.*) - agent: kubernetes always_run: true @@ -344,10 +368,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=govet command: - ci-operator @@ -364,6 +388,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -375,6 +402,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )govet,?($|\s.*) - agent: kubernetes always_run: true @@ -394,10 +424,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -415,6 +445,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -426,6 +459,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -445,10 +481,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -465,6 +501,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -476,6 +515,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true diff --git a/ci-operator/jobs/openshift/cluster-api-provider-aws/openshift-cluster-api-provider-aws-release-4.3-postsubmits.yaml b/ci-operator/jobs/openshift/cluster-api-provider-aws/openshift-cluster-api-provider-aws-release-4.3-postsubmits.yaml index af56bbd5347d..febc4c9ef1f7 100644 --- a/ci-operator/jobs/openshift/cluster-api-provider-aws/openshift-cluster-api-provider-aws-release-4.3-postsubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-api-provider-aws/openshift-cluster-api-provider-aws-release-4.3-postsubmits.yaml @@ -8,17 +8,19 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-cluster-api-provider-aws-release-4.3-images path_alias: sigs.k8s.io/cluster-api-provider-aws spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -35,6 +37,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -46,3 +51,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/cluster-api-provider-aws/openshift-cluster-api-provider-aws-release-4.3-presubmits.yaml b/ci-operator/jobs/openshift/cluster-api-provider-aws/openshift-cluster-api-provider-aws-release-4.3-presubmits.yaml index 30efb78c9cc3..e0c39663d4a4 100644 --- a/ci-operator/jobs/openshift/cluster-api-provider-aws/openshift-cluster-api-provider-aws-release-4.3-presubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-api-provider-aws/openshift-cluster-api-provider-aws-release-4.3-presubmits.yaml @@ -18,13 +18,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -47,6 +45,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -69,6 +70,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -88,13 +92,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-operator-cluster-profile - --target=e2e-aws-operator - --template=/usr/local/e2e-aws-operator @@ -130,6 +132,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -155,6 +160,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-operator,?($|\s.*) - agent: kubernetes always_run: true @@ -174,13 +182,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -203,6 +209,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -225,6 +234,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -244,10 +256,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=goimports command: - ci-operator @@ -264,6 +276,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -275,6 +290,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )goimports,?($|\s.*) - agent: kubernetes always_run: true @@ -294,10 +312,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=golint command: - ci-operator @@ -314,6 +332,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -325,6 +346,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )golint,?($|\s.*) - agent: kubernetes always_run: true @@ -344,10 +368,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=govet command: - ci-operator @@ -364,6 +388,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -375,6 +402,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )govet,?($|\s.*) - agent: kubernetes always_run: true @@ -394,10 +424,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -415,6 +445,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -426,6 +459,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -445,10 +481,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -465,6 +501,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -476,6 +515,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true diff --git a/ci-operator/jobs/openshift/cluster-api-provider-aws/openshift-cluster-api-provider-aws-release-4.4-postsubmits.yaml b/ci-operator/jobs/openshift/cluster-api-provider-aws/openshift-cluster-api-provider-aws-release-4.4-postsubmits.yaml index 89f17b34c9a6..a28afacb3555 100644 --- a/ci-operator/jobs/openshift/cluster-api-provider-aws/openshift-cluster-api-provider-aws-release-4.4-postsubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-api-provider-aws/openshift-cluster-api-provider-aws-release-4.4-postsubmits.yaml @@ -8,17 +8,19 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-cluster-api-provider-aws-release-4.4-images path_alias: sigs.k8s.io/cluster-api-provider-aws spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -35,6 +37,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -46,3 +51,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/cluster-api-provider-aws/openshift-cluster-api-provider-aws-release-4.4-presubmits.yaml b/ci-operator/jobs/openshift/cluster-api-provider-aws/openshift-cluster-api-provider-aws-release-4.4-presubmits.yaml index 34ee5607da15..0917970d4ce1 100644 --- a/ci-operator/jobs/openshift/cluster-api-provider-aws/openshift-cluster-api-provider-aws-release-4.4-presubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-api-provider-aws/openshift-cluster-api-provider-aws-release-4.4-presubmits.yaml @@ -18,13 +18,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -47,6 +45,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -69,6 +70,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -88,13 +92,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-operator-cluster-profile - --target=e2e-aws-operator - --template=/usr/local/e2e-aws-operator @@ -130,6 +132,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -155,6 +160,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-operator,?($|\s.*) - agent: kubernetes always_run: true @@ -174,13 +182,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -203,6 +209,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -225,6 +234,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -244,10 +256,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=goimports command: - ci-operator @@ -264,6 +276,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -275,6 +290,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )goimports,?($|\s.*) - agent: kubernetes always_run: true @@ -294,10 +312,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=golint command: - ci-operator @@ -314,6 +332,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -325,6 +346,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )golint,?($|\s.*) - agent: kubernetes always_run: true @@ -344,10 +368,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=govet command: - ci-operator @@ -364,6 +388,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -375,6 +402,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )govet,?($|\s.*) - agent: kubernetes always_run: true @@ -394,10 +424,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -415,6 +445,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -426,6 +459,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -445,10 +481,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -465,6 +501,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -476,6 +515,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true diff --git a/ci-operator/jobs/openshift/cluster-api-provider-aws/openshift-cluster-api-provider-aws-release-4.5-postsubmits.yaml b/ci-operator/jobs/openshift/cluster-api-provider-aws/openshift-cluster-api-provider-aws-release-4.5-postsubmits.yaml index 0b2588f780be..918c6d15e9f8 100644 --- a/ci-operator/jobs/openshift/cluster-api-provider-aws/openshift-cluster-api-provider-aws-release-4.5-postsubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-api-provider-aws/openshift-cluster-api-provider-aws-release-4.5-postsubmits.yaml @@ -8,17 +8,19 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-cluster-api-provider-aws-release-4.5-images path_alias: sigs.k8s.io/cluster-api-provider-aws spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -35,6 +37,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -46,3 +51,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/cluster-api-provider-aws/openshift-cluster-api-provider-aws-release-4.5-presubmits.yaml b/ci-operator/jobs/openshift/cluster-api-provider-aws/openshift-cluster-api-provider-aws-release-4.5-presubmits.yaml index ca97474bf2e1..c214197e2716 100644 --- a/ci-operator/jobs/openshift/cluster-api-provider-aws/openshift-cluster-api-provider-aws-release-4.5-presubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-api-provider-aws/openshift-cluster-api-provider-aws-release-4.5-presubmits.yaml @@ -18,13 +18,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -47,6 +45,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -69,6 +70,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -88,13 +92,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-operator-cluster-profile - --target=e2e-aws-operator - --template=/usr/local/e2e-aws-operator @@ -130,6 +132,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -155,6 +160,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-operator,?($|\s.*) - agent: kubernetes always_run: true @@ -174,13 +182,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -203,6 +209,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -225,6 +234,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -244,10 +256,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=goimports command: - ci-operator @@ -264,6 +276,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -275,6 +290,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )goimports,?($|\s.*) - agent: kubernetes always_run: true @@ -294,10 +312,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=golint command: - ci-operator @@ -314,6 +332,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -325,6 +346,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )golint,?($|\s.*) - agent: kubernetes always_run: true @@ -344,10 +368,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=govet command: - ci-operator @@ -364,6 +388,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -375,6 +402,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )govet,?($|\s.*) - agent: kubernetes always_run: true @@ -394,10 +424,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -414,6 +444,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -425,6 +458,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -444,10 +480,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -464,6 +500,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -475,6 +514,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true diff --git a/ci-operator/jobs/openshift/cluster-api-provider-aws/openshift-cluster-api-provider-aws-release-4.6-postsubmits.yaml b/ci-operator/jobs/openshift/cluster-api-provider-aws/openshift-cluster-api-provider-aws-release-4.6-postsubmits.yaml index cbd7c10d9636..3535f2a10353 100644 --- a/ci-operator/jobs/openshift/cluster-api-provider-aws/openshift-cluster-api-provider-aws-release-4.6-postsubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-api-provider-aws/openshift-cluster-api-provider-aws-release-4.6-postsubmits.yaml @@ -8,17 +8,19 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-cluster-api-provider-aws-release-4.6-images path_alias: sigs.k8s.io/cluster-api-provider-aws spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -35,6 +37,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -46,3 +51,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/cluster-api-provider-aws/openshift-cluster-api-provider-aws-release-4.6-presubmits.yaml b/ci-operator/jobs/openshift/cluster-api-provider-aws/openshift-cluster-api-provider-aws-release-4.6-presubmits.yaml index 6f114e8b49df..598c88de0b1b 100644 --- a/ci-operator/jobs/openshift/cluster-api-provider-aws/openshift-cluster-api-provider-aws-release-4.6-presubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-api-provider-aws/openshift-cluster-api-provider-aws-release-4.6-presubmits.yaml @@ -18,13 +18,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -47,6 +45,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -69,6 +70,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -88,13 +92,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-operator-cluster-profile - --target=e2e-aws-operator - --template=/usr/local/e2e-aws-operator @@ -130,6 +132,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -155,6 +160,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-operator,?($|\s.*) - agent: kubernetes always_run: true @@ -174,13 +182,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -203,6 +209,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -225,6 +234,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -244,10 +256,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=goimports command: - ci-operator @@ -264,6 +276,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -275,6 +290,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )goimports,?($|\s.*) - agent: kubernetes always_run: true @@ -294,10 +312,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=golint command: - ci-operator @@ -314,6 +332,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -325,6 +346,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )golint,?($|\s.*) - agent: kubernetes always_run: true @@ -344,10 +368,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=govet command: - ci-operator @@ -364,6 +388,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -375,6 +402,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )govet,?($|\s.*) - agent: kubernetes always_run: true @@ -394,10 +424,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -415,6 +445,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -426,6 +459,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -445,10 +481,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -465,6 +501,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -476,6 +515,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true diff --git a/ci-operator/jobs/openshift/cluster-api-provider-aws/openshift-cluster-api-provider-aws-release-4.7-postsubmits.yaml b/ci-operator/jobs/openshift/cluster-api-provider-aws/openshift-cluster-api-provider-aws-release-4.7-postsubmits.yaml index 97a261e47cd0..d6f0411b11c6 100644 --- a/ci-operator/jobs/openshift/cluster-api-provider-aws/openshift-cluster-api-provider-aws-release-4.7-postsubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-api-provider-aws/openshift-cluster-api-provider-aws-release-4.7-postsubmits.yaml @@ -8,17 +8,19 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-cluster-api-provider-aws-release-4.7-images path_alias: sigs.k8s.io/cluster-api-provider-aws spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -35,6 +37,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -46,3 +51,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/cluster-api-provider-aws/openshift-cluster-api-provider-aws-release-4.7-presubmits.yaml b/ci-operator/jobs/openshift/cluster-api-provider-aws/openshift-cluster-api-provider-aws-release-4.7-presubmits.yaml index 6abab3ea6fdf..1090fe44890f 100644 --- a/ci-operator/jobs/openshift/cluster-api-provider-aws/openshift-cluster-api-provider-aws-release-4.7-presubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-api-provider-aws/openshift-cluster-api-provider-aws-release-4.7-presubmits.yaml @@ -18,13 +18,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -47,6 +45,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -69,6 +70,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -88,13 +92,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-operator-cluster-profile - --target=e2e-aws-operator - --template=/usr/local/e2e-aws-operator @@ -130,6 +132,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -155,6 +160,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-operator,?($|\s.*) - agent: kubernetes always_run: true @@ -174,13 +182,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -203,6 +209,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -225,6 +234,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -244,10 +256,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=goimports command: - ci-operator @@ -264,6 +276,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -275,6 +290,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )goimports,?($|\s.*) - agent: kubernetes always_run: true @@ -294,10 +312,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=golint command: - ci-operator @@ -314,6 +332,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -325,6 +346,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )golint,?($|\s.*) - agent: kubernetes always_run: true @@ -344,10 +368,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=govet command: - ci-operator @@ -364,6 +388,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -375,6 +402,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )govet,?($|\s.*) - agent: kubernetes always_run: true @@ -394,10 +424,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -415,6 +445,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -426,6 +459,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -445,10 +481,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -465,6 +501,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -476,6 +515,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true diff --git a/ci-operator/jobs/openshift/cluster-api-provider-azure/openshift-cluster-api-provider-azure-master-postsubmits.yaml b/ci-operator/jobs/openshift/cluster-api-provider-azure/openshift-cluster-api-provider-azure-master-postsubmits.yaml index 11ab98d08325..d8655fd51670 100644 --- a/ci-operator/jobs/openshift/cluster-api-provider-azure/openshift-cluster-api-provider-azure-master-postsubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-api-provider-azure/openshift-cluster-api-provider-azure-master-postsubmits.yaml @@ -8,17 +8,19 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-cluster-api-provider-azure-master-images path_alias: sigs.k8s.io/cluster-api-provider-azure spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -35,6 +37,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -46,3 +51,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/cluster-api-provider-azure/openshift-cluster-api-provider-azure-master-presubmits.yaml b/ci-operator/jobs/openshift/cluster-api-provider-azure/openshift-cluster-api-provider-azure-master-presubmits.yaml index d0376b60296e..e4874ec1db9d 100644 --- a/ci-operator/jobs/openshift/cluster-api-provider-azure/openshift-cluster-api-provider-azure-master-presubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-api-provider-azure/openshift-cluster-api-provider-azure-master-presubmits.yaml @@ -19,13 +19,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-azure-cluster-profile - --target=e2e-azure - --template=/usr/local/e2e-azure @@ -59,6 +57,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -84,6 +85,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-azure,?($|\s.*) - agent: kubernetes always_run: true @@ -103,13 +107,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-azure-operator-cluster-profile - --target=e2e-azure-operator - --template=/usr/local/e2e-azure-operator @@ -145,6 +147,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -170,6 +175,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-azure-operator,?($|\s.*) - agent: kubernetes always_run: true @@ -189,10 +197,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=git-history command: - ci-operator @@ -209,6 +217,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -220,6 +231,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )git-history,?($|\s.*) - agent: kubernetes always_run: true @@ -239,10 +253,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=goimports command: - ci-operator @@ -259,6 +273,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -270,6 +287,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )goimports,?($|\s.*) - agent: kubernetes always_run: true @@ -289,10 +309,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=govet command: - ci-operator @@ -309,6 +329,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -320,6 +343,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )govet,?($|\s.*) - agent: kubernetes always_run: true @@ -339,10 +365,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -360,6 +386,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -371,6 +400,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -390,10 +422,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -410,6 +442,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -421,4 +456,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift/cluster-api-provider-azure/openshift-cluster-api-provider-azure-release-4.1-postsubmits.yaml b/ci-operator/jobs/openshift/cluster-api-provider-azure/openshift-cluster-api-provider-azure-release-4.1-postsubmits.yaml index 1d0ae5a3ead9..f656cc3b0cb8 100644 --- a/ci-operator/jobs/openshift/cluster-api-provider-azure/openshift-cluster-api-provider-azure-release-4.1-postsubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-api-provider-azure/openshift-cluster-api-provider-azure-release-4.1-postsubmits.yaml @@ -8,17 +8,19 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-cluster-api-provider-azure-release-4.1-images path_alias: sigs.k8s.io/cluster-api-provider-azure spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -35,6 +37,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -46,3 +51,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/cluster-api-provider-azure/openshift-cluster-api-provider-azure-release-4.1-presubmits.yaml b/ci-operator/jobs/openshift/cluster-api-provider-azure/openshift-cluster-api-provider-azure-release-4.1-presubmits.yaml index c7fdbe0b16e3..df9b4adb26c8 100644 --- a/ci-operator/jobs/openshift/cluster-api-provider-azure/openshift-cluster-api-provider-azure-release-4.1-presubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-api-provider-azure/openshift-cluster-api-provider-azure-release-4.1-presubmits.yaml @@ -18,10 +18,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=bazel-build command: - ci-operator @@ -38,6 +38,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -49,6 +52,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )bazel-build,?($|\s.*) - agent: kubernetes always_run: true @@ -68,10 +74,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=bazel-verify command: - ci-operator @@ -88,6 +94,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -99,6 +108,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )bazel-verify,?($|\s.*) - agent: kubernetes always_run: true @@ -118,10 +130,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=gofmt command: - ci-operator @@ -138,6 +150,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -149,6 +164,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )gofmt,?($|\s.*) - agent: kubernetes always_run: true @@ -168,10 +186,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=govet command: - ci-operator @@ -188,6 +206,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -199,6 +220,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )govet,?($|\s.*) - agent: kubernetes always_run: true @@ -218,10 +242,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -239,6 +263,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -250,6 +277,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -269,10 +299,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -289,6 +319,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -300,4 +333,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift/cluster-api-provider-azure/openshift-cluster-api-provider-azure-release-4.2-postsubmits.yaml b/ci-operator/jobs/openshift/cluster-api-provider-azure/openshift-cluster-api-provider-azure-release-4.2-postsubmits.yaml index f87caad383fa..157a30bbb835 100644 --- a/ci-operator/jobs/openshift/cluster-api-provider-azure/openshift-cluster-api-provider-azure-release-4.2-postsubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-api-provider-azure/openshift-cluster-api-provider-azure-release-4.2-postsubmits.yaml @@ -8,17 +8,19 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-cluster-api-provider-azure-release-4.2-images path_alias: sigs.k8s.io/cluster-api-provider-azure spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -35,6 +37,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -46,3 +51,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/cluster-api-provider-azure/openshift-cluster-api-provider-azure-release-4.2-presubmits.yaml b/ci-operator/jobs/openshift/cluster-api-provider-azure/openshift-cluster-api-provider-azure-release-4.2-presubmits.yaml index b3cba983c477..8f57d17bac4f 100644 --- a/ci-operator/jobs/openshift/cluster-api-provider-azure/openshift-cluster-api-provider-azure-release-4.2-presubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-api-provider-azure/openshift-cluster-api-provider-azure-release-4.2-presubmits.yaml @@ -18,13 +18,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-azure-cluster-profile - --target=e2e-azure - --template=/usr/local/e2e-azure @@ -58,6 +56,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -83,6 +84,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-azure,?($|\s.*) - agent: kubernetes always_run: true @@ -102,13 +106,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-azure-operator-cluster-profile - --target=e2e-azure-operator - --template=/usr/local/e2e-azure-operator @@ -144,6 +146,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -169,6 +174,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-azure-operator,?($|\s.*) - agent: kubernetes always_run: true @@ -188,10 +196,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=git-history command: - ci-operator @@ -208,6 +216,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -219,6 +230,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )git-history,?($|\s.*) - agent: kubernetes always_run: true @@ -238,10 +252,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=goimports command: - ci-operator @@ -258,6 +272,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -269,6 +286,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )goimports,?($|\s.*) - agent: kubernetes always_run: true @@ -288,10 +308,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=govet command: - ci-operator @@ -308,6 +328,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -319,6 +342,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )govet,?($|\s.*) - agent: kubernetes always_run: true @@ -338,10 +364,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -359,6 +385,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -370,6 +399,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -389,10 +421,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -409,6 +441,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -420,4 +455,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift/cluster-api-provider-azure/openshift-cluster-api-provider-azure-release-4.3-postsubmits.yaml b/ci-operator/jobs/openshift/cluster-api-provider-azure/openshift-cluster-api-provider-azure-release-4.3-postsubmits.yaml index d02834a260e7..56ccebc8004e 100644 --- a/ci-operator/jobs/openshift/cluster-api-provider-azure/openshift-cluster-api-provider-azure-release-4.3-postsubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-api-provider-azure/openshift-cluster-api-provider-azure-release-4.3-postsubmits.yaml @@ -8,17 +8,19 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-cluster-api-provider-azure-release-4.3-images path_alias: sigs.k8s.io/cluster-api-provider-azure spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -35,6 +37,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -46,3 +51,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/cluster-api-provider-azure/openshift-cluster-api-provider-azure-release-4.3-presubmits.yaml b/ci-operator/jobs/openshift/cluster-api-provider-azure/openshift-cluster-api-provider-azure-release-4.3-presubmits.yaml index eeb78776032c..4bfaaa5dbda0 100644 --- a/ci-operator/jobs/openshift/cluster-api-provider-azure/openshift-cluster-api-provider-azure-release-4.3-presubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-api-provider-azure/openshift-cluster-api-provider-azure-release-4.3-presubmits.yaml @@ -19,13 +19,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-azure-cluster-profile - --target=e2e-azure - --template=/usr/local/e2e-azure @@ -59,6 +57,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -84,6 +85,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-azure,?($|\s.*) - agent: kubernetes always_run: true @@ -103,13 +107,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-azure-operator-cluster-profile - --target=e2e-azure-operator - --template=/usr/local/e2e-azure-operator @@ -145,6 +147,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -170,6 +175,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-azure-operator,?($|\s.*) - agent: kubernetes always_run: true @@ -189,10 +197,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=git-history command: - ci-operator @@ -209,6 +217,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -220,6 +231,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )git-history,?($|\s.*) - agent: kubernetes always_run: true @@ -239,10 +253,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=goimports command: - ci-operator @@ -259,6 +273,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -270,6 +287,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )goimports,?($|\s.*) - agent: kubernetes always_run: true @@ -289,10 +309,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=govet command: - ci-operator @@ -309,6 +329,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -320,6 +343,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )govet,?($|\s.*) - agent: kubernetes always_run: true @@ -339,10 +365,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -360,6 +386,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -371,6 +400,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -390,10 +422,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -410,6 +442,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -421,4 +456,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift/cluster-api-provider-azure/openshift-cluster-api-provider-azure-release-4.4-postsubmits.yaml b/ci-operator/jobs/openshift/cluster-api-provider-azure/openshift-cluster-api-provider-azure-release-4.4-postsubmits.yaml index 3133c5d282b0..fa1db0e39706 100644 --- a/ci-operator/jobs/openshift/cluster-api-provider-azure/openshift-cluster-api-provider-azure-release-4.4-postsubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-api-provider-azure/openshift-cluster-api-provider-azure-release-4.4-postsubmits.yaml @@ -8,17 +8,19 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-cluster-api-provider-azure-release-4.4-images path_alias: sigs.k8s.io/cluster-api-provider-azure spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -35,6 +37,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -46,3 +51,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/cluster-api-provider-azure/openshift-cluster-api-provider-azure-release-4.4-presubmits.yaml b/ci-operator/jobs/openshift/cluster-api-provider-azure/openshift-cluster-api-provider-azure-release-4.4-presubmits.yaml index 926fcb9cb9f7..fcab4f7e0900 100644 --- a/ci-operator/jobs/openshift/cluster-api-provider-azure/openshift-cluster-api-provider-azure-release-4.4-presubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-api-provider-azure/openshift-cluster-api-provider-azure-release-4.4-presubmits.yaml @@ -19,13 +19,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-azure-cluster-profile - --target=e2e-azure - --template=/usr/local/e2e-azure @@ -59,6 +57,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -84,6 +85,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-azure,?($|\s.*) - agent: kubernetes always_run: true @@ -103,13 +107,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-azure-operator-cluster-profile - --target=e2e-azure-operator - --template=/usr/local/e2e-azure-operator @@ -145,6 +147,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -170,6 +175,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-azure-operator,?($|\s.*) - agent: kubernetes always_run: true @@ -189,10 +197,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=git-history command: - ci-operator @@ -209,6 +217,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -220,6 +231,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )git-history,?($|\s.*) - agent: kubernetes always_run: true @@ -239,10 +253,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=goimports command: - ci-operator @@ -259,6 +273,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -270,6 +287,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )goimports,?($|\s.*) - agent: kubernetes always_run: true @@ -289,10 +309,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=govet command: - ci-operator @@ -309,6 +329,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -320,6 +343,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )govet,?($|\s.*) - agent: kubernetes always_run: true @@ -339,10 +365,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -360,6 +386,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -371,6 +400,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -390,10 +422,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -410,6 +442,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -421,4 +456,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift/cluster-api-provider-azure/openshift-cluster-api-provider-azure-release-4.5-postsubmits.yaml b/ci-operator/jobs/openshift/cluster-api-provider-azure/openshift-cluster-api-provider-azure-release-4.5-postsubmits.yaml index 395cbcb651a2..21342fd449a4 100644 --- a/ci-operator/jobs/openshift/cluster-api-provider-azure/openshift-cluster-api-provider-azure-release-4.5-postsubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-api-provider-azure/openshift-cluster-api-provider-azure-release-4.5-postsubmits.yaml @@ -8,17 +8,19 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-cluster-api-provider-azure-release-4.5-images path_alias: sigs.k8s.io/cluster-api-provider-azure spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -35,6 +37,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -46,3 +51,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/cluster-api-provider-azure/openshift-cluster-api-provider-azure-release-4.5-presubmits.yaml b/ci-operator/jobs/openshift/cluster-api-provider-azure/openshift-cluster-api-provider-azure-release-4.5-presubmits.yaml index ee68d6b36be3..39dc76b72427 100644 --- a/ci-operator/jobs/openshift/cluster-api-provider-azure/openshift-cluster-api-provider-azure-release-4.5-presubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-api-provider-azure/openshift-cluster-api-provider-azure-release-4.5-presubmits.yaml @@ -18,13 +18,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-azure-cluster-profile - --target=e2e-azure - --template=/usr/local/e2e-azure @@ -58,6 +56,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -83,6 +84,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-azure,?($|\s.*) - agent: kubernetes always_run: true @@ -102,13 +106,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-azure-operator-cluster-profile - --target=e2e-azure-operator - --template=/usr/local/e2e-azure-operator @@ -144,6 +146,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -169,6 +174,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-azure-operator,?($|\s.*) - agent: kubernetes always_run: true @@ -188,10 +196,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=git-history command: - ci-operator @@ -208,6 +216,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -219,6 +230,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )git-history,?($|\s.*) - agent: kubernetes always_run: true @@ -238,10 +252,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=goimports command: - ci-operator @@ -258,6 +272,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -269,6 +286,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )goimports,?($|\s.*) - agent: kubernetes always_run: true @@ -288,10 +308,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=govet command: - ci-operator @@ -308,6 +328,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -319,6 +342,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )govet,?($|\s.*) - agent: kubernetes always_run: true @@ -338,10 +364,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -358,6 +384,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -369,6 +398,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -388,10 +420,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -408,6 +440,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -419,4 +454,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift/cluster-api-provider-azure/openshift-cluster-api-provider-azure-release-4.6-postsubmits.yaml b/ci-operator/jobs/openshift/cluster-api-provider-azure/openshift-cluster-api-provider-azure-release-4.6-postsubmits.yaml index c84736f1046c..31c31d7cfaaa 100644 --- a/ci-operator/jobs/openshift/cluster-api-provider-azure/openshift-cluster-api-provider-azure-release-4.6-postsubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-api-provider-azure/openshift-cluster-api-provider-azure-release-4.6-postsubmits.yaml @@ -8,17 +8,19 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-cluster-api-provider-azure-release-4.6-images path_alias: sigs.k8s.io/cluster-api-provider-azure spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -35,6 +37,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -46,3 +51,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/cluster-api-provider-azure/openshift-cluster-api-provider-azure-release-4.6-presubmits.yaml b/ci-operator/jobs/openshift/cluster-api-provider-azure/openshift-cluster-api-provider-azure-release-4.6-presubmits.yaml index 4a4cffaf0131..907378e39d9f 100644 --- a/ci-operator/jobs/openshift/cluster-api-provider-azure/openshift-cluster-api-provider-azure-release-4.6-presubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-api-provider-azure/openshift-cluster-api-provider-azure-release-4.6-presubmits.yaml @@ -19,13 +19,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-azure-cluster-profile - --target=e2e-azure - --template=/usr/local/e2e-azure @@ -59,6 +57,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -84,6 +85,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-azure,?($|\s.*) - agent: kubernetes always_run: true @@ -103,13 +107,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-azure-operator-cluster-profile - --target=e2e-azure-operator - --template=/usr/local/e2e-azure-operator @@ -145,6 +147,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -170,6 +175,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-azure-operator,?($|\s.*) - agent: kubernetes always_run: true @@ -189,10 +197,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=git-history command: - ci-operator @@ -209,6 +217,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -220,6 +231,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )git-history,?($|\s.*) - agent: kubernetes always_run: true @@ -239,10 +253,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=goimports command: - ci-operator @@ -259,6 +273,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -270,6 +287,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )goimports,?($|\s.*) - agent: kubernetes always_run: true @@ -289,10 +309,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=govet command: - ci-operator @@ -309,6 +329,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -320,6 +343,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )govet,?($|\s.*) - agent: kubernetes always_run: true @@ -339,10 +365,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -360,6 +386,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -371,6 +400,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -390,10 +422,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -410,6 +442,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -421,4 +456,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift/cluster-api-provider-azure/openshift-cluster-api-provider-azure-release-4.7-postsubmits.yaml b/ci-operator/jobs/openshift/cluster-api-provider-azure/openshift-cluster-api-provider-azure-release-4.7-postsubmits.yaml index bc0ecde60dc5..f5b135b970bf 100644 --- a/ci-operator/jobs/openshift/cluster-api-provider-azure/openshift-cluster-api-provider-azure-release-4.7-postsubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-api-provider-azure/openshift-cluster-api-provider-azure-release-4.7-postsubmits.yaml @@ -8,17 +8,19 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-cluster-api-provider-azure-release-4.7-images path_alias: sigs.k8s.io/cluster-api-provider-azure spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -35,6 +37,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -46,3 +51,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/cluster-api-provider-azure/openshift-cluster-api-provider-azure-release-4.7-presubmits.yaml b/ci-operator/jobs/openshift/cluster-api-provider-azure/openshift-cluster-api-provider-azure-release-4.7-presubmits.yaml index c2291502f68c..dac8e00e92f3 100644 --- a/ci-operator/jobs/openshift/cluster-api-provider-azure/openshift-cluster-api-provider-azure-release-4.7-presubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-api-provider-azure/openshift-cluster-api-provider-azure-release-4.7-presubmits.yaml @@ -19,13 +19,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-azure-cluster-profile - --target=e2e-azure - --template=/usr/local/e2e-azure @@ -59,6 +57,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -84,6 +85,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-azure,?($|\s.*) - agent: kubernetes always_run: true @@ -103,13 +107,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-azure-operator-cluster-profile - --target=e2e-azure-operator - --template=/usr/local/e2e-azure-operator @@ -145,6 +147,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -170,6 +175,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-azure-operator,?($|\s.*) - agent: kubernetes always_run: true @@ -189,10 +197,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=git-history command: - ci-operator @@ -209,6 +217,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -220,6 +231,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )git-history,?($|\s.*) - agent: kubernetes always_run: true @@ -239,10 +253,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=goimports command: - ci-operator @@ -259,6 +273,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -270,6 +287,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )goimports,?($|\s.*) - agent: kubernetes always_run: true @@ -289,10 +309,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=govet command: - ci-operator @@ -309,6 +329,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -320,6 +343,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )govet,?($|\s.*) - agent: kubernetes always_run: true @@ -339,10 +365,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -360,6 +386,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -371,6 +400,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -390,10 +422,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -410,6 +442,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -421,4 +456,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift/cluster-api-provider-baremetal/openshift-cluster-api-provider-baremetal-master-postsubmits.yaml b/ci-operator/jobs/openshift/cluster-api-provider-baremetal/openshift-cluster-api-provider-baremetal-master-postsubmits.yaml index 429c0f71c86c..f41c400b4370 100644 --- a/ci-operator/jobs/openshift/cluster-api-provider-baremetal/openshift-cluster-api-provider-baremetal-master-postsubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-api-provider-baremetal/openshift-cluster-api-provider-baremetal-master-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-cluster-api-provider-baremetal-master-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/cluster-api-provider-baremetal/openshift-cluster-api-provider-baremetal-master-presubmits.yaml b/ci-operator/jobs/openshift/cluster-api-provider-baremetal/openshift-cluster-api-provider-baremetal-master-presubmits.yaml index ceaf94b60417..1c9196fdfe46 100644 --- a/ci-operator/jobs/openshift/cluster-api-provider-baremetal/openshift-cluster-api-provider-baremetal-master-presubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-api-provider-baremetal/openshift-cluster-api-provider-baremetal-master-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-metal-ipi-cluster-profile - --target=e2e-metal-ipi command: @@ -46,6 +44,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -70,6 +71,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-metal-ipi,?($|\s.*) - agent: kubernetes always_run: true @@ -88,10 +92,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=gofmt command: - ci-operator @@ -108,6 +112,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -119,6 +126,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )gofmt,?($|\s.*) - agent: kubernetes always_run: true @@ -137,10 +147,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=govet command: - ci-operator @@ -157,6 +167,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -168,6 +181,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )govet,?($|\s.*) - agent: kubernetes always_run: true @@ -186,10 +202,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -207,6 +223,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -218,4 +237,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift/cluster-api-provider-baremetal/openshift-cluster-api-provider-baremetal-release-4.1-postsubmits.yaml b/ci-operator/jobs/openshift/cluster-api-provider-baremetal/openshift-cluster-api-provider-baremetal-release-4.1-postsubmits.yaml index 249cf6a258b1..149f7451f863 100644 --- a/ci-operator/jobs/openshift/cluster-api-provider-baremetal/openshift-cluster-api-provider-baremetal-release-4.1-postsubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-api-provider-baremetal/openshift-cluster-api-provider-baremetal-release-4.1-postsubmits.yaml @@ -8,17 +8,19 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-cluster-api-provider-baremetal-release-4.1-images path_alias: github.com/metalkube/cluster-api-provider-baremetal spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -35,6 +37,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -46,3 +51,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/cluster-api-provider-baremetal/openshift-cluster-api-provider-baremetal-release-4.1-presubmits.yaml b/ci-operator/jobs/openshift/cluster-api-provider-baremetal/openshift-cluster-api-provider-baremetal-release-4.1-presubmits.yaml index 4ce4edff5d86..f1196d167a2c 100644 --- a/ci-operator/jobs/openshift/cluster-api-provider-baremetal/openshift-cluster-api-provider-baremetal-release-4.1-presubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-api-provider-baremetal/openshift-cluster-api-provider-baremetal-release-4.1-presubmits.yaml @@ -18,10 +18,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=gofmt command: - ci-operator @@ -38,6 +38,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -49,6 +52,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )gofmt,?($|\s.*) - agent: kubernetes always_run: true @@ -68,10 +74,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=govet command: - ci-operator @@ -88,6 +94,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -99,6 +108,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )govet,?($|\s.*) - agent: kubernetes always_run: true @@ -118,10 +130,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -139,6 +151,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -150,4 +165,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift/cluster-api-provider-baremetal/openshift-cluster-api-provider-baremetal-release-4.2-postsubmits.yaml b/ci-operator/jobs/openshift/cluster-api-provider-baremetal/openshift-cluster-api-provider-baremetal-release-4.2-postsubmits.yaml index 1be6e63dd9d1..1df70aa5197e 100644 --- a/ci-operator/jobs/openshift/cluster-api-provider-baremetal/openshift-cluster-api-provider-baremetal-release-4.2-postsubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-api-provider-baremetal/openshift-cluster-api-provider-baremetal-release-4.2-postsubmits.yaml @@ -8,17 +8,19 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-cluster-api-provider-baremetal-release-4.2-images path_alias: github.com/metal3-io/cluster-api-provider-baremetal spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -35,6 +37,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -46,3 +51,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/cluster-api-provider-baremetal/openshift-cluster-api-provider-baremetal-release-4.2-presubmits.yaml b/ci-operator/jobs/openshift/cluster-api-provider-baremetal/openshift-cluster-api-provider-baremetal-release-4.2-presubmits.yaml index ce4f32323ba3..bf378e8cd9b7 100644 --- a/ci-operator/jobs/openshift/cluster-api-provider-baremetal/openshift-cluster-api-provider-baremetal-release-4.2-presubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-api-provider-baremetal/openshift-cluster-api-provider-baremetal-release-4.2-presubmits.yaml @@ -18,10 +18,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=gofmt command: - ci-operator @@ -38,6 +38,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -49,6 +52,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )gofmt,?($|\s.*) - agent: kubernetes always_run: true @@ -68,10 +74,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=govet command: - ci-operator @@ -88,6 +94,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -99,6 +108,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )govet,?($|\s.*) - agent: kubernetes always_run: true @@ -118,10 +130,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -139,6 +151,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -150,4 +165,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift/cluster-api-provider-baremetal/openshift-cluster-api-provider-baremetal-release-4.3-postsubmits.yaml b/ci-operator/jobs/openshift/cluster-api-provider-baremetal/openshift-cluster-api-provider-baremetal-release-4.3-postsubmits.yaml index b82bb90a7825..17d885935006 100644 --- a/ci-operator/jobs/openshift/cluster-api-provider-baremetal/openshift-cluster-api-provider-baremetal-release-4.3-postsubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-api-provider-baremetal/openshift-cluster-api-provider-baremetal-release-4.3-postsubmits.yaml @@ -8,17 +8,19 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-cluster-api-provider-baremetal-release-4.3-images path_alias: github.com/metal3-io/cluster-api-provider-baremetal spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -35,6 +37,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -46,3 +51,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/cluster-api-provider-baremetal/openshift-cluster-api-provider-baremetal-release-4.3-presubmits.yaml b/ci-operator/jobs/openshift/cluster-api-provider-baremetal/openshift-cluster-api-provider-baremetal-release-4.3-presubmits.yaml index 14d7c0f1b3b3..32f6d19d8c28 100644 --- a/ci-operator/jobs/openshift/cluster-api-provider-baremetal/openshift-cluster-api-provider-baremetal-release-4.3-presubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-api-provider-baremetal/openshift-cluster-api-provider-baremetal-release-4.3-presubmits.yaml @@ -18,10 +18,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=gofmt command: - ci-operator @@ -38,6 +38,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -49,6 +52,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )gofmt,?($|\s.*) - agent: kubernetes always_run: true @@ -68,10 +74,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=govet command: - ci-operator @@ -88,6 +94,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -99,6 +108,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )govet,?($|\s.*) - agent: kubernetes always_run: true @@ -118,10 +130,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -139,6 +151,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -150,4 +165,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift/cluster-api-provider-baremetal/openshift-cluster-api-provider-baremetal-release-4.4-postsubmits.yaml b/ci-operator/jobs/openshift/cluster-api-provider-baremetal/openshift-cluster-api-provider-baremetal-release-4.4-postsubmits.yaml index 02cf6fb8e455..dbd0b41c7d57 100644 --- a/ci-operator/jobs/openshift/cluster-api-provider-baremetal/openshift-cluster-api-provider-baremetal-release-4.4-postsubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-api-provider-baremetal/openshift-cluster-api-provider-baremetal-release-4.4-postsubmits.yaml @@ -8,17 +8,19 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-cluster-api-provider-baremetal-release-4.4-images path_alias: github.com/metal3-io/cluster-api-provider-baremetal spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -35,6 +37,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -46,3 +51,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/cluster-api-provider-baremetal/openshift-cluster-api-provider-baremetal-release-4.4-presubmits.yaml b/ci-operator/jobs/openshift/cluster-api-provider-baremetal/openshift-cluster-api-provider-baremetal-release-4.4-presubmits.yaml index cbf0f2bfa342..eb0c3352bb1b 100644 --- a/ci-operator/jobs/openshift/cluster-api-provider-baremetal/openshift-cluster-api-provider-baremetal-release-4.4-presubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-api-provider-baremetal/openshift-cluster-api-provider-baremetal-release-4.4-presubmits.yaml @@ -18,10 +18,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=gofmt command: - ci-operator @@ -38,6 +38,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -49,6 +52,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )gofmt,?($|\s.*) - agent: kubernetes always_run: true @@ -68,10 +74,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=govet command: - ci-operator @@ -88,6 +94,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -99,6 +108,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )govet,?($|\s.*) - agent: kubernetes always_run: true @@ -118,10 +130,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -139,6 +151,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -150,4 +165,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift/cluster-api-provider-baremetal/openshift-cluster-api-provider-baremetal-release-4.5-postsubmits.yaml b/ci-operator/jobs/openshift/cluster-api-provider-baremetal/openshift-cluster-api-provider-baremetal-release-4.5-postsubmits.yaml index 3f44a717451d..a0c7681ba803 100644 --- a/ci-operator/jobs/openshift/cluster-api-provider-baremetal/openshift-cluster-api-provider-baremetal-release-4.5-postsubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-api-provider-baremetal/openshift-cluster-api-provider-baremetal-release-4.5-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-cluster-api-provider-baremetal-release-4.5-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/cluster-api-provider-baremetal/openshift-cluster-api-provider-baremetal-release-4.5-presubmits.yaml b/ci-operator/jobs/openshift/cluster-api-provider-baremetal/openshift-cluster-api-provider-baremetal-release-4.5-presubmits.yaml index 33235e8d54f4..6ca5b9e384f5 100644 --- a/ci-operator/jobs/openshift/cluster-api-provider-baremetal/openshift-cluster-api-provider-baremetal-release-4.5-presubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-api-provider-baremetal/openshift-cluster-api-provider-baremetal-release-4.5-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-metal-ipi-cluster-profile - --target=e2e-metal-ipi command: @@ -46,6 +44,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -70,6 +71,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-metal-ipi,?($|\s.*) - agent: kubernetes always_run: true @@ -88,10 +92,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=gofmt command: - ci-operator @@ -108,6 +112,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -119,6 +126,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )gofmt,?($|\s.*) - agent: kubernetes always_run: true @@ -137,10 +147,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=govet command: - ci-operator @@ -157,6 +167,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -168,6 +181,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )govet,?($|\s.*) - agent: kubernetes always_run: true @@ -186,10 +202,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -206,6 +222,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -217,4 +236,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift/cluster-api-provider-baremetal/openshift-cluster-api-provider-baremetal-release-4.6-postsubmits.yaml b/ci-operator/jobs/openshift/cluster-api-provider-baremetal/openshift-cluster-api-provider-baremetal-release-4.6-postsubmits.yaml index 9062993beec5..360985b91017 100644 --- a/ci-operator/jobs/openshift/cluster-api-provider-baremetal/openshift-cluster-api-provider-baremetal-release-4.6-postsubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-api-provider-baremetal/openshift-cluster-api-provider-baremetal-release-4.6-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-cluster-api-provider-baremetal-release-4.6-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/cluster-api-provider-baremetal/openshift-cluster-api-provider-baremetal-release-4.6-presubmits.yaml b/ci-operator/jobs/openshift/cluster-api-provider-baremetal/openshift-cluster-api-provider-baremetal-release-4.6-presubmits.yaml index 1fa59d707b1e..76ddbb6060f2 100644 --- a/ci-operator/jobs/openshift/cluster-api-provider-baremetal/openshift-cluster-api-provider-baremetal-release-4.6-presubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-api-provider-baremetal/openshift-cluster-api-provider-baremetal-release-4.6-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-metal-ipi-cluster-profile - --target=e2e-metal-ipi command: @@ -46,6 +44,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -70,6 +71,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-metal-ipi,?($|\s.*) - agent: kubernetes always_run: true @@ -88,10 +92,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=gofmt command: - ci-operator @@ -108,6 +112,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -119,6 +126,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )gofmt,?($|\s.*) - agent: kubernetes always_run: true @@ -137,10 +147,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=govet command: - ci-operator @@ -157,6 +167,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -168,6 +181,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )govet,?($|\s.*) - agent: kubernetes always_run: true @@ -186,10 +202,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -207,6 +223,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -218,4 +237,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift/cluster-api-provider-baremetal/openshift-cluster-api-provider-baremetal-release-4.7-postsubmits.yaml b/ci-operator/jobs/openshift/cluster-api-provider-baremetal/openshift-cluster-api-provider-baremetal-release-4.7-postsubmits.yaml index 2a75e3cfbd1c..66989fff3c58 100644 --- a/ci-operator/jobs/openshift/cluster-api-provider-baremetal/openshift-cluster-api-provider-baremetal-release-4.7-postsubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-api-provider-baremetal/openshift-cluster-api-provider-baremetal-release-4.7-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-cluster-api-provider-baremetal-release-4.7-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/cluster-api-provider-baremetal/openshift-cluster-api-provider-baremetal-release-4.7-presubmits.yaml b/ci-operator/jobs/openshift/cluster-api-provider-baremetal/openshift-cluster-api-provider-baremetal-release-4.7-presubmits.yaml index f932cb637cb7..0ad2d56d00fa 100644 --- a/ci-operator/jobs/openshift/cluster-api-provider-baremetal/openshift-cluster-api-provider-baremetal-release-4.7-presubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-api-provider-baremetal/openshift-cluster-api-provider-baremetal-release-4.7-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-metal-ipi-cluster-profile - --target=e2e-metal-ipi command: @@ -46,6 +44,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -70,6 +71,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-metal-ipi,?($|\s.*) - agent: kubernetes always_run: true @@ -88,10 +92,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=gofmt command: - ci-operator @@ -108,6 +112,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -119,6 +126,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )gofmt,?($|\s.*) - agent: kubernetes always_run: true @@ -137,10 +147,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=govet command: - ci-operator @@ -157,6 +167,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -168,6 +181,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )govet,?($|\s.*) - agent: kubernetes always_run: true @@ -186,10 +202,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -207,6 +223,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -218,4 +237,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift/cluster-api-provider-gcp/openshift-cluster-api-provider-gcp-master-postsubmits.yaml b/ci-operator/jobs/openshift/cluster-api-provider-gcp/openshift-cluster-api-provider-gcp-master-postsubmits.yaml index 39406f1f8817..cf3c46378a26 100644 --- a/ci-operator/jobs/openshift/cluster-api-provider-gcp/openshift-cluster-api-provider-gcp-master-postsubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-api-provider-gcp/openshift-cluster-api-provider-gcp-master-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-cluster-api-provider-gcp-master-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/cluster-api-provider-gcp/openshift-cluster-api-provider-gcp-master-presubmits.yaml b/ci-operator/jobs/openshift/cluster-api-provider-gcp/openshift-cluster-api-provider-gcp-master-presubmits.yaml index 877d84bda2e1..5587e97678e6 100644 --- a/ci-operator/jobs/openshift/cluster-api-provider-gcp/openshift-cluster-api-provider-gcp-master-presubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-api-provider-gcp/openshift-cluster-api-provider-gcp-master-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-gcp-cluster-profile - --target=e2e-gcp - --template=/usr/local/e2e-gcp @@ -57,6 +55,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -84,6 +85,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-gcp,?($|\s.*) - agent: kubernetes always_run: true @@ -102,13 +106,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-gcp-operator-cluster-profile - --target=e2e-gcp-operator - --template=/usr/local/e2e-gcp-operator @@ -144,6 +146,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -171,6 +176,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-gcp-operator,?($|\s.*) - agent: kubernetes always_run: true @@ -189,10 +197,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=goimports command: - ci-operator @@ -209,6 +217,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -220,6 +231,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )goimports,?($|\s.*) - agent: kubernetes always_run: true @@ -238,10 +252,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=govet command: - ci-operator @@ -258,6 +272,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -269,6 +286,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )govet,?($|\s.*) - agent: kubernetes always_run: true @@ -287,10 +307,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -308,6 +328,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -319,6 +342,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -337,10 +363,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -357,6 +383,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -368,4 +397,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift/cluster-api-provider-gcp/openshift-cluster-api-provider-gcp-release-4.1-postsubmits.yaml b/ci-operator/jobs/openshift/cluster-api-provider-gcp/openshift-cluster-api-provider-gcp-release-4.1-postsubmits.yaml index f193a05faf24..e9294aad1ed4 100644 --- a/ci-operator/jobs/openshift/cluster-api-provider-gcp/openshift-cluster-api-provider-gcp-release-4.1-postsubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-api-provider-gcp/openshift-cluster-api-provider-gcp-release-4.1-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-cluster-api-provider-gcp-release-4.1-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/cluster-api-provider-gcp/openshift-cluster-api-provider-gcp-release-4.1-presubmits.yaml b/ci-operator/jobs/openshift/cluster-api-provider-gcp/openshift-cluster-api-provider-gcp-release-4.1-presubmits.yaml index 3dc9a8f8a39b..6be776a0470b 100644 --- a/ci-operator/jobs/openshift/cluster-api-provider-gcp/openshift-cluster-api-provider-gcp-release-4.1-presubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-api-provider-gcp/openshift-cluster-api-provider-gcp-release-4.1-presubmits.yaml @@ -17,10 +17,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=gofmt command: - ci-operator @@ -37,6 +37,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -48,6 +51,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )gofmt,?($|\s.*) - agent: kubernetes always_run: true @@ -66,10 +72,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=govet command: - ci-operator @@ -86,6 +92,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -97,6 +106,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )govet,?($|\s.*) - agent: kubernetes always_run: true @@ -115,10 +127,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -136,6 +148,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -147,6 +162,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -165,10 +183,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -185,6 +203,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -196,4 +217,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift/cluster-api-provider-gcp/openshift-cluster-api-provider-gcp-release-4.2-postsubmits.yaml b/ci-operator/jobs/openshift/cluster-api-provider-gcp/openshift-cluster-api-provider-gcp-release-4.2-postsubmits.yaml index 8f40386d6ca6..92068c99f1ba 100644 --- a/ci-operator/jobs/openshift/cluster-api-provider-gcp/openshift-cluster-api-provider-gcp-release-4.2-postsubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-api-provider-gcp/openshift-cluster-api-provider-gcp-release-4.2-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-cluster-api-provider-gcp-release-4.2-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/cluster-api-provider-gcp/openshift-cluster-api-provider-gcp-release-4.2-presubmits.yaml b/ci-operator/jobs/openshift/cluster-api-provider-gcp/openshift-cluster-api-provider-gcp-release-4.2-presubmits.yaml index 820ccd2cdc1d..0158d08aad05 100644 --- a/ci-operator/jobs/openshift/cluster-api-provider-gcp/openshift-cluster-api-provider-gcp-release-4.2-presubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-api-provider-gcp/openshift-cluster-api-provider-gcp-release-4.2-presubmits.yaml @@ -18,13 +18,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-gcp-operator-cluster-profile - --target=e2e-gcp-operator - --template=/usr/local/e2e-gcp-operator @@ -60,6 +58,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -87,6 +88,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-gcp-operator,?($|\s.*) - agent: kubernetes always_run: true @@ -105,10 +109,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=goimports command: - ci-operator @@ -125,6 +129,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -136,6 +143,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )goimports,?($|\s.*) - agent: kubernetes always_run: true @@ -154,10 +164,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=govet command: - ci-operator @@ -174,6 +184,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -185,6 +198,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )govet,?($|\s.*) - agent: kubernetes always_run: true @@ -203,10 +219,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -224,6 +240,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -235,6 +254,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -253,10 +275,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -273,6 +295,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -284,4 +309,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift/cluster-api-provider-gcp/openshift-cluster-api-provider-gcp-release-4.3-postsubmits.yaml b/ci-operator/jobs/openshift/cluster-api-provider-gcp/openshift-cluster-api-provider-gcp-release-4.3-postsubmits.yaml index 5b26e8385180..fc93a43131d3 100644 --- a/ci-operator/jobs/openshift/cluster-api-provider-gcp/openshift-cluster-api-provider-gcp-release-4.3-postsubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-api-provider-gcp/openshift-cluster-api-provider-gcp-release-4.3-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-cluster-api-provider-gcp-release-4.3-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/cluster-api-provider-gcp/openshift-cluster-api-provider-gcp-release-4.3-presubmits.yaml b/ci-operator/jobs/openshift/cluster-api-provider-gcp/openshift-cluster-api-provider-gcp-release-4.3-presubmits.yaml index 249111178027..94a11cd2997a 100644 --- a/ci-operator/jobs/openshift/cluster-api-provider-gcp/openshift-cluster-api-provider-gcp-release-4.3-presubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-api-provider-gcp/openshift-cluster-api-provider-gcp-release-4.3-presubmits.yaml @@ -18,13 +18,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-gcp-operator-cluster-profile - --target=e2e-gcp-operator - --template=/usr/local/e2e-gcp-operator @@ -60,6 +58,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -87,6 +88,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-gcp-operator,?($|\s.*) - agent: kubernetes always_run: true @@ -105,10 +109,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=goimports command: - ci-operator @@ -125,6 +129,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -136,6 +143,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )goimports,?($|\s.*) - agent: kubernetes always_run: true @@ -154,10 +164,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=govet command: - ci-operator @@ -174,6 +184,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -185,6 +198,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )govet,?($|\s.*) - agent: kubernetes always_run: true @@ -203,10 +219,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -224,6 +240,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -235,6 +254,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -253,10 +275,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -273,6 +295,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -284,4 +309,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift/cluster-api-provider-gcp/openshift-cluster-api-provider-gcp-release-4.4-postsubmits.yaml b/ci-operator/jobs/openshift/cluster-api-provider-gcp/openshift-cluster-api-provider-gcp-release-4.4-postsubmits.yaml index b1b477c374af..b6ac766b424a 100644 --- a/ci-operator/jobs/openshift/cluster-api-provider-gcp/openshift-cluster-api-provider-gcp-release-4.4-postsubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-api-provider-gcp/openshift-cluster-api-provider-gcp-release-4.4-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-cluster-api-provider-gcp-release-4.4-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/cluster-api-provider-gcp/openshift-cluster-api-provider-gcp-release-4.4-presubmits.yaml b/ci-operator/jobs/openshift/cluster-api-provider-gcp/openshift-cluster-api-provider-gcp-release-4.4-presubmits.yaml index 1d7f4d7fb657..82b00b768365 100644 --- a/ci-operator/jobs/openshift/cluster-api-provider-gcp/openshift-cluster-api-provider-gcp-release-4.4-presubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-api-provider-gcp/openshift-cluster-api-provider-gcp-release-4.4-presubmits.yaml @@ -18,13 +18,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-gcp-cluster-profile - --target=e2e-gcp - --template=/usr/local/e2e-gcp @@ -58,6 +56,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -85,6 +86,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-gcp,?($|\s.*) - agent: kubernetes always_run: true @@ -103,13 +107,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-gcp-operator-cluster-profile - --target=e2e-gcp-operator - --template=/usr/local/e2e-gcp-operator @@ -145,6 +147,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -172,6 +177,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-gcp-operator,?($|\s.*) - agent: kubernetes always_run: true @@ -190,10 +198,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=goimports command: - ci-operator @@ -210,6 +218,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -221,6 +232,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )goimports,?($|\s.*) - agent: kubernetes always_run: true @@ -239,10 +253,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=govet command: - ci-operator @@ -259,6 +273,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -270,6 +287,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )govet,?($|\s.*) - agent: kubernetes always_run: true @@ -288,10 +308,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -309,6 +329,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -320,6 +343,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -338,10 +364,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -358,6 +384,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -369,4 +398,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift/cluster-api-provider-gcp/openshift-cluster-api-provider-gcp-release-4.5-postsubmits.yaml b/ci-operator/jobs/openshift/cluster-api-provider-gcp/openshift-cluster-api-provider-gcp-release-4.5-postsubmits.yaml index d5b2e82a346a..c314df472261 100644 --- a/ci-operator/jobs/openshift/cluster-api-provider-gcp/openshift-cluster-api-provider-gcp-release-4.5-postsubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-api-provider-gcp/openshift-cluster-api-provider-gcp-release-4.5-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-cluster-api-provider-gcp-release-4.5-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/cluster-api-provider-gcp/openshift-cluster-api-provider-gcp-release-4.5-presubmits.yaml b/ci-operator/jobs/openshift/cluster-api-provider-gcp/openshift-cluster-api-provider-gcp-release-4.5-presubmits.yaml index dd809f2fc601..447167403284 100644 --- a/ci-operator/jobs/openshift/cluster-api-provider-gcp/openshift-cluster-api-provider-gcp-release-4.5-presubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-api-provider-gcp/openshift-cluster-api-provider-gcp-release-4.5-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-gcp-cluster-profile - --target=e2e-gcp - --template=/usr/local/e2e-gcp @@ -57,6 +55,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -84,6 +85,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-gcp,?($|\s.*) - agent: kubernetes always_run: true @@ -102,13 +106,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-gcp-operator-cluster-profile - --target=e2e-gcp-operator - --template=/usr/local/e2e-gcp-operator @@ -144,6 +146,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -171,6 +176,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-gcp-operator,?($|\s.*) - agent: kubernetes always_run: true @@ -189,10 +197,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=goimports command: - ci-operator @@ -209,6 +217,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -220,6 +231,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )goimports,?($|\s.*) - agent: kubernetes always_run: true @@ -238,10 +252,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=govet command: - ci-operator @@ -258,6 +272,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -269,6 +286,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )govet,?($|\s.*) - agent: kubernetes always_run: true @@ -287,10 +307,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -307,6 +327,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -318,6 +341,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -336,10 +362,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -356,6 +382,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -367,4 +396,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift/cluster-api-provider-gcp/openshift-cluster-api-provider-gcp-release-4.6-postsubmits.yaml b/ci-operator/jobs/openshift/cluster-api-provider-gcp/openshift-cluster-api-provider-gcp-release-4.6-postsubmits.yaml index 8790ac405e33..160ba3e5f451 100644 --- a/ci-operator/jobs/openshift/cluster-api-provider-gcp/openshift-cluster-api-provider-gcp-release-4.6-postsubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-api-provider-gcp/openshift-cluster-api-provider-gcp-release-4.6-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-cluster-api-provider-gcp-release-4.6-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/cluster-api-provider-gcp/openshift-cluster-api-provider-gcp-release-4.6-presubmits.yaml b/ci-operator/jobs/openshift/cluster-api-provider-gcp/openshift-cluster-api-provider-gcp-release-4.6-presubmits.yaml index 08714d35a558..71e5c3d901e5 100644 --- a/ci-operator/jobs/openshift/cluster-api-provider-gcp/openshift-cluster-api-provider-gcp-release-4.6-presubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-api-provider-gcp/openshift-cluster-api-provider-gcp-release-4.6-presubmits.yaml @@ -18,13 +18,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-gcp-cluster-profile - --target=e2e-gcp - --template=/usr/local/e2e-gcp @@ -58,6 +56,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -85,6 +86,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-gcp,?($|\s.*) - agent: kubernetes always_run: true @@ -103,13 +107,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-gcp-operator-cluster-profile - --target=e2e-gcp-operator - --template=/usr/local/e2e-gcp-operator @@ -145,6 +147,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -172,6 +177,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-gcp-operator,?($|\s.*) - agent: kubernetes always_run: true @@ -190,10 +198,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=goimports command: - ci-operator @@ -210,6 +218,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -221,6 +232,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )goimports,?($|\s.*) - agent: kubernetes always_run: true @@ -239,10 +253,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=govet command: - ci-operator @@ -259,6 +273,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -270,6 +287,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )govet,?($|\s.*) - agent: kubernetes always_run: true @@ -288,10 +308,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -309,6 +329,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -320,6 +343,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -338,10 +364,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -358,6 +384,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -369,4 +398,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift/cluster-api-provider-gcp/openshift-cluster-api-provider-gcp-release-4.7-postsubmits.yaml b/ci-operator/jobs/openshift/cluster-api-provider-gcp/openshift-cluster-api-provider-gcp-release-4.7-postsubmits.yaml index d00fd971747b..1d0201ea84e6 100644 --- a/ci-operator/jobs/openshift/cluster-api-provider-gcp/openshift-cluster-api-provider-gcp-release-4.7-postsubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-api-provider-gcp/openshift-cluster-api-provider-gcp-release-4.7-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-cluster-api-provider-gcp-release-4.7-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/cluster-api-provider-gcp/openshift-cluster-api-provider-gcp-release-4.7-presubmits.yaml b/ci-operator/jobs/openshift/cluster-api-provider-gcp/openshift-cluster-api-provider-gcp-release-4.7-presubmits.yaml index c0b5d4505ec9..849cec52d060 100644 --- a/ci-operator/jobs/openshift/cluster-api-provider-gcp/openshift-cluster-api-provider-gcp-release-4.7-presubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-api-provider-gcp/openshift-cluster-api-provider-gcp-release-4.7-presubmits.yaml @@ -18,13 +18,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-gcp-cluster-profile - --target=e2e-gcp - --template=/usr/local/e2e-gcp @@ -58,6 +56,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -85,6 +86,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-gcp,?($|\s.*) - agent: kubernetes always_run: true @@ -103,13 +107,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-gcp-operator-cluster-profile - --target=e2e-gcp-operator - --template=/usr/local/e2e-gcp-operator @@ -145,6 +147,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -172,6 +177,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-gcp-operator,?($|\s.*) - agent: kubernetes always_run: true @@ -190,10 +198,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=goimports command: - ci-operator @@ -210,6 +218,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -221,6 +232,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )goimports,?($|\s.*) - agent: kubernetes always_run: true @@ -239,10 +253,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=govet command: - ci-operator @@ -259,6 +273,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -270,6 +287,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )govet,?($|\s.*) - agent: kubernetes always_run: true @@ -288,10 +308,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -309,6 +329,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -320,6 +343,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -338,10 +364,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -358,6 +384,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -369,4 +398,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift/cluster-api-provider-kubemark/openshift-cluster-api-provider-kubemark-master-postsubmits.yaml b/ci-operator/jobs/openshift/cluster-api-provider-kubemark/openshift-cluster-api-provider-kubemark-master-postsubmits.yaml index 06d8118da00c..6a8a90919066 100644 --- a/ci-operator/jobs/openshift/cluster-api-provider-kubemark/openshift-cluster-api-provider-kubemark-master-postsubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-api-provider-kubemark/openshift-cluster-api-provider-kubemark-master-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-cluster-api-provider-kubemark-master-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/cluster-api-provider-kubemark/openshift-cluster-api-provider-kubemark-master-presubmits.yaml b/ci-operator/jobs/openshift/cluster-api-provider-kubemark/openshift-cluster-api-provider-kubemark-master-presubmits.yaml index aa3c3f5eacdf..cc13f06ca10f 100644 --- a/ci-operator/jobs/openshift/cluster-api-provider-kubemark/openshift-cluster-api-provider-kubemark-master-presubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-api-provider-kubemark/openshift-cluster-api-provider-kubemark-master-presubmits.yaml @@ -17,10 +17,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=gofmt command: - ci-operator @@ -37,6 +37,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -48,6 +51,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )gofmt,?($|\s.*) - agent: kubernetes always_run: true @@ -66,10 +72,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=golint command: - ci-operator @@ -86,6 +92,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -97,6 +106,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )golint,?($|\s.*) - agent: kubernetes always_run: true @@ -115,10 +127,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=govet command: - ci-operator @@ -135,6 +147,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -146,6 +161,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )govet,?($|\s.*) - agent: kubernetes always_run: true @@ -164,10 +182,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -185,6 +203,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -196,6 +217,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -214,10 +238,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -234,6 +258,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -245,4 +272,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift/cluster-api-provider-kubemark/openshift-cluster-api-provider-kubemark-release-4.1-postsubmits.yaml b/ci-operator/jobs/openshift/cluster-api-provider-kubemark/openshift-cluster-api-provider-kubemark-release-4.1-postsubmits.yaml index 314eee475ebe..0c3513a2d24c 100644 --- a/ci-operator/jobs/openshift/cluster-api-provider-kubemark/openshift-cluster-api-provider-kubemark-release-4.1-postsubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-api-provider-kubemark/openshift-cluster-api-provider-kubemark-release-4.1-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-cluster-api-provider-kubemark-release-4.1-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/cluster-api-provider-kubemark/openshift-cluster-api-provider-kubemark-release-4.1-presubmits.yaml b/ci-operator/jobs/openshift/cluster-api-provider-kubemark/openshift-cluster-api-provider-kubemark-release-4.1-presubmits.yaml index 8aabd730f5cf..a145bcd16e23 100644 --- a/ci-operator/jobs/openshift/cluster-api-provider-kubemark/openshift-cluster-api-provider-kubemark-release-4.1-presubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-api-provider-kubemark/openshift-cluster-api-provider-kubemark-release-4.1-presubmits.yaml @@ -17,10 +17,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=gofmt command: - ci-operator @@ -37,6 +37,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -48,6 +51,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )gofmt,?($|\s.*) - agent: kubernetes always_run: true @@ -66,10 +72,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=golint command: - ci-operator @@ -86,6 +92,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -97,6 +106,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )golint,?($|\s.*) - agent: kubernetes always_run: true @@ -115,10 +127,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=govet command: - ci-operator @@ -135,6 +147,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -146,6 +161,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )govet,?($|\s.*) - agent: kubernetes always_run: true @@ -164,10 +182,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -185,6 +203,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -196,6 +217,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -214,10 +238,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -234,6 +258,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -245,4 +272,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift/cluster-api-provider-kubemark/openshift-cluster-api-provider-kubemark-release-4.2-postsubmits.yaml b/ci-operator/jobs/openshift/cluster-api-provider-kubemark/openshift-cluster-api-provider-kubemark-release-4.2-postsubmits.yaml index 4aac6267e83d..73292b36e30a 100644 --- a/ci-operator/jobs/openshift/cluster-api-provider-kubemark/openshift-cluster-api-provider-kubemark-release-4.2-postsubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-api-provider-kubemark/openshift-cluster-api-provider-kubemark-release-4.2-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-cluster-api-provider-kubemark-release-4.2-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/cluster-api-provider-kubemark/openshift-cluster-api-provider-kubemark-release-4.2-presubmits.yaml b/ci-operator/jobs/openshift/cluster-api-provider-kubemark/openshift-cluster-api-provider-kubemark-release-4.2-presubmits.yaml index 8e995e6d660b..2441d2b393c7 100644 --- a/ci-operator/jobs/openshift/cluster-api-provider-kubemark/openshift-cluster-api-provider-kubemark-release-4.2-presubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-api-provider-kubemark/openshift-cluster-api-provider-kubemark-release-4.2-presubmits.yaml @@ -17,10 +17,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=gofmt command: - ci-operator @@ -37,6 +37,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -48,6 +51,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )gofmt,?($|\s.*) - agent: kubernetes always_run: true @@ -66,10 +72,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=golint command: - ci-operator @@ -86,6 +92,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -97,6 +106,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )golint,?($|\s.*) - agent: kubernetes always_run: true @@ -115,10 +127,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=govet command: - ci-operator @@ -135,6 +147,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -146,6 +161,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )govet,?($|\s.*) - agent: kubernetes always_run: true @@ -164,10 +182,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -185,6 +203,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -196,6 +217,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -214,10 +238,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -234,6 +258,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -245,4 +272,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift/cluster-api-provider-kubemark/openshift-cluster-api-provider-kubemark-release-4.3-postsubmits.yaml b/ci-operator/jobs/openshift/cluster-api-provider-kubemark/openshift-cluster-api-provider-kubemark-release-4.3-postsubmits.yaml index b563479f43ea..fcf26175f4ac 100644 --- a/ci-operator/jobs/openshift/cluster-api-provider-kubemark/openshift-cluster-api-provider-kubemark-release-4.3-postsubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-api-provider-kubemark/openshift-cluster-api-provider-kubemark-release-4.3-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-cluster-api-provider-kubemark-release-4.3-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/cluster-api-provider-kubemark/openshift-cluster-api-provider-kubemark-release-4.3-presubmits.yaml b/ci-operator/jobs/openshift/cluster-api-provider-kubemark/openshift-cluster-api-provider-kubemark-release-4.3-presubmits.yaml index 9e2271d052ec..44dd624d96b0 100644 --- a/ci-operator/jobs/openshift/cluster-api-provider-kubemark/openshift-cluster-api-provider-kubemark-release-4.3-presubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-api-provider-kubemark/openshift-cluster-api-provider-kubemark-release-4.3-presubmits.yaml @@ -17,10 +17,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=gofmt command: - ci-operator @@ -37,6 +37,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -48,6 +51,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )gofmt,?($|\s.*) - agent: kubernetes always_run: true @@ -66,10 +72,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=golint command: - ci-operator @@ -86,6 +92,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -97,6 +106,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )golint,?($|\s.*) - agent: kubernetes always_run: true @@ -115,10 +127,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=govet command: - ci-operator @@ -135,6 +147,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -146,6 +161,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )govet,?($|\s.*) - agent: kubernetes always_run: true @@ -164,10 +182,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -185,6 +203,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -196,6 +217,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -214,10 +238,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -234,6 +258,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -245,4 +272,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift/cluster-api-provider-kubemark/openshift-cluster-api-provider-kubemark-release-4.4-postsubmits.yaml b/ci-operator/jobs/openshift/cluster-api-provider-kubemark/openshift-cluster-api-provider-kubemark-release-4.4-postsubmits.yaml index fb657cdfdec1..9aed492c8e99 100644 --- a/ci-operator/jobs/openshift/cluster-api-provider-kubemark/openshift-cluster-api-provider-kubemark-release-4.4-postsubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-api-provider-kubemark/openshift-cluster-api-provider-kubemark-release-4.4-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-cluster-api-provider-kubemark-release-4.4-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/cluster-api-provider-kubemark/openshift-cluster-api-provider-kubemark-release-4.4-presubmits.yaml b/ci-operator/jobs/openshift/cluster-api-provider-kubemark/openshift-cluster-api-provider-kubemark-release-4.4-presubmits.yaml index c2b056e614a7..d84e09dfc591 100644 --- a/ci-operator/jobs/openshift/cluster-api-provider-kubemark/openshift-cluster-api-provider-kubemark-release-4.4-presubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-api-provider-kubemark/openshift-cluster-api-provider-kubemark-release-4.4-presubmits.yaml @@ -17,10 +17,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=gofmt command: - ci-operator @@ -37,6 +37,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -48,6 +51,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )gofmt,?($|\s.*) - agent: kubernetes always_run: true @@ -66,10 +72,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=golint command: - ci-operator @@ -86,6 +92,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -97,6 +106,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )golint,?($|\s.*) - agent: kubernetes always_run: true @@ -115,10 +127,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=govet command: - ci-operator @@ -135,6 +147,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -146,6 +161,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )govet,?($|\s.*) - agent: kubernetes always_run: true @@ -164,10 +182,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -185,6 +203,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -196,6 +217,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -214,10 +238,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -234,6 +258,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -245,4 +272,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift/cluster-api-provider-kubemark/openshift-cluster-api-provider-kubemark-release-4.5-postsubmits.yaml b/ci-operator/jobs/openshift/cluster-api-provider-kubemark/openshift-cluster-api-provider-kubemark-release-4.5-postsubmits.yaml index 79610c4e186a..2d1bf52dd4fc 100644 --- a/ci-operator/jobs/openshift/cluster-api-provider-kubemark/openshift-cluster-api-provider-kubemark-release-4.5-postsubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-api-provider-kubemark/openshift-cluster-api-provider-kubemark-release-4.5-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-cluster-api-provider-kubemark-release-4.5-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/cluster-api-provider-kubemark/openshift-cluster-api-provider-kubemark-release-4.5-presubmits.yaml b/ci-operator/jobs/openshift/cluster-api-provider-kubemark/openshift-cluster-api-provider-kubemark-release-4.5-presubmits.yaml index 8e41d6ea77b6..b5ab3beac804 100644 --- a/ci-operator/jobs/openshift/cluster-api-provider-kubemark/openshift-cluster-api-provider-kubemark-release-4.5-presubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-api-provider-kubemark/openshift-cluster-api-provider-kubemark-release-4.5-presubmits.yaml @@ -17,10 +17,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=gofmt command: - ci-operator @@ -37,6 +37,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -48,6 +51,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )gofmt,?($|\s.*) - agent: kubernetes always_run: true @@ -66,10 +72,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=golint command: - ci-operator @@ -86,6 +92,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -97,6 +106,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )golint,?($|\s.*) - agent: kubernetes always_run: true @@ -115,10 +127,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=govet command: - ci-operator @@ -135,6 +147,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -146,6 +161,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )govet,?($|\s.*) - agent: kubernetes always_run: true @@ -164,10 +182,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -184,6 +202,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -195,6 +216,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -213,10 +237,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -233,6 +257,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -244,4 +271,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift/cluster-api-provider-kubemark/openshift-cluster-api-provider-kubemark-release-4.6-postsubmits.yaml b/ci-operator/jobs/openshift/cluster-api-provider-kubemark/openshift-cluster-api-provider-kubemark-release-4.6-postsubmits.yaml index 8241b3c0bf4d..fac945c3429a 100644 --- a/ci-operator/jobs/openshift/cluster-api-provider-kubemark/openshift-cluster-api-provider-kubemark-release-4.6-postsubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-api-provider-kubemark/openshift-cluster-api-provider-kubemark-release-4.6-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-cluster-api-provider-kubemark-release-4.6-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/cluster-api-provider-kubemark/openshift-cluster-api-provider-kubemark-release-4.6-presubmits.yaml b/ci-operator/jobs/openshift/cluster-api-provider-kubemark/openshift-cluster-api-provider-kubemark-release-4.6-presubmits.yaml index c18dcc77889b..aa4ec6519a72 100644 --- a/ci-operator/jobs/openshift/cluster-api-provider-kubemark/openshift-cluster-api-provider-kubemark-release-4.6-presubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-api-provider-kubemark/openshift-cluster-api-provider-kubemark-release-4.6-presubmits.yaml @@ -17,10 +17,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=gofmt command: - ci-operator @@ -37,6 +37,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -48,6 +51,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )gofmt,?($|\s.*) - agent: kubernetes always_run: true @@ -66,10 +72,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=golint command: - ci-operator @@ -86,6 +92,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -97,6 +106,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )golint,?($|\s.*) - agent: kubernetes always_run: true @@ -115,10 +127,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=govet command: - ci-operator @@ -135,6 +147,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -146,6 +161,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )govet,?($|\s.*) - agent: kubernetes always_run: true @@ -164,10 +182,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -185,6 +203,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -196,6 +217,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -214,10 +238,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -234,6 +258,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -245,4 +272,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift/cluster-api-provider-kubemark/openshift-cluster-api-provider-kubemark-release-4.7-postsubmits.yaml b/ci-operator/jobs/openshift/cluster-api-provider-kubemark/openshift-cluster-api-provider-kubemark-release-4.7-postsubmits.yaml index 1fe08997f306..4a93cf677f10 100644 --- a/ci-operator/jobs/openshift/cluster-api-provider-kubemark/openshift-cluster-api-provider-kubemark-release-4.7-postsubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-api-provider-kubemark/openshift-cluster-api-provider-kubemark-release-4.7-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-cluster-api-provider-kubemark-release-4.7-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/cluster-api-provider-kubemark/openshift-cluster-api-provider-kubemark-release-4.7-presubmits.yaml b/ci-operator/jobs/openshift/cluster-api-provider-kubemark/openshift-cluster-api-provider-kubemark-release-4.7-presubmits.yaml index c5e2bc88296f..257662a2a7f0 100644 --- a/ci-operator/jobs/openshift/cluster-api-provider-kubemark/openshift-cluster-api-provider-kubemark-release-4.7-presubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-api-provider-kubemark/openshift-cluster-api-provider-kubemark-release-4.7-presubmits.yaml @@ -17,10 +17,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=gofmt command: - ci-operator @@ -37,6 +37,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -48,6 +51,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )gofmt,?($|\s.*) - agent: kubernetes always_run: true @@ -66,10 +72,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=golint command: - ci-operator @@ -86,6 +92,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -97,6 +106,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )golint,?($|\s.*) - agent: kubernetes always_run: true @@ -115,10 +127,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=govet command: - ci-operator @@ -135,6 +147,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -146,6 +161,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )govet,?($|\s.*) - agent: kubernetes always_run: true @@ -164,10 +182,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -185,6 +203,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -196,6 +217,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -214,10 +238,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -234,6 +258,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -245,4 +272,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift/cluster-api-provider-libvirt/openshift-cluster-api-provider-libvirt-master-postsubmits.yaml b/ci-operator/jobs/openshift/cluster-api-provider-libvirt/openshift-cluster-api-provider-libvirt-master-postsubmits.yaml index 454bf0783b54..8e6be23fdab5 100644 --- a/ci-operator/jobs/openshift/cluster-api-provider-libvirt/openshift-cluster-api-provider-libvirt-master-postsubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-api-provider-libvirt/openshift-cluster-api-provider-libvirt-master-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-cluster-api-provider-libvirt-master-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/cluster-api-provider-libvirt/openshift-cluster-api-provider-libvirt-master-presubmits.yaml b/ci-operator/jobs/openshift/cluster-api-provider-libvirt/openshift-cluster-api-provider-libvirt-master-presubmits.yaml index 56bf0e78374a..c344b6c400bf 100644 --- a/ci-operator/jobs/openshift/cluster-api-provider-libvirt/openshift-cluster-api-provider-libvirt-master-presubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-api-provider-libvirt/openshift-cluster-api-provider-libvirt-master-presubmits.yaml @@ -18,10 +18,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=actuator-pkg-staleness command: - ci-operator @@ -38,6 +38,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -49,6 +52,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )actuator-pkg-staleness,?($|\s.*) - agent: kubernetes always_run: true @@ -140,10 +146,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=gofmt command: - ci-operator @@ -160,6 +166,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -171,6 +180,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )gofmt,?($|\s.*) - agent: kubernetes always_run: true @@ -189,10 +201,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=golint command: - ci-operator @@ -209,6 +221,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -220,6 +235,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )golint,?($|\s.*) - agent: kubernetes always_run: true @@ -238,10 +256,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=govet command: - ci-operator @@ -258,6 +276,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -269,6 +290,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )govet,?($|\s.*) - agent: kubernetes always_run: true @@ -287,10 +311,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -308,6 +332,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -319,6 +346,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -337,10 +367,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -357,6 +387,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -368,6 +401,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true diff --git a/ci-operator/jobs/openshift/cluster-api-provider-libvirt/openshift-cluster-api-provider-libvirt-release-4.1-postsubmits.yaml b/ci-operator/jobs/openshift/cluster-api-provider-libvirt/openshift-cluster-api-provider-libvirt-release-4.1-postsubmits.yaml index 56c3845c6340..49a6f8fea17e 100644 --- a/ci-operator/jobs/openshift/cluster-api-provider-libvirt/openshift-cluster-api-provider-libvirt-release-4.1-postsubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-api-provider-libvirt/openshift-cluster-api-provider-libvirt-release-4.1-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-cluster-api-provider-libvirt-release-4.1-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/cluster-api-provider-libvirt/openshift-cluster-api-provider-libvirt-release-4.1-presubmits.yaml b/ci-operator/jobs/openshift/cluster-api-provider-libvirt/openshift-cluster-api-provider-libvirt-release-4.1-presubmits.yaml index e52ec5015e01..d05c01005efc 100644 --- a/ci-operator/jobs/openshift/cluster-api-provider-libvirt/openshift-cluster-api-provider-libvirt-release-4.1-presubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-api-provider-libvirt/openshift-cluster-api-provider-libvirt-release-4.1-presubmits.yaml @@ -18,10 +18,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=actuator-pkg-staleness command: - ci-operator @@ -38,6 +38,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -49,6 +52,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )actuator-pkg-staleness,?($|\s.*) - agent: kubernetes always_run: true @@ -67,10 +73,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=gofmt command: - ci-operator @@ -87,6 +93,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -98,6 +107,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )gofmt,?($|\s.*) - agent: kubernetes always_run: true @@ -116,10 +128,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=golint command: - ci-operator @@ -136,6 +148,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -147,6 +162,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )golint,?($|\s.*) - agent: kubernetes always_run: true @@ -165,10 +183,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=govet command: - ci-operator @@ -185,6 +203,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -196,6 +217,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )govet,?($|\s.*) - agent: kubernetes always_run: true @@ -214,10 +238,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -235,6 +259,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -246,6 +273,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -264,10 +294,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -284,6 +314,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -295,6 +328,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true diff --git a/ci-operator/jobs/openshift/cluster-api-provider-libvirt/openshift-cluster-api-provider-libvirt-release-4.2-postsubmits.yaml b/ci-operator/jobs/openshift/cluster-api-provider-libvirt/openshift-cluster-api-provider-libvirt-release-4.2-postsubmits.yaml index 366e192fda02..c8f2e2ea8801 100644 --- a/ci-operator/jobs/openshift/cluster-api-provider-libvirt/openshift-cluster-api-provider-libvirt-release-4.2-postsubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-api-provider-libvirt/openshift-cluster-api-provider-libvirt-release-4.2-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-cluster-api-provider-libvirt-release-4.2-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/cluster-api-provider-libvirt/openshift-cluster-api-provider-libvirt-release-4.2-presubmits.yaml b/ci-operator/jobs/openshift/cluster-api-provider-libvirt/openshift-cluster-api-provider-libvirt-release-4.2-presubmits.yaml index 6f58c4e0a772..7632bf9aa5a2 100644 --- a/ci-operator/jobs/openshift/cluster-api-provider-libvirt/openshift-cluster-api-provider-libvirt-release-4.2-presubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-api-provider-libvirt/openshift-cluster-api-provider-libvirt-release-4.2-presubmits.yaml @@ -18,10 +18,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=actuator-pkg-staleness command: - ci-operator @@ -38,6 +38,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -49,6 +52,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )actuator-pkg-staleness,?($|\s.*) - agent: kubernetes always_run: true @@ -67,10 +73,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=gofmt command: - ci-operator @@ -87,6 +93,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -98,6 +107,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )gofmt,?($|\s.*) - agent: kubernetes always_run: true @@ -116,10 +128,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=golint command: - ci-operator @@ -136,6 +148,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -147,6 +162,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )golint,?($|\s.*) - agent: kubernetes always_run: true @@ -165,10 +183,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=govet command: - ci-operator @@ -185,6 +203,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -196,6 +217,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )govet,?($|\s.*) - agent: kubernetes always_run: true @@ -214,10 +238,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -235,6 +259,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -246,6 +273,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -264,10 +294,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -284,6 +314,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -295,6 +328,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true diff --git a/ci-operator/jobs/openshift/cluster-api-provider-libvirt/openshift-cluster-api-provider-libvirt-release-4.3-postsubmits.yaml b/ci-operator/jobs/openshift/cluster-api-provider-libvirt/openshift-cluster-api-provider-libvirt-release-4.3-postsubmits.yaml index fcd1d1f664df..eec9b2b0ff20 100644 --- a/ci-operator/jobs/openshift/cluster-api-provider-libvirt/openshift-cluster-api-provider-libvirt-release-4.3-postsubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-api-provider-libvirt/openshift-cluster-api-provider-libvirt-release-4.3-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-cluster-api-provider-libvirt-release-4.3-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/cluster-api-provider-libvirt/openshift-cluster-api-provider-libvirt-release-4.3-presubmits.yaml b/ci-operator/jobs/openshift/cluster-api-provider-libvirt/openshift-cluster-api-provider-libvirt-release-4.3-presubmits.yaml index 98e519b358d5..7c23baca236f 100644 --- a/ci-operator/jobs/openshift/cluster-api-provider-libvirt/openshift-cluster-api-provider-libvirt-release-4.3-presubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-api-provider-libvirt/openshift-cluster-api-provider-libvirt-release-4.3-presubmits.yaml @@ -18,10 +18,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=actuator-pkg-staleness command: - ci-operator @@ -38,6 +38,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -49,6 +52,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )actuator-pkg-staleness,?($|\s.*) - agent: kubernetes always_run: true @@ -67,10 +73,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=gofmt command: - ci-operator @@ -87,6 +93,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -98,6 +107,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )gofmt,?($|\s.*) - agent: kubernetes always_run: true @@ -116,10 +128,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=golint command: - ci-operator @@ -136,6 +148,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -147,6 +162,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )golint,?($|\s.*) - agent: kubernetes always_run: true @@ -165,10 +183,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=govet command: - ci-operator @@ -185,6 +203,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -196,6 +217,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )govet,?($|\s.*) - agent: kubernetes always_run: true @@ -214,10 +238,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -235,6 +259,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -246,6 +273,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -264,10 +294,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -284,6 +314,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -295,6 +328,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true diff --git a/ci-operator/jobs/openshift/cluster-api-provider-libvirt/openshift-cluster-api-provider-libvirt-release-4.4-postsubmits.yaml b/ci-operator/jobs/openshift/cluster-api-provider-libvirt/openshift-cluster-api-provider-libvirt-release-4.4-postsubmits.yaml index ab0bb60c3e39..2d2eb59c38bc 100644 --- a/ci-operator/jobs/openshift/cluster-api-provider-libvirt/openshift-cluster-api-provider-libvirt-release-4.4-postsubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-api-provider-libvirt/openshift-cluster-api-provider-libvirt-release-4.4-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-cluster-api-provider-libvirt-release-4.4-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/cluster-api-provider-libvirt/openshift-cluster-api-provider-libvirt-release-4.4-presubmits.yaml b/ci-operator/jobs/openshift/cluster-api-provider-libvirt/openshift-cluster-api-provider-libvirt-release-4.4-presubmits.yaml index 70c9a3df86a6..1e049c85dc5f 100644 --- a/ci-operator/jobs/openshift/cluster-api-provider-libvirt/openshift-cluster-api-provider-libvirt-release-4.4-presubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-api-provider-libvirt/openshift-cluster-api-provider-libvirt-release-4.4-presubmits.yaml @@ -18,10 +18,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=actuator-pkg-staleness command: - ci-operator @@ -38,6 +38,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -49,6 +52,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )actuator-pkg-staleness,?($|\s.*) - agent: kubernetes always_run: true @@ -140,10 +146,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=gofmt command: - ci-operator @@ -160,6 +166,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -171,6 +180,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )gofmt,?($|\s.*) - agent: kubernetes always_run: true @@ -189,10 +201,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=golint command: - ci-operator @@ -209,6 +221,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -220,6 +235,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )golint,?($|\s.*) - agent: kubernetes always_run: true @@ -238,10 +256,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=govet command: - ci-operator @@ -258,6 +276,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -269,6 +290,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )govet,?($|\s.*) - agent: kubernetes always_run: true @@ -287,10 +311,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -308,6 +332,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -319,6 +346,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -337,10 +367,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -357,6 +387,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -368,6 +401,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true diff --git a/ci-operator/jobs/openshift/cluster-api-provider-libvirt/openshift-cluster-api-provider-libvirt-release-4.5-postsubmits.yaml b/ci-operator/jobs/openshift/cluster-api-provider-libvirt/openshift-cluster-api-provider-libvirt-release-4.5-postsubmits.yaml index b74f989faf94..3aed0d415c3b 100644 --- a/ci-operator/jobs/openshift/cluster-api-provider-libvirt/openshift-cluster-api-provider-libvirt-release-4.5-postsubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-api-provider-libvirt/openshift-cluster-api-provider-libvirt-release-4.5-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-cluster-api-provider-libvirt-release-4.5-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/cluster-api-provider-libvirt/openshift-cluster-api-provider-libvirt-release-4.5-presubmits.yaml b/ci-operator/jobs/openshift/cluster-api-provider-libvirt/openshift-cluster-api-provider-libvirt-release-4.5-presubmits.yaml index 66b526684332..c2c02997b807 100644 --- a/ci-operator/jobs/openshift/cluster-api-provider-libvirt/openshift-cluster-api-provider-libvirt-release-4.5-presubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-api-provider-libvirt/openshift-cluster-api-provider-libvirt-release-4.5-presubmits.yaml @@ -17,10 +17,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=actuator-pkg-staleness command: - ci-operator @@ -37,6 +37,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -48,6 +51,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )actuator-pkg-staleness,?($|\s.*) - agent: kubernetes always_run: true @@ -66,10 +72,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=gofmt command: - ci-operator @@ -86,6 +92,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -97,6 +106,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )gofmt,?($|\s.*) - agent: kubernetes always_run: true @@ -115,10 +127,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=golint command: - ci-operator @@ -135,6 +147,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -146,6 +161,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )golint,?($|\s.*) - agent: kubernetes always_run: true @@ -164,10 +182,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=govet command: - ci-operator @@ -184,6 +202,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -195,6 +216,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )govet,?($|\s.*) - agent: kubernetes always_run: true @@ -213,10 +237,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -233,6 +257,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -244,6 +271,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -262,10 +292,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -282,6 +312,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -293,6 +326,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true diff --git a/ci-operator/jobs/openshift/cluster-api-provider-libvirt/openshift-cluster-api-provider-libvirt-release-4.6-postsubmits.yaml b/ci-operator/jobs/openshift/cluster-api-provider-libvirt/openshift-cluster-api-provider-libvirt-release-4.6-postsubmits.yaml index a8b3e963cc40..c422fcfc0698 100644 --- a/ci-operator/jobs/openshift/cluster-api-provider-libvirt/openshift-cluster-api-provider-libvirt-release-4.6-postsubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-api-provider-libvirt/openshift-cluster-api-provider-libvirt-release-4.6-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-cluster-api-provider-libvirt-release-4.6-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/cluster-api-provider-libvirt/openshift-cluster-api-provider-libvirt-release-4.6-presubmits.yaml b/ci-operator/jobs/openshift/cluster-api-provider-libvirt/openshift-cluster-api-provider-libvirt-release-4.6-presubmits.yaml index 9cb644b6dc69..bf48e82e7394 100644 --- a/ci-operator/jobs/openshift/cluster-api-provider-libvirt/openshift-cluster-api-provider-libvirt-release-4.6-presubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-api-provider-libvirt/openshift-cluster-api-provider-libvirt-release-4.6-presubmits.yaml @@ -18,10 +18,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=actuator-pkg-staleness command: - ci-operator @@ -38,6 +38,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -49,6 +52,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )actuator-pkg-staleness,?($|\s.*) - agent: kubernetes always_run: true @@ -140,10 +146,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=gofmt command: - ci-operator @@ -160,6 +166,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -171,6 +180,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )gofmt,?($|\s.*) - agent: kubernetes always_run: true @@ -189,10 +201,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=golint command: - ci-operator @@ -209,6 +221,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -220,6 +235,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )golint,?($|\s.*) - agent: kubernetes always_run: true @@ -238,10 +256,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=govet command: - ci-operator @@ -258,6 +276,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -269,6 +290,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )govet,?($|\s.*) - agent: kubernetes always_run: true @@ -287,10 +311,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -308,6 +332,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -319,6 +346,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -337,10 +367,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -357,6 +387,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -368,6 +401,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true diff --git a/ci-operator/jobs/openshift/cluster-api-provider-libvirt/openshift-cluster-api-provider-libvirt-release-4.7-postsubmits.yaml b/ci-operator/jobs/openshift/cluster-api-provider-libvirt/openshift-cluster-api-provider-libvirt-release-4.7-postsubmits.yaml index 3d36b364cf8c..9bc1ce7f9562 100644 --- a/ci-operator/jobs/openshift/cluster-api-provider-libvirt/openshift-cluster-api-provider-libvirt-release-4.7-postsubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-api-provider-libvirt/openshift-cluster-api-provider-libvirt-release-4.7-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-cluster-api-provider-libvirt-release-4.7-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/cluster-api-provider-libvirt/openshift-cluster-api-provider-libvirt-release-4.7-presubmits.yaml b/ci-operator/jobs/openshift/cluster-api-provider-libvirt/openshift-cluster-api-provider-libvirt-release-4.7-presubmits.yaml index 421aa2c70763..2edfd87d05f5 100644 --- a/ci-operator/jobs/openshift/cluster-api-provider-libvirt/openshift-cluster-api-provider-libvirt-release-4.7-presubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-api-provider-libvirt/openshift-cluster-api-provider-libvirt-release-4.7-presubmits.yaml @@ -18,10 +18,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=actuator-pkg-staleness command: - ci-operator @@ -38,6 +38,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -49,6 +52,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )actuator-pkg-staleness,?($|\s.*) - agent: kubernetes always_run: true @@ -140,10 +146,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=gofmt command: - ci-operator @@ -160,6 +166,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -171,6 +180,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )gofmt,?($|\s.*) - agent: kubernetes always_run: true @@ -189,10 +201,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=golint command: - ci-operator @@ -209,6 +221,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -220,6 +235,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )golint,?($|\s.*) - agent: kubernetes always_run: true @@ -238,10 +256,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=govet command: - ci-operator @@ -258,6 +276,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -269,6 +290,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )govet,?($|\s.*) - agent: kubernetes always_run: true @@ -287,10 +311,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -308,6 +332,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -319,6 +346,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -337,10 +367,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -357,6 +387,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -368,6 +401,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true diff --git a/ci-operator/jobs/openshift/cluster-api-provider-openstack/openshift-cluster-api-provider-openstack-master-postsubmits.yaml b/ci-operator/jobs/openshift/cluster-api-provider-openstack/openshift-cluster-api-provider-openstack-master-postsubmits.yaml index a5c92cb84ef6..964cbcc152d7 100644 --- a/ci-operator/jobs/openshift/cluster-api-provider-openstack/openshift-cluster-api-provider-openstack-master-postsubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-api-provider-openstack/openshift-cluster-api-provider-openstack-master-postsubmits.yaml @@ -8,17 +8,19 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-cluster-api-provider-openstack-master-images path_alias: sigs.k8s.io/cluster-api-provider-openstack spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -35,6 +37,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -46,3 +51,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/cluster-api-provider-openstack/openshift-cluster-api-provider-openstack-master-presubmits.yaml b/ci-operator/jobs/openshift/cluster-api-provider-openstack/openshift-cluster-api-provider-openstack-master-presubmits.yaml index bc84d19801a6..c6ebc68cc1bd 100644 --- a/ci-operator/jobs/openshift/cluster-api-provider-openstack/openshift-cluster-api-provider-openstack-master-presubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-api-provider-openstack/openshift-cluster-api-provider-openstack-master-presubmits.yaml @@ -102,10 +102,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=gofmt command: - ci-operator @@ -122,6 +122,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -133,6 +136,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )gofmt,?($|\s.*) - agent: kubernetes always_run: true @@ -152,10 +158,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=golint command: - ci-operator @@ -172,6 +178,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -183,6 +192,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )golint,?($|\s.*) - agent: kubernetes always_run: true @@ -202,10 +214,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=govet command: - ci-operator @@ -222,6 +234,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -233,6 +248,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )govet,?($|\s.*) - agent: kubernetes always_run: true @@ -252,10 +270,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -273,6 +291,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -284,6 +305,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -303,10 +327,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -323,6 +347,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -334,4 +361,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift/cluster-api-provider-openstack/openshift-cluster-api-provider-openstack-release-4.1-postsubmits.yaml b/ci-operator/jobs/openshift/cluster-api-provider-openstack/openshift-cluster-api-provider-openstack-release-4.1-postsubmits.yaml index 8fbee9bb4890..02500ef138fb 100644 --- a/ci-operator/jobs/openshift/cluster-api-provider-openstack/openshift-cluster-api-provider-openstack-release-4.1-postsubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-api-provider-openstack/openshift-cluster-api-provider-openstack-release-4.1-postsubmits.yaml @@ -8,17 +8,19 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-cluster-api-provider-openstack-release-4.1-images path_alias: sigs.k8s.io/cluster-api-provider-openstack spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -35,6 +37,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -46,3 +51,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/cluster-api-provider-openstack/openshift-cluster-api-provider-openstack-release-4.1-presubmits.yaml b/ci-operator/jobs/openshift/cluster-api-provider-openstack/openshift-cluster-api-provider-openstack-release-4.1-presubmits.yaml index 9820dada729e..504ad1982a5e 100644 --- a/ci-operator/jobs/openshift/cluster-api-provider-openstack/openshift-cluster-api-provider-openstack-release-4.1-presubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-api-provider-openstack/openshift-cluster-api-provider-openstack-release-4.1-presubmits.yaml @@ -18,10 +18,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=gofmt command: - ci-operator @@ -38,6 +38,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -49,6 +52,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )gofmt,?($|\s.*) - agent: kubernetes always_run: true @@ -68,10 +74,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=golint command: - ci-operator @@ -88,6 +94,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -99,6 +108,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )golint,?($|\s.*) - agent: kubernetes always_run: true @@ -118,10 +130,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=govet command: - ci-operator @@ -138,6 +150,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -149,6 +164,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )govet,?($|\s.*) - agent: kubernetes always_run: true @@ -168,10 +186,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -189,6 +207,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -200,6 +221,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -219,10 +243,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -239,6 +263,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -250,4 +277,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift/cluster-api-provider-openstack/openshift-cluster-api-provider-openstack-release-4.2-postsubmits.yaml b/ci-operator/jobs/openshift/cluster-api-provider-openstack/openshift-cluster-api-provider-openstack-release-4.2-postsubmits.yaml index 2d990cd62edf..e9f96ba07cf6 100644 --- a/ci-operator/jobs/openshift/cluster-api-provider-openstack/openshift-cluster-api-provider-openstack-release-4.2-postsubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-api-provider-openstack/openshift-cluster-api-provider-openstack-release-4.2-postsubmits.yaml @@ -8,17 +8,19 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-cluster-api-provider-openstack-release-4.2-images path_alias: sigs.k8s.io/cluster-api-provider-openstack spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -35,6 +37,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -46,3 +51,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/cluster-api-provider-openstack/openshift-cluster-api-provider-openstack-release-4.2-presubmits.yaml b/ci-operator/jobs/openshift/cluster-api-provider-openstack/openshift-cluster-api-provider-openstack-release-4.2-presubmits.yaml index b4d47db40b8e..a46403f70c81 100644 --- a/ci-operator/jobs/openshift/cluster-api-provider-openstack/openshift-cluster-api-provider-openstack-release-4.2-presubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-api-provider-openstack/openshift-cluster-api-provider-openstack-release-4.2-presubmits.yaml @@ -18,10 +18,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=gofmt command: - ci-operator @@ -38,6 +38,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -49,6 +52,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )gofmt,?($|\s.*) - agent: kubernetes always_run: true @@ -68,10 +74,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=golint command: - ci-operator @@ -88,6 +94,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -99,6 +108,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )golint,?($|\s.*) - agent: kubernetes always_run: true @@ -118,10 +130,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=govet command: - ci-operator @@ -138,6 +150,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -149,6 +164,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )govet,?($|\s.*) - agent: kubernetes always_run: true @@ -168,10 +186,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -189,6 +207,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -200,6 +221,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -219,10 +243,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -239,6 +263,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -250,4 +277,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift/cluster-api-provider-openstack/openshift-cluster-api-provider-openstack-release-4.3-postsubmits.yaml b/ci-operator/jobs/openshift/cluster-api-provider-openstack/openshift-cluster-api-provider-openstack-release-4.3-postsubmits.yaml index 1836a5c9bdda..c3e4e40061b2 100644 --- a/ci-operator/jobs/openshift/cluster-api-provider-openstack/openshift-cluster-api-provider-openstack-release-4.3-postsubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-api-provider-openstack/openshift-cluster-api-provider-openstack-release-4.3-postsubmits.yaml @@ -8,17 +8,19 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-cluster-api-provider-openstack-release-4.3-images path_alias: sigs.k8s.io/cluster-api-provider-openstack spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -35,6 +37,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -46,3 +51,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/cluster-api-provider-openstack/openshift-cluster-api-provider-openstack-release-4.3-presubmits.yaml b/ci-operator/jobs/openshift/cluster-api-provider-openstack/openshift-cluster-api-provider-openstack-release-4.3-presubmits.yaml index f98ab58dcbb6..9f57cd4f8e46 100644 --- a/ci-operator/jobs/openshift/cluster-api-provider-openstack/openshift-cluster-api-provider-openstack-release-4.3-presubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-api-provider-openstack/openshift-cluster-api-provider-openstack-release-4.3-presubmits.yaml @@ -18,10 +18,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=gofmt command: - ci-operator @@ -38,6 +38,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -49,6 +52,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )gofmt,?($|\s.*) - agent: kubernetes always_run: true @@ -68,10 +74,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=golint command: - ci-operator @@ -88,6 +94,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -99,6 +108,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )golint,?($|\s.*) - agent: kubernetes always_run: true @@ -118,10 +130,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=govet command: - ci-operator @@ -138,6 +150,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -149,6 +164,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )govet,?($|\s.*) - agent: kubernetes always_run: true @@ -168,10 +186,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -189,6 +207,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -200,6 +221,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -219,10 +243,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -239,6 +263,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -250,4 +277,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift/cluster-api-provider-openstack/openshift-cluster-api-provider-openstack-release-4.4-postsubmits.yaml b/ci-operator/jobs/openshift/cluster-api-provider-openstack/openshift-cluster-api-provider-openstack-release-4.4-postsubmits.yaml index b6a79cba0128..be637c8f3c57 100644 --- a/ci-operator/jobs/openshift/cluster-api-provider-openstack/openshift-cluster-api-provider-openstack-release-4.4-postsubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-api-provider-openstack/openshift-cluster-api-provider-openstack-release-4.4-postsubmits.yaml @@ -8,17 +8,19 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-cluster-api-provider-openstack-release-4.4-images path_alias: sigs.k8s.io/cluster-api-provider-openstack spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -35,6 +37,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -46,3 +51,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/cluster-api-provider-openstack/openshift-cluster-api-provider-openstack-release-4.4-presubmits.yaml b/ci-operator/jobs/openshift/cluster-api-provider-openstack/openshift-cluster-api-provider-openstack-release-4.4-presubmits.yaml index dd2fd90dc9c1..b99e9202baba 100644 --- a/ci-operator/jobs/openshift/cluster-api-provider-openstack/openshift-cluster-api-provider-openstack-release-4.4-presubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-api-provider-openstack/openshift-cluster-api-provider-openstack-release-4.4-presubmits.yaml @@ -102,10 +102,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=gofmt command: - ci-operator @@ -122,6 +122,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -133,6 +136,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )gofmt,?($|\s.*) - agent: kubernetes always_run: true @@ -152,10 +158,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=golint command: - ci-operator @@ -172,6 +178,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -183,6 +192,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )golint,?($|\s.*) - agent: kubernetes always_run: true @@ -202,10 +214,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=govet command: - ci-operator @@ -222,6 +234,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -233,6 +248,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )govet,?($|\s.*) - agent: kubernetes always_run: true @@ -252,10 +270,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -273,6 +291,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -284,6 +305,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -303,10 +327,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -323,6 +347,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -334,4 +361,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift/cluster-api-provider-openstack/openshift-cluster-api-provider-openstack-release-4.5-postsubmits.yaml b/ci-operator/jobs/openshift/cluster-api-provider-openstack/openshift-cluster-api-provider-openstack-release-4.5-postsubmits.yaml index f0e27ddd53ac..0ec5046ccb2a 100644 --- a/ci-operator/jobs/openshift/cluster-api-provider-openstack/openshift-cluster-api-provider-openstack-release-4.5-postsubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-api-provider-openstack/openshift-cluster-api-provider-openstack-release-4.5-postsubmits.yaml @@ -8,17 +8,19 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-cluster-api-provider-openstack-release-4.5-images path_alias: sigs.k8s.io/cluster-api-provider-openstack spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -35,6 +37,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -46,3 +51,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/cluster-api-provider-openstack/openshift-cluster-api-provider-openstack-release-4.5-presubmits.yaml b/ci-operator/jobs/openshift/cluster-api-provider-openstack/openshift-cluster-api-provider-openstack-release-4.5-presubmits.yaml index cc6346a75c91..b26fea84d41b 100644 --- a/ci-operator/jobs/openshift/cluster-api-provider-openstack/openshift-cluster-api-provider-openstack-release-4.5-presubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-api-provider-openstack/openshift-cluster-api-provider-openstack-release-4.5-presubmits.yaml @@ -18,10 +18,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=gofmt command: - ci-operator @@ -38,6 +38,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -49,6 +52,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )gofmt,?($|\s.*) - agent: kubernetes always_run: true @@ -68,10 +74,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=golint command: - ci-operator @@ -88,6 +94,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -99,6 +108,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )golint,?($|\s.*) - agent: kubernetes always_run: true @@ -118,10 +130,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=govet command: - ci-operator @@ -138,6 +150,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -149,6 +164,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )govet,?($|\s.*) - agent: kubernetes always_run: true @@ -168,10 +186,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -188,6 +206,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -199,6 +220,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -218,10 +242,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -238,6 +262,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -249,4 +276,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift/cluster-api-provider-openstack/openshift-cluster-api-provider-openstack-release-4.6-postsubmits.yaml b/ci-operator/jobs/openshift/cluster-api-provider-openstack/openshift-cluster-api-provider-openstack-release-4.6-postsubmits.yaml index 7593522e6773..2ec1338c4158 100644 --- a/ci-operator/jobs/openshift/cluster-api-provider-openstack/openshift-cluster-api-provider-openstack-release-4.6-postsubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-api-provider-openstack/openshift-cluster-api-provider-openstack-release-4.6-postsubmits.yaml @@ -8,17 +8,19 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-cluster-api-provider-openstack-release-4.6-images path_alias: sigs.k8s.io/cluster-api-provider-openstack spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -35,6 +37,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -46,3 +51,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/cluster-api-provider-openstack/openshift-cluster-api-provider-openstack-release-4.6-presubmits.yaml b/ci-operator/jobs/openshift/cluster-api-provider-openstack/openshift-cluster-api-provider-openstack-release-4.6-presubmits.yaml index 629fe5c91000..1fb080ae884f 100644 --- a/ci-operator/jobs/openshift/cluster-api-provider-openstack/openshift-cluster-api-provider-openstack-release-4.6-presubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-api-provider-openstack/openshift-cluster-api-provider-openstack-release-4.6-presubmits.yaml @@ -102,10 +102,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=gofmt command: - ci-operator @@ -122,6 +122,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -133,6 +136,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )gofmt,?($|\s.*) - agent: kubernetes always_run: true @@ -152,10 +158,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=golint command: - ci-operator @@ -172,6 +178,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -183,6 +192,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )golint,?($|\s.*) - agent: kubernetes always_run: true @@ -202,10 +214,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=govet command: - ci-operator @@ -222,6 +234,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -233,6 +248,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )govet,?($|\s.*) - agent: kubernetes always_run: true @@ -252,10 +270,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -273,6 +291,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -284,6 +305,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -303,10 +327,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -323,6 +347,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -334,4 +361,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift/cluster-api-provider-openstack/openshift-cluster-api-provider-openstack-release-4.7-postsubmits.yaml b/ci-operator/jobs/openshift/cluster-api-provider-openstack/openshift-cluster-api-provider-openstack-release-4.7-postsubmits.yaml index c7178fbbef0e..2564f57a7df5 100644 --- a/ci-operator/jobs/openshift/cluster-api-provider-openstack/openshift-cluster-api-provider-openstack-release-4.7-postsubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-api-provider-openstack/openshift-cluster-api-provider-openstack-release-4.7-postsubmits.yaml @@ -8,17 +8,19 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-cluster-api-provider-openstack-release-4.7-images path_alias: sigs.k8s.io/cluster-api-provider-openstack spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -35,6 +37,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -46,3 +51,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/cluster-api-provider-openstack/openshift-cluster-api-provider-openstack-release-4.7-presubmits.yaml b/ci-operator/jobs/openshift/cluster-api-provider-openstack/openshift-cluster-api-provider-openstack-release-4.7-presubmits.yaml index ed0dc650f98b..e72015231a78 100644 --- a/ci-operator/jobs/openshift/cluster-api-provider-openstack/openshift-cluster-api-provider-openstack-release-4.7-presubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-api-provider-openstack/openshift-cluster-api-provider-openstack-release-4.7-presubmits.yaml @@ -102,10 +102,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=gofmt command: - ci-operator @@ -122,6 +122,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -133,6 +136,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )gofmt,?($|\s.*) - agent: kubernetes always_run: true @@ -152,10 +158,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=golint command: - ci-operator @@ -172,6 +178,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -183,6 +192,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )golint,?($|\s.*) - agent: kubernetes always_run: true @@ -202,10 +214,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=govet command: - ci-operator @@ -222,6 +234,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -233,6 +248,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )govet,?($|\s.*) - agent: kubernetes always_run: true @@ -252,10 +270,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -273,6 +291,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -284,6 +305,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -303,10 +327,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -323,6 +347,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -334,4 +361,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift/cluster-api-provider-ovirt/openshift-cluster-api-provider-ovirt-master-postsubmits.yaml b/ci-operator/jobs/openshift/cluster-api-provider-ovirt/openshift-cluster-api-provider-ovirt-master-postsubmits.yaml index a749aede62bf..e9b48a433d61 100644 --- a/ci-operator/jobs/openshift/cluster-api-provider-ovirt/openshift-cluster-api-provider-ovirt-master-postsubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-api-provider-ovirt/openshift-cluster-api-provider-ovirt-master-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-cluster-api-provider-ovirt-master-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/cluster-api-provider-ovirt/openshift-cluster-api-provider-ovirt-master-presubmits.yaml b/ci-operator/jobs/openshift/cluster-api-provider-ovirt/openshift-cluster-api-provider-ovirt-master-presubmits.yaml index e1a4d0d524b9..e3cb92145949 100644 --- a/ci-operator/jobs/openshift/cluster-api-provider-ovirt/openshift-cluster-api-provider-ovirt-master-presubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-api-provider-ovirt/openshift-cluster-api-provider-ovirt-master-presubmits.yaml @@ -17,10 +17,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -38,6 +38,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -49,4 +52,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift/cluster-api-provider-ovirt/openshift-cluster-api-provider-ovirt-release-4.4-postsubmits.yaml b/ci-operator/jobs/openshift/cluster-api-provider-ovirt/openshift-cluster-api-provider-ovirt-release-4.4-postsubmits.yaml index 5b8603ebd241..dbbb8952e7a8 100644 --- a/ci-operator/jobs/openshift/cluster-api-provider-ovirt/openshift-cluster-api-provider-ovirt-release-4.4-postsubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-api-provider-ovirt/openshift-cluster-api-provider-ovirt-release-4.4-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-cluster-api-provider-ovirt-release-4.4-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/cluster-api-provider-ovirt/openshift-cluster-api-provider-ovirt-release-4.4-presubmits.yaml b/ci-operator/jobs/openshift/cluster-api-provider-ovirt/openshift-cluster-api-provider-ovirt-release-4.4-presubmits.yaml index 58bb8386eb84..76e1d431082a 100644 --- a/ci-operator/jobs/openshift/cluster-api-provider-ovirt/openshift-cluster-api-provider-ovirt-release-4.4-presubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-api-provider-ovirt/openshift-cluster-api-provider-ovirt-release-4.4-presubmits.yaml @@ -17,10 +17,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -38,6 +38,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -49,4 +52,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift/cluster-api-provider-ovirt/openshift-cluster-api-provider-ovirt-release-4.5-postsubmits.yaml b/ci-operator/jobs/openshift/cluster-api-provider-ovirt/openshift-cluster-api-provider-ovirt-release-4.5-postsubmits.yaml index 48fdfe773060..6dfa7b5110aa 100644 --- a/ci-operator/jobs/openshift/cluster-api-provider-ovirt/openshift-cluster-api-provider-ovirt-release-4.5-postsubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-api-provider-ovirt/openshift-cluster-api-provider-ovirt-release-4.5-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-cluster-api-provider-ovirt-release-4.5-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/cluster-api-provider-ovirt/openshift-cluster-api-provider-ovirt-release-4.5-presubmits.yaml b/ci-operator/jobs/openshift/cluster-api-provider-ovirt/openshift-cluster-api-provider-ovirt-release-4.5-presubmits.yaml index 5da83f83bdd8..864887814a8c 100644 --- a/ci-operator/jobs/openshift/cluster-api-provider-ovirt/openshift-cluster-api-provider-ovirt-release-4.5-presubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-api-provider-ovirt/openshift-cluster-api-provider-ovirt-release-4.5-presubmits.yaml @@ -17,10 +17,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -37,6 +37,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -48,4 +51,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift/cluster-api-provider-ovirt/openshift-cluster-api-provider-ovirt-release-4.6-postsubmits.yaml b/ci-operator/jobs/openshift/cluster-api-provider-ovirt/openshift-cluster-api-provider-ovirt-release-4.6-postsubmits.yaml index ed06925e8d73..b4ca15396b49 100644 --- a/ci-operator/jobs/openshift/cluster-api-provider-ovirt/openshift-cluster-api-provider-ovirt-release-4.6-postsubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-api-provider-ovirt/openshift-cluster-api-provider-ovirt-release-4.6-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-cluster-api-provider-ovirt-release-4.6-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/cluster-api-provider-ovirt/openshift-cluster-api-provider-ovirt-release-4.6-presubmits.yaml b/ci-operator/jobs/openshift/cluster-api-provider-ovirt/openshift-cluster-api-provider-ovirt-release-4.6-presubmits.yaml index e273cb737b59..e53f9c7912b5 100644 --- a/ci-operator/jobs/openshift/cluster-api-provider-ovirt/openshift-cluster-api-provider-ovirt-release-4.6-presubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-api-provider-ovirt/openshift-cluster-api-provider-ovirt-release-4.6-presubmits.yaml @@ -17,10 +17,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -38,6 +38,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -49,4 +52,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift/cluster-api-provider-ovirt/openshift-cluster-api-provider-ovirt-release-4.7-postsubmits.yaml b/ci-operator/jobs/openshift/cluster-api-provider-ovirt/openshift-cluster-api-provider-ovirt-release-4.7-postsubmits.yaml index 4dfc31e8ccef..6e992aaec308 100644 --- a/ci-operator/jobs/openshift/cluster-api-provider-ovirt/openshift-cluster-api-provider-ovirt-release-4.7-postsubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-api-provider-ovirt/openshift-cluster-api-provider-ovirt-release-4.7-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-cluster-api-provider-ovirt-release-4.7-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/cluster-api-provider-ovirt/openshift-cluster-api-provider-ovirt-release-4.7-presubmits.yaml b/ci-operator/jobs/openshift/cluster-api-provider-ovirt/openshift-cluster-api-provider-ovirt-release-4.7-presubmits.yaml index fd1f4c825415..ae24259c0ee4 100644 --- a/ci-operator/jobs/openshift/cluster-api-provider-ovirt/openshift-cluster-api-provider-ovirt-release-4.7-presubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-api-provider-ovirt/openshift-cluster-api-provider-ovirt-release-4.7-presubmits.yaml @@ -17,10 +17,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -38,6 +38,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -49,4 +52,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift/cluster-api/openshift-cluster-api-openshift-4.2-postsubmits.yaml b/ci-operator/jobs/openshift/cluster-api/openshift-cluster-api-openshift-4.2-postsubmits.yaml index 20e943a87574..d79fd6b6379b 100644 --- a/ci-operator/jobs/openshift/cluster-api/openshift-cluster-api-openshift-4.2-postsubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-api/openshift-cluster-api-openshift-4.2-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-cluster-api-openshift-4.2-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/cluster-api/openshift-cluster-api-openshift-4.2-presubmits.yaml b/ci-operator/jobs/openshift/cluster-api/openshift-cluster-api-openshift-4.2-presubmits.yaml index f44853cea419..ebc4a1de3efb 100644 --- a/ci-operator/jobs/openshift/cluster-api/openshift-cluster-api-openshift-4.2-presubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-api/openshift-cluster-api-openshift-4.2-presubmits.yaml @@ -17,10 +17,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=git-history command: - ci-operator @@ -37,6 +37,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -48,6 +51,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )git-history,?($|\s.*) - agent: kubernetes always_run: true @@ -66,10 +72,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=goimports command: - ci-operator @@ -86,6 +92,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -97,6 +106,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )goimports,?($|\s.*) - agent: kubernetes always_run: true @@ -115,10 +127,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=govet command: - ci-operator @@ -135,6 +147,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -146,6 +161,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )govet,?($|\s.*) - agent: kubernetes always_run: true @@ -164,10 +182,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -184,6 +202,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -195,6 +216,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -213,10 +237,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -233,6 +257,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -244,4 +271,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift/cluster-authentication-operator/openshift-cluster-authentication-operator-master-postsubmits.yaml b/ci-operator/jobs/openshift/cluster-authentication-operator/openshift-cluster-authentication-operator-master-postsubmits.yaml index 212219675486..1cf14c859137 100644 --- a/ci-operator/jobs/openshift/cluster-authentication-operator/openshift-cluster-authentication-operator-master-postsubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-authentication-operator/openshift-cluster-authentication-operator-master-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-cluster-authentication-operator-master-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator 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 bbbe0a38ee54..dd3b581f59d7 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 @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -46,6 +44,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -68,6 +69,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -86,13 +90,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-console-login-cluster-profile - --target=e2e-aws-console-login - --template=/usr/local/e2e-aws-console-login @@ -128,6 +130,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -153,6 +158,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-console-login,?($|\s.*) - agent: kubernetes always_run: true @@ -171,13 +179,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-operator-cluster-profile - --target=e2e-aws-operator - --template=/usr/local/e2e-aws-operator @@ -213,6 +219,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -238,6 +247,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-operator,?($|\s.*) - agent: kubernetes always_run: false @@ -257,13 +269,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-operator-encryption-cluster-profile - --target=e2e-aws-operator-encryption - --template=/usr/local/e2e-aws-operator-encryption @@ -299,6 +309,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -324,6 +337,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-operator-encryption,?($|\s.*) - agent: kubernetes always_run: true @@ -342,13 +358,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -371,6 +385,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -393,6 +410,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -411,10 +431,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -432,6 +452,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -443,6 +466,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -461,10 +487,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -481,6 +507,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -492,6 +521,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -510,10 +542,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -530,6 +562,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -541,6 +576,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) - agent: kubernetes always_run: true @@ -559,10 +597,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify-deps command: - ci-operator @@ -579,6 +617,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -590,4 +631,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify-deps,?($|\s.*) diff --git a/ci-operator/jobs/openshift/cluster-authentication-operator/openshift-cluster-authentication-operator-release-4.1-postsubmits.yaml b/ci-operator/jobs/openshift/cluster-authentication-operator/openshift-cluster-authentication-operator-release-4.1-postsubmits.yaml index 9668904776de..20e636424600 100644 --- a/ci-operator/jobs/openshift/cluster-authentication-operator/openshift-cluster-authentication-operator-release-4.1-postsubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-authentication-operator/openshift-cluster-authentication-operator-release-4.1-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-cluster-authentication-operator-release-4.1-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/cluster-authentication-operator/openshift-cluster-authentication-operator-release-4.1-presubmits.yaml b/ci-operator/jobs/openshift/cluster-authentication-operator/openshift-cluster-authentication-operator-release-4.1-presubmits.yaml index 722d9607254d..3aae4b691e03 100644 --- a/ci-operator/jobs/openshift/cluster-authentication-operator/openshift-cluster-authentication-operator-release-4.1-presubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-authentication-operator/openshift-cluster-authentication-operator-release-4.1-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -46,6 +44,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -68,6 +69,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -86,13 +90,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-console-login-cluster-profile - --target=e2e-aws-console-login - --template=/usr/local/e2e-aws-console-login @@ -128,6 +130,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -153,6 +158,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-console-login,?($|\s.*) - agent: kubernetes always_run: true @@ -171,13 +179,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-operator-cluster-profile - --target=e2e-aws-operator - --template=/usr/local/e2e-aws-operator @@ -213,6 +219,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -238,6 +247,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-operator,?($|\s.*) - agent: kubernetes always_run: true @@ -256,13 +268,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -285,6 +295,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -307,6 +320,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -325,10 +341,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -346,6 +362,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -357,6 +376,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -375,10 +397,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -395,6 +417,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -406,6 +431,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -424,10 +452,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -444,6 +472,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -455,4 +486,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) diff --git a/ci-operator/jobs/openshift/cluster-authentication-operator/openshift-cluster-authentication-operator-release-4.2-postsubmits.yaml b/ci-operator/jobs/openshift/cluster-authentication-operator/openshift-cluster-authentication-operator-release-4.2-postsubmits.yaml index 3f51c3c87325..f01ad4d22a1c 100644 --- a/ci-operator/jobs/openshift/cluster-authentication-operator/openshift-cluster-authentication-operator-release-4.2-postsubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-authentication-operator/openshift-cluster-authentication-operator-release-4.2-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-cluster-authentication-operator-release-4.2-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/cluster-authentication-operator/openshift-cluster-authentication-operator-release-4.2-presubmits.yaml b/ci-operator/jobs/openshift/cluster-authentication-operator/openshift-cluster-authentication-operator-release-4.2-presubmits.yaml index 253353d168e3..b950cb9d79bb 100644 --- a/ci-operator/jobs/openshift/cluster-authentication-operator/openshift-cluster-authentication-operator-release-4.2-presubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-authentication-operator/openshift-cluster-authentication-operator-release-4.2-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -46,6 +44,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -68,6 +69,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -86,13 +90,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-console-login-cluster-profile - --target=e2e-aws-console-login - --template=/usr/local/e2e-aws-console-login @@ -128,6 +130,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -153,6 +158,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-console-login,?($|\s.*) - agent: kubernetes always_run: true @@ -171,13 +179,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-operator-cluster-profile - --target=e2e-aws-operator - --template=/usr/local/e2e-aws-operator @@ -213,6 +219,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -238,6 +247,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-operator,?($|\s.*) - agent: kubernetes always_run: true @@ -256,13 +268,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -285,6 +295,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -307,6 +320,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -325,10 +341,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -346,6 +362,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -357,6 +376,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -375,10 +397,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -395,6 +417,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -406,6 +431,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -424,10 +452,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -444,6 +472,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -455,4 +486,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) diff --git a/ci-operator/jobs/openshift/cluster-authentication-operator/openshift-cluster-authentication-operator-release-4.3-postsubmits.yaml b/ci-operator/jobs/openshift/cluster-authentication-operator/openshift-cluster-authentication-operator-release-4.3-postsubmits.yaml index b1423db1c1d9..09834bc63809 100644 --- a/ci-operator/jobs/openshift/cluster-authentication-operator/openshift-cluster-authentication-operator-release-4.3-postsubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-authentication-operator/openshift-cluster-authentication-operator-release-4.3-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-cluster-authentication-operator-release-4.3-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/cluster-authentication-operator/openshift-cluster-authentication-operator-release-4.3-presubmits.yaml b/ci-operator/jobs/openshift/cluster-authentication-operator/openshift-cluster-authentication-operator-release-4.3-presubmits.yaml index c28158a6fe6e..8699b3d201ab 100644 --- a/ci-operator/jobs/openshift/cluster-authentication-operator/openshift-cluster-authentication-operator-release-4.3-presubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-authentication-operator/openshift-cluster-authentication-operator-release-4.3-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -46,6 +44,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -68,6 +69,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -86,13 +90,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-console-login-cluster-profile - --target=e2e-aws-console-login - --template=/usr/local/e2e-aws-console-login @@ -128,6 +130,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -153,6 +158,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-console-login,?($|\s.*) - agent: kubernetes always_run: true @@ -171,13 +179,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-operator-cluster-profile - --target=e2e-aws-operator - --template=/usr/local/e2e-aws-operator @@ -213,6 +219,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -238,6 +247,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-operator,?($|\s.*) - agent: kubernetes always_run: true @@ -256,13 +268,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -285,6 +295,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -307,6 +320,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -325,10 +341,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -346,6 +362,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -357,6 +376,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -375,10 +397,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -395,6 +417,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -406,6 +431,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -424,10 +452,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -444,6 +472,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -455,4 +486,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) diff --git a/ci-operator/jobs/openshift/cluster-authentication-operator/openshift-cluster-authentication-operator-release-4.4-postsubmits.yaml b/ci-operator/jobs/openshift/cluster-authentication-operator/openshift-cluster-authentication-operator-release-4.4-postsubmits.yaml index 9e785117695a..e642748cb692 100644 --- a/ci-operator/jobs/openshift/cluster-authentication-operator/openshift-cluster-authentication-operator-release-4.4-postsubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-authentication-operator/openshift-cluster-authentication-operator-release-4.4-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-cluster-authentication-operator-release-4.4-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/cluster-authentication-operator/openshift-cluster-authentication-operator-release-4.4-presubmits.yaml b/ci-operator/jobs/openshift/cluster-authentication-operator/openshift-cluster-authentication-operator-release-4.4-presubmits.yaml index ff4f2dde81f6..8d4729a578bf 100644 --- a/ci-operator/jobs/openshift/cluster-authentication-operator/openshift-cluster-authentication-operator-release-4.4-presubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-authentication-operator/openshift-cluster-authentication-operator-release-4.4-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -46,6 +44,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -68,6 +69,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -86,13 +90,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-console-login-cluster-profile - --target=e2e-aws-console-login - --template=/usr/local/e2e-aws-console-login @@ -128,6 +130,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -153,6 +158,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-console-login,?($|\s.*) - agent: kubernetes always_run: true @@ -171,13 +179,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-operator-cluster-profile - --target=e2e-aws-operator - --template=/usr/local/e2e-aws-operator @@ -213,6 +219,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -238,6 +247,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-operator,?($|\s.*) - agent: kubernetes always_run: true @@ -256,13 +268,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -285,6 +295,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -307,6 +320,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -325,10 +341,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -346,6 +362,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -357,6 +376,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -375,10 +397,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -395,6 +417,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -406,6 +431,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -424,10 +452,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -444,6 +472,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -455,4 +486,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) diff --git a/ci-operator/jobs/openshift/cluster-authentication-operator/openshift-cluster-authentication-operator-release-4.5-postsubmits.yaml b/ci-operator/jobs/openshift/cluster-authentication-operator/openshift-cluster-authentication-operator-release-4.5-postsubmits.yaml index 0822b1fffada..41ce2071a597 100644 --- a/ci-operator/jobs/openshift/cluster-authentication-operator/openshift-cluster-authentication-operator-release-4.5-postsubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-authentication-operator/openshift-cluster-authentication-operator-release-4.5-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-cluster-authentication-operator-release-4.5-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/cluster-authentication-operator/openshift-cluster-authentication-operator-release-4.5-presubmits.yaml b/ci-operator/jobs/openshift/cluster-authentication-operator/openshift-cluster-authentication-operator-release-4.5-presubmits.yaml index 05773a7c97c9..be0a06b1341c 100644 --- a/ci-operator/jobs/openshift/cluster-authentication-operator/openshift-cluster-authentication-operator-release-4.5-presubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-authentication-operator/openshift-cluster-authentication-operator-release-4.5-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -46,6 +44,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -68,6 +69,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -86,13 +90,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-console-login-cluster-profile - --target=e2e-aws-console-login - --template=/usr/local/e2e-aws-console-login @@ -128,6 +130,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -153,6 +158,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-console-login,?($|\s.*) - agent: kubernetes always_run: true @@ -171,13 +179,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-operator-cluster-profile - --target=e2e-aws-operator - --template=/usr/local/e2e-aws-operator @@ -213,6 +219,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -238,6 +247,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-operator,?($|\s.*) - agent: kubernetes always_run: true @@ -256,13 +268,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-operator-encryption-cluster-profile - --target=e2e-aws-operator-encryption - --template=/usr/local/e2e-aws-operator-encryption @@ -298,6 +308,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -323,6 +336,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-operator-encryption,?($|\s.*) - agent: kubernetes always_run: true @@ -341,13 +357,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -370,6 +384,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -392,6 +409,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -410,10 +430,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -430,6 +450,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -441,6 +464,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -459,10 +485,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -479,6 +505,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -490,6 +519,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -508,10 +540,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -528,6 +560,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -539,6 +574,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) - agent: kubernetes always_run: true @@ -557,10 +595,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify-deps command: - ci-operator @@ -577,6 +615,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -588,4 +629,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify-deps,?($|\s.*) diff --git a/ci-operator/jobs/openshift/cluster-authentication-operator/openshift-cluster-authentication-operator-release-4.6-postsubmits.yaml b/ci-operator/jobs/openshift/cluster-authentication-operator/openshift-cluster-authentication-operator-release-4.6-postsubmits.yaml index f077f5e548d6..88cc077f8ee7 100644 --- a/ci-operator/jobs/openshift/cluster-authentication-operator/openshift-cluster-authentication-operator-release-4.6-postsubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-authentication-operator/openshift-cluster-authentication-operator-release-4.6-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-cluster-authentication-operator-release-4.6-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/cluster-authentication-operator/openshift-cluster-authentication-operator-release-4.6-presubmits.yaml b/ci-operator/jobs/openshift/cluster-authentication-operator/openshift-cluster-authentication-operator-release-4.6-presubmits.yaml index 55530137fc07..92f6e9678c4e 100644 --- a/ci-operator/jobs/openshift/cluster-authentication-operator/openshift-cluster-authentication-operator-release-4.6-presubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-authentication-operator/openshift-cluster-authentication-operator-release-4.6-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -46,6 +44,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -68,6 +69,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -86,13 +90,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-console-login-cluster-profile - --target=e2e-aws-console-login - --template=/usr/local/e2e-aws-console-login @@ -128,6 +130,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -153,6 +158,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-console-login,?($|\s.*) - agent: kubernetes always_run: true @@ -171,13 +179,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-operator-cluster-profile - --target=e2e-aws-operator - --template=/usr/local/e2e-aws-operator @@ -213,6 +219,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -238,6 +247,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-operator,?($|\s.*) - agent: kubernetes always_run: true @@ -256,13 +268,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-operator-encryption-cluster-profile - --target=e2e-aws-operator-encryption - --template=/usr/local/e2e-aws-operator-encryption @@ -298,6 +308,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -323,6 +336,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-operator-encryption,?($|\s.*) - agent: kubernetes always_run: true @@ -341,13 +357,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -370,6 +384,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -392,6 +409,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -410,10 +430,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -431,6 +451,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -442,6 +465,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -460,10 +486,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -480,6 +506,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -491,6 +520,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -509,10 +541,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -529,6 +561,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -540,6 +575,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) - agent: kubernetes always_run: true @@ -558,10 +596,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify-deps command: - ci-operator @@ -578,6 +616,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -589,4 +630,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify-deps,?($|\s.*) diff --git a/ci-operator/jobs/openshift/cluster-authentication-operator/openshift-cluster-authentication-operator-release-4.7-postsubmits.yaml b/ci-operator/jobs/openshift/cluster-authentication-operator/openshift-cluster-authentication-operator-release-4.7-postsubmits.yaml index e8de024ce0db..7eea0fe73e2e 100644 --- a/ci-operator/jobs/openshift/cluster-authentication-operator/openshift-cluster-authentication-operator-release-4.7-postsubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-authentication-operator/openshift-cluster-authentication-operator-release-4.7-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-cluster-authentication-operator-release-4.7-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/cluster-authentication-operator/openshift-cluster-authentication-operator-release-4.7-presubmits.yaml b/ci-operator/jobs/openshift/cluster-authentication-operator/openshift-cluster-authentication-operator-release-4.7-presubmits.yaml index 1ddae7f3a8a0..b2f43155e6cf 100644 --- a/ci-operator/jobs/openshift/cluster-authentication-operator/openshift-cluster-authentication-operator-release-4.7-presubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-authentication-operator/openshift-cluster-authentication-operator-release-4.7-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -46,6 +44,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -68,6 +69,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -86,13 +90,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-console-login-cluster-profile - --target=e2e-aws-console-login - --template=/usr/local/e2e-aws-console-login @@ -128,6 +130,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -153,6 +158,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-console-login,?($|\s.*) - agent: kubernetes always_run: true @@ -171,13 +179,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-operator-cluster-profile - --target=e2e-aws-operator - --template=/usr/local/e2e-aws-operator @@ -213,6 +219,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -238,6 +247,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-operator,?($|\s.*) - agent: kubernetes always_run: true @@ -256,13 +268,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-operator-encryption-cluster-profile - --target=e2e-aws-operator-encryption - --template=/usr/local/e2e-aws-operator-encryption @@ -298,6 +308,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -323,6 +336,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-operator-encryption,?($|\s.*) - agent: kubernetes always_run: true @@ -341,13 +357,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -370,6 +384,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -392,6 +409,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -410,10 +430,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -431,6 +451,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -442,6 +465,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -460,10 +486,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -480,6 +506,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -491,6 +520,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -509,10 +541,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -529,6 +561,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -540,6 +575,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) - agent: kubernetes always_run: true @@ -558,10 +596,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify-deps command: - ci-operator @@ -578,6 +616,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -589,4 +630,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify-deps,?($|\s.*) diff --git a/ci-operator/jobs/openshift/cluster-autoscaler-operator/openshift-cluster-autoscaler-operator-master-postsubmits.yaml b/ci-operator/jobs/openshift/cluster-autoscaler-operator/openshift-cluster-autoscaler-operator-master-postsubmits.yaml index 69ecdbfc5d4f..325039d57d79 100644 --- a/ci-operator/jobs/openshift/cluster-autoscaler-operator/openshift-cluster-autoscaler-operator-master-postsubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-autoscaler-operator/openshift-cluster-autoscaler-operator-master-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-cluster-autoscaler-operator-master-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/cluster-autoscaler-operator/openshift-cluster-autoscaler-operator-master-presubmits.yaml b/ci-operator/jobs/openshift/cluster-autoscaler-operator/openshift-cluster-autoscaler-operator-master-presubmits.yaml index 04bccc1a8f8a..e304a11d88f4 100644 --- a/ci-operator/jobs/openshift/cluster-autoscaler-operator/openshift-cluster-autoscaler-operator-master-presubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-autoscaler-operator/openshift-cluster-autoscaler-operator-master-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -46,6 +44,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -68,6 +69,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -86,13 +90,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-operator-cluster-profile - --target=e2e-aws-operator - --template=/usr/local/e2e-aws-operator @@ -128,6 +130,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -153,6 +158,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-operator,?($|\s.*) - agent: kubernetes always_run: true @@ -171,13 +179,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -200,6 +206,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -222,6 +231,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -240,10 +252,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=goimports command: - ci-operator @@ -260,6 +272,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -271,6 +286,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )goimports,?($|\s.*) - agent: kubernetes always_run: true @@ -289,10 +307,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=golint command: - ci-operator @@ -309,6 +327,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -320,6 +341,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )golint,?($|\s.*) - agent: kubernetes always_run: true @@ -338,10 +362,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=govet command: - ci-operator @@ -358,6 +382,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -369,6 +396,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )govet,?($|\s.*) - agent: kubernetes always_run: true @@ -387,10 +417,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -408,6 +438,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -419,6 +452,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -437,10 +473,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -457,6 +493,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -468,4 +507,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift/cluster-autoscaler-operator/openshift-cluster-autoscaler-operator-release-4.1-postsubmits.yaml b/ci-operator/jobs/openshift/cluster-autoscaler-operator/openshift-cluster-autoscaler-operator-release-4.1-postsubmits.yaml index 4a0633b85e3f..6bf136dad389 100644 --- a/ci-operator/jobs/openshift/cluster-autoscaler-operator/openshift-cluster-autoscaler-operator-release-4.1-postsubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-autoscaler-operator/openshift-cluster-autoscaler-operator-release-4.1-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-cluster-autoscaler-operator-release-4.1-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/cluster-autoscaler-operator/openshift-cluster-autoscaler-operator-release-4.1-presubmits.yaml b/ci-operator/jobs/openshift/cluster-autoscaler-operator/openshift-cluster-autoscaler-operator-release-4.1-presubmits.yaml index e659a3ce8a49..8991f0851a70 100644 --- a/ci-operator/jobs/openshift/cluster-autoscaler-operator/openshift-cluster-autoscaler-operator-release-4.1-presubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-autoscaler-operator/openshift-cluster-autoscaler-operator-release-4.1-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -46,6 +44,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -68,6 +69,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -86,13 +90,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-operator-cluster-profile - --target=e2e-aws-operator - --template=/usr/local/e2e-aws-operator @@ -128,6 +130,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -153,6 +158,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-operator,?($|\s.*) - agent: kubernetes always_run: true @@ -171,13 +179,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -200,6 +206,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -222,6 +231,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -240,10 +252,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=gofmt command: - ci-operator @@ -260,6 +272,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -271,6 +286,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )gofmt,?($|\s.*) - agent: kubernetes always_run: true @@ -289,10 +307,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=golint command: - ci-operator @@ -309,6 +327,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -320,6 +341,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )golint,?($|\s.*) - agent: kubernetes always_run: true @@ -338,10 +362,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=govet command: - ci-operator @@ -358,6 +382,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -369,6 +396,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )govet,?($|\s.*) - agent: kubernetes always_run: true @@ -387,10 +417,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -408,6 +438,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -419,6 +452,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -437,10 +473,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -457,6 +493,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -468,4 +507,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift/cluster-autoscaler-operator/openshift-cluster-autoscaler-operator-release-4.2-postsubmits.yaml b/ci-operator/jobs/openshift/cluster-autoscaler-operator/openshift-cluster-autoscaler-operator-release-4.2-postsubmits.yaml index 6a1e2eac9b78..ac1e7f9bc583 100644 --- a/ci-operator/jobs/openshift/cluster-autoscaler-operator/openshift-cluster-autoscaler-operator-release-4.2-postsubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-autoscaler-operator/openshift-cluster-autoscaler-operator-release-4.2-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-cluster-autoscaler-operator-release-4.2-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/cluster-autoscaler-operator/openshift-cluster-autoscaler-operator-release-4.2-presubmits.yaml b/ci-operator/jobs/openshift/cluster-autoscaler-operator/openshift-cluster-autoscaler-operator-release-4.2-presubmits.yaml index a6dae44f181e..f56d0f822cd6 100644 --- a/ci-operator/jobs/openshift/cluster-autoscaler-operator/openshift-cluster-autoscaler-operator-release-4.2-presubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-autoscaler-operator/openshift-cluster-autoscaler-operator-release-4.2-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -46,6 +44,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -68,6 +69,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -86,13 +90,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-operator-cluster-profile - --target=e2e-aws-operator - --template=/usr/local/e2e-aws-operator @@ -128,6 +130,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -153,6 +158,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-operator,?($|\s.*) - agent: kubernetes always_run: true @@ -171,13 +179,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -200,6 +206,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -222,6 +231,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -240,10 +252,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=goimports command: - ci-operator @@ -260,6 +272,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -271,6 +286,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )goimports,?($|\s.*) - agent: kubernetes always_run: true @@ -289,10 +307,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=golint command: - ci-operator @@ -309,6 +327,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -320,6 +341,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )golint,?($|\s.*) - agent: kubernetes always_run: true @@ -338,10 +362,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=govet command: - ci-operator @@ -358,6 +382,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -369,6 +396,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )govet,?($|\s.*) - agent: kubernetes always_run: true @@ -387,10 +417,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -408,6 +438,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -419,6 +452,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -437,10 +473,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -457,6 +493,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -468,4 +507,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift/cluster-autoscaler-operator/openshift-cluster-autoscaler-operator-release-4.3-postsubmits.yaml b/ci-operator/jobs/openshift/cluster-autoscaler-operator/openshift-cluster-autoscaler-operator-release-4.3-postsubmits.yaml index d592324f4a02..1fcf93284f4b 100644 --- a/ci-operator/jobs/openshift/cluster-autoscaler-operator/openshift-cluster-autoscaler-operator-release-4.3-postsubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-autoscaler-operator/openshift-cluster-autoscaler-operator-release-4.3-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-cluster-autoscaler-operator-release-4.3-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/cluster-autoscaler-operator/openshift-cluster-autoscaler-operator-release-4.3-presubmits.yaml b/ci-operator/jobs/openshift/cluster-autoscaler-operator/openshift-cluster-autoscaler-operator-release-4.3-presubmits.yaml index bb29446891bc..c39ea02ece3a 100644 --- a/ci-operator/jobs/openshift/cluster-autoscaler-operator/openshift-cluster-autoscaler-operator-release-4.3-presubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-autoscaler-operator/openshift-cluster-autoscaler-operator-release-4.3-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -46,6 +44,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -68,6 +69,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -86,13 +90,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-operator-cluster-profile - --target=e2e-aws-operator - --template=/usr/local/e2e-aws-operator @@ -128,6 +130,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -153,6 +158,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-operator,?($|\s.*) - agent: kubernetes always_run: true @@ -171,13 +179,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -200,6 +206,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -222,6 +231,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -240,10 +252,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=goimports command: - ci-operator @@ -260,6 +272,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -271,6 +286,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )goimports,?($|\s.*) - agent: kubernetes always_run: true @@ -289,10 +307,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=golint command: - ci-operator @@ -309,6 +327,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -320,6 +341,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )golint,?($|\s.*) - agent: kubernetes always_run: true @@ -338,10 +362,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=govet command: - ci-operator @@ -358,6 +382,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -369,6 +396,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )govet,?($|\s.*) - agent: kubernetes always_run: true @@ -387,10 +417,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -408,6 +438,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -419,6 +452,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -437,10 +473,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -457,6 +493,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -468,4 +507,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift/cluster-autoscaler-operator/openshift-cluster-autoscaler-operator-release-4.4-postsubmits.yaml b/ci-operator/jobs/openshift/cluster-autoscaler-operator/openshift-cluster-autoscaler-operator-release-4.4-postsubmits.yaml index 107f2cef94dc..caf143363a9b 100644 --- a/ci-operator/jobs/openshift/cluster-autoscaler-operator/openshift-cluster-autoscaler-operator-release-4.4-postsubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-autoscaler-operator/openshift-cluster-autoscaler-operator-release-4.4-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-cluster-autoscaler-operator-release-4.4-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/cluster-autoscaler-operator/openshift-cluster-autoscaler-operator-release-4.4-presubmits.yaml b/ci-operator/jobs/openshift/cluster-autoscaler-operator/openshift-cluster-autoscaler-operator-release-4.4-presubmits.yaml index e08b836f4752..ed3d30711713 100644 --- a/ci-operator/jobs/openshift/cluster-autoscaler-operator/openshift-cluster-autoscaler-operator-release-4.4-presubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-autoscaler-operator/openshift-cluster-autoscaler-operator-release-4.4-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -46,6 +44,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -68,6 +69,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -86,13 +90,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-operator-cluster-profile - --target=e2e-aws-operator - --template=/usr/local/e2e-aws-operator @@ -128,6 +130,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -153,6 +158,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-operator,?($|\s.*) - agent: kubernetes always_run: true @@ -171,13 +179,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -200,6 +206,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -222,6 +231,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -240,10 +252,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=goimports command: - ci-operator @@ -260,6 +272,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -271,6 +286,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )goimports,?($|\s.*) - agent: kubernetes always_run: true @@ -289,10 +307,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=golint command: - ci-operator @@ -309,6 +327,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -320,6 +341,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )golint,?($|\s.*) - agent: kubernetes always_run: true @@ -338,10 +362,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=govet command: - ci-operator @@ -358,6 +382,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -369,6 +396,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )govet,?($|\s.*) - agent: kubernetes always_run: true @@ -387,10 +417,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -408,6 +438,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -419,6 +452,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -437,10 +473,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -457,6 +493,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -468,4 +507,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift/cluster-autoscaler-operator/openshift-cluster-autoscaler-operator-release-4.5-postsubmits.yaml b/ci-operator/jobs/openshift/cluster-autoscaler-operator/openshift-cluster-autoscaler-operator-release-4.5-postsubmits.yaml index 566751f580f1..93428fc09e13 100644 --- a/ci-operator/jobs/openshift/cluster-autoscaler-operator/openshift-cluster-autoscaler-operator-release-4.5-postsubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-autoscaler-operator/openshift-cluster-autoscaler-operator-release-4.5-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-cluster-autoscaler-operator-release-4.5-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/cluster-autoscaler-operator/openshift-cluster-autoscaler-operator-release-4.5-presubmits.yaml b/ci-operator/jobs/openshift/cluster-autoscaler-operator/openshift-cluster-autoscaler-operator-release-4.5-presubmits.yaml index d0983a39a7e6..70a0a8389844 100644 --- a/ci-operator/jobs/openshift/cluster-autoscaler-operator/openshift-cluster-autoscaler-operator-release-4.5-presubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-autoscaler-operator/openshift-cluster-autoscaler-operator-release-4.5-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -46,6 +44,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -68,6 +69,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -86,13 +90,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-operator-cluster-profile - --target=e2e-aws-operator - --template=/usr/local/e2e-aws-operator @@ -128,6 +130,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -153,6 +158,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-operator,?($|\s.*) - agent: kubernetes always_run: true @@ -171,13 +179,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -200,6 +206,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -222,6 +231,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -240,10 +252,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=goimports command: - ci-operator @@ -260,6 +272,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -271,6 +286,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )goimports,?($|\s.*) - agent: kubernetes always_run: true @@ -289,10 +307,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=golint command: - ci-operator @@ -309,6 +327,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -320,6 +341,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )golint,?($|\s.*) - agent: kubernetes always_run: true @@ -338,10 +362,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=govet command: - ci-operator @@ -358,6 +382,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -369,6 +396,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )govet,?($|\s.*) - agent: kubernetes always_run: true @@ -387,10 +417,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -407,6 +437,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -418,6 +451,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -436,10 +472,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -456,6 +492,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -467,4 +506,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift/cluster-autoscaler-operator/openshift-cluster-autoscaler-operator-release-4.6-postsubmits.yaml b/ci-operator/jobs/openshift/cluster-autoscaler-operator/openshift-cluster-autoscaler-operator-release-4.6-postsubmits.yaml index aa0983068337..bb65a6bcf241 100644 --- a/ci-operator/jobs/openshift/cluster-autoscaler-operator/openshift-cluster-autoscaler-operator-release-4.6-postsubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-autoscaler-operator/openshift-cluster-autoscaler-operator-release-4.6-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-cluster-autoscaler-operator-release-4.6-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/cluster-autoscaler-operator/openshift-cluster-autoscaler-operator-release-4.6-presubmits.yaml b/ci-operator/jobs/openshift/cluster-autoscaler-operator/openshift-cluster-autoscaler-operator-release-4.6-presubmits.yaml index 1c0ee0f343c4..f02f3778eff4 100644 --- a/ci-operator/jobs/openshift/cluster-autoscaler-operator/openshift-cluster-autoscaler-operator-release-4.6-presubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-autoscaler-operator/openshift-cluster-autoscaler-operator-release-4.6-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -46,6 +44,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -68,6 +69,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -86,13 +90,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-operator-cluster-profile - --target=e2e-aws-operator - --template=/usr/local/e2e-aws-operator @@ -128,6 +130,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -153,6 +158,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-operator,?($|\s.*) - agent: kubernetes always_run: true @@ -171,13 +179,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -200,6 +206,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -222,6 +231,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -240,10 +252,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=goimports command: - ci-operator @@ -260,6 +272,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -271,6 +286,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )goimports,?($|\s.*) - agent: kubernetes always_run: true @@ -289,10 +307,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=golint command: - ci-operator @@ -309,6 +327,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -320,6 +341,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )golint,?($|\s.*) - agent: kubernetes always_run: true @@ -338,10 +362,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=govet command: - ci-operator @@ -358,6 +382,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -369,6 +396,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )govet,?($|\s.*) - agent: kubernetes always_run: true @@ -387,10 +417,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -408,6 +438,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -419,6 +452,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -437,10 +473,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -457,6 +493,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -468,4 +507,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift/cluster-autoscaler-operator/openshift-cluster-autoscaler-operator-release-4.7-postsubmits.yaml b/ci-operator/jobs/openshift/cluster-autoscaler-operator/openshift-cluster-autoscaler-operator-release-4.7-postsubmits.yaml index fd3d9c535838..cff4fd883e37 100644 --- a/ci-operator/jobs/openshift/cluster-autoscaler-operator/openshift-cluster-autoscaler-operator-release-4.7-postsubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-autoscaler-operator/openshift-cluster-autoscaler-operator-release-4.7-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-cluster-autoscaler-operator-release-4.7-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/cluster-autoscaler-operator/openshift-cluster-autoscaler-operator-release-4.7-presubmits.yaml b/ci-operator/jobs/openshift/cluster-autoscaler-operator/openshift-cluster-autoscaler-operator-release-4.7-presubmits.yaml index f7361cdd5aa2..d78955d28dba 100644 --- a/ci-operator/jobs/openshift/cluster-autoscaler-operator/openshift-cluster-autoscaler-operator-release-4.7-presubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-autoscaler-operator/openshift-cluster-autoscaler-operator-release-4.7-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -46,6 +44,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -68,6 +69,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -86,13 +90,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-operator-cluster-profile - --target=e2e-aws-operator - --template=/usr/local/e2e-aws-operator @@ -128,6 +130,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -153,6 +158,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-operator,?($|\s.*) - agent: kubernetes always_run: true @@ -171,13 +179,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -200,6 +206,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -222,6 +231,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -240,10 +252,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=goimports command: - ci-operator @@ -260,6 +272,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -271,6 +286,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )goimports,?($|\s.*) - agent: kubernetes always_run: true @@ -289,10 +307,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=golint command: - ci-operator @@ -309,6 +327,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -320,6 +341,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )golint,?($|\s.*) - agent: kubernetes always_run: true @@ -338,10 +362,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=govet command: - ci-operator @@ -358,6 +382,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -369,6 +396,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )govet,?($|\s.*) - agent: kubernetes always_run: true @@ -387,10 +417,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -408,6 +438,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -419,6 +452,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -437,10 +473,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -457,6 +493,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -468,4 +507,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift/cluster-bootstrap/openshift-cluster-bootstrap-master-postsubmits.yaml b/ci-operator/jobs/openshift/cluster-bootstrap/openshift-cluster-bootstrap-master-postsubmits.yaml index 57a92f2a677c..e64a8b44b737 100644 --- a/ci-operator/jobs/openshift/cluster-bootstrap/openshift-cluster-bootstrap-master-postsubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-bootstrap/openshift-cluster-bootstrap-master-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-cluster-bootstrap-master-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/cluster-bootstrap/openshift-cluster-bootstrap-master-presubmits.yaml b/ci-operator/jobs/openshift/cluster-bootstrap/openshift-cluster-bootstrap-master-presubmits.yaml index 28242d9bae1d..535331d2ccb0 100644 --- a/ci-operator/jobs/openshift/cluster-bootstrap/openshift-cluster-bootstrap-master-presubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-bootstrap/openshift-cluster-bootstrap-master-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -46,6 +44,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -68,6 +69,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -86,13 +90,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -115,6 +117,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -137,6 +142,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -155,10 +163,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -176,6 +184,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -187,6 +198,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -205,10 +219,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -225,6 +239,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -236,6 +253,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -254,10 +274,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -274,6 +294,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -285,6 +308,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) - agent: kubernetes always_run: true @@ -303,10 +329,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify-deps command: - ci-operator @@ -323,6 +349,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -334,4 +363,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify-deps,?($|\s.*) diff --git a/ci-operator/jobs/openshift/cluster-bootstrap/openshift-cluster-bootstrap-release-4.1-postsubmits.yaml b/ci-operator/jobs/openshift/cluster-bootstrap/openshift-cluster-bootstrap-release-4.1-postsubmits.yaml index 60affd248b7c..42b4097aaa8e 100644 --- a/ci-operator/jobs/openshift/cluster-bootstrap/openshift-cluster-bootstrap-release-4.1-postsubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-bootstrap/openshift-cluster-bootstrap-release-4.1-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-cluster-bootstrap-release-4.1-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/cluster-bootstrap/openshift-cluster-bootstrap-release-4.1-presubmits.yaml b/ci-operator/jobs/openshift/cluster-bootstrap/openshift-cluster-bootstrap-release-4.1-presubmits.yaml index ddf882159585..1c2946c33c7e 100644 --- a/ci-operator/jobs/openshift/cluster-bootstrap/openshift-cluster-bootstrap-release-4.1-presubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-bootstrap/openshift-cluster-bootstrap-release-4.1-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -46,6 +44,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -68,6 +69,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -86,13 +90,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -115,6 +117,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -137,6 +142,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -155,10 +163,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -176,6 +184,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -187,6 +198,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -205,10 +219,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -225,6 +239,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -236,6 +253,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -254,10 +274,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -274,6 +294,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -285,6 +308,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) - agent: kubernetes always_run: true @@ -303,10 +329,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify-deps command: - ci-operator @@ -323,6 +349,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -334,4 +363,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify-deps,?($|\s.*) diff --git a/ci-operator/jobs/openshift/cluster-bootstrap/openshift-cluster-bootstrap-release-4.2-postsubmits.yaml b/ci-operator/jobs/openshift/cluster-bootstrap/openshift-cluster-bootstrap-release-4.2-postsubmits.yaml index a55a608bb103..a05e0b10d446 100644 --- a/ci-operator/jobs/openshift/cluster-bootstrap/openshift-cluster-bootstrap-release-4.2-postsubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-bootstrap/openshift-cluster-bootstrap-release-4.2-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-cluster-bootstrap-release-4.2-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/cluster-bootstrap/openshift-cluster-bootstrap-release-4.2-presubmits.yaml b/ci-operator/jobs/openshift/cluster-bootstrap/openshift-cluster-bootstrap-release-4.2-presubmits.yaml index 5a2356ecda6b..9148532fed04 100644 --- a/ci-operator/jobs/openshift/cluster-bootstrap/openshift-cluster-bootstrap-release-4.2-presubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-bootstrap/openshift-cluster-bootstrap-release-4.2-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -46,6 +44,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -68,6 +69,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -86,13 +90,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -115,6 +117,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -137,6 +142,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -155,10 +163,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -176,6 +184,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -187,6 +198,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -205,10 +219,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -225,6 +239,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -236,6 +253,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -254,10 +274,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -274,6 +294,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -285,6 +308,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) - agent: kubernetes always_run: true @@ -303,10 +329,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify-deps command: - ci-operator @@ -323,6 +349,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -334,4 +363,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify-deps,?($|\s.*) diff --git a/ci-operator/jobs/openshift/cluster-bootstrap/openshift-cluster-bootstrap-release-4.3-postsubmits.yaml b/ci-operator/jobs/openshift/cluster-bootstrap/openshift-cluster-bootstrap-release-4.3-postsubmits.yaml index 08285fca0c27..b5489998c160 100644 --- a/ci-operator/jobs/openshift/cluster-bootstrap/openshift-cluster-bootstrap-release-4.3-postsubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-bootstrap/openshift-cluster-bootstrap-release-4.3-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-cluster-bootstrap-release-4.3-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/cluster-bootstrap/openshift-cluster-bootstrap-release-4.3-presubmits.yaml b/ci-operator/jobs/openshift/cluster-bootstrap/openshift-cluster-bootstrap-release-4.3-presubmits.yaml index e5f48def6d7f..b74d1de1a4fb 100644 --- a/ci-operator/jobs/openshift/cluster-bootstrap/openshift-cluster-bootstrap-release-4.3-presubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-bootstrap/openshift-cluster-bootstrap-release-4.3-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -46,6 +44,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -68,6 +69,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -86,13 +90,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -115,6 +117,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -137,6 +142,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -155,10 +163,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -176,6 +184,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -187,6 +198,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -205,10 +219,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -225,6 +239,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -236,6 +253,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -254,10 +274,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -274,6 +294,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -285,6 +308,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) - agent: kubernetes always_run: true @@ -303,10 +329,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify-deps command: - ci-operator @@ -323,6 +349,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -334,4 +363,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify-deps,?($|\s.*) diff --git a/ci-operator/jobs/openshift/cluster-bootstrap/openshift-cluster-bootstrap-release-4.4-postsubmits.yaml b/ci-operator/jobs/openshift/cluster-bootstrap/openshift-cluster-bootstrap-release-4.4-postsubmits.yaml index d995ac2c2abb..1b9e7c1db636 100644 --- a/ci-operator/jobs/openshift/cluster-bootstrap/openshift-cluster-bootstrap-release-4.4-postsubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-bootstrap/openshift-cluster-bootstrap-release-4.4-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-cluster-bootstrap-release-4.4-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/cluster-bootstrap/openshift-cluster-bootstrap-release-4.4-presubmits.yaml b/ci-operator/jobs/openshift/cluster-bootstrap/openshift-cluster-bootstrap-release-4.4-presubmits.yaml index 6f1c2b63153f..6c48be4fc7f8 100644 --- a/ci-operator/jobs/openshift/cluster-bootstrap/openshift-cluster-bootstrap-release-4.4-presubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-bootstrap/openshift-cluster-bootstrap-release-4.4-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -46,6 +44,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -68,6 +69,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -86,13 +90,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -115,6 +117,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -137,6 +142,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -155,10 +163,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -176,6 +184,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -187,6 +198,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -205,10 +219,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -225,6 +239,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -236,6 +253,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -254,10 +274,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -274,6 +294,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -285,6 +308,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) - agent: kubernetes always_run: true @@ -303,10 +329,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify-deps command: - ci-operator @@ -323,6 +349,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -334,4 +363,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify-deps,?($|\s.*) diff --git a/ci-operator/jobs/openshift/cluster-bootstrap/openshift-cluster-bootstrap-release-4.5-postsubmits.yaml b/ci-operator/jobs/openshift/cluster-bootstrap/openshift-cluster-bootstrap-release-4.5-postsubmits.yaml index 22ef3ad0f2e5..e12602e13471 100644 --- a/ci-operator/jobs/openshift/cluster-bootstrap/openshift-cluster-bootstrap-release-4.5-postsubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-bootstrap/openshift-cluster-bootstrap-release-4.5-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-cluster-bootstrap-release-4.5-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/cluster-bootstrap/openshift-cluster-bootstrap-release-4.5-presubmits.yaml b/ci-operator/jobs/openshift/cluster-bootstrap/openshift-cluster-bootstrap-release-4.5-presubmits.yaml index 9ab6ad1d70fb..84551f64ebbe 100644 --- a/ci-operator/jobs/openshift/cluster-bootstrap/openshift-cluster-bootstrap-release-4.5-presubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-bootstrap/openshift-cluster-bootstrap-release-4.5-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -46,6 +44,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -68,6 +69,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -86,13 +90,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -115,6 +117,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -137,6 +142,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -155,10 +163,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -175,6 +183,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -186,6 +197,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -204,10 +218,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -224,6 +238,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -235,6 +252,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -253,10 +273,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -273,6 +293,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -284,6 +307,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) - agent: kubernetes always_run: true @@ -302,10 +328,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify-deps command: - ci-operator @@ -322,6 +348,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -333,4 +362,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify-deps,?($|\s.*) diff --git a/ci-operator/jobs/openshift/cluster-bootstrap/openshift-cluster-bootstrap-release-4.6-postsubmits.yaml b/ci-operator/jobs/openshift/cluster-bootstrap/openshift-cluster-bootstrap-release-4.6-postsubmits.yaml index 6b908217cda0..cb8a76a824d3 100644 --- a/ci-operator/jobs/openshift/cluster-bootstrap/openshift-cluster-bootstrap-release-4.6-postsubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-bootstrap/openshift-cluster-bootstrap-release-4.6-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-cluster-bootstrap-release-4.6-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/cluster-bootstrap/openshift-cluster-bootstrap-release-4.6-presubmits.yaml b/ci-operator/jobs/openshift/cluster-bootstrap/openshift-cluster-bootstrap-release-4.6-presubmits.yaml index 335b6ab114ff..c0346547cfc6 100644 --- a/ci-operator/jobs/openshift/cluster-bootstrap/openshift-cluster-bootstrap-release-4.6-presubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-bootstrap/openshift-cluster-bootstrap-release-4.6-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -46,6 +44,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -68,6 +69,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -86,13 +90,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -115,6 +117,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -137,6 +142,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -155,10 +163,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -176,6 +184,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -187,6 +198,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -205,10 +219,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -225,6 +239,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -236,6 +253,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -254,10 +274,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -274,6 +294,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -285,6 +308,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) - agent: kubernetes always_run: true @@ -303,10 +329,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify-deps command: - ci-operator @@ -323,6 +349,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -334,4 +363,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify-deps,?($|\s.*) diff --git a/ci-operator/jobs/openshift/cluster-bootstrap/openshift-cluster-bootstrap-release-4.7-postsubmits.yaml b/ci-operator/jobs/openshift/cluster-bootstrap/openshift-cluster-bootstrap-release-4.7-postsubmits.yaml index d7167f9f7a03..afdc622ab54e 100644 --- a/ci-operator/jobs/openshift/cluster-bootstrap/openshift-cluster-bootstrap-release-4.7-postsubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-bootstrap/openshift-cluster-bootstrap-release-4.7-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-cluster-bootstrap-release-4.7-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/cluster-bootstrap/openshift-cluster-bootstrap-release-4.7-presubmits.yaml b/ci-operator/jobs/openshift/cluster-bootstrap/openshift-cluster-bootstrap-release-4.7-presubmits.yaml index 1f67e363985f..1c125c059d43 100644 --- a/ci-operator/jobs/openshift/cluster-bootstrap/openshift-cluster-bootstrap-release-4.7-presubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-bootstrap/openshift-cluster-bootstrap-release-4.7-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -46,6 +44,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -68,6 +69,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -86,13 +90,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -115,6 +117,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -137,6 +142,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -155,10 +163,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -176,6 +184,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -187,6 +198,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -205,10 +219,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -225,6 +239,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -236,6 +253,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -254,10 +274,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -274,6 +294,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -285,6 +308,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) - agent: kubernetes always_run: true @@ -303,10 +329,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify-deps command: - ci-operator @@ -323,6 +349,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -334,4 +363,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify-deps,?($|\s.*) diff --git a/ci-operator/jobs/openshift/cluster-capacity/openshift-cluster-capacity-master-postsubmits.yaml b/ci-operator/jobs/openshift/cluster-capacity/openshift-cluster-capacity-master-postsubmits.yaml index e52ac46a3ea0..cbe610a11747 100644 --- a/ci-operator/jobs/openshift/cluster-capacity/openshift-cluster-capacity-master-postsubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-capacity/openshift-cluster-capacity-master-postsubmits.yaml @@ -8,17 +8,19 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-cluster-capacity-master-images path_alias: github.com/kubernetes-incubator/cluster-capacity spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -35,6 +37,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -46,3 +51,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/cluster-capacity/openshift-cluster-capacity-master-presubmits.yaml b/ci-operator/jobs/openshift/cluster-capacity/openshift-cluster-capacity-master-presubmits.yaml index 8d15aa3788c8..100aee51a149 100644 --- a/ci-operator/jobs/openshift/cluster-capacity/openshift-cluster-capacity-master-presubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-capacity/openshift-cluster-capacity-master-presubmits.yaml @@ -18,10 +18,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -39,6 +39,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -50,6 +53,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -69,10 +75,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -89,6 +95,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -100,4 +109,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift/cluster-capacity/openshift-cluster-capacity-release-3.10-presubmits.yaml b/ci-operator/jobs/openshift/cluster-capacity/openshift-cluster-capacity-release-3.10-presubmits.yaml index 89e5b6a70e79..ce195cd99ac0 100644 --- a/ci-operator/jobs/openshift/cluster-capacity/openshift-cluster-capacity-release-3.10-presubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-capacity/openshift-cluster-capacity-release-3.10-presubmits.yaml @@ -18,10 +18,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -38,6 +38,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -49,6 +52,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -68,10 +74,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -88,6 +94,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -99,4 +108,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift/cluster-capacity/openshift-cluster-capacity-release-3.11-presubmits.yaml b/ci-operator/jobs/openshift/cluster-capacity/openshift-cluster-capacity-release-3.11-presubmits.yaml index fe629d1b1a31..730420111fb8 100644 --- a/ci-operator/jobs/openshift/cluster-capacity/openshift-cluster-capacity-release-3.11-presubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-capacity/openshift-cluster-capacity-release-3.11-presubmits.yaml @@ -18,10 +18,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -38,6 +38,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -49,6 +52,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -68,10 +74,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -88,6 +94,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -99,4 +108,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift/cluster-capacity/openshift-cluster-capacity-release-4.1-postsubmits.yaml b/ci-operator/jobs/openshift/cluster-capacity/openshift-cluster-capacity-release-4.1-postsubmits.yaml index f6964eee7709..2c2e8d4c3813 100644 --- a/ci-operator/jobs/openshift/cluster-capacity/openshift-cluster-capacity-release-4.1-postsubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-capacity/openshift-cluster-capacity-release-4.1-postsubmits.yaml @@ -8,17 +8,19 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-cluster-capacity-release-4.1-images path_alias: github.com/kubernetes-incubator/cluster-capacity spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -35,6 +37,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -46,3 +51,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/cluster-capacity/openshift-cluster-capacity-release-4.1-presubmits.yaml b/ci-operator/jobs/openshift/cluster-capacity/openshift-cluster-capacity-release-4.1-presubmits.yaml index 2c809cf54161..90ac40a7ef75 100644 --- a/ci-operator/jobs/openshift/cluster-capacity/openshift-cluster-capacity-release-4.1-presubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-capacity/openshift-cluster-capacity-release-4.1-presubmits.yaml @@ -18,10 +18,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -39,6 +39,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -50,6 +53,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -69,10 +75,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -89,6 +95,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -100,4 +109,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift/cluster-capacity/openshift-cluster-capacity-release-4.2-postsubmits.yaml b/ci-operator/jobs/openshift/cluster-capacity/openshift-cluster-capacity-release-4.2-postsubmits.yaml index dcccaa456339..e8556f5a1c4f 100644 --- a/ci-operator/jobs/openshift/cluster-capacity/openshift-cluster-capacity-release-4.2-postsubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-capacity/openshift-cluster-capacity-release-4.2-postsubmits.yaml @@ -8,17 +8,19 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-cluster-capacity-release-4.2-images path_alias: github.com/kubernetes-incubator/cluster-capacity spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -35,6 +37,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -46,3 +51,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/cluster-capacity/openshift-cluster-capacity-release-4.2-presubmits.yaml b/ci-operator/jobs/openshift/cluster-capacity/openshift-cluster-capacity-release-4.2-presubmits.yaml index 9b9a11a71d69..d180b77c7253 100644 --- a/ci-operator/jobs/openshift/cluster-capacity/openshift-cluster-capacity-release-4.2-presubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-capacity/openshift-cluster-capacity-release-4.2-presubmits.yaml @@ -18,10 +18,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -39,6 +39,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -50,6 +53,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -69,10 +75,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -89,6 +95,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -100,4 +109,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift/cluster-capacity/openshift-cluster-capacity-release-4.3-postsubmits.yaml b/ci-operator/jobs/openshift/cluster-capacity/openshift-cluster-capacity-release-4.3-postsubmits.yaml index 2677b828bb7e..d1f07c9bc3ad 100644 --- a/ci-operator/jobs/openshift/cluster-capacity/openshift-cluster-capacity-release-4.3-postsubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-capacity/openshift-cluster-capacity-release-4.3-postsubmits.yaml @@ -8,17 +8,19 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-cluster-capacity-release-4.3-images path_alias: github.com/kubernetes-incubator/cluster-capacity spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -35,6 +37,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -46,3 +51,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/cluster-capacity/openshift-cluster-capacity-release-4.3-presubmits.yaml b/ci-operator/jobs/openshift/cluster-capacity/openshift-cluster-capacity-release-4.3-presubmits.yaml index 523bb2d3f49d..eb247684293f 100644 --- a/ci-operator/jobs/openshift/cluster-capacity/openshift-cluster-capacity-release-4.3-presubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-capacity/openshift-cluster-capacity-release-4.3-presubmits.yaml @@ -18,10 +18,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -39,6 +39,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -50,6 +53,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -69,10 +75,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -89,6 +95,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -100,4 +109,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift/cluster-capacity/openshift-cluster-capacity-release-4.4-postsubmits.yaml b/ci-operator/jobs/openshift/cluster-capacity/openshift-cluster-capacity-release-4.4-postsubmits.yaml index a356aec441f6..1ca177ee200e 100644 --- a/ci-operator/jobs/openshift/cluster-capacity/openshift-cluster-capacity-release-4.4-postsubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-capacity/openshift-cluster-capacity-release-4.4-postsubmits.yaml @@ -8,17 +8,19 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-cluster-capacity-release-4.4-images path_alias: github.com/kubernetes-incubator/cluster-capacity spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -35,6 +37,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -46,3 +51,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/cluster-capacity/openshift-cluster-capacity-release-4.4-presubmits.yaml b/ci-operator/jobs/openshift/cluster-capacity/openshift-cluster-capacity-release-4.4-presubmits.yaml index 0776954c8236..557bfbf8ab1e 100644 --- a/ci-operator/jobs/openshift/cluster-capacity/openshift-cluster-capacity-release-4.4-presubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-capacity/openshift-cluster-capacity-release-4.4-presubmits.yaml @@ -18,10 +18,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -39,6 +39,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -50,6 +53,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -69,10 +75,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -89,6 +95,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -100,4 +109,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift/cluster-capacity/openshift-cluster-capacity-release-4.5-postsubmits.yaml b/ci-operator/jobs/openshift/cluster-capacity/openshift-cluster-capacity-release-4.5-postsubmits.yaml index cc7e02ea180f..6519bb76b1f8 100644 --- a/ci-operator/jobs/openshift/cluster-capacity/openshift-cluster-capacity-release-4.5-postsubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-capacity/openshift-cluster-capacity-release-4.5-postsubmits.yaml @@ -8,17 +8,19 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-cluster-capacity-release-4.5-images path_alias: github.com/kubernetes-incubator/cluster-capacity spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -35,6 +37,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -46,3 +51,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/cluster-capacity/openshift-cluster-capacity-release-4.5-presubmits.yaml b/ci-operator/jobs/openshift/cluster-capacity/openshift-cluster-capacity-release-4.5-presubmits.yaml index 1675cd5898d8..c0e904cd8369 100644 --- a/ci-operator/jobs/openshift/cluster-capacity/openshift-cluster-capacity-release-4.5-presubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-capacity/openshift-cluster-capacity-release-4.5-presubmits.yaml @@ -18,10 +18,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -38,6 +38,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -49,6 +52,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -68,10 +74,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -88,6 +94,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -99,4 +108,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift/cluster-capacity/openshift-cluster-capacity-release-4.6-postsubmits.yaml b/ci-operator/jobs/openshift/cluster-capacity/openshift-cluster-capacity-release-4.6-postsubmits.yaml index f8a2bc84ff72..a4c35eb87332 100644 --- a/ci-operator/jobs/openshift/cluster-capacity/openshift-cluster-capacity-release-4.6-postsubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-capacity/openshift-cluster-capacity-release-4.6-postsubmits.yaml @@ -8,17 +8,19 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-cluster-capacity-release-4.6-images path_alias: github.com/kubernetes-incubator/cluster-capacity spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -35,6 +37,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -46,3 +51,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/cluster-capacity/openshift-cluster-capacity-release-4.6-presubmits.yaml b/ci-operator/jobs/openshift/cluster-capacity/openshift-cluster-capacity-release-4.6-presubmits.yaml index 852535b04408..97797ce5a0af 100644 --- a/ci-operator/jobs/openshift/cluster-capacity/openshift-cluster-capacity-release-4.6-presubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-capacity/openshift-cluster-capacity-release-4.6-presubmits.yaml @@ -18,10 +18,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -39,6 +39,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -50,6 +53,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -69,10 +75,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -89,6 +95,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -100,4 +109,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift/cluster-capacity/openshift-cluster-capacity-release-4.7-postsubmits.yaml b/ci-operator/jobs/openshift/cluster-capacity/openshift-cluster-capacity-release-4.7-postsubmits.yaml index 00587231231b..e9c444e80e31 100644 --- a/ci-operator/jobs/openshift/cluster-capacity/openshift-cluster-capacity-release-4.7-postsubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-capacity/openshift-cluster-capacity-release-4.7-postsubmits.yaml @@ -8,17 +8,19 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-cluster-capacity-release-4.7-images path_alias: github.com/kubernetes-incubator/cluster-capacity spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -35,6 +37,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -46,3 +51,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/cluster-capacity/openshift-cluster-capacity-release-4.7-presubmits.yaml b/ci-operator/jobs/openshift/cluster-capacity/openshift-cluster-capacity-release-4.7-presubmits.yaml index baaaccee3831..79970864219d 100644 --- a/ci-operator/jobs/openshift/cluster-capacity/openshift-cluster-capacity-release-4.7-presubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-capacity/openshift-cluster-capacity-release-4.7-presubmits.yaml @@ -18,10 +18,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -39,6 +39,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -50,6 +53,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -69,10 +75,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -89,6 +95,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -100,4 +109,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift/cluster-config-operator/openshift-cluster-config-operator-master-postsubmits.yaml b/ci-operator/jobs/openshift/cluster-config-operator/openshift-cluster-config-operator-master-postsubmits.yaml index cf3588dad30f..0c2531c6763a 100644 --- a/ci-operator/jobs/openshift/cluster-config-operator/openshift-cluster-config-operator-master-postsubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-config-operator/openshift-cluster-config-operator-master-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-cluster-config-operator-master-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/cluster-config-operator/openshift-cluster-config-operator-master-presubmits.yaml b/ci-operator/jobs/openshift/cluster-config-operator/openshift-cluster-config-operator-master-presubmits.yaml index 9a7ee2dad9e1..e081da63c15d 100644 --- a/ci-operator/jobs/openshift/cluster-config-operator/openshift-cluster-config-operator-master-presubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-config-operator/openshift-cluster-config-operator-master-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -46,6 +44,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -68,6 +69,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -86,13 +90,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -115,6 +117,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -137,6 +142,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: false @@ -156,13 +164,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-azure-cluster-profile - --target=e2e-azure - --template=/usr/local/e2e-azure @@ -196,6 +202,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -221,6 +230,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-azure,?($|\s.*) - agent: kubernetes always_run: false @@ -240,13 +252,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-gcp-cluster-profile - --target=e2e-gcp - --template=/usr/local/e2e-gcp @@ -280,6 +290,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -307,6 +320,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-gcp,?($|\s.*) - agent: kubernetes always_run: true @@ -325,10 +341,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -346,6 +362,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -357,6 +376,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -375,10 +397,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -395,6 +417,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -406,6 +431,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -424,10 +452,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -444,6 +472,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -455,6 +486,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) - agent: kubernetes always_run: true @@ -473,10 +507,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify-deps command: - ci-operator @@ -493,6 +527,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -504,4 +541,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify-deps,?($|\s.*) diff --git a/ci-operator/jobs/openshift/cluster-config-operator/openshift-cluster-config-operator-release-4.1-postsubmits.yaml b/ci-operator/jobs/openshift/cluster-config-operator/openshift-cluster-config-operator-release-4.1-postsubmits.yaml index 9ed79df7a091..95f5994094e6 100644 --- a/ci-operator/jobs/openshift/cluster-config-operator/openshift-cluster-config-operator-release-4.1-postsubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-config-operator/openshift-cluster-config-operator-release-4.1-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-cluster-config-operator-release-4.1-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/cluster-config-operator/openshift-cluster-config-operator-release-4.1-presubmits.yaml b/ci-operator/jobs/openshift/cluster-config-operator/openshift-cluster-config-operator-release-4.1-presubmits.yaml index 5faceb1421cc..98f56e568820 100644 --- a/ci-operator/jobs/openshift/cluster-config-operator/openshift-cluster-config-operator-release-4.1-presubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-config-operator/openshift-cluster-config-operator-release-4.1-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -46,6 +44,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -68,6 +69,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -86,13 +90,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -115,6 +117,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -137,6 +142,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -155,10 +163,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -176,6 +184,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -187,6 +198,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -205,10 +219,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -225,6 +239,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -236,6 +253,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -254,10 +274,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -274,6 +294,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -285,6 +308,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) - agent: kubernetes always_run: true @@ -303,10 +329,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify-deps command: - ci-operator @@ -323,6 +349,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -334,4 +363,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify-deps,?($|\s.*) diff --git a/ci-operator/jobs/openshift/cluster-config-operator/openshift-cluster-config-operator-release-4.2-postsubmits.yaml b/ci-operator/jobs/openshift/cluster-config-operator/openshift-cluster-config-operator-release-4.2-postsubmits.yaml index 7e80d395d05c..ce826748a76e 100644 --- a/ci-operator/jobs/openshift/cluster-config-operator/openshift-cluster-config-operator-release-4.2-postsubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-config-operator/openshift-cluster-config-operator-release-4.2-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-cluster-config-operator-release-4.2-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/cluster-config-operator/openshift-cluster-config-operator-release-4.2-presubmits.yaml b/ci-operator/jobs/openshift/cluster-config-operator/openshift-cluster-config-operator-release-4.2-presubmits.yaml index 72c8e6bd6674..2edecbfea945 100644 --- a/ci-operator/jobs/openshift/cluster-config-operator/openshift-cluster-config-operator-release-4.2-presubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-config-operator/openshift-cluster-config-operator-release-4.2-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -46,6 +44,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -68,6 +69,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -86,13 +90,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -115,6 +117,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -137,6 +142,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -155,10 +163,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -176,6 +184,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -187,6 +198,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -205,10 +219,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -225,6 +239,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -236,6 +253,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -254,10 +274,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -274,6 +294,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -285,6 +308,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) - agent: kubernetes always_run: true @@ -303,10 +329,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify-deps command: - ci-operator @@ -323,6 +349,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -334,4 +363,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify-deps,?($|\s.*) diff --git a/ci-operator/jobs/openshift/cluster-config-operator/openshift-cluster-config-operator-release-4.3-postsubmits.yaml b/ci-operator/jobs/openshift/cluster-config-operator/openshift-cluster-config-operator-release-4.3-postsubmits.yaml index 33501817a6d6..0b274b829abe 100644 --- a/ci-operator/jobs/openshift/cluster-config-operator/openshift-cluster-config-operator-release-4.3-postsubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-config-operator/openshift-cluster-config-operator-release-4.3-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-cluster-config-operator-release-4.3-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/cluster-config-operator/openshift-cluster-config-operator-release-4.3-presubmits.yaml b/ci-operator/jobs/openshift/cluster-config-operator/openshift-cluster-config-operator-release-4.3-presubmits.yaml index 60c777d1b8d0..63805ea96b52 100644 --- a/ci-operator/jobs/openshift/cluster-config-operator/openshift-cluster-config-operator-release-4.3-presubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-config-operator/openshift-cluster-config-operator-release-4.3-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -46,6 +44,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -68,6 +69,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -86,13 +90,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -115,6 +117,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -137,6 +142,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -155,10 +163,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -176,6 +184,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -187,6 +198,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -205,10 +219,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -225,6 +239,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -236,6 +253,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -254,10 +274,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -274,6 +294,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -285,6 +308,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) - agent: kubernetes always_run: true @@ -303,10 +329,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify-deps command: - ci-operator @@ -323,6 +349,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -334,4 +363,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify-deps,?($|\s.*) diff --git a/ci-operator/jobs/openshift/cluster-config-operator/openshift-cluster-config-operator-release-4.4-postsubmits.yaml b/ci-operator/jobs/openshift/cluster-config-operator/openshift-cluster-config-operator-release-4.4-postsubmits.yaml index 6457ceaee6e9..9130e514ece5 100644 --- a/ci-operator/jobs/openshift/cluster-config-operator/openshift-cluster-config-operator-release-4.4-postsubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-config-operator/openshift-cluster-config-operator-release-4.4-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-cluster-config-operator-release-4.4-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/cluster-config-operator/openshift-cluster-config-operator-release-4.4-presubmits.yaml b/ci-operator/jobs/openshift/cluster-config-operator/openshift-cluster-config-operator-release-4.4-presubmits.yaml index 3684b4d46de8..6fe35e68316a 100644 --- a/ci-operator/jobs/openshift/cluster-config-operator/openshift-cluster-config-operator-release-4.4-presubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-config-operator/openshift-cluster-config-operator-release-4.4-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -46,6 +44,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -68,6 +69,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -86,13 +90,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -115,6 +117,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -137,6 +142,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -155,10 +163,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -176,6 +184,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -187,6 +198,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -205,10 +219,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -225,6 +239,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -236,6 +253,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -254,10 +274,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -274,6 +294,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -285,6 +308,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) - agent: kubernetes always_run: true @@ -303,10 +329,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify-deps command: - ci-operator @@ -323,6 +349,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -334,4 +363,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify-deps,?($|\s.*) diff --git a/ci-operator/jobs/openshift/cluster-config-operator/openshift-cluster-config-operator-release-4.5-postsubmits.yaml b/ci-operator/jobs/openshift/cluster-config-operator/openshift-cluster-config-operator-release-4.5-postsubmits.yaml index 85e5cbcb3d33..34abaced2680 100644 --- a/ci-operator/jobs/openshift/cluster-config-operator/openshift-cluster-config-operator-release-4.5-postsubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-config-operator/openshift-cluster-config-operator-release-4.5-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-cluster-config-operator-release-4.5-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/cluster-config-operator/openshift-cluster-config-operator-release-4.5-presubmits.yaml b/ci-operator/jobs/openshift/cluster-config-operator/openshift-cluster-config-operator-release-4.5-presubmits.yaml index 55dd94c4867f..3ebdf2ff9798 100644 --- a/ci-operator/jobs/openshift/cluster-config-operator/openshift-cluster-config-operator-release-4.5-presubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-config-operator/openshift-cluster-config-operator-release-4.5-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -46,6 +44,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -68,6 +69,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -86,13 +90,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -115,6 +117,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -137,6 +142,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -155,13 +163,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-azure-cluster-profile - --target=e2e-azure - --template=/usr/local/e2e-azure @@ -195,6 +201,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -220,6 +229,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-azure,?($|\s.*) - agent: kubernetes always_run: true @@ -238,13 +250,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-gcp-cluster-profile - --target=e2e-gcp - --template=/usr/local/e2e-gcp @@ -278,6 +288,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -305,6 +318,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-gcp,?($|\s.*) - agent: kubernetes always_run: true @@ -323,10 +339,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -343,6 +359,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -354,6 +373,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -372,10 +394,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -392,6 +414,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -403,6 +428,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -421,10 +449,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -441,6 +469,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -452,6 +483,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) - agent: kubernetes always_run: true @@ -470,10 +504,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify-deps command: - ci-operator @@ -490,6 +524,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -501,4 +538,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify-deps,?($|\s.*) diff --git a/ci-operator/jobs/openshift/cluster-config-operator/openshift-cluster-config-operator-release-4.6-postsubmits.yaml b/ci-operator/jobs/openshift/cluster-config-operator/openshift-cluster-config-operator-release-4.6-postsubmits.yaml index d12fd6d5f30f..f31a22c04d14 100644 --- a/ci-operator/jobs/openshift/cluster-config-operator/openshift-cluster-config-operator-release-4.6-postsubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-config-operator/openshift-cluster-config-operator-release-4.6-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-cluster-config-operator-release-4.6-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/cluster-config-operator/openshift-cluster-config-operator-release-4.6-presubmits.yaml b/ci-operator/jobs/openshift/cluster-config-operator/openshift-cluster-config-operator-release-4.6-presubmits.yaml index 9d4e01dc9a6d..60cde5905007 100644 --- a/ci-operator/jobs/openshift/cluster-config-operator/openshift-cluster-config-operator-release-4.6-presubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-config-operator/openshift-cluster-config-operator-release-4.6-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -46,6 +44,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -68,6 +69,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -86,13 +90,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -115,6 +117,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -137,6 +142,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -155,13 +163,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-azure-cluster-profile - --target=e2e-azure - --template=/usr/local/e2e-azure @@ -195,6 +201,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -220,6 +229,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-azure,?($|\s.*) - agent: kubernetes always_run: true @@ -238,13 +250,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-gcp-cluster-profile - --target=e2e-gcp - --template=/usr/local/e2e-gcp @@ -278,6 +288,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -305,6 +318,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-gcp,?($|\s.*) - agent: kubernetes always_run: true @@ -323,10 +339,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -344,6 +360,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -355,6 +374,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -373,10 +395,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -393,6 +415,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -404,6 +429,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -422,10 +450,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -442,6 +470,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -453,6 +484,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) - agent: kubernetes always_run: true @@ -471,10 +505,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify-deps command: - ci-operator @@ -491,6 +525,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -502,4 +539,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify-deps,?($|\s.*) diff --git a/ci-operator/jobs/openshift/cluster-config-operator/openshift-cluster-config-operator-release-4.7-postsubmits.yaml b/ci-operator/jobs/openshift/cluster-config-operator/openshift-cluster-config-operator-release-4.7-postsubmits.yaml index d144bbda3cc9..fd451b4773ab 100644 --- a/ci-operator/jobs/openshift/cluster-config-operator/openshift-cluster-config-operator-release-4.7-postsubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-config-operator/openshift-cluster-config-operator-release-4.7-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-cluster-config-operator-release-4.7-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/cluster-config-operator/openshift-cluster-config-operator-release-4.7-presubmits.yaml b/ci-operator/jobs/openshift/cluster-config-operator/openshift-cluster-config-operator-release-4.7-presubmits.yaml index 05ed70884b29..8f2748fd37cb 100644 --- a/ci-operator/jobs/openshift/cluster-config-operator/openshift-cluster-config-operator-release-4.7-presubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-config-operator/openshift-cluster-config-operator-release-4.7-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -46,6 +44,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -68,6 +69,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -86,13 +90,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -115,6 +117,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -137,6 +142,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -155,13 +163,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-azure-cluster-profile - --target=e2e-azure - --template=/usr/local/e2e-azure @@ -195,6 +201,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -220,6 +229,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-azure,?($|\s.*) - agent: kubernetes always_run: true @@ -238,13 +250,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-gcp-cluster-profile - --target=e2e-gcp - --template=/usr/local/e2e-gcp @@ -278,6 +288,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -305,6 +318,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-gcp,?($|\s.*) - agent: kubernetes always_run: true @@ -323,10 +339,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -344,6 +360,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -355,6 +374,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -373,10 +395,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -393,6 +415,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -404,6 +429,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -422,10 +450,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -442,6 +470,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -453,6 +484,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) - agent: kubernetes always_run: true @@ -471,10 +505,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify-deps command: - ci-operator @@ -491,6 +525,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -502,4 +539,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify-deps,?($|\s.*) diff --git a/ci-operator/jobs/openshift/cluster-csi-snapshot-controller-operator/openshift-cluster-csi-snapshot-controller-operator-master-postsubmits.yaml b/ci-operator/jobs/openshift/cluster-csi-snapshot-controller-operator/openshift-cluster-csi-snapshot-controller-operator-master-postsubmits.yaml index 5e29c116c4c7..195f32f31959 100644 --- a/ci-operator/jobs/openshift/cluster-csi-snapshot-controller-operator/openshift-cluster-csi-snapshot-controller-operator-master-postsubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-csi-snapshot-controller-operator/openshift-cluster-csi-snapshot-controller-operator-master-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-cluster-csi-snapshot-controller-operator-master-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/cluster-csi-snapshot-controller-operator/openshift-cluster-csi-snapshot-controller-operator-master-presubmits.yaml b/ci-operator/jobs/openshift/cluster-csi-snapshot-controller-operator/openshift-cluster-csi-snapshot-controller-operator-master-presubmits.yaml index 9cef35d5d77e..15798307e45c 100644 --- a/ci-operator/jobs/openshift/cluster-csi-snapshot-controller-operator/openshift-cluster-csi-snapshot-controller-operator-master-presubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-csi-snapshot-controller-operator/openshift-cluster-csi-snapshot-controller-operator-master-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -46,6 +44,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -68,6 +69,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -86,13 +90,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -115,6 +117,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -137,6 +142,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -155,10 +163,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -176,6 +184,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -187,6 +198,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -205,10 +219,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -225,6 +239,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -236,6 +253,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -254,10 +274,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -274,6 +294,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -285,4 +308,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) diff --git a/ci-operator/jobs/openshift/cluster-csi-snapshot-controller-operator/openshift-cluster-csi-snapshot-controller-operator-release-4.4-postsubmits.yaml b/ci-operator/jobs/openshift/cluster-csi-snapshot-controller-operator/openshift-cluster-csi-snapshot-controller-operator-release-4.4-postsubmits.yaml index 1fdfdbd4c0b8..42e70f044cd5 100644 --- a/ci-operator/jobs/openshift/cluster-csi-snapshot-controller-operator/openshift-cluster-csi-snapshot-controller-operator-release-4.4-postsubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-csi-snapshot-controller-operator/openshift-cluster-csi-snapshot-controller-operator-release-4.4-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-cluster-csi-snapshot-controller-operator-release-4.4-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/cluster-csi-snapshot-controller-operator/openshift-cluster-csi-snapshot-controller-operator-release-4.4-presubmits.yaml b/ci-operator/jobs/openshift/cluster-csi-snapshot-controller-operator/openshift-cluster-csi-snapshot-controller-operator-release-4.4-presubmits.yaml index 5f2bac89c649..cd897f1c5fc5 100644 --- a/ci-operator/jobs/openshift/cluster-csi-snapshot-controller-operator/openshift-cluster-csi-snapshot-controller-operator-release-4.4-presubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-csi-snapshot-controller-operator/openshift-cluster-csi-snapshot-controller-operator-release-4.4-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -46,6 +44,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -68,6 +69,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -86,13 +90,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -115,6 +117,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -137,6 +142,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -155,10 +163,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -176,6 +184,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -187,6 +198,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -205,10 +219,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -225,6 +239,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -236,6 +253,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -254,10 +274,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -274,6 +294,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -285,4 +308,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) diff --git a/ci-operator/jobs/openshift/cluster-csi-snapshot-controller-operator/openshift-cluster-csi-snapshot-controller-operator-release-4.5-postsubmits.yaml b/ci-operator/jobs/openshift/cluster-csi-snapshot-controller-operator/openshift-cluster-csi-snapshot-controller-operator-release-4.5-postsubmits.yaml index f279aa405a42..d52dd6f8fa12 100644 --- a/ci-operator/jobs/openshift/cluster-csi-snapshot-controller-operator/openshift-cluster-csi-snapshot-controller-operator-release-4.5-postsubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-csi-snapshot-controller-operator/openshift-cluster-csi-snapshot-controller-operator-release-4.5-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-cluster-csi-snapshot-controller-operator-release-4.5-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/cluster-csi-snapshot-controller-operator/openshift-cluster-csi-snapshot-controller-operator-release-4.5-presubmits.yaml b/ci-operator/jobs/openshift/cluster-csi-snapshot-controller-operator/openshift-cluster-csi-snapshot-controller-operator-release-4.5-presubmits.yaml index 90d89e143b4e..b8d30eb682ec 100644 --- a/ci-operator/jobs/openshift/cluster-csi-snapshot-controller-operator/openshift-cluster-csi-snapshot-controller-operator-release-4.5-presubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-csi-snapshot-controller-operator/openshift-cluster-csi-snapshot-controller-operator-release-4.5-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -46,6 +44,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -68,6 +69,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -86,13 +90,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -115,6 +117,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -137,6 +142,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -155,10 +163,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -175,6 +183,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -186,6 +197,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -204,10 +218,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -224,6 +238,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -235,6 +252,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -253,10 +273,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -273,6 +293,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -284,4 +307,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) diff --git a/ci-operator/jobs/openshift/cluster-csi-snapshot-controller-operator/openshift-cluster-csi-snapshot-controller-operator-release-4.6-postsubmits.yaml b/ci-operator/jobs/openshift/cluster-csi-snapshot-controller-operator/openshift-cluster-csi-snapshot-controller-operator-release-4.6-postsubmits.yaml index 25267b229152..a96f81c33974 100644 --- a/ci-operator/jobs/openshift/cluster-csi-snapshot-controller-operator/openshift-cluster-csi-snapshot-controller-operator-release-4.6-postsubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-csi-snapshot-controller-operator/openshift-cluster-csi-snapshot-controller-operator-release-4.6-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-cluster-csi-snapshot-controller-operator-release-4.6-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/cluster-csi-snapshot-controller-operator/openshift-cluster-csi-snapshot-controller-operator-release-4.6-presubmits.yaml b/ci-operator/jobs/openshift/cluster-csi-snapshot-controller-operator/openshift-cluster-csi-snapshot-controller-operator-release-4.6-presubmits.yaml index bd57207ec0da..09e51a59b967 100644 --- a/ci-operator/jobs/openshift/cluster-csi-snapshot-controller-operator/openshift-cluster-csi-snapshot-controller-operator-release-4.6-presubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-csi-snapshot-controller-operator/openshift-cluster-csi-snapshot-controller-operator-release-4.6-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -46,6 +44,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -68,6 +69,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -86,13 +90,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -115,6 +117,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -137,6 +142,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -155,10 +163,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -176,6 +184,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -187,6 +198,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -205,10 +219,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -225,6 +239,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -236,6 +253,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -254,10 +274,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -274,6 +294,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -285,4 +308,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) diff --git a/ci-operator/jobs/openshift/cluster-csi-snapshot-controller-operator/openshift-cluster-csi-snapshot-controller-operator-release-4.7-postsubmits.yaml b/ci-operator/jobs/openshift/cluster-csi-snapshot-controller-operator/openshift-cluster-csi-snapshot-controller-operator-release-4.7-postsubmits.yaml index 7b58094125e2..2af9f1ef0104 100644 --- a/ci-operator/jobs/openshift/cluster-csi-snapshot-controller-operator/openshift-cluster-csi-snapshot-controller-operator-release-4.7-postsubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-csi-snapshot-controller-operator/openshift-cluster-csi-snapshot-controller-operator-release-4.7-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-cluster-csi-snapshot-controller-operator-release-4.7-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/cluster-csi-snapshot-controller-operator/openshift-cluster-csi-snapshot-controller-operator-release-4.7-presubmits.yaml b/ci-operator/jobs/openshift/cluster-csi-snapshot-controller-operator/openshift-cluster-csi-snapshot-controller-operator-release-4.7-presubmits.yaml index a9327eb1fe75..920730603f81 100644 --- a/ci-operator/jobs/openshift/cluster-csi-snapshot-controller-operator/openshift-cluster-csi-snapshot-controller-operator-release-4.7-presubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-csi-snapshot-controller-operator/openshift-cluster-csi-snapshot-controller-operator-release-4.7-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -46,6 +44,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -68,6 +69,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -86,13 +90,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -115,6 +117,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -137,6 +142,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -155,10 +163,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -176,6 +184,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -187,6 +198,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -205,10 +219,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -225,6 +239,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -236,6 +253,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -254,10 +274,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -274,6 +294,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -285,4 +308,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) diff --git a/ci-operator/jobs/openshift/cluster-dns-operator/openshift-cluster-dns-operator-master-postsubmits.yaml b/ci-operator/jobs/openshift/cluster-dns-operator/openshift-cluster-dns-operator-master-postsubmits.yaml index e7a4bd9b08bf..2d0d2167aa1c 100644 --- a/ci-operator/jobs/openshift/cluster-dns-operator/openshift-cluster-dns-operator-master-postsubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-dns-operator/openshift-cluster-dns-operator-master-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-cluster-dns-operator-master-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/cluster-dns-operator/openshift-cluster-dns-operator-master-presubmits.yaml b/ci-operator/jobs/openshift/cluster-dns-operator/openshift-cluster-dns-operator-master-presubmits.yaml index 5399b44bee10..5768377fc30a 100644 --- a/ci-operator/jobs/openshift/cluster-dns-operator/openshift-cluster-dns-operator-master-presubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-dns-operator/openshift-cluster-dns-operator-master-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -46,6 +44,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -68,6 +69,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -86,13 +90,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-operator-cluster-profile - --target=e2e-aws-operator - --template=/usr/local/e2e-aws-operator @@ -126,6 +128,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -151,6 +156,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-operator,?($|\s.*) - agent: kubernetes always_run: true @@ -169,13 +177,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -198,6 +204,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -220,6 +229,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -238,10 +250,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -259,6 +271,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -270,6 +285,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -288,10 +306,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -308,6 +326,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -319,6 +340,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -337,10 +361,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -357,6 +381,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -368,4 +395,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) diff --git a/ci-operator/jobs/openshift/cluster-dns-operator/openshift-cluster-dns-operator-release-4.1-postsubmits.yaml b/ci-operator/jobs/openshift/cluster-dns-operator/openshift-cluster-dns-operator-release-4.1-postsubmits.yaml index 869947dbcf43..07390a037e83 100644 --- a/ci-operator/jobs/openshift/cluster-dns-operator/openshift-cluster-dns-operator-release-4.1-postsubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-dns-operator/openshift-cluster-dns-operator-release-4.1-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-cluster-dns-operator-release-4.1-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/cluster-dns-operator/openshift-cluster-dns-operator-release-4.1-presubmits.yaml b/ci-operator/jobs/openshift/cluster-dns-operator/openshift-cluster-dns-operator-release-4.1-presubmits.yaml index b05a06f5e93f..ca67ce29c5ac 100644 --- a/ci-operator/jobs/openshift/cluster-dns-operator/openshift-cluster-dns-operator-release-4.1-presubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-dns-operator/openshift-cluster-dns-operator-release-4.1-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -46,6 +44,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -68,6 +69,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -86,13 +90,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-operator-cluster-profile - --target=e2e-aws-operator - --template=/usr/local/e2e-aws-operator @@ -126,6 +128,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -151,6 +156,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-operator,?($|\s.*) - agent: kubernetes always_run: true @@ -169,13 +177,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -198,6 +204,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -220,6 +229,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -238,10 +250,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -259,6 +271,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -270,6 +285,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -288,10 +306,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -308,6 +326,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -319,4 +340,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift/cluster-dns-operator/openshift-cluster-dns-operator-release-4.2-postsubmits.yaml b/ci-operator/jobs/openshift/cluster-dns-operator/openshift-cluster-dns-operator-release-4.2-postsubmits.yaml index a2b4ba485c74..70be641f9048 100644 --- a/ci-operator/jobs/openshift/cluster-dns-operator/openshift-cluster-dns-operator-release-4.2-postsubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-dns-operator/openshift-cluster-dns-operator-release-4.2-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-cluster-dns-operator-release-4.2-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/cluster-dns-operator/openshift-cluster-dns-operator-release-4.2-presubmits.yaml b/ci-operator/jobs/openshift/cluster-dns-operator/openshift-cluster-dns-operator-release-4.2-presubmits.yaml index 53af62f6d8db..431e02854a13 100644 --- a/ci-operator/jobs/openshift/cluster-dns-operator/openshift-cluster-dns-operator-release-4.2-presubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-dns-operator/openshift-cluster-dns-operator-release-4.2-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -46,6 +44,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -68,6 +69,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -86,13 +90,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-operator-cluster-profile - --target=e2e-aws-operator - --template=/usr/local/e2e-aws-operator @@ -126,6 +128,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -151,6 +156,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-operator,?($|\s.*) - agent: kubernetes always_run: true @@ -169,13 +177,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -198,6 +204,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -220,6 +229,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -238,10 +250,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -259,6 +271,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -270,6 +285,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -288,10 +306,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -308,6 +326,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -319,4 +340,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift/cluster-dns-operator/openshift-cluster-dns-operator-release-4.3-postsubmits.yaml b/ci-operator/jobs/openshift/cluster-dns-operator/openshift-cluster-dns-operator-release-4.3-postsubmits.yaml index f1ec53c8752c..a10038e8d3b2 100644 --- a/ci-operator/jobs/openshift/cluster-dns-operator/openshift-cluster-dns-operator-release-4.3-postsubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-dns-operator/openshift-cluster-dns-operator-release-4.3-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-cluster-dns-operator-release-4.3-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/cluster-dns-operator/openshift-cluster-dns-operator-release-4.3-presubmits.yaml b/ci-operator/jobs/openshift/cluster-dns-operator/openshift-cluster-dns-operator-release-4.3-presubmits.yaml index 1577fbee2c3e..b468b1f86bc7 100644 --- a/ci-operator/jobs/openshift/cluster-dns-operator/openshift-cluster-dns-operator-release-4.3-presubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-dns-operator/openshift-cluster-dns-operator-release-4.3-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -46,6 +44,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -68,6 +69,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -86,13 +90,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-operator-cluster-profile - --target=e2e-aws-operator - --template=/usr/local/e2e-aws-operator @@ -126,6 +128,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -151,6 +156,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-operator,?($|\s.*) - agent: kubernetes always_run: true @@ -169,13 +177,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -198,6 +204,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -220,6 +229,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -238,10 +250,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -259,6 +271,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -270,6 +285,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -288,10 +306,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -308,6 +326,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -319,4 +340,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift/cluster-dns-operator/openshift-cluster-dns-operator-release-4.4-postsubmits.yaml b/ci-operator/jobs/openshift/cluster-dns-operator/openshift-cluster-dns-operator-release-4.4-postsubmits.yaml index a38c6b4958fa..cb677d96e59a 100644 --- a/ci-operator/jobs/openshift/cluster-dns-operator/openshift-cluster-dns-operator-release-4.4-postsubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-dns-operator/openshift-cluster-dns-operator-release-4.4-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-cluster-dns-operator-release-4.4-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/cluster-dns-operator/openshift-cluster-dns-operator-release-4.4-presubmits.yaml b/ci-operator/jobs/openshift/cluster-dns-operator/openshift-cluster-dns-operator-release-4.4-presubmits.yaml index a7d98d839534..0d8a49c1eafd 100644 --- a/ci-operator/jobs/openshift/cluster-dns-operator/openshift-cluster-dns-operator-release-4.4-presubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-dns-operator/openshift-cluster-dns-operator-release-4.4-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -46,6 +44,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -68,6 +69,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -86,13 +90,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-operator-cluster-profile - --target=e2e-aws-operator - --template=/usr/local/e2e-aws-operator @@ -126,6 +128,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -151,6 +156,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-operator,?($|\s.*) - agent: kubernetes always_run: true @@ -169,13 +177,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -198,6 +204,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -220,6 +229,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -238,10 +250,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -259,6 +271,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -270,6 +285,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -288,10 +306,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -308,6 +326,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -319,4 +340,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift/cluster-dns-operator/openshift-cluster-dns-operator-release-4.5-postsubmits.yaml b/ci-operator/jobs/openshift/cluster-dns-operator/openshift-cluster-dns-operator-release-4.5-postsubmits.yaml index 842148cc86a3..5a04c570b572 100644 --- a/ci-operator/jobs/openshift/cluster-dns-operator/openshift-cluster-dns-operator-release-4.5-postsubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-dns-operator/openshift-cluster-dns-operator-release-4.5-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-cluster-dns-operator-release-4.5-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/cluster-dns-operator/openshift-cluster-dns-operator-release-4.5-presubmits.yaml b/ci-operator/jobs/openshift/cluster-dns-operator/openshift-cluster-dns-operator-release-4.5-presubmits.yaml index 845431fb83b5..dfcf7f420e6b 100644 --- a/ci-operator/jobs/openshift/cluster-dns-operator/openshift-cluster-dns-operator-release-4.5-presubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-dns-operator/openshift-cluster-dns-operator-release-4.5-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -46,6 +44,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -68,6 +69,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -86,13 +90,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-operator-cluster-profile - --target=e2e-aws-operator - --template=/usr/local/e2e-aws-operator @@ -126,6 +128,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -151,6 +156,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-operator,?($|\s.*) - agent: kubernetes always_run: true @@ -169,13 +177,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -198,6 +204,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -220,6 +229,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -238,10 +250,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -258,6 +270,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -269,6 +284,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -287,10 +305,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -307,6 +325,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -318,6 +339,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -336,10 +360,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -356,6 +380,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -367,4 +394,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) diff --git a/ci-operator/jobs/openshift/cluster-dns-operator/openshift-cluster-dns-operator-release-4.6-postsubmits.yaml b/ci-operator/jobs/openshift/cluster-dns-operator/openshift-cluster-dns-operator-release-4.6-postsubmits.yaml index 6409a19241c5..82b2c2cb8148 100644 --- a/ci-operator/jobs/openshift/cluster-dns-operator/openshift-cluster-dns-operator-release-4.6-postsubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-dns-operator/openshift-cluster-dns-operator-release-4.6-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-cluster-dns-operator-release-4.6-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/cluster-dns-operator/openshift-cluster-dns-operator-release-4.6-presubmits.yaml b/ci-operator/jobs/openshift/cluster-dns-operator/openshift-cluster-dns-operator-release-4.6-presubmits.yaml index 7de7f541eb96..5be921a54e5f 100644 --- a/ci-operator/jobs/openshift/cluster-dns-operator/openshift-cluster-dns-operator-release-4.6-presubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-dns-operator/openshift-cluster-dns-operator-release-4.6-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -46,6 +44,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -68,6 +69,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -86,13 +90,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-operator-cluster-profile - --target=e2e-aws-operator - --template=/usr/local/e2e-aws-operator @@ -126,6 +128,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -151,6 +156,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-operator,?($|\s.*) - agent: kubernetes always_run: true @@ -169,13 +177,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -198,6 +204,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -220,6 +229,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -238,10 +250,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -259,6 +271,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -270,6 +285,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -288,10 +306,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -308,6 +326,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -319,6 +340,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -337,10 +361,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -357,6 +381,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -368,4 +395,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) diff --git a/ci-operator/jobs/openshift/cluster-dns-operator/openshift-cluster-dns-operator-release-4.7-postsubmits.yaml b/ci-operator/jobs/openshift/cluster-dns-operator/openshift-cluster-dns-operator-release-4.7-postsubmits.yaml index 212fa466ed79..49bbe7bd87eb 100644 --- a/ci-operator/jobs/openshift/cluster-dns-operator/openshift-cluster-dns-operator-release-4.7-postsubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-dns-operator/openshift-cluster-dns-operator-release-4.7-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-cluster-dns-operator-release-4.7-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/cluster-dns-operator/openshift-cluster-dns-operator-release-4.7-presubmits.yaml b/ci-operator/jobs/openshift/cluster-dns-operator/openshift-cluster-dns-operator-release-4.7-presubmits.yaml index 538194d13b35..a9e956945b61 100644 --- a/ci-operator/jobs/openshift/cluster-dns-operator/openshift-cluster-dns-operator-release-4.7-presubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-dns-operator/openshift-cluster-dns-operator-release-4.7-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -46,6 +44,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -68,6 +69,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -86,13 +90,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-operator-cluster-profile - --target=e2e-aws-operator - --template=/usr/local/e2e-aws-operator @@ -126,6 +128,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -151,6 +156,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-operator,?($|\s.*) - agent: kubernetes always_run: true @@ -169,13 +177,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -198,6 +204,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -220,6 +229,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -238,10 +250,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -259,6 +271,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -270,6 +285,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -288,10 +306,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -308,6 +326,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -319,6 +340,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -337,10 +361,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -357,6 +381,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -368,4 +395,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) diff --git a/ci-operator/jobs/openshift/cluster-etcd-operator/openshift-cluster-etcd-operator-master-postsubmits.yaml b/ci-operator/jobs/openshift/cluster-etcd-operator/openshift-cluster-etcd-operator-master-postsubmits.yaml index 05bfa20686ef..92c0cb24feca 100644 --- a/ci-operator/jobs/openshift/cluster-etcd-operator/openshift-cluster-etcd-operator-master-postsubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-etcd-operator/openshift-cluster-etcd-operator-master-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-cluster-etcd-operator-master-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/cluster-etcd-operator/openshift-cluster-etcd-operator-master-presubmits.yaml b/ci-operator/jobs/openshift/cluster-etcd-operator/openshift-cluster-etcd-operator-master-presubmits.yaml index 78d344a5f25d..2d44016eff9d 100644 --- a/ci-operator/jobs/openshift/cluster-etcd-operator/openshift-cluster-etcd-operator-master-presubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-etcd-operator/openshift-cluster-etcd-operator-master-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -46,6 +44,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -68,6 +69,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -87,13 +91,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-disruptive-cluster-profile - --target=e2e-aws-disruptive - --template=/usr/local/e2e-aws-disruptive @@ -128,6 +130,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -153,6 +158,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-disruptive,?($|\s.*) - agent: kubernetes always_run: true @@ -172,13 +180,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-azure-cluster-profile - --target=e2e-azure - --template=/usr/local/e2e-azure @@ -212,6 +218,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -237,6 +246,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-azure,?($|\s.*) - agent: kubernetes always_run: true @@ -255,13 +267,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-gcp-cluster-profile - --target=e2e-gcp - --template=/usr/local/e2e-gcp @@ -295,6 +305,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -322,6 +335,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-gcp,?($|\s.*) - agent: kubernetes always_run: true @@ -340,13 +356,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-gcp-upgrade-cluster-profile - --target=e2e-gcp-upgrade command: @@ -369,6 +383,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -393,6 +410,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-gcp-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -412,13 +432,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-metal-ipi-cluster-profile - --target=e2e-metal-ipi command: @@ -441,6 +459,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -465,6 +486,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-metal-ipi,?($|\s.*) - agent: kubernetes always_run: true @@ -483,10 +507,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -504,6 +528,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -515,6 +542,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -533,10 +563,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -553,6 +583,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -564,6 +597,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -582,10 +618,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -602,6 +638,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -613,6 +652,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) - agent: kubernetes always_run: true @@ -631,10 +673,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify-deps command: - ci-operator @@ -651,6 +693,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -662,4 +707,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify-deps,?($|\s.*) diff --git a/ci-operator/jobs/openshift/cluster-etcd-operator/openshift-cluster-etcd-operator-release-4.2-postsubmits.yaml b/ci-operator/jobs/openshift/cluster-etcd-operator/openshift-cluster-etcd-operator-release-4.2-postsubmits.yaml index 2f56654c2ce0..1a273a20920e 100644 --- a/ci-operator/jobs/openshift/cluster-etcd-operator/openshift-cluster-etcd-operator-release-4.2-postsubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-etcd-operator/openshift-cluster-etcd-operator-release-4.2-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-cluster-etcd-operator-release-4.2-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/cluster-etcd-operator/openshift-cluster-etcd-operator-release-4.2-presubmits.yaml b/ci-operator/jobs/openshift/cluster-etcd-operator/openshift-cluster-etcd-operator-release-4.2-presubmits.yaml index e7b58e8fdb3a..a200c63d0911 100644 --- a/ci-operator/jobs/openshift/cluster-etcd-operator/openshift-cluster-etcd-operator-release-4.2-presubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-etcd-operator/openshift-cluster-etcd-operator-release-4.2-presubmits.yaml @@ -17,10 +17,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -38,6 +38,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -49,6 +52,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -67,10 +73,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -87,6 +93,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -98,6 +107,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -116,10 +128,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -136,6 +148,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -147,6 +162,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) - agent: kubernetes always_run: true @@ -165,10 +183,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify-deps command: - ci-operator @@ -185,6 +203,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -196,4 +217,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify-deps,?($|\s.*) diff --git a/ci-operator/jobs/openshift/cluster-etcd-operator/openshift-cluster-etcd-operator-release-4.3-postsubmits.yaml b/ci-operator/jobs/openshift/cluster-etcd-operator/openshift-cluster-etcd-operator-release-4.3-postsubmits.yaml index 788d38090819..932c7dece736 100644 --- a/ci-operator/jobs/openshift/cluster-etcd-operator/openshift-cluster-etcd-operator-release-4.3-postsubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-etcd-operator/openshift-cluster-etcd-operator-release-4.3-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-cluster-etcd-operator-release-4.3-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/cluster-etcd-operator/openshift-cluster-etcd-operator-release-4.3-presubmits.yaml b/ci-operator/jobs/openshift/cluster-etcd-operator/openshift-cluster-etcd-operator-release-4.3-presubmits.yaml index b98dce1384cf..defc5e1c0d4d 100644 --- a/ci-operator/jobs/openshift/cluster-etcd-operator/openshift-cluster-etcd-operator-release-4.3-presubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-etcd-operator/openshift-cluster-etcd-operator-release-4.3-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -46,6 +44,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -68,6 +69,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -86,13 +90,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-disruptive-cluster-profile - --target=e2e-aws-disruptive - --template=/usr/local/e2e-aws-disruptive @@ -127,6 +129,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -152,6 +157,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-disruptive,?($|\s.*) - agent: kubernetes always_run: true @@ -170,13 +178,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-gcp-upgrade-cluster-profile - --target=e2e-gcp-upgrade command: @@ -199,6 +205,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -223,6 +232,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-gcp-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -241,10 +253,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -262,6 +274,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -273,6 +288,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -291,10 +309,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -311,6 +329,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -322,6 +343,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -340,10 +364,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -360,6 +384,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -371,6 +398,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) - agent: kubernetes always_run: true @@ -389,10 +419,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify-deps command: - ci-operator @@ -409,6 +439,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -420,4 +453,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify-deps,?($|\s.*) diff --git a/ci-operator/jobs/openshift/cluster-etcd-operator/openshift-cluster-etcd-operator-release-4.4-postsubmits.yaml b/ci-operator/jobs/openshift/cluster-etcd-operator/openshift-cluster-etcd-operator-release-4.4-postsubmits.yaml index 919316f3eae0..ea610e269ac8 100644 --- a/ci-operator/jobs/openshift/cluster-etcd-operator/openshift-cluster-etcd-operator-release-4.4-postsubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-etcd-operator/openshift-cluster-etcd-operator-release-4.4-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-cluster-etcd-operator-release-4.4-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/cluster-etcd-operator/openshift-cluster-etcd-operator-release-4.4-presubmits.yaml b/ci-operator/jobs/openshift/cluster-etcd-operator/openshift-cluster-etcd-operator-release-4.4-presubmits.yaml index 8744c38fc67e..fa903ec66449 100644 --- a/ci-operator/jobs/openshift/cluster-etcd-operator/openshift-cluster-etcd-operator-release-4.4-presubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-etcd-operator/openshift-cluster-etcd-operator-release-4.4-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -46,6 +44,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -68,6 +69,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -87,13 +91,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-disruptive-cluster-profile - --target=e2e-aws-disruptive - --template=/usr/local/e2e-aws-disruptive @@ -128,6 +130,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -153,6 +158,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-disruptive,?($|\s.*) - agent: kubernetes always_run: true @@ -172,13 +180,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-azure-cluster-profile - --target=e2e-azure - --template=/usr/local/e2e-azure @@ -212,6 +218,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -237,6 +246,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-azure,?($|\s.*) - agent: kubernetes always_run: true @@ -255,13 +267,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-gcp-cluster-profile - --target=e2e-gcp - --template=/usr/local/e2e-gcp @@ -295,6 +305,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -322,6 +335,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-gcp,?($|\s.*) - agent: kubernetes always_run: true @@ -340,13 +356,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-gcp-upgrade-cluster-profile - --target=e2e-gcp-upgrade command: @@ -369,6 +383,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -393,6 +410,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-gcp-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -411,13 +431,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-metal-ipi-cluster-profile - --target=e2e-metal-ipi command: @@ -440,6 +458,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -464,6 +485,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-metal-ipi,?($|\s.*) - agent: kubernetes always_run: true @@ -482,10 +506,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -503,6 +527,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -514,6 +541,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -532,10 +562,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -552,6 +582,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -563,6 +596,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -581,10 +617,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -601,6 +637,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -612,6 +651,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) - agent: kubernetes always_run: true @@ -630,10 +672,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify-deps command: - ci-operator @@ -650,6 +692,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -661,4 +706,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify-deps,?($|\s.*) diff --git a/ci-operator/jobs/openshift/cluster-etcd-operator/openshift-cluster-etcd-operator-release-4.5-postsubmits.yaml b/ci-operator/jobs/openshift/cluster-etcd-operator/openshift-cluster-etcd-operator-release-4.5-postsubmits.yaml index a10edce1fa20..7b95ab3dc716 100644 --- a/ci-operator/jobs/openshift/cluster-etcd-operator/openshift-cluster-etcd-operator-release-4.5-postsubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-etcd-operator/openshift-cluster-etcd-operator-release-4.5-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-cluster-etcd-operator-release-4.5-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/cluster-etcd-operator/openshift-cluster-etcd-operator-release-4.5-presubmits.yaml b/ci-operator/jobs/openshift/cluster-etcd-operator/openshift-cluster-etcd-operator-release-4.5-presubmits.yaml index 78f9a30f9aa8..aa665dca8b7e 100644 --- a/ci-operator/jobs/openshift/cluster-etcd-operator/openshift-cluster-etcd-operator-release-4.5-presubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-etcd-operator/openshift-cluster-etcd-operator-release-4.5-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -46,6 +44,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -68,6 +69,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -87,13 +91,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-disruptive-cluster-profile - --target=e2e-aws-disruptive - --template=/usr/local/e2e-aws-disruptive @@ -128,6 +130,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -153,6 +158,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-disruptive,?($|\s.*) - agent: kubernetes always_run: true @@ -172,13 +180,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-azure-cluster-profile - --target=e2e-azure - --template=/usr/local/e2e-azure @@ -212,6 +218,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -237,6 +246,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-azure,?($|\s.*) - agent: kubernetes always_run: true @@ -255,13 +267,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-gcp-cluster-profile - --target=e2e-gcp - --template=/usr/local/e2e-gcp @@ -295,6 +305,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -322,6 +335,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-gcp,?($|\s.*) - agent: kubernetes always_run: true @@ -340,13 +356,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-gcp-upgrade-cluster-profile - --target=e2e-gcp-upgrade command: @@ -369,6 +383,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -393,6 +410,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-gcp-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -411,13 +431,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-metal-ipi-cluster-profile - --target=e2e-metal-ipi command: @@ -440,6 +458,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -464,6 +485,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-metal-ipi,?($|\s.*) - agent: kubernetes always_run: true @@ -482,10 +506,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -502,6 +526,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -513,6 +540,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -531,10 +561,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -551,6 +581,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -562,6 +595,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -580,10 +616,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -600,6 +636,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -611,6 +650,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) - agent: kubernetes always_run: true @@ -629,10 +671,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify-deps command: - ci-operator @@ -649,6 +691,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -660,4 +705,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify-deps,?($|\s.*) diff --git a/ci-operator/jobs/openshift/cluster-etcd-operator/openshift-cluster-etcd-operator-release-4.6-postsubmits.yaml b/ci-operator/jobs/openshift/cluster-etcd-operator/openshift-cluster-etcd-operator-release-4.6-postsubmits.yaml index 41aa04cf57b8..d7b46de606e8 100644 --- a/ci-operator/jobs/openshift/cluster-etcd-operator/openshift-cluster-etcd-operator-release-4.6-postsubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-etcd-operator/openshift-cluster-etcd-operator-release-4.6-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-cluster-etcd-operator-release-4.6-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/cluster-etcd-operator/openshift-cluster-etcd-operator-release-4.6-presubmits.yaml b/ci-operator/jobs/openshift/cluster-etcd-operator/openshift-cluster-etcd-operator-release-4.6-presubmits.yaml index bdd534770aaf..cd0e1a0506c4 100644 --- a/ci-operator/jobs/openshift/cluster-etcd-operator/openshift-cluster-etcd-operator-release-4.6-presubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-etcd-operator/openshift-cluster-etcd-operator-release-4.6-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -46,6 +44,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -68,6 +69,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -86,13 +90,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-disruptive-cluster-profile - --target=e2e-aws-disruptive - --template=/usr/local/e2e-aws-disruptive @@ -127,6 +129,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -152,6 +157,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-disruptive,?($|\s.*) - agent: kubernetes always_run: true @@ -171,13 +179,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-azure-cluster-profile - --target=e2e-azure - --template=/usr/local/e2e-azure @@ -211,6 +217,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -236,6 +245,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-azure,?($|\s.*) - agent: kubernetes always_run: true @@ -254,13 +266,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-gcp-cluster-profile - --target=e2e-gcp - --template=/usr/local/e2e-gcp @@ -294,6 +304,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -321,6 +334,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-gcp,?($|\s.*) - agent: kubernetes always_run: true @@ -339,13 +355,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-gcp-upgrade-cluster-profile - --target=e2e-gcp-upgrade command: @@ -368,6 +382,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -392,6 +409,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-gcp-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -410,13 +430,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-metal-ipi-cluster-profile - --target=e2e-metal-ipi command: @@ -439,6 +457,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -463,6 +484,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-metal-ipi,?($|\s.*) - agent: kubernetes always_run: true @@ -481,10 +505,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -502,6 +526,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -513,6 +540,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -531,10 +561,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -551,6 +581,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -562,6 +595,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -580,10 +616,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -600,6 +636,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -611,6 +650,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) - agent: kubernetes always_run: true @@ -629,10 +671,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify-deps command: - ci-operator @@ -649,6 +691,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -660,4 +705,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify-deps,?($|\s.*) diff --git a/ci-operator/jobs/openshift/cluster-etcd-operator/openshift-cluster-etcd-operator-release-4.7-postsubmits.yaml b/ci-operator/jobs/openshift/cluster-etcd-operator/openshift-cluster-etcd-operator-release-4.7-postsubmits.yaml index adbcd8814655..70aa0329dd77 100644 --- a/ci-operator/jobs/openshift/cluster-etcd-operator/openshift-cluster-etcd-operator-release-4.7-postsubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-etcd-operator/openshift-cluster-etcd-operator-release-4.7-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-cluster-etcd-operator-release-4.7-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/cluster-etcd-operator/openshift-cluster-etcd-operator-release-4.7-presubmits.yaml b/ci-operator/jobs/openshift/cluster-etcd-operator/openshift-cluster-etcd-operator-release-4.7-presubmits.yaml index 9158ccc67452..29d82da2c57a 100644 --- a/ci-operator/jobs/openshift/cluster-etcd-operator/openshift-cluster-etcd-operator-release-4.7-presubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-etcd-operator/openshift-cluster-etcd-operator-release-4.7-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -46,6 +44,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -68,6 +69,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -86,13 +90,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-disruptive-cluster-profile - --target=e2e-aws-disruptive - --template=/usr/local/e2e-aws-disruptive @@ -127,6 +129,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -152,6 +157,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-disruptive,?($|\s.*) - agent: kubernetes always_run: true @@ -171,13 +179,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-azure-cluster-profile - --target=e2e-azure - --template=/usr/local/e2e-azure @@ -211,6 +217,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -236,6 +245,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-azure,?($|\s.*) - agent: kubernetes always_run: true @@ -254,13 +266,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-gcp-cluster-profile - --target=e2e-gcp - --template=/usr/local/e2e-gcp @@ -294,6 +304,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -321,6 +334,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-gcp,?($|\s.*) - agent: kubernetes always_run: true @@ -339,13 +355,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-gcp-upgrade-cluster-profile - --target=e2e-gcp-upgrade command: @@ -368,6 +382,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -392,6 +409,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-gcp-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -410,13 +430,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-metal-ipi-cluster-profile - --target=e2e-metal-ipi command: @@ -439,6 +457,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -463,6 +484,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-metal-ipi,?($|\s.*) - agent: kubernetes always_run: true @@ -481,10 +505,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -502,6 +526,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -513,6 +540,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -531,10 +561,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -551,6 +581,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -562,6 +595,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -580,10 +616,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -600,6 +636,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -611,6 +650,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) - agent: kubernetes always_run: true @@ -629,10 +671,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify-deps command: - ci-operator @@ -649,6 +691,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -660,4 +705,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify-deps,?($|\s.*) diff --git a/ci-operator/jobs/openshift/cluster-image-registry-operator/openshift-cluster-image-registry-operator-master-postsubmits.yaml b/ci-operator/jobs/openshift/cluster-image-registry-operator/openshift-cluster-image-registry-operator-master-postsubmits.yaml index 0b90e1ca1366..84e738af3fca 100644 --- a/ci-operator/jobs/openshift/cluster-image-registry-operator/openshift-cluster-image-registry-operator-master-postsubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-image-registry-operator/openshift-cluster-image-registry-operator-master-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-cluster-image-registry-operator-master-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/cluster-image-registry-operator/openshift-cluster-image-registry-operator-master-presubmits.yaml b/ci-operator/jobs/openshift/cluster-image-registry-operator/openshift-cluster-image-registry-operator-master-presubmits.yaml index b5d8792222a3..687641714ed9 100644 --- a/ci-operator/jobs/openshift/cluster-image-registry-operator/openshift-cluster-image-registry-operator-master-presubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-image-registry-operator/openshift-cluster-image-registry-operator-master-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -46,6 +44,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -68,6 +69,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -86,13 +90,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-image-registry-cluster-profile - --target=e2e-aws-image-registry - --template=/usr/local/e2e-aws-image-registry @@ -126,6 +128,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -151,6 +156,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-image-registry,?($|\s.*) - agent: kubernetes always_run: true @@ -169,13 +177,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-operator-cluster-profile - --target=e2e-aws-operator - --template=/usr/local/e2e-aws-operator @@ -209,6 +215,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -234,6 +243,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-operator,?($|\s.*) - agent: kubernetes always_run: true @@ -252,13 +264,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -281,6 +291,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -303,6 +316,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: false @@ -323,13 +339,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-azure-cluster-profile - --target=e2e-azure - --template=/usr/local/e2e-azure @@ -363,6 +377,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -388,6 +405,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-azure,?($|\s.*) - agent: kubernetes always_run: false @@ -408,13 +428,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-azure-operator-cluster-profile - --target=e2e-azure-operator - --template=/usr/local/e2e-azure-operator @@ -448,6 +466,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -473,6 +494,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-azure-operator,?($|\s.*) - agent: kubernetes always_run: false @@ -493,13 +517,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-gcp-cluster-profile - --target=e2e-gcp - --template=/usr/local/e2e-gcp @@ -533,6 +555,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -560,6 +585,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-gcp,?($|\s.*) - agent: kubernetes always_run: false @@ -580,13 +608,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-gcp-operator-cluster-profile - --target=e2e-gcp-operator - --template=/usr/local/e2e-gcp-operator @@ -620,6 +646,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -647,6 +676,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-gcp-operator,?($|\s.*) - agent: kubernetes always_run: false @@ -751,13 +783,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-vsphere-cluster-profile - --target=e2e-vsphere - --template=/usr/local/e2e-vsphere @@ -791,6 +821,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -816,6 +849,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-vsphere,?($|\s.*) - agent: kubernetes always_run: false @@ -835,13 +871,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-vsphere-operator-cluster-profile - --target=e2e-vsphere-operator - --template=/usr/local/e2e-vsphere-operator @@ -875,6 +909,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -900,6 +937,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-vsphere-operator,?($|\s.*) - agent: kubernetes always_run: true @@ -918,10 +958,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -939,6 +979,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -950,6 +993,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -968,10 +1014,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -988,6 +1034,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -999,6 +1048,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -1017,10 +1069,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -1037,6 +1089,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -1048,4 +1103,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) diff --git a/ci-operator/jobs/openshift/cluster-image-registry-operator/openshift-cluster-image-registry-operator-release-4.1-postsubmits.yaml b/ci-operator/jobs/openshift/cluster-image-registry-operator/openshift-cluster-image-registry-operator-release-4.1-postsubmits.yaml index ddc694b48dca..0a8d8e793bff 100644 --- a/ci-operator/jobs/openshift/cluster-image-registry-operator/openshift-cluster-image-registry-operator-release-4.1-postsubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-image-registry-operator/openshift-cluster-image-registry-operator-release-4.1-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-cluster-image-registry-operator-release-4.1-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/cluster-image-registry-operator/openshift-cluster-image-registry-operator-release-4.1-presubmits.yaml b/ci-operator/jobs/openshift/cluster-image-registry-operator/openshift-cluster-image-registry-operator-release-4.1-presubmits.yaml index f59e1bd4d343..4409127b2f3b 100644 --- a/ci-operator/jobs/openshift/cluster-image-registry-operator/openshift-cluster-image-registry-operator-release-4.1-presubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-image-registry-operator/openshift-cluster-image-registry-operator-release-4.1-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -46,6 +44,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -68,6 +69,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -86,13 +90,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-image-registry-cluster-profile - --target=e2e-aws-image-registry - --template=/usr/local/e2e-aws-image-registry @@ -126,6 +128,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -151,6 +156,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-image-registry,?($|\s.*) - agent: kubernetes always_run: true @@ -169,13 +177,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-operator-cluster-profile - --target=e2e-aws-operator - --template=/usr/local/e2e-aws-operator @@ -209,6 +215,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -234,6 +243,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-operator,?($|\s.*) - agent: kubernetes always_run: true @@ -252,13 +264,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -281,6 +291,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -303,6 +316,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -321,10 +337,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -342,6 +358,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -353,6 +372,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -371,10 +393,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -391,6 +413,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -402,6 +427,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -420,10 +448,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -440,6 +468,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -451,4 +482,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) diff --git a/ci-operator/jobs/openshift/cluster-image-registry-operator/openshift-cluster-image-registry-operator-release-4.2-postsubmits.yaml b/ci-operator/jobs/openshift/cluster-image-registry-operator/openshift-cluster-image-registry-operator-release-4.2-postsubmits.yaml index 6e878f5b072d..8add737b0bdf 100644 --- a/ci-operator/jobs/openshift/cluster-image-registry-operator/openshift-cluster-image-registry-operator-release-4.2-postsubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-image-registry-operator/openshift-cluster-image-registry-operator-release-4.2-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-cluster-image-registry-operator-release-4.2-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/cluster-image-registry-operator/openshift-cluster-image-registry-operator-release-4.2-presubmits.yaml b/ci-operator/jobs/openshift/cluster-image-registry-operator/openshift-cluster-image-registry-operator-release-4.2-presubmits.yaml index 4f8670f71e9d..c64509cd992e 100644 --- a/ci-operator/jobs/openshift/cluster-image-registry-operator/openshift-cluster-image-registry-operator-release-4.2-presubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-image-registry-operator/openshift-cluster-image-registry-operator-release-4.2-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -46,6 +44,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -68,6 +69,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -86,13 +90,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-image-registry-cluster-profile - --target=e2e-aws-image-registry - --template=/usr/local/e2e-aws-image-registry @@ -126,6 +128,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -151,6 +156,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-image-registry,?($|\s.*) - agent: kubernetes always_run: true @@ -169,13 +177,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-operator-cluster-profile - --target=e2e-aws-operator - --template=/usr/local/e2e-aws-operator @@ -209,6 +215,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -234,6 +243,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-operator,?($|\s.*) - agent: kubernetes always_run: true @@ -252,13 +264,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -281,6 +291,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -303,6 +316,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: false @@ -322,13 +338,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-azure-cluster-profile - --target=e2e-azure - --template=/usr/local/e2e-azure @@ -362,6 +376,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -387,6 +404,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-azure,?($|\s.*) - agent: kubernetes always_run: false @@ -406,13 +426,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-azure-operator-cluster-profile - --target=e2e-azure-operator - --template=/usr/local/e2e-azure-operator @@ -446,6 +464,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -471,6 +492,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-azure-operator,?($|\s.*) - agent: kubernetes always_run: false @@ -490,13 +514,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-gcp-cluster-profile - --target=e2e-gcp - --template=/usr/local/e2e-gcp @@ -530,6 +552,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -557,6 +582,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-gcp,?($|\s.*) - agent: kubernetes always_run: false @@ -576,13 +604,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-gcp-operator-cluster-profile - --target=e2e-gcp-operator - --template=/usr/local/e2e-gcp-operator @@ -616,6 +642,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -643,6 +672,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-gcp-operator,?($|\s.*) - agent: kubernetes always_run: true @@ -661,10 +693,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -682,6 +714,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -693,6 +728,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -711,10 +749,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -731,6 +769,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -742,6 +783,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -760,10 +804,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -780,6 +824,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -791,4 +838,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) diff --git a/ci-operator/jobs/openshift/cluster-image-registry-operator/openshift-cluster-image-registry-operator-release-4.3-postsubmits.yaml b/ci-operator/jobs/openshift/cluster-image-registry-operator/openshift-cluster-image-registry-operator-release-4.3-postsubmits.yaml index 55ba9d40290c..cc1beaf65467 100644 --- a/ci-operator/jobs/openshift/cluster-image-registry-operator/openshift-cluster-image-registry-operator-release-4.3-postsubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-image-registry-operator/openshift-cluster-image-registry-operator-release-4.3-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-cluster-image-registry-operator-release-4.3-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/cluster-image-registry-operator/openshift-cluster-image-registry-operator-release-4.3-presubmits.yaml b/ci-operator/jobs/openshift/cluster-image-registry-operator/openshift-cluster-image-registry-operator-release-4.3-presubmits.yaml index e2a86ec939fc..801a02fa6d49 100644 --- a/ci-operator/jobs/openshift/cluster-image-registry-operator/openshift-cluster-image-registry-operator-release-4.3-presubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-image-registry-operator/openshift-cluster-image-registry-operator-release-4.3-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -46,6 +44,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -68,6 +69,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -86,13 +90,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-image-registry-cluster-profile - --target=e2e-aws-image-registry - --template=/usr/local/e2e-aws-image-registry @@ -126,6 +128,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -151,6 +156,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-image-registry,?($|\s.*) - agent: kubernetes always_run: true @@ -169,13 +177,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-operator-cluster-profile - --target=e2e-aws-operator - --template=/usr/local/e2e-aws-operator @@ -209,6 +215,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -234,6 +243,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-operator,?($|\s.*) - agent: kubernetes always_run: true @@ -252,13 +264,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -281,6 +291,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -303,6 +316,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: false @@ -322,13 +338,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-azure-cluster-profile - --target=e2e-azure - --template=/usr/local/e2e-azure @@ -362,6 +376,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -387,6 +404,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-azure,?($|\s.*) - agent: kubernetes always_run: false @@ -406,13 +426,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-azure-operator-cluster-profile - --target=e2e-azure-operator - --template=/usr/local/e2e-azure-operator @@ -446,6 +464,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -471,6 +492,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-azure-operator,?($|\s.*) - agent: kubernetes always_run: false @@ -490,13 +514,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-gcp-cluster-profile - --target=e2e-gcp - --template=/usr/local/e2e-gcp @@ -530,6 +552,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -557,6 +582,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-gcp,?($|\s.*) - agent: kubernetes always_run: false @@ -576,13 +604,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-gcp-operator-cluster-profile - --target=e2e-gcp-operator - --template=/usr/local/e2e-gcp-operator @@ -616,6 +642,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -643,6 +672,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-gcp-operator,?($|\s.*) - agent: kubernetes always_run: true @@ -661,10 +693,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -682,6 +714,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -693,6 +728,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -711,10 +749,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -731,6 +769,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -742,6 +783,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -760,10 +804,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -780,6 +824,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -791,4 +838,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) diff --git a/ci-operator/jobs/openshift/cluster-image-registry-operator/openshift-cluster-image-registry-operator-release-4.4-postsubmits.yaml b/ci-operator/jobs/openshift/cluster-image-registry-operator/openshift-cluster-image-registry-operator-release-4.4-postsubmits.yaml index 93133c327294..ff21e50890c2 100644 --- a/ci-operator/jobs/openshift/cluster-image-registry-operator/openshift-cluster-image-registry-operator-release-4.4-postsubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-image-registry-operator/openshift-cluster-image-registry-operator-release-4.4-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-cluster-image-registry-operator-release-4.4-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/cluster-image-registry-operator/openshift-cluster-image-registry-operator-release-4.4-presubmits.yaml b/ci-operator/jobs/openshift/cluster-image-registry-operator/openshift-cluster-image-registry-operator-release-4.4-presubmits.yaml index b32b2667dbb6..094912956a8a 100644 --- a/ci-operator/jobs/openshift/cluster-image-registry-operator/openshift-cluster-image-registry-operator-release-4.4-presubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-image-registry-operator/openshift-cluster-image-registry-operator-release-4.4-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -46,6 +44,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -68,6 +69,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -86,13 +90,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-image-registry-cluster-profile - --target=e2e-aws-image-registry - --template=/usr/local/e2e-aws-image-registry @@ -126,6 +128,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -151,6 +156,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-image-registry,?($|\s.*) - agent: kubernetes always_run: true @@ -169,13 +177,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-operator-cluster-profile - --target=e2e-aws-operator - --template=/usr/local/e2e-aws-operator @@ -209,6 +215,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -234,6 +243,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-operator,?($|\s.*) - agent: kubernetes always_run: true @@ -252,13 +264,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -281,6 +291,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -303,6 +316,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: false @@ -322,13 +338,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-azure-cluster-profile - --target=e2e-azure - --template=/usr/local/e2e-azure @@ -362,6 +376,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -387,6 +404,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-azure,?($|\s.*) - agent: kubernetes always_run: false @@ -406,13 +426,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-azure-operator-cluster-profile - --target=e2e-azure-operator - --template=/usr/local/e2e-azure-operator @@ -446,6 +464,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -471,6 +492,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-azure-operator,?($|\s.*) - agent: kubernetes always_run: false @@ -490,13 +514,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-gcp-cluster-profile - --target=e2e-gcp - --template=/usr/local/e2e-gcp @@ -530,6 +552,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -557,6 +582,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-gcp,?($|\s.*) - agent: kubernetes always_run: false @@ -576,13 +604,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-gcp-operator-cluster-profile - --target=e2e-gcp-operator - --template=/usr/local/e2e-gcp-operator @@ -616,6 +642,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -643,6 +672,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-gcp-operator,?($|\s.*) - agent: kubernetes always_run: false @@ -745,10 +777,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -766,6 +798,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -777,6 +812,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -795,10 +833,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -815,6 +853,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -826,6 +867,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -844,10 +888,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -864,6 +908,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -875,4 +922,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) diff --git a/ci-operator/jobs/openshift/cluster-image-registry-operator/openshift-cluster-image-registry-operator-release-4.5-postsubmits.yaml b/ci-operator/jobs/openshift/cluster-image-registry-operator/openshift-cluster-image-registry-operator-release-4.5-postsubmits.yaml index 28e6bc8b4b44..a04d2e21b39d 100644 --- a/ci-operator/jobs/openshift/cluster-image-registry-operator/openshift-cluster-image-registry-operator-release-4.5-postsubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-image-registry-operator/openshift-cluster-image-registry-operator-release-4.5-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-cluster-image-registry-operator-release-4.5-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/cluster-image-registry-operator/openshift-cluster-image-registry-operator-release-4.5-presubmits.yaml b/ci-operator/jobs/openshift/cluster-image-registry-operator/openshift-cluster-image-registry-operator-release-4.5-presubmits.yaml index 8d4ec8597fc9..013f1e827449 100644 --- a/ci-operator/jobs/openshift/cluster-image-registry-operator/openshift-cluster-image-registry-operator-release-4.5-presubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-image-registry-operator/openshift-cluster-image-registry-operator-release-4.5-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -46,6 +44,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -68,6 +69,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -86,13 +90,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-image-registry-cluster-profile - --target=e2e-aws-image-registry - --template=/usr/local/e2e-aws-image-registry @@ -126,6 +128,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -151,6 +156,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-image-registry,?($|\s.*) - agent: kubernetes always_run: true @@ -169,13 +177,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-operator-cluster-profile - --target=e2e-aws-operator - --template=/usr/local/e2e-aws-operator @@ -209,6 +215,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -234,6 +243,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-operator,?($|\s.*) - agent: kubernetes always_run: true @@ -252,13 +264,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -281,6 +291,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -303,6 +316,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: false @@ -322,13 +338,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-azure-cluster-profile - --target=e2e-azure - --template=/usr/local/e2e-azure @@ -362,6 +376,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -387,6 +404,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-azure,?($|\s.*) - agent: kubernetes always_run: false @@ -406,13 +426,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-azure-operator-cluster-profile - --target=e2e-azure-operator - --template=/usr/local/e2e-azure-operator @@ -446,6 +464,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -471,6 +492,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-azure-operator,?($|\s.*) - agent: kubernetes always_run: false @@ -490,13 +514,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-gcp-cluster-profile - --target=e2e-gcp - --template=/usr/local/e2e-gcp @@ -530,6 +552,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -557,6 +582,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-gcp,?($|\s.*) - agent: kubernetes always_run: false @@ -576,13 +604,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-gcp-operator-cluster-profile - --target=e2e-gcp-operator - --template=/usr/local/e2e-gcp-operator @@ -616,6 +642,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -643,6 +672,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-gcp-operator,?($|\s.*) - agent: kubernetes always_run: false @@ -662,13 +694,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-vsphere-cluster-profile - --target=e2e-vsphere - --template=/usr/local/e2e-vsphere @@ -702,6 +732,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -727,6 +760,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-vsphere,?($|\s.*) - agent: kubernetes always_run: false @@ -746,13 +782,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-vsphere-operator-cluster-profile - --target=e2e-vsphere-operator - --template=/usr/local/e2e-vsphere-operator @@ -786,6 +820,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -811,6 +848,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-vsphere-operator,?($|\s.*) - agent: kubernetes always_run: true @@ -829,10 +869,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -849,6 +889,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -860,6 +903,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -878,10 +924,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -898,6 +944,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -909,6 +958,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -927,10 +979,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -947,6 +999,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -958,4 +1013,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) diff --git a/ci-operator/jobs/openshift/cluster-image-registry-operator/openshift-cluster-image-registry-operator-release-4.6-postsubmits.yaml b/ci-operator/jobs/openshift/cluster-image-registry-operator/openshift-cluster-image-registry-operator-release-4.6-postsubmits.yaml index da1b3ed2fc8f..c189da278fd2 100644 --- a/ci-operator/jobs/openshift/cluster-image-registry-operator/openshift-cluster-image-registry-operator-release-4.6-postsubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-image-registry-operator/openshift-cluster-image-registry-operator-release-4.6-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-cluster-image-registry-operator-release-4.6-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/cluster-image-registry-operator/openshift-cluster-image-registry-operator-release-4.6-presubmits.yaml b/ci-operator/jobs/openshift/cluster-image-registry-operator/openshift-cluster-image-registry-operator-release-4.6-presubmits.yaml index c849c589ed30..90d3ad90a1c0 100644 --- a/ci-operator/jobs/openshift/cluster-image-registry-operator/openshift-cluster-image-registry-operator-release-4.6-presubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-image-registry-operator/openshift-cluster-image-registry-operator-release-4.6-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -46,6 +44,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -68,6 +69,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -86,13 +90,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-image-registry-cluster-profile - --target=e2e-aws-image-registry - --template=/usr/local/e2e-aws-image-registry @@ -126,6 +128,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -151,6 +156,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-image-registry,?($|\s.*) - agent: kubernetes always_run: true @@ -169,13 +177,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-operator-cluster-profile - --target=e2e-aws-operator - --template=/usr/local/e2e-aws-operator @@ -209,6 +215,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -234,6 +243,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-operator,?($|\s.*) - agent: kubernetes always_run: true @@ -252,13 +264,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -281,6 +291,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -303,6 +316,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: false @@ -323,13 +339,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-azure-cluster-profile - --target=e2e-azure - --template=/usr/local/e2e-azure @@ -363,6 +377,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -388,6 +405,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-azure,?($|\s.*) - agent: kubernetes always_run: false @@ -408,13 +428,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-azure-operator-cluster-profile - --target=e2e-azure-operator - --template=/usr/local/e2e-azure-operator @@ -448,6 +466,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -473,6 +494,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-azure-operator,?($|\s.*) - agent: kubernetes always_run: false @@ -493,13 +517,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-gcp-cluster-profile - --target=e2e-gcp - --template=/usr/local/e2e-gcp @@ -533,6 +555,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -560,6 +585,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-gcp,?($|\s.*) - agent: kubernetes always_run: false @@ -580,13 +608,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-gcp-operator-cluster-profile - --target=e2e-gcp-operator - --template=/usr/local/e2e-gcp-operator @@ -620,6 +646,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -647,6 +676,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-gcp-operator,?($|\s.*) - agent: kubernetes always_run: false @@ -750,13 +782,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-vsphere-cluster-profile - --target=e2e-vsphere - --template=/usr/local/e2e-vsphere @@ -790,6 +820,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -815,6 +848,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-vsphere,?($|\s.*) - agent: kubernetes always_run: false @@ -834,13 +870,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-vsphere-operator-cluster-profile - --target=e2e-vsphere-operator - --template=/usr/local/e2e-vsphere-operator @@ -874,6 +908,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -899,6 +936,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-vsphere-operator,?($|\s.*) - agent: kubernetes always_run: true @@ -917,10 +957,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -938,6 +978,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -949,6 +992,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -967,10 +1013,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -987,6 +1033,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -998,6 +1047,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -1016,10 +1068,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -1036,6 +1088,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -1047,4 +1102,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) diff --git a/ci-operator/jobs/openshift/cluster-image-registry-operator/openshift-cluster-image-registry-operator-release-4.7-postsubmits.yaml b/ci-operator/jobs/openshift/cluster-image-registry-operator/openshift-cluster-image-registry-operator-release-4.7-postsubmits.yaml index 5d21a9958689..5811934e9f14 100644 --- a/ci-operator/jobs/openshift/cluster-image-registry-operator/openshift-cluster-image-registry-operator-release-4.7-postsubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-image-registry-operator/openshift-cluster-image-registry-operator-release-4.7-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-cluster-image-registry-operator-release-4.7-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/cluster-image-registry-operator/openshift-cluster-image-registry-operator-release-4.7-presubmits.yaml b/ci-operator/jobs/openshift/cluster-image-registry-operator/openshift-cluster-image-registry-operator-release-4.7-presubmits.yaml index ad96d24d5874..67ebec5670ed 100644 --- a/ci-operator/jobs/openshift/cluster-image-registry-operator/openshift-cluster-image-registry-operator-release-4.7-presubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-image-registry-operator/openshift-cluster-image-registry-operator-release-4.7-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -46,6 +44,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -68,6 +69,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -86,13 +90,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-image-registry-cluster-profile - --target=e2e-aws-image-registry - --template=/usr/local/e2e-aws-image-registry @@ -126,6 +128,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -151,6 +156,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-image-registry,?($|\s.*) - agent: kubernetes always_run: true @@ -169,13 +177,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-operator-cluster-profile - --target=e2e-aws-operator - --template=/usr/local/e2e-aws-operator @@ -209,6 +215,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -234,6 +243,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-operator,?($|\s.*) - agent: kubernetes always_run: true @@ -252,13 +264,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -281,6 +291,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -303,6 +316,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: false @@ -323,13 +339,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-azure-cluster-profile - --target=e2e-azure - --template=/usr/local/e2e-azure @@ -363,6 +377,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -388,6 +405,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-azure,?($|\s.*) - agent: kubernetes always_run: false @@ -408,13 +428,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-azure-operator-cluster-profile - --target=e2e-azure-operator - --template=/usr/local/e2e-azure-operator @@ -448,6 +466,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -473,6 +494,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-azure-operator,?($|\s.*) - agent: kubernetes always_run: false @@ -493,13 +517,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-gcp-cluster-profile - --target=e2e-gcp - --template=/usr/local/e2e-gcp @@ -533,6 +555,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -560,6 +585,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-gcp,?($|\s.*) - agent: kubernetes always_run: false @@ -580,13 +608,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-gcp-operator-cluster-profile - --target=e2e-gcp-operator - --template=/usr/local/e2e-gcp-operator @@ -620,6 +646,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -647,6 +676,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-gcp-operator,?($|\s.*) - agent: kubernetes always_run: false @@ -750,13 +782,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-vsphere-cluster-profile - --target=e2e-vsphere - --template=/usr/local/e2e-vsphere @@ -790,6 +820,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -815,6 +848,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-vsphere,?($|\s.*) - agent: kubernetes always_run: false @@ -834,13 +870,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-vsphere-operator-cluster-profile - --target=e2e-vsphere-operator - --template=/usr/local/e2e-vsphere-operator @@ -874,6 +908,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -899,6 +936,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-vsphere-operator,?($|\s.*) - agent: kubernetes always_run: true @@ -917,10 +957,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -938,6 +978,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -949,6 +992,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -967,10 +1013,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -987,6 +1033,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -998,6 +1047,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -1016,10 +1068,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -1036,6 +1088,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -1047,4 +1102,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) diff --git a/ci-operator/jobs/openshift/cluster-ingress-operator/openshift-cluster-ingress-operator-master-postsubmits.yaml b/ci-operator/jobs/openshift/cluster-ingress-operator/openshift-cluster-ingress-operator-master-postsubmits.yaml index cb1a0ecfc2ac..361749763936 100644 --- a/ci-operator/jobs/openshift/cluster-ingress-operator/openshift-cluster-ingress-operator-master-postsubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-ingress-operator/openshift-cluster-ingress-operator-master-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-cluster-ingress-operator-master-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/cluster-ingress-operator/openshift-cluster-ingress-operator-master-presubmits.yaml b/ci-operator/jobs/openshift/cluster-ingress-operator/openshift-cluster-ingress-operator-master-presubmits.yaml index c3104630e411..b5ad1fa83b8d 100644 --- a/ci-operator/jobs/openshift/cluster-ingress-operator/openshift-cluster-ingress-operator-master-presubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-ingress-operator/openshift-cluster-ingress-operator-master-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -46,6 +44,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -68,6 +69,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -86,13 +90,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-operator-cluster-profile - --target=e2e-aws-operator - --template=/usr/local/e2e-aws-operator @@ -126,6 +128,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -151,6 +156,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-operator,?($|\s.*) - agent: kubernetes always_run: true @@ -169,13 +177,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -198,6 +204,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -220,6 +229,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: false @@ -239,13 +251,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-azure-cluster-profile - --target=e2e-azure - --template=/usr/local/e2e-azure @@ -279,6 +289,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -304,6 +317,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-azure,?($|\s.*) - agent: kubernetes always_run: true @@ -322,10 +338,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -343,6 +359,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -354,6 +373,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -372,10 +394,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -392,6 +414,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -403,6 +428,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -421,10 +449,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -441,6 +469,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -452,4 +483,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) diff --git a/ci-operator/jobs/openshift/cluster-ingress-operator/openshift-cluster-ingress-operator-release-4.1-postsubmits.yaml b/ci-operator/jobs/openshift/cluster-ingress-operator/openshift-cluster-ingress-operator-release-4.1-postsubmits.yaml index 3296b62c0250..e42eb2c03142 100644 --- a/ci-operator/jobs/openshift/cluster-ingress-operator/openshift-cluster-ingress-operator-release-4.1-postsubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-ingress-operator/openshift-cluster-ingress-operator-release-4.1-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-cluster-ingress-operator-release-4.1-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/cluster-ingress-operator/openshift-cluster-ingress-operator-release-4.1-presubmits.yaml b/ci-operator/jobs/openshift/cluster-ingress-operator/openshift-cluster-ingress-operator-release-4.1-presubmits.yaml index 30fcacc776b4..6ba453ecf641 100644 --- a/ci-operator/jobs/openshift/cluster-ingress-operator/openshift-cluster-ingress-operator-release-4.1-presubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-ingress-operator/openshift-cluster-ingress-operator-release-4.1-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -46,6 +44,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -68,6 +69,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -86,13 +90,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-operator-cluster-profile - --target=e2e-aws-operator - --template=/usr/local/e2e-aws-operator @@ -126,6 +128,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -151,6 +156,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-operator,?($|\s.*) - agent: kubernetes always_run: true @@ -169,13 +177,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -198,6 +204,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -220,6 +229,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -238,10 +250,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -259,6 +271,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -270,6 +285,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -288,10 +306,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -308,6 +326,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -319,4 +340,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift/cluster-ingress-operator/openshift-cluster-ingress-operator-release-4.2-postsubmits.yaml b/ci-operator/jobs/openshift/cluster-ingress-operator/openshift-cluster-ingress-operator-release-4.2-postsubmits.yaml index 98151bb44499..a880060f5417 100644 --- a/ci-operator/jobs/openshift/cluster-ingress-operator/openshift-cluster-ingress-operator-release-4.2-postsubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-ingress-operator/openshift-cluster-ingress-operator-release-4.2-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-cluster-ingress-operator-release-4.2-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/cluster-ingress-operator/openshift-cluster-ingress-operator-release-4.2-presubmits.yaml b/ci-operator/jobs/openshift/cluster-ingress-operator/openshift-cluster-ingress-operator-release-4.2-presubmits.yaml index 85712736f0ec..73ba5f3e3b75 100644 --- a/ci-operator/jobs/openshift/cluster-ingress-operator/openshift-cluster-ingress-operator-release-4.2-presubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-ingress-operator/openshift-cluster-ingress-operator-release-4.2-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -46,6 +44,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -68,6 +69,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -86,13 +90,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-operator-cluster-profile - --target=e2e-aws-operator - --template=/usr/local/e2e-aws-operator @@ -126,6 +128,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -151,6 +156,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-operator,?($|\s.*) - agent: kubernetes always_run: true @@ -169,13 +177,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -198,6 +204,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -220,6 +229,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -238,13 +250,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-azure-cluster-profile - --target=e2e-azure - --template=/usr/local/e2e-azure @@ -278,6 +288,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -303,6 +316,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-azure,?($|\s.*) - agent: kubernetes always_run: true @@ -321,10 +337,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -342,6 +358,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -353,6 +372,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -371,10 +393,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -391,6 +413,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -402,4 +427,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift/cluster-ingress-operator/openshift-cluster-ingress-operator-release-4.3-postsubmits.yaml b/ci-operator/jobs/openshift/cluster-ingress-operator/openshift-cluster-ingress-operator-release-4.3-postsubmits.yaml index 397e6a5c2309..c209b1a798a3 100644 --- a/ci-operator/jobs/openshift/cluster-ingress-operator/openshift-cluster-ingress-operator-release-4.3-postsubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-ingress-operator/openshift-cluster-ingress-operator-release-4.3-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-cluster-ingress-operator-release-4.3-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/cluster-ingress-operator/openshift-cluster-ingress-operator-release-4.3-presubmits.yaml b/ci-operator/jobs/openshift/cluster-ingress-operator/openshift-cluster-ingress-operator-release-4.3-presubmits.yaml index 89669e005599..b5f8d1c63c66 100644 --- a/ci-operator/jobs/openshift/cluster-ingress-operator/openshift-cluster-ingress-operator-release-4.3-presubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-ingress-operator/openshift-cluster-ingress-operator-release-4.3-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -46,6 +44,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -68,6 +69,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -86,13 +90,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-operator-cluster-profile - --target=e2e-aws-operator - --template=/usr/local/e2e-aws-operator @@ -126,6 +128,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -151,6 +156,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-operator,?($|\s.*) - agent: kubernetes always_run: true @@ -169,13 +177,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -198,6 +204,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -220,6 +229,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: false @@ -239,13 +251,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-azure-cluster-profile - --target=e2e-azure - --template=/usr/local/e2e-azure @@ -279,6 +289,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -304,6 +317,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-azure,?($|\s.*) - agent: kubernetes always_run: true @@ -322,10 +338,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -343,6 +359,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -354,6 +373,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -372,10 +394,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -392,6 +414,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -403,4 +428,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift/cluster-ingress-operator/openshift-cluster-ingress-operator-release-4.4-postsubmits.yaml b/ci-operator/jobs/openshift/cluster-ingress-operator/openshift-cluster-ingress-operator-release-4.4-postsubmits.yaml index b9051b5c9dd6..268fb3f2ba1f 100644 --- a/ci-operator/jobs/openshift/cluster-ingress-operator/openshift-cluster-ingress-operator-release-4.4-postsubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-ingress-operator/openshift-cluster-ingress-operator-release-4.4-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-cluster-ingress-operator-release-4.4-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/cluster-ingress-operator/openshift-cluster-ingress-operator-release-4.4-presubmits.yaml b/ci-operator/jobs/openshift/cluster-ingress-operator/openshift-cluster-ingress-operator-release-4.4-presubmits.yaml index 240fd4bf3c6e..c0c53588cefe 100644 --- a/ci-operator/jobs/openshift/cluster-ingress-operator/openshift-cluster-ingress-operator-release-4.4-presubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-ingress-operator/openshift-cluster-ingress-operator-release-4.4-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -46,6 +44,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -68,6 +69,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -86,13 +90,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-operator-cluster-profile - --target=e2e-aws-operator - --template=/usr/local/e2e-aws-operator @@ -126,6 +128,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -151,6 +156,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-operator,?($|\s.*) - agent: kubernetes always_run: true @@ -169,13 +177,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -198,6 +204,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -220,6 +229,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: false @@ -239,13 +251,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-azure-cluster-profile - --target=e2e-azure - --template=/usr/local/e2e-azure @@ -279,6 +289,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -304,6 +317,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-azure,?($|\s.*) - agent: kubernetes always_run: true @@ -322,10 +338,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -343,6 +359,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -354,6 +373,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -372,10 +394,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -392,6 +414,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -403,4 +428,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift/cluster-ingress-operator/openshift-cluster-ingress-operator-release-4.5-postsubmits.yaml b/ci-operator/jobs/openshift/cluster-ingress-operator/openshift-cluster-ingress-operator-release-4.5-postsubmits.yaml index bbf6fb30c742..38f088d2f2f9 100644 --- a/ci-operator/jobs/openshift/cluster-ingress-operator/openshift-cluster-ingress-operator-release-4.5-postsubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-ingress-operator/openshift-cluster-ingress-operator-release-4.5-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-cluster-ingress-operator-release-4.5-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/cluster-ingress-operator/openshift-cluster-ingress-operator-release-4.5-presubmits.yaml b/ci-operator/jobs/openshift/cluster-ingress-operator/openshift-cluster-ingress-operator-release-4.5-presubmits.yaml index 4545c2376d8d..ca5665e136e9 100644 --- a/ci-operator/jobs/openshift/cluster-ingress-operator/openshift-cluster-ingress-operator-release-4.5-presubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-ingress-operator/openshift-cluster-ingress-operator-release-4.5-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -46,6 +44,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -68,6 +69,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -86,13 +90,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-operator-cluster-profile - --target=e2e-aws-operator - --template=/usr/local/e2e-aws-operator @@ -126,6 +128,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -151,6 +156,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-operator,?($|\s.*) - agent: kubernetes always_run: true @@ -169,13 +177,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -198,6 +204,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -220,6 +229,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -238,13 +250,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-azure-cluster-profile - --target=e2e-azure - --template=/usr/local/e2e-azure @@ -278,6 +288,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -303,6 +316,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-azure,?($|\s.*) - agent: kubernetes always_run: true @@ -321,10 +337,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -341,6 +357,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -352,6 +371,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -370,10 +392,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -390,6 +412,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -401,6 +426,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -419,10 +447,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -439,6 +467,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -450,4 +481,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) diff --git a/ci-operator/jobs/openshift/cluster-ingress-operator/openshift-cluster-ingress-operator-release-4.6-postsubmits.yaml b/ci-operator/jobs/openshift/cluster-ingress-operator/openshift-cluster-ingress-operator-release-4.6-postsubmits.yaml index d990faf63e20..6667be0f4c14 100644 --- a/ci-operator/jobs/openshift/cluster-ingress-operator/openshift-cluster-ingress-operator-release-4.6-postsubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-ingress-operator/openshift-cluster-ingress-operator-release-4.6-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-cluster-ingress-operator-release-4.6-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/cluster-ingress-operator/openshift-cluster-ingress-operator-release-4.6-presubmits.yaml b/ci-operator/jobs/openshift/cluster-ingress-operator/openshift-cluster-ingress-operator-release-4.6-presubmits.yaml index fcf54faa2b50..0b2d3c53f8d1 100644 --- a/ci-operator/jobs/openshift/cluster-ingress-operator/openshift-cluster-ingress-operator-release-4.6-presubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-ingress-operator/openshift-cluster-ingress-operator-release-4.6-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -46,6 +44,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -68,6 +69,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -86,13 +90,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-operator-cluster-profile - --target=e2e-aws-operator - --template=/usr/local/e2e-aws-operator @@ -126,6 +128,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -151,6 +156,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-operator,?($|\s.*) - agent: kubernetes always_run: true @@ -169,13 +177,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -198,6 +204,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -220,6 +229,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: false @@ -239,13 +251,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-azure-cluster-profile - --target=e2e-azure - --template=/usr/local/e2e-azure @@ -279,6 +289,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -304,6 +317,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-azure,?($|\s.*) - agent: kubernetes always_run: true @@ -322,10 +338,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -343,6 +359,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -354,6 +373,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -372,10 +394,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -392,6 +414,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -403,6 +428,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -421,10 +449,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -441,6 +469,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -452,4 +483,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) diff --git a/ci-operator/jobs/openshift/cluster-ingress-operator/openshift-cluster-ingress-operator-release-4.7-postsubmits.yaml b/ci-operator/jobs/openshift/cluster-ingress-operator/openshift-cluster-ingress-operator-release-4.7-postsubmits.yaml index d3c0cb998afe..9194fa769ba6 100644 --- a/ci-operator/jobs/openshift/cluster-ingress-operator/openshift-cluster-ingress-operator-release-4.7-postsubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-ingress-operator/openshift-cluster-ingress-operator-release-4.7-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-cluster-ingress-operator-release-4.7-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/cluster-ingress-operator/openshift-cluster-ingress-operator-release-4.7-presubmits.yaml b/ci-operator/jobs/openshift/cluster-ingress-operator/openshift-cluster-ingress-operator-release-4.7-presubmits.yaml index 4ee82dc4ec69..923b8afc9a9b 100644 --- a/ci-operator/jobs/openshift/cluster-ingress-operator/openshift-cluster-ingress-operator-release-4.7-presubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-ingress-operator/openshift-cluster-ingress-operator-release-4.7-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -46,6 +44,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -68,6 +69,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -86,13 +90,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-operator-cluster-profile - --target=e2e-aws-operator - --template=/usr/local/e2e-aws-operator @@ -126,6 +128,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -151,6 +156,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-operator,?($|\s.*) - agent: kubernetes always_run: true @@ -169,13 +177,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -198,6 +204,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -220,6 +229,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: false @@ -239,13 +251,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-azure-cluster-profile - --target=e2e-azure - --template=/usr/local/e2e-azure @@ -279,6 +289,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -304,6 +317,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-azure,?($|\s.*) - agent: kubernetes always_run: true @@ -322,10 +338,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -343,6 +359,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -354,6 +373,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -372,10 +394,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -392,6 +414,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -403,6 +428,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -421,10 +449,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -441,6 +469,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -452,4 +483,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) diff --git a/ci-operator/jobs/openshift/cluster-kube-apiserver-operator/openshift-cluster-kube-apiserver-operator-master-postsubmits.yaml b/ci-operator/jobs/openshift/cluster-kube-apiserver-operator/openshift-cluster-kube-apiserver-operator-master-postsubmits.yaml index 675f0f1ca3f5..e96c0f906335 100644 --- a/ci-operator/jobs/openshift/cluster-kube-apiserver-operator/openshift-cluster-kube-apiserver-operator-master-postsubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-kube-apiserver-operator/openshift-cluster-kube-apiserver-operator-master-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-cluster-kube-apiserver-operator-master-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/cluster-kube-apiserver-operator/openshift-cluster-kube-apiserver-operator-master-presubmits.yaml b/ci-operator/jobs/openshift/cluster-kube-apiserver-operator/openshift-cluster-kube-apiserver-operator-master-presubmits.yaml index 0fd0afae3805..30e234b1120e 100644 --- a/ci-operator/jobs/openshift/cluster-kube-apiserver-operator/openshift-cluster-kube-apiserver-operator-master-presubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-kube-apiserver-operator/openshift-cluster-kube-apiserver-operator-master-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -46,6 +44,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -68,6 +69,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -86,13 +90,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-operator-cluster-profile - --target=e2e-aws-operator - --template=/usr/local/e2e-aws-operator @@ -127,6 +129,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -152,6 +157,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-operator,?($|\s.*) - agent: kubernetes always_run: false @@ -171,13 +179,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-operator-encryption-cluster-profile - --target=e2e-aws-operator-encryption - --template=/usr/local/e2e-aws-operator-encryption @@ -212,6 +218,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -237,6 +246,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-operator-encryption,?($|\s.*) - agent: kubernetes always_run: false @@ -256,13 +268,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-operator-encryption-perf-cluster-profile - --target=e2e-aws-operator-encryption-perf - --template=/usr/local/e2e-aws-operator-encryption-perf @@ -297,6 +307,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -322,6 +335,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-operator-encryption-perf,?($|\s.*) - agent: kubernetes always_run: true @@ -340,13 +356,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-serial-cluster-profile - --target=e2e-aws-serial - --template=/usr/local/e2e-aws-serial @@ -380,6 +394,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -405,6 +422,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-serial,?($|\s.*) - agent: kubernetes always_run: true @@ -423,13 +443,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -452,6 +470,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -474,6 +495,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -492,10 +516,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -513,6 +537,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -524,6 +551,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -542,10 +572,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -562,6 +592,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -573,6 +606,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -591,10 +627,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -611,6 +647,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -622,6 +661,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) - agent: kubernetes always_run: true @@ -640,10 +682,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify-deps command: - ci-operator @@ -660,6 +702,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -671,4 +716,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify-deps,?($|\s.*) diff --git a/ci-operator/jobs/openshift/cluster-kube-apiserver-operator/openshift-cluster-kube-apiserver-operator-release-4.1-postsubmits.yaml b/ci-operator/jobs/openshift/cluster-kube-apiserver-operator/openshift-cluster-kube-apiserver-operator-release-4.1-postsubmits.yaml index fd18c04b333d..6568b19a16a0 100644 --- a/ci-operator/jobs/openshift/cluster-kube-apiserver-operator/openshift-cluster-kube-apiserver-operator-release-4.1-postsubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-kube-apiserver-operator/openshift-cluster-kube-apiserver-operator-release-4.1-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-cluster-kube-apiserver-operator-release-4.1-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/cluster-kube-apiserver-operator/openshift-cluster-kube-apiserver-operator-release-4.1-presubmits.yaml b/ci-operator/jobs/openshift/cluster-kube-apiserver-operator/openshift-cluster-kube-apiserver-operator-release-4.1-presubmits.yaml index ee7d4989faac..cf368bb42157 100644 --- a/ci-operator/jobs/openshift/cluster-kube-apiserver-operator/openshift-cluster-kube-apiserver-operator-release-4.1-presubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-kube-apiserver-operator/openshift-cluster-kube-apiserver-operator-release-4.1-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -46,6 +44,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -68,6 +69,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -86,13 +90,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-operator-cluster-profile - --target=e2e-aws-operator - --template=/usr/local/e2e-aws-operator @@ -128,6 +130,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -153,6 +158,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-operator,?($|\s.*) - agent: kubernetes always_run: true @@ -171,13 +179,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -200,6 +206,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -222,6 +231,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -240,10 +252,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -261,6 +273,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -272,6 +287,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -290,10 +308,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -310,6 +328,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -321,6 +342,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -339,10 +363,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -359,6 +383,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -370,6 +397,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) - agent: kubernetes always_run: true @@ -389,10 +419,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify-deps command: - ci-operator @@ -409,6 +439,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -420,4 +453,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify-deps,?($|\s.*) diff --git a/ci-operator/jobs/openshift/cluster-kube-apiserver-operator/openshift-cluster-kube-apiserver-operator-release-4.2-postsubmits.yaml b/ci-operator/jobs/openshift/cluster-kube-apiserver-operator/openshift-cluster-kube-apiserver-operator-release-4.2-postsubmits.yaml index 519b7ac556cf..91ae9c3715d9 100644 --- a/ci-operator/jobs/openshift/cluster-kube-apiserver-operator/openshift-cluster-kube-apiserver-operator-release-4.2-postsubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-kube-apiserver-operator/openshift-cluster-kube-apiserver-operator-release-4.2-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-cluster-kube-apiserver-operator-release-4.2-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/cluster-kube-apiserver-operator/openshift-cluster-kube-apiserver-operator-release-4.2-presubmits.yaml b/ci-operator/jobs/openshift/cluster-kube-apiserver-operator/openshift-cluster-kube-apiserver-operator-release-4.2-presubmits.yaml index e1502b3a661f..ececc2cd21af 100644 --- a/ci-operator/jobs/openshift/cluster-kube-apiserver-operator/openshift-cluster-kube-apiserver-operator-release-4.2-presubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-kube-apiserver-operator/openshift-cluster-kube-apiserver-operator-release-4.2-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -46,6 +44,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -68,6 +69,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -86,13 +90,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-operator-cluster-profile - --target=e2e-aws-operator - --template=/usr/local/e2e-aws-operator @@ -128,6 +130,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -153,6 +158,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-operator,?($|\s.*) - agent: kubernetes always_run: true @@ -171,13 +179,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-operator-encryption-cluster-profile - --target=e2e-aws-operator-encryption - --template=/usr/local/e2e-aws-operator-encryption @@ -213,6 +219,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -238,6 +247,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-operator-encryption,?($|\s.*) - agent: kubernetes always_run: true @@ -256,13 +268,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -285,6 +295,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -307,6 +320,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -325,10 +341,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -346,6 +362,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -357,6 +376,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -375,10 +397,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -395,6 +417,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -406,6 +431,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -424,10 +452,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -444,6 +472,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -455,6 +486,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) - agent: kubernetes always_run: true @@ -474,10 +508,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify-deps command: - ci-operator @@ -494,6 +528,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -505,4 +542,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify-deps,?($|\s.*) diff --git a/ci-operator/jobs/openshift/cluster-kube-apiserver-operator/openshift-cluster-kube-apiserver-operator-release-4.3-postsubmits.yaml b/ci-operator/jobs/openshift/cluster-kube-apiserver-operator/openshift-cluster-kube-apiserver-operator-release-4.3-postsubmits.yaml index b2f0b270fbc5..925d809a6ec4 100644 --- a/ci-operator/jobs/openshift/cluster-kube-apiserver-operator/openshift-cluster-kube-apiserver-operator-release-4.3-postsubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-kube-apiserver-operator/openshift-cluster-kube-apiserver-operator-release-4.3-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-cluster-kube-apiserver-operator-release-4.3-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/cluster-kube-apiserver-operator/openshift-cluster-kube-apiserver-operator-release-4.3-presubmits.yaml b/ci-operator/jobs/openshift/cluster-kube-apiserver-operator/openshift-cluster-kube-apiserver-operator-release-4.3-presubmits.yaml index a62871aadff7..b4e46e127e8d 100644 --- a/ci-operator/jobs/openshift/cluster-kube-apiserver-operator/openshift-cluster-kube-apiserver-operator-release-4.3-presubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-kube-apiserver-operator/openshift-cluster-kube-apiserver-operator-release-4.3-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -46,6 +44,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -68,6 +69,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -86,13 +90,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-operator-cluster-profile - --target=e2e-aws-operator - --template=/usr/local/e2e-aws-operator @@ -128,6 +130,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -153,6 +158,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-operator,?($|\s.*) - agent: kubernetes always_run: false @@ -172,13 +180,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-operator-encryption-cluster-profile - --target=e2e-aws-operator-encryption - --template=/usr/local/e2e-aws-operator-encryption @@ -214,6 +220,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -239,6 +248,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-operator-encryption,?($|\s.*) - agent: kubernetes always_run: true @@ -257,13 +269,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -286,6 +296,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -308,6 +321,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -326,10 +342,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -347,6 +363,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -358,6 +377,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -376,10 +398,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -396,6 +418,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -407,6 +432,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -425,10 +453,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -445,6 +473,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -456,4 +487,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) diff --git a/ci-operator/jobs/openshift/cluster-kube-apiserver-operator/openshift-cluster-kube-apiserver-operator-release-4.4-postsubmits.yaml b/ci-operator/jobs/openshift/cluster-kube-apiserver-operator/openshift-cluster-kube-apiserver-operator-release-4.4-postsubmits.yaml index b99350e84480..025a16e2c60d 100644 --- a/ci-operator/jobs/openshift/cluster-kube-apiserver-operator/openshift-cluster-kube-apiserver-operator-release-4.4-postsubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-kube-apiserver-operator/openshift-cluster-kube-apiserver-operator-release-4.4-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-cluster-kube-apiserver-operator-release-4.4-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/cluster-kube-apiserver-operator/openshift-cluster-kube-apiserver-operator-release-4.4-presubmits.yaml b/ci-operator/jobs/openshift/cluster-kube-apiserver-operator/openshift-cluster-kube-apiserver-operator-release-4.4-presubmits.yaml index 08aac7cdb950..c6a27a8c6c95 100644 --- a/ci-operator/jobs/openshift/cluster-kube-apiserver-operator/openshift-cluster-kube-apiserver-operator-release-4.4-presubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-kube-apiserver-operator/openshift-cluster-kube-apiserver-operator-release-4.4-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -46,6 +44,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -68,6 +69,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -86,13 +90,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-operator-cluster-profile - --target=e2e-aws-operator - --template=/usr/local/e2e-aws-operator @@ -127,6 +129,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -152,6 +157,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-operator,?($|\s.*) - agent: kubernetes always_run: false @@ -171,13 +179,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-operator-encryption-cluster-profile - --target=e2e-aws-operator-encryption - --template=/usr/local/e2e-aws-operator-encryption @@ -212,6 +218,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -237,6 +246,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-operator-encryption,?($|\s.*) - agent: kubernetes always_run: false @@ -256,13 +268,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-operator-encryption-perf-cluster-profile - --target=e2e-aws-operator-encryption-perf - --template=/usr/local/e2e-aws-operator-encryption-perf @@ -297,6 +307,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -322,6 +335,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-operator-encryption-perf,?($|\s.*) - agent: kubernetes always_run: true @@ -340,13 +356,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-serial-cluster-profile - --target=e2e-aws-serial - --template=/usr/local/e2e-aws-serial @@ -380,6 +394,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -405,6 +422,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-serial,?($|\s.*) - agent: kubernetes always_run: true @@ -423,13 +443,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -452,6 +470,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -474,6 +495,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -492,10 +516,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -513,6 +537,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -524,6 +551,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -542,10 +572,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -562,6 +592,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -573,6 +606,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -591,10 +627,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -611,6 +647,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -622,6 +661,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) - agent: kubernetes always_run: true @@ -640,10 +682,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify-deps command: - ci-operator @@ -660,6 +702,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -671,4 +716,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify-deps,?($|\s.*) diff --git a/ci-operator/jobs/openshift/cluster-kube-apiserver-operator/openshift-cluster-kube-apiserver-operator-release-4.5-postsubmits.yaml b/ci-operator/jobs/openshift/cluster-kube-apiserver-operator/openshift-cluster-kube-apiserver-operator-release-4.5-postsubmits.yaml index 41a4db781de5..f0d02352d8ad 100644 --- a/ci-operator/jobs/openshift/cluster-kube-apiserver-operator/openshift-cluster-kube-apiserver-operator-release-4.5-postsubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-kube-apiserver-operator/openshift-cluster-kube-apiserver-operator-release-4.5-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-cluster-kube-apiserver-operator-release-4.5-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/cluster-kube-apiserver-operator/openshift-cluster-kube-apiserver-operator-release-4.5-presubmits.yaml b/ci-operator/jobs/openshift/cluster-kube-apiserver-operator/openshift-cluster-kube-apiserver-operator-release-4.5-presubmits.yaml index d99a93d40372..36355469a811 100644 --- a/ci-operator/jobs/openshift/cluster-kube-apiserver-operator/openshift-cluster-kube-apiserver-operator-release-4.5-presubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-kube-apiserver-operator/openshift-cluster-kube-apiserver-operator-release-4.5-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -46,6 +44,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -68,6 +69,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -86,13 +90,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-operator-cluster-profile - --target=e2e-aws-operator - --template=/usr/local/e2e-aws-operator @@ -127,6 +129,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -152,6 +157,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-operator,?($|\s.*) - agent: kubernetes always_run: true @@ -170,13 +178,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-operator-encryption-cluster-profile - --target=e2e-aws-operator-encryption - --template=/usr/local/e2e-aws-operator-encryption @@ -211,6 +217,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -236,6 +245,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-operator-encryption,?($|\s.*) - agent: kubernetes always_run: true @@ -254,13 +266,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-operator-encryption-perf-cluster-profile - --target=e2e-aws-operator-encryption-perf - --template=/usr/local/e2e-aws-operator-encryption-perf @@ -295,6 +305,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -320,6 +333,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-operator-encryption-perf,?($|\s.*) - agent: kubernetes always_run: true @@ -338,13 +354,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-serial-cluster-profile - --target=e2e-aws-serial - --template=/usr/local/e2e-aws-serial @@ -378,6 +392,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -403,6 +420,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-serial,?($|\s.*) - agent: kubernetes always_run: true @@ -421,13 +441,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -450,6 +468,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -472,6 +493,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -490,10 +514,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -510,6 +534,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -521,6 +548,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -539,10 +569,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -559,6 +589,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -570,6 +603,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -588,10 +624,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -608,6 +644,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -619,6 +658,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) - agent: kubernetes always_run: true @@ -637,10 +679,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify-deps command: - ci-operator @@ -657,6 +699,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -668,4 +713,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify-deps,?($|\s.*) diff --git a/ci-operator/jobs/openshift/cluster-kube-apiserver-operator/openshift-cluster-kube-apiserver-operator-release-4.6-postsubmits.yaml b/ci-operator/jobs/openshift/cluster-kube-apiserver-operator/openshift-cluster-kube-apiserver-operator-release-4.6-postsubmits.yaml index bdb18af50e43..4f0690cac9b6 100644 --- a/ci-operator/jobs/openshift/cluster-kube-apiserver-operator/openshift-cluster-kube-apiserver-operator-release-4.6-postsubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-kube-apiserver-operator/openshift-cluster-kube-apiserver-operator-release-4.6-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-cluster-kube-apiserver-operator-release-4.6-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/cluster-kube-apiserver-operator/openshift-cluster-kube-apiserver-operator-release-4.6-presubmits.yaml b/ci-operator/jobs/openshift/cluster-kube-apiserver-operator/openshift-cluster-kube-apiserver-operator-release-4.6-presubmits.yaml index 0752c376492b..466af0eea309 100644 --- a/ci-operator/jobs/openshift/cluster-kube-apiserver-operator/openshift-cluster-kube-apiserver-operator-release-4.6-presubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-kube-apiserver-operator/openshift-cluster-kube-apiserver-operator-release-4.6-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -46,6 +44,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -68,6 +69,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -86,13 +90,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-operator-cluster-profile - --target=e2e-aws-operator - --template=/usr/local/e2e-aws-operator @@ -127,6 +129,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -152,6 +157,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-operator,?($|\s.*) - agent: kubernetes always_run: false @@ -171,13 +179,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-operator-encryption-cluster-profile - --target=e2e-aws-operator-encryption - --template=/usr/local/e2e-aws-operator-encryption @@ -212,6 +218,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -237,6 +246,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-operator-encryption,?($|\s.*) - agent: kubernetes always_run: false @@ -256,13 +268,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-operator-encryption-perf-cluster-profile - --target=e2e-aws-operator-encryption-perf - --template=/usr/local/e2e-aws-operator-encryption-perf @@ -297,6 +307,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -322,6 +335,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-operator-encryption-perf,?($|\s.*) - agent: kubernetes always_run: true @@ -340,13 +356,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-serial-cluster-profile - --target=e2e-aws-serial - --template=/usr/local/e2e-aws-serial @@ -380,6 +394,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -405,6 +422,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-serial,?($|\s.*) - agent: kubernetes always_run: true @@ -423,13 +443,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -452,6 +470,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -474,6 +495,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -492,10 +516,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -513,6 +537,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -524,6 +551,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -542,10 +572,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -562,6 +592,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -573,6 +606,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -591,10 +627,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -611,6 +647,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -622,6 +661,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) - agent: kubernetes always_run: true @@ -640,10 +682,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify-deps command: - ci-operator @@ -660,6 +702,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -671,4 +716,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify-deps,?($|\s.*) diff --git a/ci-operator/jobs/openshift/cluster-kube-apiserver-operator/openshift-cluster-kube-apiserver-operator-release-4.7-postsubmits.yaml b/ci-operator/jobs/openshift/cluster-kube-apiserver-operator/openshift-cluster-kube-apiserver-operator-release-4.7-postsubmits.yaml index 8da7364d7a6c..864d03859a3d 100644 --- a/ci-operator/jobs/openshift/cluster-kube-apiserver-operator/openshift-cluster-kube-apiserver-operator-release-4.7-postsubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-kube-apiserver-operator/openshift-cluster-kube-apiserver-operator-release-4.7-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-cluster-kube-apiserver-operator-release-4.7-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/cluster-kube-apiserver-operator/openshift-cluster-kube-apiserver-operator-release-4.7-presubmits.yaml b/ci-operator/jobs/openshift/cluster-kube-apiserver-operator/openshift-cluster-kube-apiserver-operator-release-4.7-presubmits.yaml index 371587656c21..7e298895f74e 100644 --- a/ci-operator/jobs/openshift/cluster-kube-apiserver-operator/openshift-cluster-kube-apiserver-operator-release-4.7-presubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-kube-apiserver-operator/openshift-cluster-kube-apiserver-operator-release-4.7-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -46,6 +44,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -68,6 +69,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -86,13 +90,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-operator-cluster-profile - --target=e2e-aws-operator - --template=/usr/local/e2e-aws-operator @@ -127,6 +129,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -152,6 +157,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-operator,?($|\s.*) - agent: kubernetes always_run: false @@ -171,13 +179,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-operator-encryption-cluster-profile - --target=e2e-aws-operator-encryption - --template=/usr/local/e2e-aws-operator-encryption @@ -212,6 +218,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -237,6 +246,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-operator-encryption,?($|\s.*) - agent: kubernetes always_run: false @@ -256,13 +268,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-operator-encryption-perf-cluster-profile - --target=e2e-aws-operator-encryption-perf - --template=/usr/local/e2e-aws-operator-encryption-perf @@ -297,6 +307,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -322,6 +335,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-operator-encryption-perf,?($|\s.*) - agent: kubernetes always_run: true @@ -340,13 +356,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-serial-cluster-profile - --target=e2e-aws-serial - --template=/usr/local/e2e-aws-serial @@ -380,6 +394,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -405,6 +422,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-serial,?($|\s.*) - agent: kubernetes always_run: true @@ -423,13 +443,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -452,6 +470,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -474,6 +495,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -492,10 +516,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -513,6 +537,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -524,6 +551,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -542,10 +572,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -562,6 +592,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -573,6 +606,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -591,10 +627,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -611,6 +647,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -622,6 +661,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) - agent: kubernetes always_run: true @@ -640,10 +682,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify-deps command: - ci-operator @@ -660,6 +702,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -671,4 +716,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify-deps,?($|\s.*) diff --git a/ci-operator/jobs/openshift/cluster-kube-controller-manager-operator/openshift-cluster-kube-controller-manager-operator-master-postsubmits.yaml b/ci-operator/jobs/openshift/cluster-kube-controller-manager-operator/openshift-cluster-kube-controller-manager-operator-master-postsubmits.yaml index 4ddd5f384433..3ae1c1c3bf5b 100644 --- a/ci-operator/jobs/openshift/cluster-kube-controller-manager-operator/openshift-cluster-kube-controller-manager-operator-master-postsubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-kube-controller-manager-operator/openshift-cluster-kube-controller-manager-operator-master-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-cluster-kube-controller-manager-operator-master-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/cluster-kube-controller-manager-operator/openshift-cluster-kube-controller-manager-operator-master-presubmits.yaml b/ci-operator/jobs/openshift/cluster-kube-controller-manager-operator/openshift-cluster-kube-controller-manager-operator-master-presubmits.yaml index 1daf708231fd..b6c6ed1eab90 100644 --- a/ci-operator/jobs/openshift/cluster-kube-controller-manager-operator/openshift-cluster-kube-controller-manager-operator-master-presubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-kube-controller-manager-operator/openshift-cluster-kube-controller-manager-operator-master-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -46,6 +44,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -68,6 +69,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -86,13 +90,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-operator-cluster-profile - --target=e2e-aws-operator - --template=/usr/local/e2e-aws-operator @@ -127,6 +129,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -152,6 +157,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-operator,?($|\s.*) - agent: kubernetes always_run: true @@ -170,13 +178,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -199,6 +205,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -221,6 +230,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -239,10 +251,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -260,6 +272,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -271,6 +286,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -289,10 +307,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -309,6 +327,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -320,6 +341,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -338,10 +362,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -358,6 +382,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -369,6 +396,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) - agent: kubernetes always_run: true @@ -387,10 +417,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify-deps command: - ci-operator @@ -407,6 +437,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -418,4 +451,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify-deps,?($|\s.*) diff --git a/ci-operator/jobs/openshift/cluster-kube-controller-manager-operator/openshift-cluster-kube-controller-manager-operator-release-4.1-postsubmits.yaml b/ci-operator/jobs/openshift/cluster-kube-controller-manager-operator/openshift-cluster-kube-controller-manager-operator-release-4.1-postsubmits.yaml index 639e19a55f89..d183b71d713f 100644 --- a/ci-operator/jobs/openshift/cluster-kube-controller-manager-operator/openshift-cluster-kube-controller-manager-operator-release-4.1-postsubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-kube-controller-manager-operator/openshift-cluster-kube-controller-manager-operator-release-4.1-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-cluster-kube-controller-manager-operator-release-4.1-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/cluster-kube-controller-manager-operator/openshift-cluster-kube-controller-manager-operator-release-4.1-presubmits.yaml b/ci-operator/jobs/openshift/cluster-kube-controller-manager-operator/openshift-cluster-kube-controller-manager-operator-release-4.1-presubmits.yaml index 10a247a2fd36..18ff4ff22a59 100644 --- a/ci-operator/jobs/openshift/cluster-kube-controller-manager-operator/openshift-cluster-kube-controller-manager-operator-release-4.1-presubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-kube-controller-manager-operator/openshift-cluster-kube-controller-manager-operator-release-4.1-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -46,6 +44,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -68,6 +69,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -86,13 +90,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-operator-cluster-profile - --target=e2e-aws-operator - --template=/usr/local/e2e-aws-operator @@ -128,6 +130,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -153,6 +158,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-operator,?($|\s.*) - agent: kubernetes always_run: true @@ -171,13 +179,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -200,6 +206,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -222,6 +231,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -240,10 +252,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -261,6 +273,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -272,6 +287,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -290,10 +308,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -310,6 +328,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -321,6 +342,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -339,10 +363,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -359,6 +383,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -370,6 +397,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) - agent: kubernetes always_run: true @@ -389,10 +419,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify-deps command: - ci-operator @@ -409,6 +439,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -420,4 +453,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify-deps,?($|\s.*) diff --git a/ci-operator/jobs/openshift/cluster-kube-controller-manager-operator/openshift-cluster-kube-controller-manager-operator-release-4.2-postsubmits.yaml b/ci-operator/jobs/openshift/cluster-kube-controller-manager-operator/openshift-cluster-kube-controller-manager-operator-release-4.2-postsubmits.yaml index e90651a45b8b..4d0350473525 100644 --- a/ci-operator/jobs/openshift/cluster-kube-controller-manager-operator/openshift-cluster-kube-controller-manager-operator-release-4.2-postsubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-kube-controller-manager-operator/openshift-cluster-kube-controller-manager-operator-release-4.2-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-cluster-kube-controller-manager-operator-release-4.2-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/cluster-kube-controller-manager-operator/openshift-cluster-kube-controller-manager-operator-release-4.2-presubmits.yaml b/ci-operator/jobs/openshift/cluster-kube-controller-manager-operator/openshift-cluster-kube-controller-manager-operator-release-4.2-presubmits.yaml index e6c242243f28..06dbf5810ba8 100644 --- a/ci-operator/jobs/openshift/cluster-kube-controller-manager-operator/openshift-cluster-kube-controller-manager-operator-release-4.2-presubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-kube-controller-manager-operator/openshift-cluster-kube-controller-manager-operator-release-4.2-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -46,6 +44,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -68,6 +69,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -86,13 +90,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-operator-cluster-profile - --target=e2e-aws-operator - --template=/usr/local/e2e-aws-operator @@ -128,6 +130,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -153,6 +158,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-operator,?($|\s.*) - agent: kubernetes always_run: true @@ -171,13 +179,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -200,6 +206,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -222,6 +231,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -240,10 +252,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -261,6 +273,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -272,6 +287,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -290,10 +308,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -310,6 +328,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -321,6 +342,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -339,10 +363,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -359,6 +383,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -370,6 +397,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) - agent: kubernetes always_run: true @@ -389,10 +419,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify-deps command: - ci-operator @@ -409,6 +439,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -420,4 +453,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify-deps,?($|\s.*) diff --git a/ci-operator/jobs/openshift/cluster-kube-controller-manager-operator/openshift-cluster-kube-controller-manager-operator-release-4.3-postsubmits.yaml b/ci-operator/jobs/openshift/cluster-kube-controller-manager-operator/openshift-cluster-kube-controller-manager-operator-release-4.3-postsubmits.yaml index 3836bb0c11cc..52d45b7c942b 100644 --- a/ci-operator/jobs/openshift/cluster-kube-controller-manager-operator/openshift-cluster-kube-controller-manager-operator-release-4.3-postsubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-kube-controller-manager-operator/openshift-cluster-kube-controller-manager-operator-release-4.3-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-cluster-kube-controller-manager-operator-release-4.3-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/cluster-kube-controller-manager-operator/openshift-cluster-kube-controller-manager-operator-release-4.3-presubmits.yaml b/ci-operator/jobs/openshift/cluster-kube-controller-manager-operator/openshift-cluster-kube-controller-manager-operator-release-4.3-presubmits.yaml index 60935389fccb..c4f6eb1bf877 100644 --- a/ci-operator/jobs/openshift/cluster-kube-controller-manager-operator/openshift-cluster-kube-controller-manager-operator-release-4.3-presubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-kube-controller-manager-operator/openshift-cluster-kube-controller-manager-operator-release-4.3-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -46,6 +44,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -68,6 +69,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -86,13 +90,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-operator-cluster-profile - --target=e2e-aws-operator - --template=/usr/local/e2e-aws-operator @@ -128,6 +130,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -153,6 +158,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-operator,?($|\s.*) - agent: kubernetes always_run: true @@ -171,13 +179,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -200,6 +206,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -222,6 +231,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -240,10 +252,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -261,6 +273,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -272,6 +287,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -290,10 +308,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -310,6 +328,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -321,6 +342,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -339,10 +363,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -359,6 +383,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -370,4 +397,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) diff --git a/ci-operator/jobs/openshift/cluster-kube-controller-manager-operator/openshift-cluster-kube-controller-manager-operator-release-4.4-postsubmits.yaml b/ci-operator/jobs/openshift/cluster-kube-controller-manager-operator/openshift-cluster-kube-controller-manager-operator-release-4.4-postsubmits.yaml index 92a715a36e66..5b6afebfaff0 100644 --- a/ci-operator/jobs/openshift/cluster-kube-controller-manager-operator/openshift-cluster-kube-controller-manager-operator-release-4.4-postsubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-kube-controller-manager-operator/openshift-cluster-kube-controller-manager-operator-release-4.4-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-cluster-kube-controller-manager-operator-release-4.4-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/cluster-kube-controller-manager-operator/openshift-cluster-kube-controller-manager-operator-release-4.4-presubmits.yaml b/ci-operator/jobs/openshift/cluster-kube-controller-manager-operator/openshift-cluster-kube-controller-manager-operator-release-4.4-presubmits.yaml index 7058a7509e5c..a931abf46b66 100644 --- a/ci-operator/jobs/openshift/cluster-kube-controller-manager-operator/openshift-cluster-kube-controller-manager-operator-release-4.4-presubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-kube-controller-manager-operator/openshift-cluster-kube-controller-manager-operator-release-4.4-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -46,6 +44,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -68,6 +69,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -86,13 +90,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-operator-cluster-profile - --target=e2e-aws-operator - --template=/usr/local/e2e-aws-operator @@ -127,6 +129,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -152,6 +157,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-operator,?($|\s.*) - agent: kubernetes always_run: true @@ -170,13 +178,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -199,6 +205,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -221,6 +230,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -239,10 +251,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -260,6 +272,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -271,6 +286,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -289,10 +307,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -309,6 +327,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -320,6 +341,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -338,10 +362,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -358,6 +382,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -369,6 +396,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) - agent: kubernetes always_run: true @@ -387,10 +417,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify-deps command: - ci-operator @@ -407,6 +437,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -418,4 +451,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify-deps,?($|\s.*) diff --git a/ci-operator/jobs/openshift/cluster-kube-controller-manager-operator/openshift-cluster-kube-controller-manager-operator-release-4.5-postsubmits.yaml b/ci-operator/jobs/openshift/cluster-kube-controller-manager-operator/openshift-cluster-kube-controller-manager-operator-release-4.5-postsubmits.yaml index ea19aedbdfb9..dc953b1fc260 100644 --- a/ci-operator/jobs/openshift/cluster-kube-controller-manager-operator/openshift-cluster-kube-controller-manager-operator-release-4.5-postsubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-kube-controller-manager-operator/openshift-cluster-kube-controller-manager-operator-release-4.5-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-cluster-kube-controller-manager-operator-release-4.5-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/cluster-kube-controller-manager-operator/openshift-cluster-kube-controller-manager-operator-release-4.5-presubmits.yaml b/ci-operator/jobs/openshift/cluster-kube-controller-manager-operator/openshift-cluster-kube-controller-manager-operator-release-4.5-presubmits.yaml index 8ae1365d9595..0c0262bbadf3 100644 --- a/ci-operator/jobs/openshift/cluster-kube-controller-manager-operator/openshift-cluster-kube-controller-manager-operator-release-4.5-presubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-kube-controller-manager-operator/openshift-cluster-kube-controller-manager-operator-release-4.5-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -46,6 +44,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -68,6 +69,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -86,13 +90,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-operator-cluster-profile - --target=e2e-aws-operator - --template=/usr/local/e2e-aws-operator @@ -127,6 +129,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -152,6 +157,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-operator,?($|\s.*) - agent: kubernetes always_run: true @@ -170,13 +178,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -199,6 +205,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -221,6 +230,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -239,10 +251,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -259,6 +271,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -270,6 +285,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -288,10 +306,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -308,6 +326,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -319,6 +340,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -337,10 +361,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -357,6 +381,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -368,6 +395,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) - agent: kubernetes always_run: true @@ -386,10 +416,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify-deps command: - ci-operator @@ -406,6 +436,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -417,4 +450,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify-deps,?($|\s.*) diff --git a/ci-operator/jobs/openshift/cluster-kube-controller-manager-operator/openshift-cluster-kube-controller-manager-operator-release-4.6-postsubmits.yaml b/ci-operator/jobs/openshift/cluster-kube-controller-manager-operator/openshift-cluster-kube-controller-manager-operator-release-4.6-postsubmits.yaml index cd012376c809..ab1a15eb198b 100644 --- a/ci-operator/jobs/openshift/cluster-kube-controller-manager-operator/openshift-cluster-kube-controller-manager-operator-release-4.6-postsubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-kube-controller-manager-operator/openshift-cluster-kube-controller-manager-operator-release-4.6-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-cluster-kube-controller-manager-operator-release-4.6-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/cluster-kube-controller-manager-operator/openshift-cluster-kube-controller-manager-operator-release-4.6-presubmits.yaml b/ci-operator/jobs/openshift/cluster-kube-controller-manager-operator/openshift-cluster-kube-controller-manager-operator-release-4.6-presubmits.yaml index ef15210f85aa..0b447d1f1b71 100644 --- a/ci-operator/jobs/openshift/cluster-kube-controller-manager-operator/openshift-cluster-kube-controller-manager-operator-release-4.6-presubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-kube-controller-manager-operator/openshift-cluster-kube-controller-manager-operator-release-4.6-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -46,6 +44,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -68,6 +69,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -86,13 +90,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-operator-cluster-profile - --target=e2e-aws-operator - --template=/usr/local/e2e-aws-operator @@ -127,6 +129,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -152,6 +157,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-operator,?($|\s.*) - agent: kubernetes always_run: true @@ -170,13 +178,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -199,6 +205,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -221,6 +230,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -239,10 +251,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -260,6 +272,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -271,6 +286,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -289,10 +307,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -309,6 +327,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -320,6 +341,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -338,10 +362,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -358,6 +382,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -369,6 +396,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) - agent: kubernetes always_run: true @@ -387,10 +417,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify-deps command: - ci-operator @@ -407,6 +437,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -418,4 +451,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify-deps,?($|\s.*) diff --git a/ci-operator/jobs/openshift/cluster-kube-controller-manager-operator/openshift-cluster-kube-controller-manager-operator-release-4.7-postsubmits.yaml b/ci-operator/jobs/openshift/cluster-kube-controller-manager-operator/openshift-cluster-kube-controller-manager-operator-release-4.7-postsubmits.yaml index 63e146162e36..e4fbdc2fb25a 100644 --- a/ci-operator/jobs/openshift/cluster-kube-controller-manager-operator/openshift-cluster-kube-controller-manager-operator-release-4.7-postsubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-kube-controller-manager-operator/openshift-cluster-kube-controller-manager-operator-release-4.7-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-cluster-kube-controller-manager-operator-release-4.7-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/cluster-kube-controller-manager-operator/openshift-cluster-kube-controller-manager-operator-release-4.7-presubmits.yaml b/ci-operator/jobs/openshift/cluster-kube-controller-manager-operator/openshift-cluster-kube-controller-manager-operator-release-4.7-presubmits.yaml index 0e27fb4759e6..03779cc8e500 100644 --- a/ci-operator/jobs/openshift/cluster-kube-controller-manager-operator/openshift-cluster-kube-controller-manager-operator-release-4.7-presubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-kube-controller-manager-operator/openshift-cluster-kube-controller-manager-operator-release-4.7-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -46,6 +44,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -68,6 +69,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -86,13 +90,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-operator-cluster-profile - --target=e2e-aws-operator - --template=/usr/local/e2e-aws-operator @@ -127,6 +129,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -152,6 +157,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-operator,?($|\s.*) - agent: kubernetes always_run: true @@ -170,13 +178,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -199,6 +205,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -221,6 +230,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -239,10 +251,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -260,6 +272,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -271,6 +286,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -289,10 +307,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -309,6 +327,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -320,6 +341,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -338,10 +362,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -358,6 +382,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -369,6 +396,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) - agent: kubernetes always_run: true @@ -387,10 +417,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify-deps command: - ci-operator @@ -407,6 +437,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -418,4 +451,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify-deps,?($|\s.*) diff --git a/ci-operator/jobs/openshift/cluster-kube-descheduler-operator/openshift-cluster-kube-descheduler-operator-master-postsubmits.yaml b/ci-operator/jobs/openshift/cluster-kube-descheduler-operator/openshift-cluster-kube-descheduler-operator-master-postsubmits.yaml index 4ffcc685930c..e37354913bfa 100644 --- a/ci-operator/jobs/openshift/cluster-kube-descheduler-operator/openshift-cluster-kube-descheduler-operator-master-postsubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-kube-descheduler-operator/openshift-cluster-kube-descheduler-operator-master-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-cluster-kube-descheduler-operator-master-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/cluster-kube-descheduler-operator/openshift-cluster-kube-descheduler-operator-master-presubmits.yaml b/ci-operator/jobs/openshift/cluster-kube-descheduler-operator/openshift-cluster-kube-descheduler-operator-master-presubmits.yaml index 0bbb6834057b..5501274be160 100644 --- a/ci-operator/jobs/openshift/cluster-kube-descheduler-operator/openshift-cluster-kube-descheduler-operator-master-presubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-kube-descheduler-operator/openshift-cluster-kube-descheduler-operator-master-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-operator-cluster-profile - --target=e2e-aws-operator - --template=/usr/local/e2e-aws-operator @@ -57,6 +55,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -82,6 +83,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-operator,?($|\s.*) - agent: kubernetes always_run: true @@ -100,10 +104,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -121,6 +125,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -132,6 +139,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -150,10 +160,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -170,6 +180,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -181,6 +194,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -199,10 +215,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -219,6 +235,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -230,4 +249,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) diff --git a/ci-operator/jobs/openshift/cluster-kube-descheduler-operator/openshift-cluster-kube-descheduler-operator-release-4.1-postsubmits.yaml b/ci-operator/jobs/openshift/cluster-kube-descheduler-operator/openshift-cluster-kube-descheduler-operator-release-4.1-postsubmits.yaml index 4af27981d250..8f7eab242c83 100644 --- a/ci-operator/jobs/openshift/cluster-kube-descheduler-operator/openshift-cluster-kube-descheduler-operator-release-4.1-postsubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-kube-descheduler-operator/openshift-cluster-kube-descheduler-operator-release-4.1-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-cluster-kube-descheduler-operator-release-4.1-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/cluster-kube-descheduler-operator/openshift-cluster-kube-descheduler-operator-release-4.1-presubmits.yaml b/ci-operator/jobs/openshift/cluster-kube-descheduler-operator/openshift-cluster-kube-descheduler-operator-release-4.1-presubmits.yaml index f11e21d402bb..4c1d2b6cb4aa 100644 --- a/ci-operator/jobs/openshift/cluster-kube-descheduler-operator/openshift-cluster-kube-descheduler-operator-release-4.1-presubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-kube-descheduler-operator/openshift-cluster-kube-descheduler-operator-release-4.1-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-operator-cluster-profile - --target=e2e-aws-operator - --template=/usr/local/e2e-aws-operator @@ -57,6 +55,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -82,6 +83,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-operator,?($|\s.*) - agent: kubernetes always_run: true @@ -100,10 +104,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -121,6 +125,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -132,6 +139,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -150,10 +160,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -170,6 +180,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -181,6 +194,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -199,10 +215,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -219,6 +235,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -230,4 +249,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) diff --git a/ci-operator/jobs/openshift/cluster-kube-descheduler-operator/openshift-cluster-kube-descheduler-operator-release-4.2-postsubmits.yaml b/ci-operator/jobs/openshift/cluster-kube-descheduler-operator/openshift-cluster-kube-descheduler-operator-release-4.2-postsubmits.yaml index 6e6566c77f6a..aa9f33472160 100644 --- a/ci-operator/jobs/openshift/cluster-kube-descheduler-operator/openshift-cluster-kube-descheduler-operator-release-4.2-postsubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-kube-descheduler-operator/openshift-cluster-kube-descheduler-operator-release-4.2-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-cluster-kube-descheduler-operator-release-4.2-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/cluster-kube-descheduler-operator/openshift-cluster-kube-descheduler-operator-release-4.2-presubmits.yaml b/ci-operator/jobs/openshift/cluster-kube-descheduler-operator/openshift-cluster-kube-descheduler-operator-release-4.2-presubmits.yaml index be784523eb28..1afc2cf11716 100644 --- a/ci-operator/jobs/openshift/cluster-kube-descheduler-operator/openshift-cluster-kube-descheduler-operator-release-4.2-presubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-kube-descheduler-operator/openshift-cluster-kube-descheduler-operator-release-4.2-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-operator-cluster-profile - --target=e2e-aws-operator - --template=/usr/local/e2e-aws-operator @@ -57,6 +55,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -82,6 +83,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-operator,?($|\s.*) - agent: kubernetes always_run: true @@ -100,10 +104,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -121,6 +125,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -132,6 +139,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -150,10 +160,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -170,6 +180,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -181,6 +194,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -199,10 +215,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -219,6 +235,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -230,4 +249,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) diff --git a/ci-operator/jobs/openshift/cluster-kube-descheduler-operator/openshift-cluster-kube-descheduler-operator-release-4.3-postsubmits.yaml b/ci-operator/jobs/openshift/cluster-kube-descheduler-operator/openshift-cluster-kube-descheduler-operator-release-4.3-postsubmits.yaml index e8d12b4cc224..e85b16711c09 100644 --- a/ci-operator/jobs/openshift/cluster-kube-descheduler-operator/openshift-cluster-kube-descheduler-operator-release-4.3-postsubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-kube-descheduler-operator/openshift-cluster-kube-descheduler-operator-release-4.3-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-cluster-kube-descheduler-operator-release-4.3-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/cluster-kube-descheduler-operator/openshift-cluster-kube-descheduler-operator-release-4.3-presubmits.yaml b/ci-operator/jobs/openshift/cluster-kube-descheduler-operator/openshift-cluster-kube-descheduler-operator-release-4.3-presubmits.yaml index ec1736aca724..a8164c7e606b 100644 --- a/ci-operator/jobs/openshift/cluster-kube-descheduler-operator/openshift-cluster-kube-descheduler-operator-release-4.3-presubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-kube-descheduler-operator/openshift-cluster-kube-descheduler-operator-release-4.3-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-operator-cluster-profile - --target=e2e-aws-operator - --template=/usr/local/e2e-aws-operator @@ -57,6 +55,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -82,6 +83,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-operator,?($|\s.*) - agent: kubernetes always_run: true @@ -100,10 +104,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -121,6 +125,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -132,6 +139,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -150,10 +160,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -170,6 +180,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -181,6 +194,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -199,10 +215,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -219,6 +235,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -230,4 +249,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) diff --git a/ci-operator/jobs/openshift/cluster-kube-descheduler-operator/openshift-cluster-kube-descheduler-operator-release-4.4-postsubmits.yaml b/ci-operator/jobs/openshift/cluster-kube-descheduler-operator/openshift-cluster-kube-descheduler-operator-release-4.4-postsubmits.yaml index 8031a98b90d1..1797cccff5e1 100644 --- a/ci-operator/jobs/openshift/cluster-kube-descheduler-operator/openshift-cluster-kube-descheduler-operator-release-4.4-postsubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-kube-descheduler-operator/openshift-cluster-kube-descheduler-operator-release-4.4-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-cluster-kube-descheduler-operator-release-4.4-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/cluster-kube-descheduler-operator/openshift-cluster-kube-descheduler-operator-release-4.4-presubmits.yaml b/ci-operator/jobs/openshift/cluster-kube-descheduler-operator/openshift-cluster-kube-descheduler-operator-release-4.4-presubmits.yaml index 7c47b5c826dd..d681778375fc 100644 --- a/ci-operator/jobs/openshift/cluster-kube-descheduler-operator/openshift-cluster-kube-descheduler-operator-release-4.4-presubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-kube-descheduler-operator/openshift-cluster-kube-descheduler-operator-release-4.4-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-operator-cluster-profile - --target=e2e-aws-operator - --template=/usr/local/e2e-aws-operator @@ -57,6 +55,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -82,6 +83,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-operator,?($|\s.*) - agent: kubernetes always_run: true @@ -100,10 +104,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -121,6 +125,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -132,6 +139,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -150,10 +160,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -170,6 +180,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -181,6 +194,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -199,10 +215,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -219,6 +235,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -230,4 +249,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) diff --git a/ci-operator/jobs/openshift/cluster-kube-descheduler-operator/openshift-cluster-kube-descheduler-operator-release-4.5-postsubmits.yaml b/ci-operator/jobs/openshift/cluster-kube-descheduler-operator/openshift-cluster-kube-descheduler-operator-release-4.5-postsubmits.yaml index 6d3c8699e826..eed5faea2525 100644 --- a/ci-operator/jobs/openshift/cluster-kube-descheduler-operator/openshift-cluster-kube-descheduler-operator-release-4.5-postsubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-kube-descheduler-operator/openshift-cluster-kube-descheduler-operator-release-4.5-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-cluster-kube-descheduler-operator-release-4.5-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/cluster-kube-descheduler-operator/openshift-cluster-kube-descheduler-operator-release-4.5-presubmits.yaml b/ci-operator/jobs/openshift/cluster-kube-descheduler-operator/openshift-cluster-kube-descheduler-operator-release-4.5-presubmits.yaml index 23a31b5078b4..798864b8dfef 100644 --- a/ci-operator/jobs/openshift/cluster-kube-descheduler-operator/openshift-cluster-kube-descheduler-operator-release-4.5-presubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-kube-descheduler-operator/openshift-cluster-kube-descheduler-operator-release-4.5-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-operator-cluster-profile - --target=e2e-aws-operator - --template=/usr/local/e2e-aws-operator @@ -57,6 +55,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -82,6 +83,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-operator,?($|\s.*) - agent: kubernetes always_run: true @@ -100,10 +104,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -120,6 +124,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -131,6 +138,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -149,10 +159,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -169,6 +179,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -180,6 +193,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -198,10 +214,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -218,6 +234,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -229,4 +248,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) diff --git a/ci-operator/jobs/openshift/cluster-kube-descheduler-operator/openshift-cluster-kube-descheduler-operator-release-4.6-postsubmits.yaml b/ci-operator/jobs/openshift/cluster-kube-descheduler-operator/openshift-cluster-kube-descheduler-operator-release-4.6-postsubmits.yaml index 60f62368fbcb..356c8c02ad26 100644 --- a/ci-operator/jobs/openshift/cluster-kube-descheduler-operator/openshift-cluster-kube-descheduler-operator-release-4.6-postsubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-kube-descheduler-operator/openshift-cluster-kube-descheduler-operator-release-4.6-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-cluster-kube-descheduler-operator-release-4.6-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/cluster-kube-descheduler-operator/openshift-cluster-kube-descheduler-operator-release-4.6-presubmits.yaml b/ci-operator/jobs/openshift/cluster-kube-descheduler-operator/openshift-cluster-kube-descheduler-operator-release-4.6-presubmits.yaml index f65926146166..23d9eeac842f 100644 --- a/ci-operator/jobs/openshift/cluster-kube-descheduler-operator/openshift-cluster-kube-descheduler-operator-release-4.6-presubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-kube-descheduler-operator/openshift-cluster-kube-descheduler-operator-release-4.6-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-operator-cluster-profile - --target=e2e-aws-operator - --template=/usr/local/e2e-aws-operator @@ -57,6 +55,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -82,6 +83,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-operator,?($|\s.*) - agent: kubernetes always_run: true @@ -100,10 +104,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -121,6 +125,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -132,6 +139,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -150,10 +160,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -170,6 +180,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -181,6 +194,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -199,10 +215,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -219,6 +235,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -230,4 +249,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) diff --git a/ci-operator/jobs/openshift/cluster-kube-descheduler-operator/openshift-cluster-kube-descheduler-operator-release-4.7-postsubmits.yaml b/ci-operator/jobs/openshift/cluster-kube-descheduler-operator/openshift-cluster-kube-descheduler-operator-release-4.7-postsubmits.yaml index af3b76eee858..39f76aefce2c 100644 --- a/ci-operator/jobs/openshift/cluster-kube-descheduler-operator/openshift-cluster-kube-descheduler-operator-release-4.7-postsubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-kube-descheduler-operator/openshift-cluster-kube-descheduler-operator-release-4.7-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-cluster-kube-descheduler-operator-release-4.7-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/cluster-kube-descheduler-operator/openshift-cluster-kube-descheduler-operator-release-4.7-presubmits.yaml b/ci-operator/jobs/openshift/cluster-kube-descheduler-operator/openshift-cluster-kube-descheduler-operator-release-4.7-presubmits.yaml index 45c21c69ab00..fdba4e2ecd98 100644 --- a/ci-operator/jobs/openshift/cluster-kube-descheduler-operator/openshift-cluster-kube-descheduler-operator-release-4.7-presubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-kube-descheduler-operator/openshift-cluster-kube-descheduler-operator-release-4.7-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-operator-cluster-profile - --target=e2e-aws-operator - --template=/usr/local/e2e-aws-operator @@ -57,6 +55,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -82,6 +83,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-operator,?($|\s.*) - agent: kubernetes always_run: true @@ -100,10 +104,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -121,6 +125,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -132,6 +139,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -150,10 +160,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -170,6 +180,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -181,6 +194,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -199,10 +215,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -219,6 +235,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -230,4 +249,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) diff --git a/ci-operator/jobs/openshift/cluster-kube-scheduler-operator/openshift-cluster-kube-scheduler-operator-master-postsubmits.yaml b/ci-operator/jobs/openshift/cluster-kube-scheduler-operator/openshift-cluster-kube-scheduler-operator-master-postsubmits.yaml index 099e570c6a80..9de7d2162285 100644 --- a/ci-operator/jobs/openshift/cluster-kube-scheduler-operator/openshift-cluster-kube-scheduler-operator-master-postsubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-kube-scheduler-operator/openshift-cluster-kube-scheduler-operator-master-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-cluster-kube-scheduler-operator-master-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/cluster-kube-scheduler-operator/openshift-cluster-kube-scheduler-operator-master-presubmits.yaml b/ci-operator/jobs/openshift/cluster-kube-scheduler-operator/openshift-cluster-kube-scheduler-operator-master-presubmits.yaml index 606e56796df0..2c3dac427392 100644 --- a/ci-operator/jobs/openshift/cluster-kube-scheduler-operator/openshift-cluster-kube-scheduler-operator-master-presubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-kube-scheduler-operator/openshift-cluster-kube-scheduler-operator-master-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -46,6 +44,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -68,6 +69,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -86,13 +90,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-operator-cluster-profile - --target=e2e-aws-operator - --template=/usr/local/e2e-aws-operator @@ -126,6 +128,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -151,6 +156,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-operator,?($|\s.*) - agent: kubernetes always_run: true @@ -169,13 +177,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-serial-cluster-profile - --target=e2e-aws-serial - --template=/usr/local/e2e-aws-serial @@ -209,6 +215,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -234,6 +243,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-serial,?($|\s.*) - agent: kubernetes always_run: true @@ -252,13 +264,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -281,6 +291,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -303,6 +316,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -321,10 +337,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -342,6 +358,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -353,6 +372,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -371,10 +393,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -391,6 +413,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -402,6 +427,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -420,10 +448,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -440,6 +468,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -451,6 +482,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) - agent: kubernetes always_run: true @@ -469,10 +503,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify-deps command: - ci-operator @@ -489,6 +523,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -500,4 +537,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify-deps,?($|\s.*) diff --git a/ci-operator/jobs/openshift/cluster-kube-scheduler-operator/openshift-cluster-kube-scheduler-operator-release-4.1-postsubmits.yaml b/ci-operator/jobs/openshift/cluster-kube-scheduler-operator/openshift-cluster-kube-scheduler-operator-release-4.1-postsubmits.yaml index f8ca410fc848..bb7b5090fe0a 100644 --- a/ci-operator/jobs/openshift/cluster-kube-scheduler-operator/openshift-cluster-kube-scheduler-operator-release-4.1-postsubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-kube-scheduler-operator/openshift-cluster-kube-scheduler-operator-release-4.1-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-cluster-kube-scheduler-operator-release-4.1-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/cluster-kube-scheduler-operator/openshift-cluster-kube-scheduler-operator-release-4.1-presubmits.yaml b/ci-operator/jobs/openshift/cluster-kube-scheduler-operator/openshift-cluster-kube-scheduler-operator-release-4.1-presubmits.yaml index 31c244b38967..29df63a09697 100644 --- a/ci-operator/jobs/openshift/cluster-kube-scheduler-operator/openshift-cluster-kube-scheduler-operator-release-4.1-presubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-kube-scheduler-operator/openshift-cluster-kube-scheduler-operator-release-4.1-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -46,6 +44,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -68,6 +69,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -86,13 +90,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-operator-cluster-profile - --target=e2e-aws-operator - --template=/usr/local/e2e-aws-operator @@ -126,6 +128,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -151,6 +156,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-operator,?($|\s.*) - agent: kubernetes always_run: true @@ -169,13 +177,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-serial-cluster-profile - --target=e2e-aws-serial - --template=/usr/local/e2e-aws-serial @@ -209,6 +215,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -234,6 +243,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-serial,?($|\s.*) - agent: kubernetes always_run: true @@ -252,13 +264,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -281,6 +291,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -303,6 +316,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -321,10 +337,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -342,6 +358,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -353,6 +372,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -371,10 +393,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -391,6 +413,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -402,6 +427,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -420,10 +448,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -440,6 +468,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -451,6 +482,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) - agent: kubernetes always_run: true @@ -470,10 +504,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify-deps command: - ci-operator @@ -490,6 +524,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -501,4 +538,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify-deps,?($|\s.*) diff --git a/ci-operator/jobs/openshift/cluster-kube-scheduler-operator/openshift-cluster-kube-scheduler-operator-release-4.2-postsubmits.yaml b/ci-operator/jobs/openshift/cluster-kube-scheduler-operator/openshift-cluster-kube-scheduler-operator-release-4.2-postsubmits.yaml index ab3b49907d36..a0bdb685022e 100644 --- a/ci-operator/jobs/openshift/cluster-kube-scheduler-operator/openshift-cluster-kube-scheduler-operator-release-4.2-postsubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-kube-scheduler-operator/openshift-cluster-kube-scheduler-operator-release-4.2-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-cluster-kube-scheduler-operator-release-4.2-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/cluster-kube-scheduler-operator/openshift-cluster-kube-scheduler-operator-release-4.2-presubmits.yaml b/ci-operator/jobs/openshift/cluster-kube-scheduler-operator/openshift-cluster-kube-scheduler-operator-release-4.2-presubmits.yaml index 80560006e6f5..587b9b85f744 100644 --- a/ci-operator/jobs/openshift/cluster-kube-scheduler-operator/openshift-cluster-kube-scheduler-operator-release-4.2-presubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-kube-scheduler-operator/openshift-cluster-kube-scheduler-operator-release-4.2-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -46,6 +44,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -68,6 +69,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -86,13 +90,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-operator-cluster-profile - --target=e2e-aws-operator - --template=/usr/local/e2e-aws-operator @@ -126,6 +128,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -151,6 +156,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-operator,?($|\s.*) - agent: kubernetes always_run: true @@ -169,13 +177,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-serial-cluster-profile - --target=e2e-aws-serial - --template=/usr/local/e2e-aws-serial @@ -209,6 +215,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -234,6 +243,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-serial,?($|\s.*) - agent: kubernetes always_run: true @@ -252,13 +264,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -281,6 +291,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -303,6 +316,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -321,10 +337,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -342,6 +358,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -353,6 +372,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -371,10 +393,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -391,6 +413,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -402,6 +427,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -420,10 +448,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -440,6 +468,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -451,6 +482,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) - agent: kubernetes always_run: true @@ -470,10 +504,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify-deps command: - ci-operator @@ -490,6 +524,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -501,4 +538,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify-deps,?($|\s.*) diff --git a/ci-operator/jobs/openshift/cluster-kube-scheduler-operator/openshift-cluster-kube-scheduler-operator-release-4.3-postsubmits.yaml b/ci-operator/jobs/openshift/cluster-kube-scheduler-operator/openshift-cluster-kube-scheduler-operator-release-4.3-postsubmits.yaml index 555310ffbc8d..95905da3eb2b 100644 --- a/ci-operator/jobs/openshift/cluster-kube-scheduler-operator/openshift-cluster-kube-scheduler-operator-release-4.3-postsubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-kube-scheduler-operator/openshift-cluster-kube-scheduler-operator-release-4.3-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-cluster-kube-scheduler-operator-release-4.3-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/cluster-kube-scheduler-operator/openshift-cluster-kube-scheduler-operator-release-4.3-presubmits.yaml b/ci-operator/jobs/openshift/cluster-kube-scheduler-operator/openshift-cluster-kube-scheduler-operator-release-4.3-presubmits.yaml index 8a414a43ae6f..66610242af96 100644 --- a/ci-operator/jobs/openshift/cluster-kube-scheduler-operator/openshift-cluster-kube-scheduler-operator-release-4.3-presubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-kube-scheduler-operator/openshift-cluster-kube-scheduler-operator-release-4.3-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -46,6 +44,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -68,6 +69,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -86,13 +90,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-operator-cluster-profile - --target=e2e-aws-operator - --template=/usr/local/e2e-aws-operator @@ -126,6 +128,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -151,6 +156,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-operator,?($|\s.*) - agent: kubernetes always_run: true @@ -169,13 +177,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-serial-cluster-profile - --target=e2e-aws-serial - --template=/usr/local/e2e-aws-serial @@ -209,6 +215,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -234,6 +243,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-serial,?($|\s.*) - agent: kubernetes always_run: true @@ -252,13 +264,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -281,6 +291,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -303,6 +316,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -321,10 +337,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -342,6 +358,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -353,6 +372,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -371,10 +393,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -391,6 +413,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -402,6 +427,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -420,10 +448,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -440,6 +468,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -451,4 +482,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) diff --git a/ci-operator/jobs/openshift/cluster-kube-scheduler-operator/openshift-cluster-kube-scheduler-operator-release-4.4-postsubmits.yaml b/ci-operator/jobs/openshift/cluster-kube-scheduler-operator/openshift-cluster-kube-scheduler-operator-release-4.4-postsubmits.yaml index 1557c716b082..229a9f29b5a7 100644 --- a/ci-operator/jobs/openshift/cluster-kube-scheduler-operator/openshift-cluster-kube-scheduler-operator-release-4.4-postsubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-kube-scheduler-operator/openshift-cluster-kube-scheduler-operator-release-4.4-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-cluster-kube-scheduler-operator-release-4.4-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/cluster-kube-scheduler-operator/openshift-cluster-kube-scheduler-operator-release-4.4-presubmits.yaml b/ci-operator/jobs/openshift/cluster-kube-scheduler-operator/openshift-cluster-kube-scheduler-operator-release-4.4-presubmits.yaml index d3c2685ca2b7..3ecbf33e2176 100644 --- a/ci-operator/jobs/openshift/cluster-kube-scheduler-operator/openshift-cluster-kube-scheduler-operator-release-4.4-presubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-kube-scheduler-operator/openshift-cluster-kube-scheduler-operator-release-4.4-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -46,6 +44,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -68,6 +69,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -86,13 +90,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-operator-cluster-profile - --target=e2e-aws-operator - --template=/usr/local/e2e-aws-operator @@ -126,6 +128,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -151,6 +156,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-operator,?($|\s.*) - agent: kubernetes always_run: true @@ -169,13 +177,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-serial-cluster-profile - --target=e2e-aws-serial - --template=/usr/local/e2e-aws-serial @@ -209,6 +215,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -234,6 +243,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-serial,?($|\s.*) - agent: kubernetes always_run: true @@ -252,13 +264,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -281,6 +291,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -303,6 +316,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -321,10 +337,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -342,6 +358,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -353,6 +372,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -371,10 +393,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -391,6 +413,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -402,6 +427,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -420,10 +448,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -440,6 +468,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -451,6 +482,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) - agent: kubernetes always_run: true @@ -469,10 +503,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify-deps command: - ci-operator @@ -489,6 +523,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -500,4 +537,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify-deps,?($|\s.*) diff --git a/ci-operator/jobs/openshift/cluster-kube-scheduler-operator/openshift-cluster-kube-scheduler-operator-release-4.5-postsubmits.yaml b/ci-operator/jobs/openshift/cluster-kube-scheduler-operator/openshift-cluster-kube-scheduler-operator-release-4.5-postsubmits.yaml index 0f8a1409ccdd..3b66a31f1dc5 100644 --- a/ci-operator/jobs/openshift/cluster-kube-scheduler-operator/openshift-cluster-kube-scheduler-operator-release-4.5-postsubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-kube-scheduler-operator/openshift-cluster-kube-scheduler-operator-release-4.5-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-cluster-kube-scheduler-operator-release-4.5-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/cluster-kube-scheduler-operator/openshift-cluster-kube-scheduler-operator-release-4.5-presubmits.yaml b/ci-operator/jobs/openshift/cluster-kube-scheduler-operator/openshift-cluster-kube-scheduler-operator-release-4.5-presubmits.yaml index 8968e616062b..788a5778f697 100644 --- a/ci-operator/jobs/openshift/cluster-kube-scheduler-operator/openshift-cluster-kube-scheduler-operator-release-4.5-presubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-kube-scheduler-operator/openshift-cluster-kube-scheduler-operator-release-4.5-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -46,6 +44,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -68,6 +69,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -86,13 +90,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-operator-cluster-profile - --target=e2e-aws-operator - --template=/usr/local/e2e-aws-operator @@ -126,6 +128,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -151,6 +156,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-operator,?($|\s.*) - agent: kubernetes always_run: true @@ -169,13 +177,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-serial-cluster-profile - --target=e2e-aws-serial - --template=/usr/local/e2e-aws-serial @@ -209,6 +215,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -234,6 +243,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-serial,?($|\s.*) - agent: kubernetes always_run: true @@ -252,13 +264,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -281,6 +291,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -303,6 +316,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -321,10 +337,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -341,6 +357,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -352,6 +371,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -370,10 +392,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -390,6 +412,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -401,6 +426,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -419,10 +447,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -439,6 +467,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -450,6 +481,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) - agent: kubernetes always_run: true @@ -468,10 +502,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify-deps command: - ci-operator @@ -488,6 +522,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -499,4 +536,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify-deps,?($|\s.*) diff --git a/ci-operator/jobs/openshift/cluster-kube-scheduler-operator/openshift-cluster-kube-scheduler-operator-release-4.6-postsubmits.yaml b/ci-operator/jobs/openshift/cluster-kube-scheduler-operator/openshift-cluster-kube-scheduler-operator-release-4.6-postsubmits.yaml index a433c2ef5a66..aa44a7be8b49 100644 --- a/ci-operator/jobs/openshift/cluster-kube-scheduler-operator/openshift-cluster-kube-scheduler-operator-release-4.6-postsubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-kube-scheduler-operator/openshift-cluster-kube-scheduler-operator-release-4.6-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-cluster-kube-scheduler-operator-release-4.6-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/cluster-kube-scheduler-operator/openshift-cluster-kube-scheduler-operator-release-4.6-presubmits.yaml b/ci-operator/jobs/openshift/cluster-kube-scheduler-operator/openshift-cluster-kube-scheduler-operator-release-4.6-presubmits.yaml index 7300b8b80982..03e226d8a62e 100644 --- a/ci-operator/jobs/openshift/cluster-kube-scheduler-operator/openshift-cluster-kube-scheduler-operator-release-4.6-presubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-kube-scheduler-operator/openshift-cluster-kube-scheduler-operator-release-4.6-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -46,6 +44,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -68,6 +69,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -86,13 +90,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-operator-cluster-profile - --target=e2e-aws-operator - --template=/usr/local/e2e-aws-operator @@ -126,6 +128,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -151,6 +156,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-operator,?($|\s.*) - agent: kubernetes always_run: true @@ -169,13 +177,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-serial-cluster-profile - --target=e2e-aws-serial - --template=/usr/local/e2e-aws-serial @@ -209,6 +215,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -234,6 +243,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-serial,?($|\s.*) - agent: kubernetes always_run: true @@ -252,13 +264,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -281,6 +291,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -303,6 +316,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -321,10 +337,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -342,6 +358,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -353,6 +372,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -371,10 +393,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -391,6 +413,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -402,6 +427,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -420,10 +448,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -440,6 +468,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -451,6 +482,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) - agent: kubernetes always_run: true @@ -469,10 +503,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify-deps command: - ci-operator @@ -489,6 +523,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -500,4 +537,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify-deps,?($|\s.*) diff --git a/ci-operator/jobs/openshift/cluster-kube-scheduler-operator/openshift-cluster-kube-scheduler-operator-release-4.7-postsubmits.yaml b/ci-operator/jobs/openshift/cluster-kube-scheduler-operator/openshift-cluster-kube-scheduler-operator-release-4.7-postsubmits.yaml index 5a94188a112b..a6073a975aff 100644 --- a/ci-operator/jobs/openshift/cluster-kube-scheduler-operator/openshift-cluster-kube-scheduler-operator-release-4.7-postsubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-kube-scheduler-operator/openshift-cluster-kube-scheduler-operator-release-4.7-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-cluster-kube-scheduler-operator-release-4.7-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/cluster-kube-scheduler-operator/openshift-cluster-kube-scheduler-operator-release-4.7-presubmits.yaml b/ci-operator/jobs/openshift/cluster-kube-scheduler-operator/openshift-cluster-kube-scheduler-operator-release-4.7-presubmits.yaml index 38c49aeba5e9..eabf74afe940 100644 --- a/ci-operator/jobs/openshift/cluster-kube-scheduler-operator/openshift-cluster-kube-scheduler-operator-release-4.7-presubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-kube-scheduler-operator/openshift-cluster-kube-scheduler-operator-release-4.7-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -46,6 +44,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -68,6 +69,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -86,13 +90,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-operator-cluster-profile - --target=e2e-aws-operator - --template=/usr/local/e2e-aws-operator @@ -126,6 +128,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -151,6 +156,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-operator,?($|\s.*) - agent: kubernetes always_run: true @@ -169,13 +177,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-serial-cluster-profile - --target=e2e-aws-serial - --template=/usr/local/e2e-aws-serial @@ -209,6 +215,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -234,6 +243,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-serial,?($|\s.*) - agent: kubernetes always_run: true @@ -252,13 +264,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -281,6 +291,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -303,6 +316,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -321,10 +337,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -342,6 +358,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -353,6 +372,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -371,10 +393,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -391,6 +413,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -402,6 +427,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -420,10 +448,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -440,6 +468,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -451,6 +482,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) - agent: kubernetes always_run: true @@ -469,10 +503,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify-deps command: - ci-operator @@ -489,6 +523,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -500,4 +537,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify-deps,?($|\s.*) diff --git a/ci-operator/jobs/openshift/cluster-kube-storage-version-migrator-operator/openshift-cluster-kube-storage-version-migrator-operator-master-postsubmits.yaml b/ci-operator/jobs/openshift/cluster-kube-storage-version-migrator-operator/openshift-cluster-kube-storage-version-migrator-operator-master-postsubmits.yaml index b28ab7f45d33..fa9e37f56fab 100644 --- a/ci-operator/jobs/openshift/cluster-kube-storage-version-migrator-operator/openshift-cluster-kube-storage-version-migrator-operator-master-postsubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-kube-storage-version-migrator-operator/openshift-cluster-kube-storage-version-migrator-operator-master-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-cluster-kube-storage-version-migrator-operator-master-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/cluster-kube-storage-version-migrator-operator/openshift-cluster-kube-storage-version-migrator-operator-master-presubmits.yaml b/ci-operator/jobs/openshift/cluster-kube-storage-version-migrator-operator/openshift-cluster-kube-storage-version-migrator-operator-master-presubmits.yaml index b5e6aea90eba..e2ce5afcd0a1 100644 --- a/ci-operator/jobs/openshift/cluster-kube-storage-version-migrator-operator/openshift-cluster-kube-storage-version-migrator-operator-master-presubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-kube-storage-version-migrator-operator/openshift-cluster-kube-storage-version-migrator-operator-master-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -46,6 +44,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -68,6 +69,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -86,13 +90,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-operator-cluster-profile - --target=e2e-aws-operator - --template=/usr/local/e2e-aws-operator @@ -128,6 +130,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -153,6 +158,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-operator,?($|\s.*) - agent: kubernetes always_run: true @@ -171,10 +179,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -192,6 +200,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -203,6 +214,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -221,10 +235,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -241,6 +255,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -252,6 +269,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -270,10 +290,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -290,6 +310,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -301,6 +324,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) - agent: kubernetes always_run: true @@ -319,10 +345,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify-deps command: - ci-operator @@ -339,6 +365,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -350,4 +379,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify-deps,?($|\s.*) diff --git a/ci-operator/jobs/openshift/cluster-kube-storage-version-migrator-operator/openshift-cluster-kube-storage-version-migrator-operator-release-4.3-postsubmits.yaml b/ci-operator/jobs/openshift/cluster-kube-storage-version-migrator-operator/openshift-cluster-kube-storage-version-migrator-operator-release-4.3-postsubmits.yaml index becfb7b04aa0..43cac88144e7 100644 --- a/ci-operator/jobs/openshift/cluster-kube-storage-version-migrator-operator/openshift-cluster-kube-storage-version-migrator-operator-release-4.3-postsubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-kube-storage-version-migrator-operator/openshift-cluster-kube-storage-version-migrator-operator-release-4.3-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-cluster-kube-storage-version-migrator-operator-release-4.3-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/cluster-kube-storage-version-migrator-operator/openshift-cluster-kube-storage-version-migrator-operator-release-4.3-presubmits.yaml b/ci-operator/jobs/openshift/cluster-kube-storage-version-migrator-operator/openshift-cluster-kube-storage-version-migrator-operator-release-4.3-presubmits.yaml index a4e87249ea71..e6c94c481d55 100644 --- a/ci-operator/jobs/openshift/cluster-kube-storage-version-migrator-operator/openshift-cluster-kube-storage-version-migrator-operator-release-4.3-presubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-kube-storage-version-migrator-operator/openshift-cluster-kube-storage-version-migrator-operator-release-4.3-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -46,6 +44,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -68,6 +69,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -86,10 +90,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -107,6 +111,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -118,6 +125,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -136,10 +146,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -156,6 +166,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -167,6 +180,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -185,10 +201,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -205,6 +221,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -216,4 +235,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) diff --git a/ci-operator/jobs/openshift/cluster-kube-storage-version-migrator-operator/openshift-cluster-kube-storage-version-migrator-operator-release-4.4-postsubmits.yaml b/ci-operator/jobs/openshift/cluster-kube-storage-version-migrator-operator/openshift-cluster-kube-storage-version-migrator-operator-release-4.4-postsubmits.yaml index 2b41d76354c6..99b99b419bb5 100644 --- a/ci-operator/jobs/openshift/cluster-kube-storage-version-migrator-operator/openshift-cluster-kube-storage-version-migrator-operator-release-4.4-postsubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-kube-storage-version-migrator-operator/openshift-cluster-kube-storage-version-migrator-operator-release-4.4-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-cluster-kube-storage-version-migrator-operator-release-4.4-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/cluster-kube-storage-version-migrator-operator/openshift-cluster-kube-storage-version-migrator-operator-release-4.4-presubmits.yaml b/ci-operator/jobs/openshift/cluster-kube-storage-version-migrator-operator/openshift-cluster-kube-storage-version-migrator-operator-release-4.4-presubmits.yaml index ca8c7656d878..141112fdf56a 100644 --- a/ci-operator/jobs/openshift/cluster-kube-storage-version-migrator-operator/openshift-cluster-kube-storage-version-migrator-operator-release-4.4-presubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-kube-storage-version-migrator-operator/openshift-cluster-kube-storage-version-migrator-operator-release-4.4-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -46,6 +44,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -68,6 +69,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -86,13 +90,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-operator-cluster-profile - --target=e2e-aws-operator - --template=/usr/local/e2e-aws-operator @@ -128,6 +130,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -153,6 +158,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-operator,?($|\s.*) - agent: kubernetes always_run: true @@ -171,10 +179,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -192,6 +200,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -203,6 +214,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -221,10 +235,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -241,6 +255,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -252,6 +269,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -270,10 +290,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -290,6 +310,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -301,6 +324,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) - agent: kubernetes always_run: true @@ -319,10 +345,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify-deps command: - ci-operator @@ -339,6 +365,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -350,4 +379,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify-deps,?($|\s.*) diff --git a/ci-operator/jobs/openshift/cluster-kube-storage-version-migrator-operator/openshift-cluster-kube-storage-version-migrator-operator-release-4.5-postsubmits.yaml b/ci-operator/jobs/openshift/cluster-kube-storage-version-migrator-operator/openshift-cluster-kube-storage-version-migrator-operator-release-4.5-postsubmits.yaml index 05d049185d8e..85eb1425f29b 100644 --- a/ci-operator/jobs/openshift/cluster-kube-storage-version-migrator-operator/openshift-cluster-kube-storage-version-migrator-operator-release-4.5-postsubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-kube-storage-version-migrator-operator/openshift-cluster-kube-storage-version-migrator-operator-release-4.5-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-cluster-kube-storage-version-migrator-operator-release-4.5-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/cluster-kube-storage-version-migrator-operator/openshift-cluster-kube-storage-version-migrator-operator-release-4.5-presubmits.yaml b/ci-operator/jobs/openshift/cluster-kube-storage-version-migrator-operator/openshift-cluster-kube-storage-version-migrator-operator-release-4.5-presubmits.yaml index 3e232971c3b6..24461099b454 100644 --- a/ci-operator/jobs/openshift/cluster-kube-storage-version-migrator-operator/openshift-cluster-kube-storage-version-migrator-operator-release-4.5-presubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-kube-storage-version-migrator-operator/openshift-cluster-kube-storage-version-migrator-operator-release-4.5-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -46,6 +44,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -68,6 +69,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -86,13 +90,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-operator-cluster-profile - --target=e2e-aws-operator - --template=/usr/local/e2e-aws-operator @@ -128,6 +130,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -153,6 +158,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-operator,?($|\s.*) - agent: kubernetes always_run: true @@ -171,10 +179,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -191,6 +199,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -202,6 +213,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -220,10 +234,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -240,6 +254,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -251,6 +268,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -269,10 +289,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -289,6 +309,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -300,6 +323,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) - agent: kubernetes always_run: true @@ -318,10 +344,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify-deps command: - ci-operator @@ -338,6 +364,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -349,4 +378,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify-deps,?($|\s.*) diff --git a/ci-operator/jobs/openshift/cluster-kube-storage-version-migrator-operator/openshift-cluster-kube-storage-version-migrator-operator-release-4.6-postsubmits.yaml b/ci-operator/jobs/openshift/cluster-kube-storage-version-migrator-operator/openshift-cluster-kube-storage-version-migrator-operator-release-4.6-postsubmits.yaml index fae63f849449..c69add4d4bea 100644 --- a/ci-operator/jobs/openshift/cluster-kube-storage-version-migrator-operator/openshift-cluster-kube-storage-version-migrator-operator-release-4.6-postsubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-kube-storage-version-migrator-operator/openshift-cluster-kube-storage-version-migrator-operator-release-4.6-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-cluster-kube-storage-version-migrator-operator-release-4.6-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/cluster-kube-storage-version-migrator-operator/openshift-cluster-kube-storage-version-migrator-operator-release-4.6-presubmits.yaml b/ci-operator/jobs/openshift/cluster-kube-storage-version-migrator-operator/openshift-cluster-kube-storage-version-migrator-operator-release-4.6-presubmits.yaml index 6cefa9ce519d..972c35a59bdf 100644 --- a/ci-operator/jobs/openshift/cluster-kube-storage-version-migrator-operator/openshift-cluster-kube-storage-version-migrator-operator-release-4.6-presubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-kube-storage-version-migrator-operator/openshift-cluster-kube-storage-version-migrator-operator-release-4.6-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -46,6 +44,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -68,6 +69,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -86,13 +90,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-operator-cluster-profile - --target=e2e-aws-operator - --template=/usr/local/e2e-aws-operator @@ -128,6 +130,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -153,6 +158,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-operator,?($|\s.*) - agent: kubernetes always_run: true @@ -171,10 +179,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -192,6 +200,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -203,6 +214,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -221,10 +235,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -241,6 +255,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -252,6 +269,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -270,10 +290,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -290,6 +310,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -301,6 +324,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) - agent: kubernetes always_run: true @@ -319,10 +345,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify-deps command: - ci-operator @@ -339,6 +365,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -350,4 +379,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify-deps,?($|\s.*) diff --git a/ci-operator/jobs/openshift/cluster-kube-storage-version-migrator-operator/openshift-cluster-kube-storage-version-migrator-operator-release-4.7-postsubmits.yaml b/ci-operator/jobs/openshift/cluster-kube-storage-version-migrator-operator/openshift-cluster-kube-storage-version-migrator-operator-release-4.7-postsubmits.yaml index 4f19e1a92e5b..5d8095de7403 100644 --- a/ci-operator/jobs/openshift/cluster-kube-storage-version-migrator-operator/openshift-cluster-kube-storage-version-migrator-operator-release-4.7-postsubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-kube-storage-version-migrator-operator/openshift-cluster-kube-storage-version-migrator-operator-release-4.7-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-cluster-kube-storage-version-migrator-operator-release-4.7-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/cluster-kube-storage-version-migrator-operator/openshift-cluster-kube-storage-version-migrator-operator-release-4.7-presubmits.yaml b/ci-operator/jobs/openshift/cluster-kube-storage-version-migrator-operator/openshift-cluster-kube-storage-version-migrator-operator-release-4.7-presubmits.yaml index a45cf92e3bf3..bb2e545c341a 100644 --- a/ci-operator/jobs/openshift/cluster-kube-storage-version-migrator-operator/openshift-cluster-kube-storage-version-migrator-operator-release-4.7-presubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-kube-storage-version-migrator-operator/openshift-cluster-kube-storage-version-migrator-operator-release-4.7-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -46,6 +44,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -68,6 +69,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -86,13 +90,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-operator-cluster-profile - --target=e2e-aws-operator - --template=/usr/local/e2e-aws-operator @@ -128,6 +130,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -153,6 +158,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-operator,?($|\s.*) - agent: kubernetes always_run: true @@ -171,10 +179,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -192,6 +200,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -203,6 +214,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -221,10 +235,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -241,6 +255,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -252,6 +269,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -270,10 +290,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -290,6 +310,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -301,6 +324,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) - agent: kubernetes always_run: true @@ -319,10 +345,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify-deps command: - ci-operator @@ -339,6 +365,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -350,4 +379,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify-deps,?($|\s.*) diff --git a/ci-operator/jobs/openshift/cluster-logging-operator/openshift-cluster-logging-operator-feature-es6x-postsubmits.yaml b/ci-operator/jobs/openshift/cluster-logging-operator/openshift-cluster-logging-operator-feature-es6x-postsubmits.yaml index 4cc7f8c4091d..c4e7c809f1ca 100644 --- a/ci-operator/jobs/openshift/cluster-logging-operator/openshift-cluster-logging-operator-feature-es6x-postsubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-logging-operator/openshift-cluster-logging-operator-feature-es6x-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-cluster-logging-operator-feature-es6x-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/cluster-logging-operator/openshift-cluster-logging-operator-feature-es6x-presubmits.yaml b/ci-operator/jobs/openshift/cluster-logging-operator/openshift-cluster-logging-operator-feature-es6x-presubmits.yaml index fa46996e3fb4..724844f661b4 100644 --- a/ci-operator/jobs/openshift/cluster-logging-operator/openshift-cluster-logging-operator-feature-es6x-presubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-logging-operator/openshift-cluster-logging-operator-feature-es6x-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-operator-cluster-profile - --target=e2e-operator - --template=/usr/local/e2e-operator @@ -57,6 +55,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -82,6 +83,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-operator,?($|\s.*) - agent: kubernetes always_run: true @@ -100,10 +104,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -121,6 +125,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -132,6 +139,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -150,10 +160,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -170,6 +180,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -181,4 +194,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift/cluster-logging-operator/openshift-cluster-logging-operator-master-postsubmits.yaml b/ci-operator/jobs/openshift/cluster-logging-operator/openshift-cluster-logging-operator-master-postsubmits.yaml index f0067a98a7b9..212d6f739f36 100644 --- a/ci-operator/jobs/openshift/cluster-logging-operator/openshift-cluster-logging-operator-master-postsubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-logging-operator/openshift-cluster-logging-operator-master-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-cluster-logging-operator-master-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/cluster-logging-operator/openshift-cluster-logging-operator-master-presubmits.yaml b/ci-operator/jobs/openshift/cluster-logging-operator/openshift-cluster-logging-operator-master-presubmits.yaml index 13a522e4a864..3088a2e4a955 100644 --- a/ci-operator/jobs/openshift/cluster-logging-operator/openshift-cluster-logging-operator-master-presubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-logging-operator/openshift-cluster-logging-operator-master-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-operator-cluster-profile - --target=e2e-operator - --template=/usr/local/e2e-operator @@ -60,6 +58,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -85,6 +86,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-operator,?($|\s.*) - agent: kubernetes always_run: true @@ -103,10 +107,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -124,6 +128,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -135,6 +142,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -153,10 +163,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -173,6 +183,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -184,4 +197,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift/cluster-logging-operator/openshift-cluster-logging-operator-release-4.1-postsubmits.yaml b/ci-operator/jobs/openshift/cluster-logging-operator/openshift-cluster-logging-operator-release-4.1-postsubmits.yaml index 9ec34c502210..3dfe023befc9 100644 --- a/ci-operator/jobs/openshift/cluster-logging-operator/openshift-cluster-logging-operator-release-4.1-postsubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-logging-operator/openshift-cluster-logging-operator-release-4.1-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-cluster-logging-operator-release-4.1-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/cluster-logging-operator/openshift-cluster-logging-operator-release-4.1-presubmits.yaml b/ci-operator/jobs/openshift/cluster-logging-operator/openshift-cluster-logging-operator-release-4.1-presubmits.yaml index da2d649a53a7..54fd291a96cd 100644 --- a/ci-operator/jobs/openshift/cluster-logging-operator/openshift-cluster-logging-operator-release-4.1-presubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-logging-operator/openshift-cluster-logging-operator-release-4.1-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-operator-cluster-profile - --target=e2e-operator - --template=/usr/local/e2e-operator @@ -57,6 +55,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -82,6 +83,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-operator,?($|\s.*) - agent: kubernetes always_run: true @@ -100,10 +104,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -121,6 +125,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -132,6 +139,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -150,10 +160,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -170,6 +180,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -181,4 +194,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift/cluster-logging-operator/openshift-cluster-logging-operator-release-4.2-postsubmits.yaml b/ci-operator/jobs/openshift/cluster-logging-operator/openshift-cluster-logging-operator-release-4.2-postsubmits.yaml index 7cbae6801104..9c4e3cb70ec8 100644 --- a/ci-operator/jobs/openshift/cluster-logging-operator/openshift-cluster-logging-operator-release-4.2-postsubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-logging-operator/openshift-cluster-logging-operator-release-4.2-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-cluster-logging-operator-release-4.2-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/cluster-logging-operator/openshift-cluster-logging-operator-release-4.2-presubmits.yaml b/ci-operator/jobs/openshift/cluster-logging-operator/openshift-cluster-logging-operator-release-4.2-presubmits.yaml index 67f5f7cd8fe2..c1e8ccd6fb35 100644 --- a/ci-operator/jobs/openshift/cluster-logging-operator/openshift-cluster-logging-operator-release-4.2-presubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-logging-operator/openshift-cluster-logging-operator-release-4.2-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-operator-cluster-profile - --target=e2e-operator - --template=/usr/local/e2e-operator @@ -57,6 +55,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -82,6 +83,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-operator,?($|\s.*) - agent: kubernetes always_run: true @@ -100,10 +104,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -121,6 +125,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -132,6 +139,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -150,10 +160,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -170,6 +180,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -181,4 +194,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift/cluster-logging-operator/openshift-cluster-logging-operator-release-4.3-postsubmits.yaml b/ci-operator/jobs/openshift/cluster-logging-operator/openshift-cluster-logging-operator-release-4.3-postsubmits.yaml index bfcbeaa225f2..594a39b89004 100644 --- a/ci-operator/jobs/openshift/cluster-logging-operator/openshift-cluster-logging-operator-release-4.3-postsubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-logging-operator/openshift-cluster-logging-operator-release-4.3-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-cluster-logging-operator-release-4.3-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/cluster-logging-operator/openshift-cluster-logging-operator-release-4.3-presubmits.yaml b/ci-operator/jobs/openshift/cluster-logging-operator/openshift-cluster-logging-operator-release-4.3-presubmits.yaml index fe78373eec8d..ff066081ee9e 100644 --- a/ci-operator/jobs/openshift/cluster-logging-operator/openshift-cluster-logging-operator-release-4.3-presubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-logging-operator/openshift-cluster-logging-operator-release-4.3-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-operator-cluster-profile - --target=e2e-operator - --template=/usr/local/e2e-operator @@ -57,6 +55,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -82,6 +83,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-operator,?($|\s.*) - agent: kubernetes always_run: true @@ -100,10 +104,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -121,6 +125,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -132,6 +139,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -150,10 +160,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -170,6 +180,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -181,4 +194,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift/cluster-logging-operator/openshift-cluster-logging-operator-release-4.4-postsubmits.yaml b/ci-operator/jobs/openshift/cluster-logging-operator/openshift-cluster-logging-operator-release-4.4-postsubmits.yaml index cef16fa8a720..9641b6c5717f 100644 --- a/ci-operator/jobs/openshift/cluster-logging-operator/openshift-cluster-logging-operator-release-4.4-postsubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-logging-operator/openshift-cluster-logging-operator-release-4.4-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-cluster-logging-operator-release-4.4-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/cluster-logging-operator/openshift-cluster-logging-operator-release-4.4-presubmits.yaml b/ci-operator/jobs/openshift/cluster-logging-operator/openshift-cluster-logging-operator-release-4.4-presubmits.yaml index da1d2af0c82c..8b8ebe94e404 100644 --- a/ci-operator/jobs/openshift/cluster-logging-operator/openshift-cluster-logging-operator-release-4.4-presubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-logging-operator/openshift-cluster-logging-operator-release-4.4-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-operator-cluster-profile - --target=e2e-operator - --template=/usr/local/e2e-operator @@ -57,6 +55,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -82,6 +83,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-operator,?($|\s.*) - agent: kubernetes always_run: true @@ -100,10 +104,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -121,6 +125,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -132,6 +139,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -150,10 +160,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -170,6 +180,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -181,4 +194,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift/cluster-logging-operator/openshift-cluster-logging-operator-release-4.5-postsubmits.yaml b/ci-operator/jobs/openshift/cluster-logging-operator/openshift-cluster-logging-operator-release-4.5-postsubmits.yaml index ef34ee5241aa..cd2ff60a53ca 100644 --- a/ci-operator/jobs/openshift/cluster-logging-operator/openshift-cluster-logging-operator-release-4.5-postsubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-logging-operator/openshift-cluster-logging-operator-release-4.5-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-cluster-logging-operator-release-4.5-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/cluster-logging-operator/openshift-cluster-logging-operator-release-4.5-presubmits.yaml b/ci-operator/jobs/openshift/cluster-logging-operator/openshift-cluster-logging-operator-release-4.5-presubmits.yaml index 07bcb98edd92..b404253560a8 100644 --- a/ci-operator/jobs/openshift/cluster-logging-operator/openshift-cluster-logging-operator-release-4.5-presubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-logging-operator/openshift-cluster-logging-operator-release-4.5-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-operator-cluster-profile - --target=e2e-operator - --template=/usr/local/e2e-operator @@ -60,6 +58,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -85,6 +86,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-operator,?($|\s.*) - agent: kubernetes always_run: true @@ -103,10 +107,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -123,6 +127,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -134,6 +141,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -152,10 +162,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -172,6 +182,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -183,4 +196,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift/cluster-logging-operator/openshift-cluster-logging-operator-release-4.6-postsubmits.yaml b/ci-operator/jobs/openshift/cluster-logging-operator/openshift-cluster-logging-operator-release-4.6-postsubmits.yaml index 70bfc44a1940..e5826d40b8eb 100644 --- a/ci-operator/jobs/openshift/cluster-logging-operator/openshift-cluster-logging-operator-release-4.6-postsubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-logging-operator/openshift-cluster-logging-operator-release-4.6-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-cluster-logging-operator-release-4.6-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/cluster-logging-operator/openshift-cluster-logging-operator-release-4.6-presubmits.yaml b/ci-operator/jobs/openshift/cluster-logging-operator/openshift-cluster-logging-operator-release-4.6-presubmits.yaml index 49d945821f61..1bb8ef8b9b99 100644 --- a/ci-operator/jobs/openshift/cluster-logging-operator/openshift-cluster-logging-operator-release-4.6-presubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-logging-operator/openshift-cluster-logging-operator-release-4.6-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-operator-cluster-profile - --target=e2e-operator - --template=/usr/local/e2e-operator @@ -60,6 +58,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -85,6 +86,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-operator,?($|\s.*) - agent: kubernetes always_run: true @@ -103,10 +107,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -124,6 +128,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -135,6 +142,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -153,10 +163,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -173,6 +183,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -184,4 +197,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift/cluster-logging-operator/openshift-cluster-logging-operator-release-4.7-postsubmits.yaml b/ci-operator/jobs/openshift/cluster-logging-operator/openshift-cluster-logging-operator-release-4.7-postsubmits.yaml index 462cc39c6775..492c6753955b 100644 --- a/ci-operator/jobs/openshift/cluster-logging-operator/openshift-cluster-logging-operator-release-4.7-postsubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-logging-operator/openshift-cluster-logging-operator-release-4.7-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-cluster-logging-operator-release-4.7-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/cluster-logging-operator/openshift-cluster-logging-operator-release-4.7-presubmits.yaml b/ci-operator/jobs/openshift/cluster-logging-operator/openshift-cluster-logging-operator-release-4.7-presubmits.yaml index e655a655bda3..13d03f5ddacb 100644 --- a/ci-operator/jobs/openshift/cluster-logging-operator/openshift-cluster-logging-operator-release-4.7-presubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-logging-operator/openshift-cluster-logging-operator-release-4.7-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-operator-cluster-profile - --target=e2e-operator - --template=/usr/local/e2e-operator @@ -60,6 +58,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -85,6 +86,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-operator,?($|\s.*) - agent: kubernetes always_run: true @@ -103,10 +107,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -124,6 +128,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -135,6 +142,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -153,10 +163,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -173,6 +183,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -184,4 +197,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift/cluster-machine-approver/openshift-cluster-machine-approver-master-postsubmits.yaml b/ci-operator/jobs/openshift/cluster-machine-approver/openshift-cluster-machine-approver-master-postsubmits.yaml index 1de5826d09c6..b032a76dc126 100644 --- a/ci-operator/jobs/openshift/cluster-machine-approver/openshift-cluster-machine-approver-master-postsubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-machine-approver/openshift-cluster-machine-approver-master-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-cluster-machine-approver-master-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/cluster-machine-approver/openshift-cluster-machine-approver-master-presubmits.yaml b/ci-operator/jobs/openshift/cluster-machine-approver/openshift-cluster-machine-approver-master-presubmits.yaml index 462b22828032..ebc05da9da6b 100644 --- a/ci-operator/jobs/openshift/cluster-machine-approver/openshift-cluster-machine-approver-master-presubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-machine-approver/openshift-cluster-machine-approver-master-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -46,6 +44,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -68,6 +69,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -86,13 +90,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-operator-cluster-profile - --target=e2e-aws-operator - --template=/usr/local/e2e-aws-operator @@ -128,6 +130,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -153,6 +158,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-operator,?($|\s.*) - agent: kubernetes always_run: true @@ -171,13 +179,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -200,6 +206,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -222,6 +231,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -241,13 +253,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-azure-operator-cluster-profile - --target=e2e-azure-operator - --template=/usr/local/e2e-azure-operator @@ -283,6 +293,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -308,6 +321,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-azure-operator,?($|\s.*) - agent: kubernetes always_run: true @@ -327,13 +343,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-gcp-operator-cluster-profile - --target=e2e-gcp-operator - --template=/usr/local/e2e-gcp-operator @@ -369,6 +383,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -396,6 +413,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-gcp-operator,?($|\s.*) - agent: kubernetes always_run: true @@ -414,10 +434,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -435,6 +455,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -446,6 +469,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -464,10 +490,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -484,6 +510,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -495,4 +524,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift/cluster-machine-approver/openshift-cluster-machine-approver-release-4.1-postsubmits.yaml b/ci-operator/jobs/openshift/cluster-machine-approver/openshift-cluster-machine-approver-release-4.1-postsubmits.yaml index d9f1d950f1ff..762a17ba62f0 100644 --- a/ci-operator/jobs/openshift/cluster-machine-approver/openshift-cluster-machine-approver-release-4.1-postsubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-machine-approver/openshift-cluster-machine-approver-release-4.1-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-cluster-machine-approver-release-4.1-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/cluster-machine-approver/openshift-cluster-machine-approver-release-4.1-presubmits.yaml b/ci-operator/jobs/openshift/cluster-machine-approver/openshift-cluster-machine-approver-release-4.1-presubmits.yaml index 0a85abd91c50..d46ff3507b49 100644 --- a/ci-operator/jobs/openshift/cluster-machine-approver/openshift-cluster-machine-approver-release-4.1-presubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-machine-approver/openshift-cluster-machine-approver-release-4.1-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -46,6 +44,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -68,6 +69,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -86,10 +90,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -107,6 +111,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -118,4 +125,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift/cluster-machine-approver/openshift-cluster-machine-approver-release-4.2-postsubmits.yaml b/ci-operator/jobs/openshift/cluster-machine-approver/openshift-cluster-machine-approver-release-4.2-postsubmits.yaml index f2dfebf979fb..b6327c2a1392 100644 --- a/ci-operator/jobs/openshift/cluster-machine-approver/openshift-cluster-machine-approver-release-4.2-postsubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-machine-approver/openshift-cluster-machine-approver-release-4.2-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-cluster-machine-approver-release-4.2-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/cluster-machine-approver/openshift-cluster-machine-approver-release-4.2-presubmits.yaml b/ci-operator/jobs/openshift/cluster-machine-approver/openshift-cluster-machine-approver-release-4.2-presubmits.yaml index b92def6fb47e..fbe586605049 100644 --- a/ci-operator/jobs/openshift/cluster-machine-approver/openshift-cluster-machine-approver-release-4.2-presubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-machine-approver/openshift-cluster-machine-approver-release-4.2-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -46,6 +44,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -68,6 +69,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -86,10 +90,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -107,6 +111,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -118,6 +125,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -136,10 +146,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -156,6 +166,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -167,4 +180,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift/cluster-machine-approver/openshift-cluster-machine-approver-release-4.3-postsubmits.yaml b/ci-operator/jobs/openshift/cluster-machine-approver/openshift-cluster-machine-approver-release-4.3-postsubmits.yaml index d769185b1078..42d4dcd510e9 100644 --- a/ci-operator/jobs/openshift/cluster-machine-approver/openshift-cluster-machine-approver-release-4.3-postsubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-machine-approver/openshift-cluster-machine-approver-release-4.3-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-cluster-machine-approver-release-4.3-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/cluster-machine-approver/openshift-cluster-machine-approver-release-4.3-presubmits.yaml b/ci-operator/jobs/openshift/cluster-machine-approver/openshift-cluster-machine-approver-release-4.3-presubmits.yaml index 8fd2cd1beb3e..3f10f6605020 100644 --- a/ci-operator/jobs/openshift/cluster-machine-approver/openshift-cluster-machine-approver-release-4.3-presubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-machine-approver/openshift-cluster-machine-approver-release-4.3-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -46,6 +44,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -68,6 +69,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -86,13 +90,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-operator-cluster-profile - --target=e2e-aws-operator - --template=/usr/local/e2e-aws-operator @@ -128,6 +130,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -153,6 +158,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-operator,?($|\s.*) - agent: kubernetes always_run: true @@ -172,13 +180,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-azure-operator-cluster-profile - --target=e2e-azure-operator - --template=/usr/local/e2e-azure-operator @@ -214,6 +220,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -239,6 +248,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-azure-operator,?($|\s.*) - agent: kubernetes always_run: true @@ -258,13 +270,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-gcp-operator-cluster-profile - --target=e2e-gcp-operator - --template=/usr/local/e2e-gcp-operator @@ -300,6 +310,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -327,6 +340,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-gcp-operator,?($|\s.*) - agent: kubernetes always_run: true @@ -345,10 +361,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -366,6 +382,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -377,6 +396,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -395,10 +417,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -415,6 +437,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -426,4 +451,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift/cluster-machine-approver/openshift-cluster-machine-approver-release-4.4-postsubmits.yaml b/ci-operator/jobs/openshift/cluster-machine-approver/openshift-cluster-machine-approver-release-4.4-postsubmits.yaml index 6ff1598ee8c4..36f7f1a56d56 100644 --- a/ci-operator/jobs/openshift/cluster-machine-approver/openshift-cluster-machine-approver-release-4.4-postsubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-machine-approver/openshift-cluster-machine-approver-release-4.4-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-cluster-machine-approver-release-4.4-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/cluster-machine-approver/openshift-cluster-machine-approver-release-4.4-presubmits.yaml b/ci-operator/jobs/openshift/cluster-machine-approver/openshift-cluster-machine-approver-release-4.4-presubmits.yaml index ec3c153838df..7f48d30315fa 100644 --- a/ci-operator/jobs/openshift/cluster-machine-approver/openshift-cluster-machine-approver-release-4.4-presubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-machine-approver/openshift-cluster-machine-approver-release-4.4-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -46,6 +44,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -68,6 +69,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -86,13 +90,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-operator-cluster-profile - --target=e2e-aws-operator - --template=/usr/local/e2e-aws-operator @@ -128,6 +130,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -153,6 +158,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-operator,?($|\s.*) - agent: kubernetes always_run: true @@ -172,13 +180,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-azure-operator-cluster-profile - --target=e2e-azure-operator - --template=/usr/local/e2e-azure-operator @@ -214,6 +220,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -239,6 +248,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-azure-operator,?($|\s.*) - agent: kubernetes always_run: true @@ -258,13 +270,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-gcp-operator-cluster-profile - --target=e2e-gcp-operator - --template=/usr/local/e2e-gcp-operator @@ -300,6 +310,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -327,6 +340,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-gcp-operator,?($|\s.*) - agent: kubernetes always_run: true @@ -345,10 +361,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -366,6 +382,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -377,6 +396,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -395,10 +417,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -415,6 +437,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -426,4 +451,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift/cluster-machine-approver/openshift-cluster-machine-approver-release-4.5-postsubmits.yaml b/ci-operator/jobs/openshift/cluster-machine-approver/openshift-cluster-machine-approver-release-4.5-postsubmits.yaml index 131121507b2c..b14d27975281 100644 --- a/ci-operator/jobs/openshift/cluster-machine-approver/openshift-cluster-machine-approver-release-4.5-postsubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-machine-approver/openshift-cluster-machine-approver-release-4.5-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-cluster-machine-approver-release-4.5-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/cluster-machine-approver/openshift-cluster-machine-approver-release-4.5-presubmits.yaml b/ci-operator/jobs/openshift/cluster-machine-approver/openshift-cluster-machine-approver-release-4.5-presubmits.yaml index 22061a3d1659..efbe8d9ed4aa 100644 --- a/ci-operator/jobs/openshift/cluster-machine-approver/openshift-cluster-machine-approver-release-4.5-presubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-machine-approver/openshift-cluster-machine-approver-release-4.5-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -46,6 +44,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -68,6 +69,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -86,13 +90,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-operator-cluster-profile - --target=e2e-aws-operator - --template=/usr/local/e2e-aws-operator @@ -128,6 +130,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -153,6 +158,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-operator,?($|\s.*) - agent: kubernetes always_run: true @@ -171,13 +179,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -200,6 +206,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -222,6 +231,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -240,13 +252,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-azure-operator-cluster-profile - --target=e2e-azure-operator - --template=/usr/local/e2e-azure-operator @@ -282,6 +292,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -307,6 +320,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-azure-operator,?($|\s.*) - agent: kubernetes always_run: true @@ -325,13 +341,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-gcp-operator-cluster-profile - --target=e2e-gcp-operator - --template=/usr/local/e2e-gcp-operator @@ -367,6 +381,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -394,6 +411,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-gcp-operator,?($|\s.*) - agent: kubernetes always_run: true @@ -412,10 +432,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -432,6 +452,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -443,6 +466,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -461,10 +487,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -481,6 +507,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -492,4 +521,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift/cluster-machine-approver/openshift-cluster-machine-approver-release-4.6-postsubmits.yaml b/ci-operator/jobs/openshift/cluster-machine-approver/openshift-cluster-machine-approver-release-4.6-postsubmits.yaml index 857f9826a86f..d6e964de3365 100644 --- a/ci-operator/jobs/openshift/cluster-machine-approver/openshift-cluster-machine-approver-release-4.6-postsubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-machine-approver/openshift-cluster-machine-approver-release-4.6-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-cluster-machine-approver-release-4.6-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/cluster-machine-approver/openshift-cluster-machine-approver-release-4.6-presubmits.yaml b/ci-operator/jobs/openshift/cluster-machine-approver/openshift-cluster-machine-approver-release-4.6-presubmits.yaml index cd1daf0f2f63..44659764baf8 100644 --- a/ci-operator/jobs/openshift/cluster-machine-approver/openshift-cluster-machine-approver-release-4.6-presubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-machine-approver/openshift-cluster-machine-approver-release-4.6-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -46,6 +44,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -68,6 +69,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -86,13 +90,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-operator-cluster-profile - --target=e2e-aws-operator - --template=/usr/local/e2e-aws-operator @@ -128,6 +130,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -153,6 +158,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-operator,?($|\s.*) - agent: kubernetes always_run: true @@ -171,13 +179,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -200,6 +206,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -222,6 +231,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -241,13 +253,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-azure-operator-cluster-profile - --target=e2e-azure-operator - --template=/usr/local/e2e-azure-operator @@ -283,6 +293,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -308,6 +321,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-azure-operator,?($|\s.*) - agent: kubernetes always_run: true @@ -327,13 +343,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-gcp-operator-cluster-profile - --target=e2e-gcp-operator - --template=/usr/local/e2e-gcp-operator @@ -369,6 +383,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -396,6 +413,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-gcp-operator,?($|\s.*) - agent: kubernetes always_run: true @@ -414,10 +434,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -435,6 +455,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -446,6 +469,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -464,10 +490,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -484,6 +510,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -495,4 +524,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift/cluster-machine-approver/openshift-cluster-machine-approver-release-4.7-postsubmits.yaml b/ci-operator/jobs/openshift/cluster-machine-approver/openshift-cluster-machine-approver-release-4.7-postsubmits.yaml index d2f814a73e41..e2fb342ed238 100644 --- a/ci-operator/jobs/openshift/cluster-machine-approver/openshift-cluster-machine-approver-release-4.7-postsubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-machine-approver/openshift-cluster-machine-approver-release-4.7-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-cluster-machine-approver-release-4.7-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/cluster-machine-approver/openshift-cluster-machine-approver-release-4.7-presubmits.yaml b/ci-operator/jobs/openshift/cluster-machine-approver/openshift-cluster-machine-approver-release-4.7-presubmits.yaml index 13f0d9335e01..f7a9a81a4525 100644 --- a/ci-operator/jobs/openshift/cluster-machine-approver/openshift-cluster-machine-approver-release-4.7-presubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-machine-approver/openshift-cluster-machine-approver-release-4.7-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -46,6 +44,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -68,6 +69,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -86,13 +90,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-operator-cluster-profile - --target=e2e-aws-operator - --template=/usr/local/e2e-aws-operator @@ -128,6 +130,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -153,6 +158,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-operator,?($|\s.*) - agent: kubernetes always_run: true @@ -172,13 +180,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-azure-operator-cluster-profile - --target=e2e-azure-operator - --template=/usr/local/e2e-azure-operator @@ -214,6 +220,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -239,6 +248,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-azure-operator,?($|\s.*) - agent: kubernetes always_run: true @@ -258,13 +270,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-gcp-operator-cluster-profile - --target=e2e-gcp-operator - --template=/usr/local/e2e-gcp-operator @@ -300,6 +310,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -327,6 +340,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-gcp-operator,?($|\s.*) - agent: kubernetes always_run: true @@ -345,10 +361,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -366,6 +382,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -377,6 +396,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -395,10 +417,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -415,6 +437,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -426,4 +451,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift/cluster-monitoring-operator/openshift-cluster-monitoring-operator-master-postsubmits.yaml b/ci-operator/jobs/openshift/cluster-monitoring-operator/openshift-cluster-monitoring-operator-master-postsubmits.yaml index 83b70ab64c24..b4cac794ef77 100644 --- a/ci-operator/jobs/openshift/cluster-monitoring-operator/openshift-cluster-monitoring-operator-master-postsubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-monitoring-operator/openshift-cluster-monitoring-operator-master-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-cluster-monitoring-operator-master-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/cluster-monitoring-operator/openshift-cluster-monitoring-operator-master-presubmits.yaml b/ci-operator/jobs/openshift/cluster-monitoring-operator/openshift-cluster-monitoring-operator-master-presubmits.yaml index 0c5ee7c053ef..3ab97fb4e724 100644 --- a/ci-operator/jobs/openshift/cluster-monitoring-operator/openshift-cluster-monitoring-operator-master-presubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-monitoring-operator/openshift-cluster-monitoring-operator-master-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -46,6 +44,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -68,6 +69,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -86,13 +90,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-operator-cluster-profile - --target=e2e-aws-operator - --template=/usr/local/e2e-aws-operator @@ -126,6 +128,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -151,6 +156,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-operator,?($|\s.*) - agent: kubernetes always_run: true @@ -169,13 +177,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -198,6 +204,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -220,6 +229,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -270,10 +282,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -291,6 +303,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -302,6 +317,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -347,10 +365,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -367,6 +385,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -378,6 +399,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -396,10 +420,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=vendor command: - ci-operator @@ -416,6 +440,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -427,4 +454,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )vendor,?($|\s.*) diff --git a/ci-operator/jobs/openshift/cluster-monitoring-operator/openshift-cluster-monitoring-operator-release-3.11-postsubmits.yaml b/ci-operator/jobs/openshift/cluster-monitoring-operator/openshift-cluster-monitoring-operator-release-3.11-postsubmits.yaml index 02766fd978ac..665177bc5831 100644 --- a/ci-operator/jobs/openshift/cluster-monitoring-operator/openshift-cluster-monitoring-operator-release-3.11-postsubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-monitoring-operator/openshift-cluster-monitoring-operator-release-3.11-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-cluster-monitoring-operator-release-3.11-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/cluster-monitoring-operator/openshift-cluster-monitoring-operator-release-3.11-presubmits.yaml b/ci-operator/jobs/openshift/cluster-monitoring-operator/openshift-cluster-monitoring-operator-release-3.11-presubmits.yaml index e2d207cafc61..348573bc8459 100644 --- a/ci-operator/jobs/openshift/cluster-monitoring-operator/openshift-cluster-monitoring-operator-release-3.11-presubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-monitoring-operator/openshift-cluster-monitoring-operator-release-3.11-presubmits.yaml @@ -17,10 +17,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -37,6 +37,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -48,6 +51,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -66,10 +72,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -86,6 +92,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -97,4 +106,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift/cluster-monitoring-operator/openshift-cluster-monitoring-operator-release-4.1-postsubmits.yaml b/ci-operator/jobs/openshift/cluster-monitoring-operator/openshift-cluster-monitoring-operator-release-4.1-postsubmits.yaml index 6050275b8706..b47bd08a678b 100644 --- a/ci-operator/jobs/openshift/cluster-monitoring-operator/openshift-cluster-monitoring-operator-release-4.1-postsubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-monitoring-operator/openshift-cluster-monitoring-operator-release-4.1-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-cluster-monitoring-operator-release-4.1-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/cluster-monitoring-operator/openshift-cluster-monitoring-operator-release-4.1-presubmits.yaml b/ci-operator/jobs/openshift/cluster-monitoring-operator/openshift-cluster-monitoring-operator-release-4.1-presubmits.yaml index 17bfb85b062b..3454e71b3000 100644 --- a/ci-operator/jobs/openshift/cluster-monitoring-operator/openshift-cluster-monitoring-operator-release-4.1-presubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-monitoring-operator/openshift-cluster-monitoring-operator-release-4.1-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -46,6 +44,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -68,6 +69,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -86,13 +90,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-operator-cluster-profile - --target=e2e-aws-operator - --template=/usr/local/e2e-aws-operator @@ -126,6 +128,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -151,6 +156,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-operator,?($|\s.*) - agent: kubernetes always_run: true @@ -169,13 +177,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -198,6 +204,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -220,6 +229,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -270,10 +282,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -291,6 +303,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -302,6 +317,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -347,10 +365,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -367,6 +385,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -378,4 +399,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift/cluster-monitoring-operator/openshift-cluster-monitoring-operator-release-4.2-postsubmits.yaml b/ci-operator/jobs/openshift/cluster-monitoring-operator/openshift-cluster-monitoring-operator-release-4.2-postsubmits.yaml index e1a7fc849e04..d7b50baa8e5d 100644 --- a/ci-operator/jobs/openshift/cluster-monitoring-operator/openshift-cluster-monitoring-operator-release-4.2-postsubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-monitoring-operator/openshift-cluster-monitoring-operator-release-4.2-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-cluster-monitoring-operator-release-4.2-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/cluster-monitoring-operator/openshift-cluster-monitoring-operator-release-4.2-presubmits.yaml b/ci-operator/jobs/openshift/cluster-monitoring-operator/openshift-cluster-monitoring-operator-release-4.2-presubmits.yaml index b7ca8204a7e7..2d744b9b7d13 100644 --- a/ci-operator/jobs/openshift/cluster-monitoring-operator/openshift-cluster-monitoring-operator-release-4.2-presubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-monitoring-operator/openshift-cluster-monitoring-operator-release-4.2-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -46,6 +44,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -68,6 +69,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -86,13 +90,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-operator-cluster-profile - --target=e2e-aws-operator - --template=/usr/local/e2e-aws-operator @@ -126,6 +128,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -151,6 +156,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-operator,?($|\s.*) - agent: kubernetes always_run: true @@ -169,13 +177,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -198,6 +204,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -220,6 +229,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -270,10 +282,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -291,6 +303,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -302,6 +317,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -347,10 +365,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -367,6 +385,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -378,6 +399,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -396,10 +420,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=vendor command: - ci-operator @@ -416,6 +440,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -427,4 +454,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )vendor,?($|\s.*) diff --git a/ci-operator/jobs/openshift/cluster-monitoring-operator/openshift-cluster-monitoring-operator-release-4.3-postsubmits.yaml b/ci-operator/jobs/openshift/cluster-monitoring-operator/openshift-cluster-monitoring-operator-release-4.3-postsubmits.yaml index fb4ce0e2cedf..fda3787c61d2 100644 --- a/ci-operator/jobs/openshift/cluster-monitoring-operator/openshift-cluster-monitoring-operator-release-4.3-postsubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-monitoring-operator/openshift-cluster-monitoring-operator-release-4.3-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-cluster-monitoring-operator-release-4.3-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/cluster-monitoring-operator/openshift-cluster-monitoring-operator-release-4.3-presubmits.yaml b/ci-operator/jobs/openshift/cluster-monitoring-operator/openshift-cluster-monitoring-operator-release-4.3-presubmits.yaml index de15081276cd..7380af428f29 100644 --- a/ci-operator/jobs/openshift/cluster-monitoring-operator/openshift-cluster-monitoring-operator-release-4.3-presubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-monitoring-operator/openshift-cluster-monitoring-operator-release-4.3-presubmits.yaml @@ -47,13 +47,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -76,6 +74,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -98,6 +99,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -116,13 +120,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-operator-cluster-profile - --target=e2e-aws-operator - --template=/usr/local/e2e-aws-operator @@ -156,6 +158,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -181,6 +186,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-operator,?($|\s.*) - agent: kubernetes always_run: true @@ -199,13 +207,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -228,6 +234,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -250,6 +259,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -298,10 +310,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -319,6 +331,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -330,6 +345,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -373,10 +391,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -393,6 +411,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -404,6 +425,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -422,10 +446,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=vendor command: - ci-operator @@ -442,6 +466,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -453,4 +480,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )vendor,?($|\s.*) diff --git a/ci-operator/jobs/openshift/cluster-monitoring-operator/openshift-cluster-monitoring-operator-release-4.4-postsubmits.yaml b/ci-operator/jobs/openshift/cluster-monitoring-operator/openshift-cluster-monitoring-operator-release-4.4-postsubmits.yaml index 47d8d437da50..cc1808638ef3 100644 --- a/ci-operator/jobs/openshift/cluster-monitoring-operator/openshift-cluster-monitoring-operator-release-4.4-postsubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-monitoring-operator/openshift-cluster-monitoring-operator-release-4.4-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-cluster-monitoring-operator-release-4.4-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/cluster-monitoring-operator/openshift-cluster-monitoring-operator-release-4.4-presubmits.yaml b/ci-operator/jobs/openshift/cluster-monitoring-operator/openshift-cluster-monitoring-operator-release-4.4-presubmits.yaml index 8faecee5f07c..5309babe9a88 100644 --- a/ci-operator/jobs/openshift/cluster-monitoring-operator/openshift-cluster-monitoring-operator-release-4.4-presubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-monitoring-operator/openshift-cluster-monitoring-operator-release-4.4-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -46,6 +44,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -68,6 +69,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -86,13 +90,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-operator-cluster-profile - --target=e2e-aws-operator - --template=/usr/local/e2e-aws-operator @@ -126,6 +128,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -151,6 +156,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-operator,?($|\s.*) - agent: kubernetes always_run: true @@ -169,13 +177,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -198,6 +204,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -220,6 +229,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -270,10 +282,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -291,6 +303,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -302,6 +317,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -347,10 +365,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -367,6 +385,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -378,6 +399,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -396,10 +420,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=vendor command: - ci-operator @@ -416,6 +440,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -427,4 +454,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )vendor,?($|\s.*) diff --git a/ci-operator/jobs/openshift/cluster-monitoring-operator/openshift-cluster-monitoring-operator-release-4.5-postsubmits.yaml b/ci-operator/jobs/openshift/cluster-monitoring-operator/openshift-cluster-monitoring-operator-release-4.5-postsubmits.yaml index 49d77c27d9f6..3e27ca7802c3 100644 --- a/ci-operator/jobs/openshift/cluster-monitoring-operator/openshift-cluster-monitoring-operator-release-4.5-postsubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-monitoring-operator/openshift-cluster-monitoring-operator-release-4.5-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-cluster-monitoring-operator-release-4.5-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/cluster-monitoring-operator/openshift-cluster-monitoring-operator-release-4.5-presubmits.yaml b/ci-operator/jobs/openshift/cluster-monitoring-operator/openshift-cluster-monitoring-operator-release-4.5-presubmits.yaml index 9b6ad9588cae..204b0025a2d4 100644 --- a/ci-operator/jobs/openshift/cluster-monitoring-operator/openshift-cluster-monitoring-operator-release-4.5-presubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-monitoring-operator/openshift-cluster-monitoring-operator-release-4.5-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -46,6 +44,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -68,6 +69,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -86,13 +90,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-operator-cluster-profile - --target=e2e-aws-operator - --template=/usr/local/e2e-aws-operator @@ -126,6 +128,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -151,6 +156,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-operator,?($|\s.*) - agent: kubernetes always_run: true @@ -169,13 +177,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -198,6 +204,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -220,6 +229,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -270,10 +282,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -290,6 +302,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -301,6 +316,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -346,10 +364,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -366,6 +384,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -377,6 +398,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -395,10 +419,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=vendor command: - ci-operator @@ -415,6 +439,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -426,4 +453,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )vendor,?($|\s.*) diff --git a/ci-operator/jobs/openshift/cluster-monitoring-operator/openshift-cluster-monitoring-operator-release-4.6-postsubmits.yaml b/ci-operator/jobs/openshift/cluster-monitoring-operator/openshift-cluster-monitoring-operator-release-4.6-postsubmits.yaml index a66ccfc708b3..2ca9727e7ce0 100644 --- a/ci-operator/jobs/openshift/cluster-monitoring-operator/openshift-cluster-monitoring-operator-release-4.6-postsubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-monitoring-operator/openshift-cluster-monitoring-operator-release-4.6-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-cluster-monitoring-operator-release-4.6-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/cluster-monitoring-operator/openshift-cluster-monitoring-operator-release-4.6-presubmits.yaml b/ci-operator/jobs/openshift/cluster-monitoring-operator/openshift-cluster-monitoring-operator-release-4.6-presubmits.yaml index 61d52a00a691..bdbcf23d37d2 100644 --- a/ci-operator/jobs/openshift/cluster-monitoring-operator/openshift-cluster-monitoring-operator-release-4.6-presubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-monitoring-operator/openshift-cluster-monitoring-operator-release-4.6-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -46,6 +44,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -68,6 +69,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -86,13 +90,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-operator-cluster-profile - --target=e2e-aws-operator - --template=/usr/local/e2e-aws-operator @@ -126,6 +128,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -151,6 +156,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-operator,?($|\s.*) - agent: kubernetes always_run: true @@ -169,13 +177,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -198,6 +204,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -220,6 +229,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -270,10 +282,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -291,6 +303,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -302,6 +317,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -347,10 +365,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -367,6 +385,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -378,6 +399,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -396,10 +420,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=vendor command: - ci-operator @@ -416,6 +440,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -427,4 +454,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )vendor,?($|\s.*) diff --git a/ci-operator/jobs/openshift/cluster-monitoring-operator/openshift-cluster-monitoring-operator-release-4.7-postsubmits.yaml b/ci-operator/jobs/openshift/cluster-monitoring-operator/openshift-cluster-monitoring-operator-release-4.7-postsubmits.yaml index 6f77235ce5a5..42ecedf29150 100644 --- a/ci-operator/jobs/openshift/cluster-monitoring-operator/openshift-cluster-monitoring-operator-release-4.7-postsubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-monitoring-operator/openshift-cluster-monitoring-operator-release-4.7-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-cluster-monitoring-operator-release-4.7-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/cluster-monitoring-operator/openshift-cluster-monitoring-operator-release-4.7-presubmits.yaml b/ci-operator/jobs/openshift/cluster-monitoring-operator/openshift-cluster-monitoring-operator-release-4.7-presubmits.yaml index e0973697cafe..a7a68bdac060 100644 --- a/ci-operator/jobs/openshift/cluster-monitoring-operator/openshift-cluster-monitoring-operator-release-4.7-presubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-monitoring-operator/openshift-cluster-monitoring-operator-release-4.7-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -46,6 +44,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -68,6 +69,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -86,13 +90,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-operator-cluster-profile - --target=e2e-aws-operator - --template=/usr/local/e2e-aws-operator @@ -126,6 +128,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -151,6 +156,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-operator,?($|\s.*) - agent: kubernetes always_run: true @@ -169,13 +177,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -198,6 +204,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -220,6 +229,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -270,10 +282,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -291,6 +303,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -302,6 +317,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -347,10 +365,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -367,6 +385,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -378,6 +399,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -396,10 +420,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=vendor command: - ci-operator @@ -416,6 +440,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -427,4 +454,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )vendor,?($|\s.*) diff --git a/ci-operator/jobs/openshift/cluster-network-operator/openshift-cluster-network-operator-master-postsubmits.yaml b/ci-operator/jobs/openshift/cluster-network-operator/openshift-cluster-network-operator-master-postsubmits.yaml index 2b98faf6ffa6..cb425724cc53 100644 --- a/ci-operator/jobs/openshift/cluster-network-operator/openshift-cluster-network-operator-master-postsubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-network-operator/openshift-cluster-network-operator-master-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-cluster-network-operator-master-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/cluster-network-operator/openshift-cluster-network-operator-master-presubmits.yaml b/ci-operator/jobs/openshift/cluster-network-operator/openshift-cluster-network-operator-master-presubmits.yaml index d557e4093304..2b91164fbd8e 100644 --- a/ci-operator/jobs/openshift/cluster-network-operator/openshift-cluster-network-operator-master-presubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-network-operator/openshift-cluster-network-operator-master-presubmits.yaml @@ -209,13 +209,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-sdn-multi-cluster-profile - --target=e2e-aws-sdn-multi command: @@ -238,6 +236,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -260,6 +261,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-sdn-multi,?($|\s.*) - agent: kubernetes always_run: true @@ -278,13 +282,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-sdn-single-cluster-profile - --target=e2e-aws-sdn-single command: @@ -307,6 +309,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -329,6 +334,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-sdn-single,?($|\s.*) - agent: kubernetes always_run: true @@ -347,13 +355,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-gcp-cluster-profile - --target=e2e-gcp - --template=/usr/local/e2e-gcp @@ -387,6 +393,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -414,6 +423,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-gcp,?($|\s.*) - agent: kubernetes always_run: true @@ -526,13 +538,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-gcp-ovn-upgrade-cluster-profile - --target=e2e-gcp-ovn-upgrade command: @@ -555,6 +565,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -579,6 +592,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-gcp-ovn-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -597,13 +613,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-gcp-upgrade-cluster-profile - --target=e2e-gcp-upgrade command: @@ -626,6 +640,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -650,6 +667,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-gcp-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -669,13 +689,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-metal-ipi-cluster-profile - --target=e2e-metal-ipi command: @@ -698,6 +716,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -722,6 +743,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-metal-ipi,?($|\s.*) - agent: kubernetes always_run: true @@ -741,13 +765,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-ovn-hybrid-step-registry-cluster-profile - --target=e2e-ovn-hybrid-step-registry command: @@ -770,6 +792,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -792,6 +817,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-ovn-hybrid-step-registry,?($|\s.*) - agent: kubernetes always_run: true @@ -811,13 +839,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-ovn-step-registry-cluster-profile - --target=e2e-ovn-step-registry command: @@ -840,6 +866,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -862,6 +891,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-ovn-step-registry,?($|\s.*) - agent: kubernetes always_run: true @@ -880,10 +912,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -901,6 +933,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -912,6 +947,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -930,10 +968,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -950,6 +988,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -961,6 +1002,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -979,10 +1023,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -999,6 +1043,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -1010,4 +1057,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) diff --git a/ci-operator/jobs/openshift/cluster-network-operator/openshift-cluster-network-operator-release-4.1-postsubmits.yaml b/ci-operator/jobs/openshift/cluster-network-operator/openshift-cluster-network-operator-release-4.1-postsubmits.yaml index 24c1968520c2..9e159a60ff9c 100644 --- a/ci-operator/jobs/openshift/cluster-network-operator/openshift-cluster-network-operator-release-4.1-postsubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-network-operator/openshift-cluster-network-operator-release-4.1-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-cluster-network-operator-release-4.1-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/cluster-network-operator/openshift-cluster-network-operator-release-4.1-presubmits.yaml b/ci-operator/jobs/openshift/cluster-network-operator/openshift-cluster-network-operator-release-4.1-presubmits.yaml index 32dfadfde9dd..f371521a9095 100644 --- a/ci-operator/jobs/openshift/cluster-network-operator/openshift-cluster-network-operator-release-4.1-presubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-network-operator/openshift-cluster-network-operator-release-4.1-presubmits.yaml @@ -18,13 +18,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -47,6 +45,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -69,6 +70,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: false @@ -88,13 +92,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -117,6 +119,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -139,6 +144,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -157,10 +165,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -178,6 +186,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -189,6 +200,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -207,10 +221,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -227,6 +241,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -238,6 +255,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -256,10 +276,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -276,6 +296,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -287,4 +310,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) diff --git a/ci-operator/jobs/openshift/cluster-network-operator/openshift-cluster-network-operator-release-4.2-postsubmits.yaml b/ci-operator/jobs/openshift/cluster-network-operator/openshift-cluster-network-operator-release-4.2-postsubmits.yaml index abd50bf8a426..3bdb066f08be 100644 --- a/ci-operator/jobs/openshift/cluster-network-operator/openshift-cluster-network-operator-release-4.2-postsubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-network-operator/openshift-cluster-network-operator-release-4.2-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-cluster-network-operator-release-4.2-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/cluster-network-operator/openshift-cluster-network-operator-release-4.2-presubmits.yaml b/ci-operator/jobs/openshift/cluster-network-operator/openshift-cluster-network-operator-release-4.2-presubmits.yaml index 821d4cf1c0bf..e8e1b24b626b 100644 --- a/ci-operator/jobs/openshift/cluster-network-operator/openshift-cluster-network-operator-release-4.2-presubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-network-operator/openshift-cluster-network-operator-release-4.2-presubmits.yaml @@ -18,13 +18,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -47,6 +45,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -69,6 +70,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: false @@ -88,13 +92,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -117,6 +119,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -139,6 +144,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -157,10 +165,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -178,6 +186,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -189,6 +200,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -207,10 +221,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -227,6 +241,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -238,6 +255,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -256,10 +276,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -276,6 +296,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -287,4 +310,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) diff --git a/ci-operator/jobs/openshift/cluster-network-operator/openshift-cluster-network-operator-release-4.3-postsubmits.yaml b/ci-operator/jobs/openshift/cluster-network-operator/openshift-cluster-network-operator-release-4.3-postsubmits.yaml index bfdad8cbce30..9da4c04f0f97 100644 --- a/ci-operator/jobs/openshift/cluster-network-operator/openshift-cluster-network-operator-release-4.3-postsubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-network-operator/openshift-cluster-network-operator-release-4.3-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-cluster-network-operator-release-4.3-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/cluster-network-operator/openshift-cluster-network-operator-release-4.3-presubmits.yaml b/ci-operator/jobs/openshift/cluster-network-operator/openshift-cluster-network-operator-release-4.3-presubmits.yaml index 53811ddbd823..17d2c00a7058 100644 --- a/ci-operator/jobs/openshift/cluster-network-operator/openshift-cluster-network-operator-release-4.3-presubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-network-operator/openshift-cluster-network-operator-release-4.3-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-gcp-cluster-profile - --target=e2e-gcp - --template=/usr/local/e2e-gcp @@ -57,6 +55,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -84,6 +85,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-gcp,?($|\s.*) - agent: kubernetes always_run: false @@ -102,13 +106,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-gcp-ovn-upgrade-cluster-profile - --target=e2e-gcp-ovn-upgrade command: @@ -131,6 +133,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -155,6 +160,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-gcp-ovn-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -173,13 +181,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-gcp-upgrade-cluster-profile - --target=e2e-gcp-upgrade command: @@ -202,6 +208,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -226,6 +235,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-gcp-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -244,10 +256,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -265,6 +277,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -276,6 +291,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -294,10 +312,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -314,6 +332,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -325,6 +346,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -343,10 +367,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -363,6 +387,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -374,4 +401,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) diff --git a/ci-operator/jobs/openshift/cluster-network-operator/openshift-cluster-network-operator-release-4.4-postsubmits.yaml b/ci-operator/jobs/openshift/cluster-network-operator/openshift-cluster-network-operator-release-4.4-postsubmits.yaml index 00432c3e0dbe..c5c17b3fdecf 100644 --- a/ci-operator/jobs/openshift/cluster-network-operator/openshift-cluster-network-operator-release-4.4-postsubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-network-operator/openshift-cluster-network-operator-release-4.4-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-cluster-network-operator-release-4.4-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/cluster-network-operator/openshift-cluster-network-operator-release-4.4-presubmits.yaml b/ci-operator/jobs/openshift/cluster-network-operator/openshift-cluster-network-operator-release-4.4-presubmits.yaml index c6a2bada9c5e..e50384d4b299 100644 --- a/ci-operator/jobs/openshift/cluster-network-operator/openshift-cluster-network-operator-release-4.4-presubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-network-operator/openshift-cluster-network-operator-release-4.4-presubmits.yaml @@ -209,13 +209,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-gcp-cluster-profile - --target=e2e-gcp - --template=/usr/local/e2e-gcp @@ -249,6 +247,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -276,6 +277,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-gcp,?($|\s.*) - agent: kubernetes always_run: true @@ -388,13 +392,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-gcp-ovn-upgrade-cluster-profile - --target=e2e-gcp-ovn-upgrade command: @@ -417,6 +419,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -441,6 +446,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-gcp-ovn-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -459,13 +467,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-gcp-upgrade-cluster-profile - --target=e2e-gcp-upgrade command: @@ -488,6 +494,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -512,6 +521,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-gcp-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -531,13 +543,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-metal-ipi-cluster-profile - --target=e2e-metal-ipi command: @@ -560,6 +570,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -584,6 +597,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-metal-ipi,?($|\s.*) - agent: kubernetes always_run: true @@ -602,10 +618,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -623,6 +639,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -634,6 +653,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -652,10 +674,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -672,6 +694,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -683,6 +708,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -701,10 +729,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -721,6 +749,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -732,4 +763,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) diff --git a/ci-operator/jobs/openshift/cluster-network-operator/openshift-cluster-network-operator-release-4.5-postsubmits.yaml b/ci-operator/jobs/openshift/cluster-network-operator/openshift-cluster-network-operator-release-4.5-postsubmits.yaml index 68e753c51d97..cf537e51406a 100644 --- a/ci-operator/jobs/openshift/cluster-network-operator/openshift-cluster-network-operator-release-4.5-postsubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-network-operator/openshift-cluster-network-operator-release-4.5-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-cluster-network-operator-release-4.5-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/cluster-network-operator/openshift-cluster-network-operator-release-4.5-presubmits.yaml b/ci-operator/jobs/openshift/cluster-network-operator/openshift-cluster-network-operator-release-4.5-presubmits.yaml index 0181bf39c563..ccc8d051acf3 100644 --- a/ci-operator/jobs/openshift/cluster-network-operator/openshift-cluster-network-operator-release-4.5-presubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-network-operator/openshift-cluster-network-operator-release-4.5-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-sdn-multi-cluster-profile - --target=e2e-aws-sdn-multi command: @@ -46,6 +44,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -68,6 +69,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-sdn-multi,?($|\s.*) - agent: kubernetes always_run: true @@ -86,13 +90,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-sdn-single-cluster-profile - --target=e2e-aws-sdn-single command: @@ -115,6 +117,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -137,6 +142,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-sdn-single,?($|\s.*) - agent: kubernetes always_run: true @@ -155,13 +163,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-gcp-cluster-profile - --target=e2e-gcp - --template=/usr/local/e2e-gcp @@ -195,6 +201,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -222,6 +231,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-gcp,?($|\s.*) - agent: kubernetes always_run: true @@ -240,13 +252,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-gcp-ovn-upgrade-cluster-profile - --target=e2e-gcp-ovn-upgrade command: @@ -269,6 +279,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -293,6 +306,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-gcp-ovn-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -311,13 +327,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-gcp-upgrade-cluster-profile - --target=e2e-gcp-upgrade command: @@ -340,6 +354,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -364,6 +381,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-gcp-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -382,13 +402,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-metal-ipi-cluster-profile - --target=e2e-metal-ipi command: @@ -411,6 +429,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -435,6 +456,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-metal-ipi,?($|\s.*) - agent: kubernetes always_run: true @@ -453,13 +477,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-ovn-hybrid-step-registry-cluster-profile - --target=e2e-ovn-hybrid-step-registry command: @@ -482,6 +504,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -504,6 +529,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-ovn-hybrid-step-registry,?($|\s.*) - agent: kubernetes always_run: true @@ -522,13 +550,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-ovn-step-registry-cluster-profile - --target=e2e-ovn-step-registry command: @@ -551,6 +577,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -573,6 +602,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-ovn-step-registry,?($|\s.*) - agent: kubernetes always_run: true @@ -591,10 +623,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -611,6 +643,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -622,6 +657,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -640,10 +678,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -660,6 +698,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -671,6 +712,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -689,10 +733,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -709,6 +753,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -720,4 +767,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) diff --git a/ci-operator/jobs/openshift/cluster-network-operator/openshift-cluster-network-operator-release-4.6-postsubmits.yaml b/ci-operator/jobs/openshift/cluster-network-operator/openshift-cluster-network-operator-release-4.6-postsubmits.yaml index 6c1adc76294f..f47419dc23f4 100644 --- a/ci-operator/jobs/openshift/cluster-network-operator/openshift-cluster-network-operator-release-4.6-postsubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-network-operator/openshift-cluster-network-operator-release-4.6-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-cluster-network-operator-release-4.6-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/cluster-network-operator/openshift-cluster-network-operator-release-4.6-presubmits.yaml b/ci-operator/jobs/openshift/cluster-network-operator/openshift-cluster-network-operator-release-4.6-presubmits.yaml index 306e118f4b29..89f28b75b5b1 100644 --- a/ci-operator/jobs/openshift/cluster-network-operator/openshift-cluster-network-operator-release-4.6-presubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-network-operator/openshift-cluster-network-operator-release-4.6-presubmits.yaml @@ -209,13 +209,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-sdn-multi-cluster-profile - --target=e2e-aws-sdn-multi command: @@ -238,6 +236,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -260,6 +261,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-sdn-multi,?($|\s.*) - agent: kubernetes always_run: true @@ -278,13 +282,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-sdn-single-cluster-profile - --target=e2e-aws-sdn-single command: @@ -307,6 +309,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -329,6 +334,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-sdn-single,?($|\s.*) - agent: kubernetes always_run: true @@ -347,13 +355,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-gcp-cluster-profile - --target=e2e-gcp - --template=/usr/local/e2e-gcp @@ -387,6 +393,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -414,6 +423,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-gcp,?($|\s.*) - agent: kubernetes always_run: false @@ -432,13 +444,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-gcp-ovn-upgrade-cluster-profile - --target=e2e-gcp-ovn-upgrade command: @@ -461,6 +471,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -485,6 +498,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-gcp-ovn-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -503,13 +519,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-gcp-upgrade-cluster-profile - --target=e2e-gcp-upgrade command: @@ -532,6 +546,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -556,6 +573,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-gcp-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -574,13 +594,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-metal-ipi-cluster-profile - --target=e2e-metal-ipi command: @@ -603,6 +621,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -627,6 +648,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-metal-ipi,?($|\s.*) - agent: kubernetes always_run: true @@ -645,13 +669,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-ovn-hybrid-step-registry-cluster-profile - --target=e2e-ovn-hybrid-step-registry command: @@ -674,6 +696,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -696,6 +721,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-ovn-hybrid-step-registry,?($|\s.*) - agent: kubernetes always_run: true @@ -714,13 +742,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-ovn-step-registry-cluster-profile - --target=e2e-ovn-step-registry command: @@ -743,6 +769,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -765,6 +794,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-ovn-step-registry,?($|\s.*) - agent: kubernetes always_run: true @@ -783,10 +815,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -804,6 +836,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -815,6 +850,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -833,10 +871,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -853,6 +891,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -864,6 +905,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -882,10 +926,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -902,6 +946,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -913,4 +960,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) diff --git a/ci-operator/jobs/openshift/cluster-network-operator/openshift-cluster-network-operator-release-4.7-postsubmits.yaml b/ci-operator/jobs/openshift/cluster-network-operator/openshift-cluster-network-operator-release-4.7-postsubmits.yaml index 70716a4c42c3..94c965fd4983 100644 --- a/ci-operator/jobs/openshift/cluster-network-operator/openshift-cluster-network-operator-release-4.7-postsubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-network-operator/openshift-cluster-network-operator-release-4.7-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-cluster-network-operator-release-4.7-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/cluster-network-operator/openshift-cluster-network-operator-release-4.7-presubmits.yaml b/ci-operator/jobs/openshift/cluster-network-operator/openshift-cluster-network-operator-release-4.7-presubmits.yaml index c0f9009f110b..87699db7f7e5 100644 --- a/ci-operator/jobs/openshift/cluster-network-operator/openshift-cluster-network-operator-release-4.7-presubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-network-operator/openshift-cluster-network-operator-release-4.7-presubmits.yaml @@ -209,13 +209,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-gcp-cluster-profile - --target=e2e-gcp - --template=/usr/local/e2e-gcp @@ -249,6 +247,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -276,6 +277,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-gcp,?($|\s.*) - agent: kubernetes always_run: false @@ -294,13 +298,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-gcp-ovn-upgrade-cluster-profile - --target=e2e-gcp-ovn-upgrade command: @@ -323,6 +325,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -347,6 +352,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-gcp-ovn-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -365,13 +373,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-gcp-upgrade-cluster-profile - --target=e2e-gcp-upgrade command: @@ -394,6 +400,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -418,6 +427,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-gcp-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -436,13 +448,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-metal-ipi-cluster-profile - --target=e2e-metal-ipi command: @@ -465,6 +475,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -489,6 +502,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-metal-ipi,?($|\s.*) - agent: kubernetes always_run: true @@ -507,13 +523,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-ovn-hybrid-step-registry-cluster-profile - --target=e2e-ovn-hybrid-step-registry command: @@ -536,6 +550,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -558,6 +575,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-ovn-hybrid-step-registry,?($|\s.*) - agent: kubernetes always_run: true @@ -576,13 +596,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-ovn-step-registry-cluster-profile - --target=e2e-ovn-step-registry command: @@ -605,6 +623,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -627,6 +648,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-ovn-step-registry,?($|\s.*) - agent: kubernetes always_run: true @@ -645,10 +669,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -666,6 +690,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -677,6 +704,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -695,10 +725,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -715,6 +745,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -726,6 +759,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -744,10 +780,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -764,6 +800,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -775,4 +814,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) diff --git a/ci-operator/jobs/openshift/cluster-nfd-operator/openshift-cluster-nfd-operator-master-postsubmits.yaml b/ci-operator/jobs/openshift/cluster-nfd-operator/openshift-cluster-nfd-operator-master-postsubmits.yaml index de7e53025d72..d41a32649cab 100644 --- a/ci-operator/jobs/openshift/cluster-nfd-operator/openshift-cluster-nfd-operator-master-postsubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-nfd-operator/openshift-cluster-nfd-operator-master-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-cluster-nfd-operator-master-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/cluster-nfd-operator/openshift-cluster-nfd-operator-master-presubmits.yaml b/ci-operator/jobs/openshift/cluster-nfd-operator/openshift-cluster-nfd-operator-master-presubmits.yaml index f4584464a98e..fcd5d02a9efc 100644 --- a/ci-operator/jobs/openshift/cluster-nfd-operator/openshift-cluster-nfd-operator-master-presubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-nfd-operator/openshift-cluster-nfd-operator-master-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -46,6 +44,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -68,6 +69,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -86,13 +90,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -115,6 +117,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -137,6 +142,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -155,10 +163,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -176,6 +184,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -187,6 +198,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -205,10 +219,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -225,6 +239,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -236,6 +253,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -254,10 +274,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -274,6 +294,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -285,4 +308,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) diff --git a/ci-operator/jobs/openshift/cluster-nfd-operator/openshift-cluster-nfd-operator-release-4.1-postsubmits.yaml b/ci-operator/jobs/openshift/cluster-nfd-operator/openshift-cluster-nfd-operator-release-4.1-postsubmits.yaml index 48f59aff794f..02e1b9daaa1c 100644 --- a/ci-operator/jobs/openshift/cluster-nfd-operator/openshift-cluster-nfd-operator-release-4.1-postsubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-nfd-operator/openshift-cluster-nfd-operator-release-4.1-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-cluster-nfd-operator-release-4.1-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/cluster-nfd-operator/openshift-cluster-nfd-operator-release-4.1-presubmits.yaml b/ci-operator/jobs/openshift/cluster-nfd-operator/openshift-cluster-nfd-operator-release-4.1-presubmits.yaml index 1aa6c02d5f06..a041b7d87203 100644 --- a/ci-operator/jobs/openshift/cluster-nfd-operator/openshift-cluster-nfd-operator-release-4.1-presubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-nfd-operator/openshift-cluster-nfd-operator-release-4.1-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -46,6 +44,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -68,6 +69,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -86,13 +90,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -115,6 +117,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -137,6 +142,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -155,10 +163,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -176,6 +184,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -187,6 +198,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -205,10 +219,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -225,6 +239,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -236,6 +253,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -254,10 +274,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -274,6 +294,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -285,4 +308,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) diff --git a/ci-operator/jobs/openshift/cluster-nfd-operator/openshift-cluster-nfd-operator-release-4.2-postsubmits.yaml b/ci-operator/jobs/openshift/cluster-nfd-operator/openshift-cluster-nfd-operator-release-4.2-postsubmits.yaml index 34bc0360c38e..b4ba7134e2c9 100644 --- a/ci-operator/jobs/openshift/cluster-nfd-operator/openshift-cluster-nfd-operator-release-4.2-postsubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-nfd-operator/openshift-cluster-nfd-operator-release-4.2-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-cluster-nfd-operator-release-4.2-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/cluster-nfd-operator/openshift-cluster-nfd-operator-release-4.2-presubmits.yaml b/ci-operator/jobs/openshift/cluster-nfd-operator/openshift-cluster-nfd-operator-release-4.2-presubmits.yaml index 8c867f209f8c..a8dec683a336 100644 --- a/ci-operator/jobs/openshift/cluster-nfd-operator/openshift-cluster-nfd-operator-release-4.2-presubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-nfd-operator/openshift-cluster-nfd-operator-release-4.2-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -46,6 +44,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -68,6 +69,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -86,13 +90,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -115,6 +117,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -137,6 +142,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -155,10 +163,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -176,6 +184,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -187,6 +198,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -205,10 +219,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -225,6 +239,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -236,6 +253,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -254,10 +274,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -274,6 +294,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -285,4 +308,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) diff --git a/ci-operator/jobs/openshift/cluster-nfd-operator/openshift-cluster-nfd-operator-release-4.3-postsubmits.yaml b/ci-operator/jobs/openshift/cluster-nfd-operator/openshift-cluster-nfd-operator-release-4.3-postsubmits.yaml index 2ef1e5aa27ae..55b4402e6c70 100644 --- a/ci-operator/jobs/openshift/cluster-nfd-operator/openshift-cluster-nfd-operator-release-4.3-postsubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-nfd-operator/openshift-cluster-nfd-operator-release-4.3-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-cluster-nfd-operator-release-4.3-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/cluster-nfd-operator/openshift-cluster-nfd-operator-release-4.3-presubmits.yaml b/ci-operator/jobs/openshift/cluster-nfd-operator/openshift-cluster-nfd-operator-release-4.3-presubmits.yaml index 041234d725d5..13022da87ccd 100644 --- a/ci-operator/jobs/openshift/cluster-nfd-operator/openshift-cluster-nfd-operator-release-4.3-presubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-nfd-operator/openshift-cluster-nfd-operator-release-4.3-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -46,6 +44,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -68,6 +69,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -86,13 +90,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -115,6 +117,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -137,6 +142,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -155,10 +163,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -176,6 +184,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -187,6 +198,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -205,10 +219,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -225,6 +239,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -236,6 +253,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -254,10 +274,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -274,6 +294,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -285,4 +308,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) diff --git a/ci-operator/jobs/openshift/cluster-nfd-operator/openshift-cluster-nfd-operator-release-4.4-postsubmits.yaml b/ci-operator/jobs/openshift/cluster-nfd-operator/openshift-cluster-nfd-operator-release-4.4-postsubmits.yaml index fa9f339716d1..aca6600489c9 100644 --- a/ci-operator/jobs/openshift/cluster-nfd-operator/openshift-cluster-nfd-operator-release-4.4-postsubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-nfd-operator/openshift-cluster-nfd-operator-release-4.4-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-cluster-nfd-operator-release-4.4-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/cluster-nfd-operator/openshift-cluster-nfd-operator-release-4.4-presubmits.yaml b/ci-operator/jobs/openshift/cluster-nfd-operator/openshift-cluster-nfd-operator-release-4.4-presubmits.yaml index 295020c567a7..99a564e0d25e 100644 --- a/ci-operator/jobs/openshift/cluster-nfd-operator/openshift-cluster-nfd-operator-release-4.4-presubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-nfd-operator/openshift-cluster-nfd-operator-release-4.4-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -46,6 +44,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -68,6 +69,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -86,13 +90,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -115,6 +117,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -137,6 +142,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -155,10 +163,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -176,6 +184,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -187,6 +198,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -205,10 +219,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -225,6 +239,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -236,6 +253,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -254,10 +274,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -274,6 +294,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -285,4 +308,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) diff --git a/ci-operator/jobs/openshift/cluster-nfd-operator/openshift-cluster-nfd-operator-release-4.5-postsubmits.yaml b/ci-operator/jobs/openshift/cluster-nfd-operator/openshift-cluster-nfd-operator-release-4.5-postsubmits.yaml index 62a0f525b777..5f4a70c9f843 100644 --- a/ci-operator/jobs/openshift/cluster-nfd-operator/openshift-cluster-nfd-operator-release-4.5-postsubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-nfd-operator/openshift-cluster-nfd-operator-release-4.5-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-cluster-nfd-operator-release-4.5-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/cluster-nfd-operator/openshift-cluster-nfd-operator-release-4.5-presubmits.yaml b/ci-operator/jobs/openshift/cluster-nfd-operator/openshift-cluster-nfd-operator-release-4.5-presubmits.yaml index 1e3ec25b5261..f6861f144eba 100644 --- a/ci-operator/jobs/openshift/cluster-nfd-operator/openshift-cluster-nfd-operator-release-4.5-presubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-nfd-operator/openshift-cluster-nfd-operator-release-4.5-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -46,6 +44,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -68,6 +69,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -86,13 +90,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -115,6 +117,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -137,6 +142,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -155,10 +163,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -175,6 +183,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -186,6 +197,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -204,10 +218,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -224,6 +238,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -235,6 +252,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -253,10 +273,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -273,6 +293,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -284,4 +307,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) diff --git a/ci-operator/jobs/openshift/cluster-nfd-operator/openshift-cluster-nfd-operator-release-4.6-postsubmits.yaml b/ci-operator/jobs/openshift/cluster-nfd-operator/openshift-cluster-nfd-operator-release-4.6-postsubmits.yaml index 84ca1cdf5e26..b871553973f1 100644 --- a/ci-operator/jobs/openshift/cluster-nfd-operator/openshift-cluster-nfd-operator-release-4.6-postsubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-nfd-operator/openshift-cluster-nfd-operator-release-4.6-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-cluster-nfd-operator-release-4.6-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/cluster-nfd-operator/openshift-cluster-nfd-operator-release-4.6-presubmits.yaml b/ci-operator/jobs/openshift/cluster-nfd-operator/openshift-cluster-nfd-operator-release-4.6-presubmits.yaml index 4ca2376270f6..9c370ea6f172 100644 --- a/ci-operator/jobs/openshift/cluster-nfd-operator/openshift-cluster-nfd-operator-release-4.6-presubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-nfd-operator/openshift-cluster-nfd-operator-release-4.6-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -46,6 +44,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -68,6 +69,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -86,13 +90,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -115,6 +117,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -137,6 +142,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -155,10 +163,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -176,6 +184,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -187,6 +198,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -205,10 +219,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -225,6 +239,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -236,6 +253,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -254,10 +274,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -274,6 +294,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -285,4 +308,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) diff --git a/ci-operator/jobs/openshift/cluster-nfd-operator/openshift-cluster-nfd-operator-release-4.7-postsubmits.yaml b/ci-operator/jobs/openshift/cluster-nfd-operator/openshift-cluster-nfd-operator-release-4.7-postsubmits.yaml index 9a4287204b3e..c0acb37ab06c 100644 --- a/ci-operator/jobs/openshift/cluster-nfd-operator/openshift-cluster-nfd-operator-release-4.7-postsubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-nfd-operator/openshift-cluster-nfd-operator-release-4.7-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-cluster-nfd-operator-release-4.7-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/cluster-nfd-operator/openshift-cluster-nfd-operator-release-4.7-presubmits.yaml b/ci-operator/jobs/openshift/cluster-nfd-operator/openshift-cluster-nfd-operator-release-4.7-presubmits.yaml index 76b09378f9b1..55a4488f8cae 100644 --- a/ci-operator/jobs/openshift/cluster-nfd-operator/openshift-cluster-nfd-operator-release-4.7-presubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-nfd-operator/openshift-cluster-nfd-operator-release-4.7-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -46,6 +44,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -68,6 +69,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -86,13 +90,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -115,6 +117,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -137,6 +142,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -155,10 +163,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -176,6 +184,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -187,6 +198,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -205,10 +219,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -225,6 +239,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -236,6 +253,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -254,10 +274,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -274,6 +294,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -285,4 +308,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) diff --git a/ci-operator/jobs/openshift/cluster-node-tuning-operator/openshift-cluster-node-tuning-operator-master-postsubmits.yaml b/ci-operator/jobs/openshift/cluster-node-tuning-operator/openshift-cluster-node-tuning-operator-master-postsubmits.yaml index b5651e0e9a0c..cd37f23c8882 100644 --- a/ci-operator/jobs/openshift/cluster-node-tuning-operator/openshift-cluster-node-tuning-operator-master-postsubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-node-tuning-operator/openshift-cluster-node-tuning-operator-master-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-cluster-node-tuning-operator-master-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/cluster-node-tuning-operator/openshift-cluster-node-tuning-operator-master-presubmits.yaml b/ci-operator/jobs/openshift/cluster-node-tuning-operator/openshift-cluster-node-tuning-operator-master-presubmits.yaml index dcd49dcb9b1b..67bed2c431aa 100644 --- a/ci-operator/jobs/openshift/cluster-node-tuning-operator/openshift-cluster-node-tuning-operator-master-presubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-node-tuning-operator/openshift-cluster-node-tuning-operator-master-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -46,6 +44,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -68,6 +69,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -86,13 +90,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -115,6 +117,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -137,6 +142,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -155,10 +163,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -176,6 +184,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -187,6 +198,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -205,10 +219,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -225,6 +239,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -236,6 +253,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -254,10 +274,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -274,6 +294,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -285,4 +308,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) diff --git a/ci-operator/jobs/openshift/cluster-node-tuning-operator/openshift-cluster-node-tuning-operator-release-4.1-postsubmits.yaml b/ci-operator/jobs/openshift/cluster-node-tuning-operator/openshift-cluster-node-tuning-operator-release-4.1-postsubmits.yaml index 5d698cc599e9..cc497d6717d1 100644 --- a/ci-operator/jobs/openshift/cluster-node-tuning-operator/openshift-cluster-node-tuning-operator-release-4.1-postsubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-node-tuning-operator/openshift-cluster-node-tuning-operator-release-4.1-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-cluster-node-tuning-operator-release-4.1-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/cluster-node-tuning-operator/openshift-cluster-node-tuning-operator-release-4.1-presubmits.yaml b/ci-operator/jobs/openshift/cluster-node-tuning-operator/openshift-cluster-node-tuning-operator-release-4.1-presubmits.yaml index 918ee5def8aa..e99927918ebe 100644 --- a/ci-operator/jobs/openshift/cluster-node-tuning-operator/openshift-cluster-node-tuning-operator-release-4.1-presubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-node-tuning-operator/openshift-cluster-node-tuning-operator-release-4.1-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -46,6 +44,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -68,6 +69,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -86,13 +90,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -115,6 +117,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -137,6 +142,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -155,10 +163,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -176,6 +184,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -187,6 +198,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -205,10 +219,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -225,6 +239,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -236,6 +253,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -254,10 +274,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -274,6 +294,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -285,4 +308,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) diff --git a/ci-operator/jobs/openshift/cluster-node-tuning-operator/openshift-cluster-node-tuning-operator-release-4.2-postsubmits.yaml b/ci-operator/jobs/openshift/cluster-node-tuning-operator/openshift-cluster-node-tuning-operator-release-4.2-postsubmits.yaml index c09e52555216..a8616b56c7b5 100644 --- a/ci-operator/jobs/openshift/cluster-node-tuning-operator/openshift-cluster-node-tuning-operator-release-4.2-postsubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-node-tuning-operator/openshift-cluster-node-tuning-operator-release-4.2-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-cluster-node-tuning-operator-release-4.2-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/cluster-node-tuning-operator/openshift-cluster-node-tuning-operator-release-4.2-presubmits.yaml b/ci-operator/jobs/openshift/cluster-node-tuning-operator/openshift-cluster-node-tuning-operator-release-4.2-presubmits.yaml index 429e44eae1ef..17cc80d7afa8 100644 --- a/ci-operator/jobs/openshift/cluster-node-tuning-operator/openshift-cluster-node-tuning-operator-release-4.2-presubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-node-tuning-operator/openshift-cluster-node-tuning-operator-release-4.2-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -46,6 +44,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -68,6 +69,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -86,13 +90,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -115,6 +117,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -137,6 +142,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -155,10 +163,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -176,6 +184,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -187,6 +198,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -205,10 +219,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -225,6 +239,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -236,6 +253,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -254,10 +274,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -274,6 +294,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -285,4 +308,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) diff --git a/ci-operator/jobs/openshift/cluster-node-tuning-operator/openshift-cluster-node-tuning-operator-release-4.3-postsubmits.yaml b/ci-operator/jobs/openshift/cluster-node-tuning-operator/openshift-cluster-node-tuning-operator-release-4.3-postsubmits.yaml index 1034661ea1d5..bf556aafee23 100644 --- a/ci-operator/jobs/openshift/cluster-node-tuning-operator/openshift-cluster-node-tuning-operator-release-4.3-postsubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-node-tuning-operator/openshift-cluster-node-tuning-operator-release-4.3-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-cluster-node-tuning-operator-release-4.3-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/cluster-node-tuning-operator/openshift-cluster-node-tuning-operator-release-4.3-presubmits.yaml b/ci-operator/jobs/openshift/cluster-node-tuning-operator/openshift-cluster-node-tuning-operator-release-4.3-presubmits.yaml index 1cc52650b21d..9f6fcca49553 100644 --- a/ci-operator/jobs/openshift/cluster-node-tuning-operator/openshift-cluster-node-tuning-operator-release-4.3-presubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-node-tuning-operator/openshift-cluster-node-tuning-operator-release-4.3-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -46,6 +44,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -68,6 +69,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -86,13 +90,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -115,6 +117,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -137,6 +142,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -155,10 +163,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -176,6 +184,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -187,6 +198,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -205,10 +219,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -225,6 +239,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -236,6 +253,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -254,10 +274,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -274,6 +294,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -285,4 +308,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) diff --git a/ci-operator/jobs/openshift/cluster-node-tuning-operator/openshift-cluster-node-tuning-operator-release-4.4-postsubmits.yaml b/ci-operator/jobs/openshift/cluster-node-tuning-operator/openshift-cluster-node-tuning-operator-release-4.4-postsubmits.yaml index 53492210e609..efcad06fcc5e 100644 --- a/ci-operator/jobs/openshift/cluster-node-tuning-operator/openshift-cluster-node-tuning-operator-release-4.4-postsubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-node-tuning-operator/openshift-cluster-node-tuning-operator-release-4.4-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-cluster-node-tuning-operator-release-4.4-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/cluster-node-tuning-operator/openshift-cluster-node-tuning-operator-release-4.4-presubmits.yaml b/ci-operator/jobs/openshift/cluster-node-tuning-operator/openshift-cluster-node-tuning-operator-release-4.4-presubmits.yaml index 0732642b8d79..a20b7f95899f 100644 --- a/ci-operator/jobs/openshift/cluster-node-tuning-operator/openshift-cluster-node-tuning-operator-release-4.4-presubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-node-tuning-operator/openshift-cluster-node-tuning-operator-release-4.4-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -46,6 +44,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -68,6 +69,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -86,13 +90,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -115,6 +117,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -137,6 +142,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -155,10 +163,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -176,6 +184,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -187,6 +198,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -205,10 +219,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -225,6 +239,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -236,6 +253,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -254,10 +274,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -274,6 +294,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -285,4 +308,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) diff --git a/ci-operator/jobs/openshift/cluster-node-tuning-operator/openshift-cluster-node-tuning-operator-release-4.5-postsubmits.yaml b/ci-operator/jobs/openshift/cluster-node-tuning-operator/openshift-cluster-node-tuning-operator-release-4.5-postsubmits.yaml index fa8021cdd57a..d696377d2b81 100644 --- a/ci-operator/jobs/openshift/cluster-node-tuning-operator/openshift-cluster-node-tuning-operator-release-4.5-postsubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-node-tuning-operator/openshift-cluster-node-tuning-operator-release-4.5-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-cluster-node-tuning-operator-release-4.5-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/cluster-node-tuning-operator/openshift-cluster-node-tuning-operator-release-4.5-presubmits.yaml b/ci-operator/jobs/openshift/cluster-node-tuning-operator/openshift-cluster-node-tuning-operator-release-4.5-presubmits.yaml index f6d999e67529..994076f7bde3 100644 --- a/ci-operator/jobs/openshift/cluster-node-tuning-operator/openshift-cluster-node-tuning-operator-release-4.5-presubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-node-tuning-operator/openshift-cluster-node-tuning-operator-release-4.5-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -46,6 +44,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -68,6 +69,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -86,13 +90,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -115,6 +117,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -137,6 +142,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -155,10 +163,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -175,6 +183,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -186,6 +197,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -204,10 +218,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -224,6 +238,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -235,6 +252,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -253,10 +273,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -273,6 +293,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -284,4 +307,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) diff --git a/ci-operator/jobs/openshift/cluster-node-tuning-operator/openshift-cluster-node-tuning-operator-release-4.6-postsubmits.yaml b/ci-operator/jobs/openshift/cluster-node-tuning-operator/openshift-cluster-node-tuning-operator-release-4.6-postsubmits.yaml index ed24896414ec..df4c5200384f 100644 --- a/ci-operator/jobs/openshift/cluster-node-tuning-operator/openshift-cluster-node-tuning-operator-release-4.6-postsubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-node-tuning-operator/openshift-cluster-node-tuning-operator-release-4.6-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-cluster-node-tuning-operator-release-4.6-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/cluster-node-tuning-operator/openshift-cluster-node-tuning-operator-release-4.6-presubmits.yaml b/ci-operator/jobs/openshift/cluster-node-tuning-operator/openshift-cluster-node-tuning-operator-release-4.6-presubmits.yaml index eb705130fb33..c0bc06fc8008 100644 --- a/ci-operator/jobs/openshift/cluster-node-tuning-operator/openshift-cluster-node-tuning-operator-release-4.6-presubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-node-tuning-operator/openshift-cluster-node-tuning-operator-release-4.6-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -46,6 +44,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -68,6 +69,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -86,13 +90,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -115,6 +117,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -137,6 +142,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -155,10 +163,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -176,6 +184,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -187,6 +198,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -205,10 +219,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -225,6 +239,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -236,6 +253,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -254,10 +274,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -274,6 +294,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -285,4 +308,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) diff --git a/ci-operator/jobs/openshift/cluster-node-tuning-operator/openshift-cluster-node-tuning-operator-release-4.7-postsubmits.yaml b/ci-operator/jobs/openshift/cluster-node-tuning-operator/openshift-cluster-node-tuning-operator-release-4.7-postsubmits.yaml index 21107fc04a9b..19ec1b77a881 100644 --- a/ci-operator/jobs/openshift/cluster-node-tuning-operator/openshift-cluster-node-tuning-operator-release-4.7-postsubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-node-tuning-operator/openshift-cluster-node-tuning-operator-release-4.7-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-cluster-node-tuning-operator-release-4.7-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/cluster-node-tuning-operator/openshift-cluster-node-tuning-operator-release-4.7-presubmits.yaml b/ci-operator/jobs/openshift/cluster-node-tuning-operator/openshift-cluster-node-tuning-operator-release-4.7-presubmits.yaml index 2706877b8f74..2a063b0cb221 100644 --- a/ci-operator/jobs/openshift/cluster-node-tuning-operator/openshift-cluster-node-tuning-operator-release-4.7-presubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-node-tuning-operator/openshift-cluster-node-tuning-operator-release-4.7-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -46,6 +44,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -68,6 +69,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -86,13 +90,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -115,6 +117,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -137,6 +142,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -155,10 +163,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -176,6 +184,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -187,6 +198,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -205,10 +219,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -225,6 +239,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -236,6 +253,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -254,10 +274,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -274,6 +294,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -285,4 +308,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) diff --git a/ci-operator/jobs/openshift/cluster-openshift-apiserver-operator/openshift-cluster-openshift-apiserver-operator-master-postsubmits.yaml b/ci-operator/jobs/openshift/cluster-openshift-apiserver-operator/openshift-cluster-openshift-apiserver-operator-master-postsubmits.yaml index eec2b5e27626..1c70b478af70 100644 --- a/ci-operator/jobs/openshift/cluster-openshift-apiserver-operator/openshift-cluster-openshift-apiserver-operator-master-postsubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-openshift-apiserver-operator/openshift-cluster-openshift-apiserver-operator-master-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-cluster-openshift-apiserver-operator-master-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/cluster-openshift-apiserver-operator/openshift-cluster-openshift-apiserver-operator-master-presubmits.yaml b/ci-operator/jobs/openshift/cluster-openshift-apiserver-operator/openshift-cluster-openshift-apiserver-operator-master-presubmits.yaml index 949d6bb55639..d9c7594ab9fc 100644 --- a/ci-operator/jobs/openshift/cluster-openshift-apiserver-operator/openshift-cluster-openshift-apiserver-operator-master-presubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-openshift-apiserver-operator/openshift-cluster-openshift-apiserver-operator-master-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -46,6 +44,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -68,6 +69,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -86,13 +90,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-operator-cluster-profile - --target=e2e-aws-operator - --template=/usr/local/e2e-aws-operator @@ -128,6 +130,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -153,6 +158,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-operator,?($|\s.*) - agent: kubernetes always_run: false @@ -172,13 +180,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-operator-encryption-cluster-profile - --target=e2e-aws-operator-encryption - --template=/usr/local/e2e-aws-operator-encryption @@ -214,6 +220,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -239,6 +248,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-operator-encryption,?($|\s.*) - agent: kubernetes always_run: false @@ -258,13 +270,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-operator-encryption-perf-cluster-profile - --target=e2e-aws-operator-encryption-perf - --template=/usr/local/e2e-aws-operator-encryption-perf @@ -300,6 +310,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -325,6 +338,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-operator-encryption-perf,?($|\s.*) - agent: kubernetes always_run: true @@ -343,13 +359,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -372,6 +386,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -394,6 +411,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -412,10 +432,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -433,6 +453,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -444,6 +467,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -462,10 +488,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -482,6 +508,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -493,6 +522,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -511,10 +543,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -531,6 +563,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -542,4 +577,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) diff --git a/ci-operator/jobs/openshift/cluster-openshift-apiserver-operator/openshift-cluster-openshift-apiserver-operator-release-4.1-postsubmits.yaml b/ci-operator/jobs/openshift/cluster-openshift-apiserver-operator/openshift-cluster-openshift-apiserver-operator-release-4.1-postsubmits.yaml index dccc5b9f35ad..32920ceb77d5 100644 --- a/ci-operator/jobs/openshift/cluster-openshift-apiserver-operator/openshift-cluster-openshift-apiserver-operator-release-4.1-postsubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-openshift-apiserver-operator/openshift-cluster-openshift-apiserver-operator-release-4.1-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-cluster-openshift-apiserver-operator-release-4.1-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/cluster-openshift-apiserver-operator/openshift-cluster-openshift-apiserver-operator-release-4.1-presubmits.yaml b/ci-operator/jobs/openshift/cluster-openshift-apiserver-operator/openshift-cluster-openshift-apiserver-operator-release-4.1-presubmits.yaml index cf0cdf7c85f8..26c77cd9fe2d 100644 --- a/ci-operator/jobs/openshift/cluster-openshift-apiserver-operator/openshift-cluster-openshift-apiserver-operator-release-4.1-presubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-openshift-apiserver-operator/openshift-cluster-openshift-apiserver-operator-release-4.1-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -46,6 +44,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -68,6 +69,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -86,13 +90,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-operator-cluster-profile - --target=e2e-aws-operator - --template=/usr/local/e2e-aws-operator @@ -128,6 +130,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -153,6 +158,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-operator,?($|\s.*) - agent: kubernetes always_run: true @@ -171,13 +179,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -200,6 +206,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -222,6 +231,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -240,10 +252,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -261,6 +273,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -272,6 +287,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -290,10 +308,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -310,6 +328,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -321,6 +342,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -339,10 +363,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -359,6 +383,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -370,6 +397,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) - agent: kubernetes always_run: true @@ -389,10 +419,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify-deps command: - ci-operator @@ -409,6 +439,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -420,4 +453,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify-deps,?($|\s.*) diff --git a/ci-operator/jobs/openshift/cluster-openshift-apiserver-operator/openshift-cluster-openshift-apiserver-operator-release-4.2-postsubmits.yaml b/ci-operator/jobs/openshift/cluster-openshift-apiserver-operator/openshift-cluster-openshift-apiserver-operator-release-4.2-postsubmits.yaml index daed82747bd7..007011fec027 100644 --- a/ci-operator/jobs/openshift/cluster-openshift-apiserver-operator/openshift-cluster-openshift-apiserver-operator-release-4.2-postsubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-openshift-apiserver-operator/openshift-cluster-openshift-apiserver-operator-release-4.2-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-cluster-openshift-apiserver-operator-release-4.2-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/cluster-openshift-apiserver-operator/openshift-cluster-openshift-apiserver-operator-release-4.2-presubmits.yaml b/ci-operator/jobs/openshift/cluster-openshift-apiserver-operator/openshift-cluster-openshift-apiserver-operator-release-4.2-presubmits.yaml index d1434366dfbf..2b46adeb8907 100644 --- a/ci-operator/jobs/openshift/cluster-openshift-apiserver-operator/openshift-cluster-openshift-apiserver-operator-release-4.2-presubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-openshift-apiserver-operator/openshift-cluster-openshift-apiserver-operator-release-4.2-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -46,6 +44,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -68,6 +69,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -86,13 +90,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-operator-cluster-profile - --target=e2e-aws-operator - --template=/usr/local/e2e-aws-operator @@ -128,6 +130,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -153,6 +158,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-operator,?($|\s.*) - agent: kubernetes always_run: true @@ -171,13 +179,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -200,6 +206,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -222,6 +231,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -240,10 +252,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -261,6 +273,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -272,6 +287,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -290,10 +308,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -310,6 +328,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -321,6 +342,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -339,10 +363,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -359,6 +383,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -370,6 +397,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) - agent: kubernetes always_run: true @@ -389,10 +419,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify-deps command: - ci-operator @@ -409,6 +439,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -420,4 +453,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify-deps,?($|\s.*) diff --git a/ci-operator/jobs/openshift/cluster-openshift-apiserver-operator/openshift-cluster-openshift-apiserver-operator-release-4.3-postsubmits.yaml b/ci-operator/jobs/openshift/cluster-openshift-apiserver-operator/openshift-cluster-openshift-apiserver-operator-release-4.3-postsubmits.yaml index c74c7e156051..64da983b20dc 100644 --- a/ci-operator/jobs/openshift/cluster-openshift-apiserver-operator/openshift-cluster-openshift-apiserver-operator-release-4.3-postsubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-openshift-apiserver-operator/openshift-cluster-openshift-apiserver-operator-release-4.3-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-cluster-openshift-apiserver-operator-release-4.3-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/cluster-openshift-apiserver-operator/openshift-cluster-openshift-apiserver-operator-release-4.3-presubmits.yaml b/ci-operator/jobs/openshift/cluster-openshift-apiserver-operator/openshift-cluster-openshift-apiserver-operator-release-4.3-presubmits.yaml index fcd103619464..e03062996548 100644 --- a/ci-operator/jobs/openshift/cluster-openshift-apiserver-operator/openshift-cluster-openshift-apiserver-operator-release-4.3-presubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-openshift-apiserver-operator/openshift-cluster-openshift-apiserver-operator-release-4.3-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -46,6 +44,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -68,6 +69,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -86,13 +90,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-operator-cluster-profile - --target=e2e-aws-operator - --template=/usr/local/e2e-aws-operator @@ -128,6 +130,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -153,6 +158,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-operator,?($|\s.*) - agent: kubernetes always_run: false @@ -172,13 +180,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-operator-encryption-cluster-profile - --target=e2e-aws-operator-encryption - --template=/usr/local/e2e-aws-operator-encryption @@ -214,6 +220,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -239,6 +248,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-operator-encryption,?($|\s.*) - agent: kubernetes always_run: true @@ -257,13 +269,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -286,6 +296,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -308,6 +321,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -326,10 +342,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -347,6 +363,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -358,6 +377,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -376,10 +398,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -396,6 +418,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -407,6 +432,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -425,10 +453,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -445,6 +473,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -456,6 +487,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) - agent: kubernetes always_run: true @@ -475,10 +509,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify-deps command: - ci-operator @@ -495,6 +529,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -506,4 +543,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify-deps,?($|\s.*) diff --git a/ci-operator/jobs/openshift/cluster-openshift-apiserver-operator/openshift-cluster-openshift-apiserver-operator-release-4.4-postsubmits.yaml b/ci-operator/jobs/openshift/cluster-openshift-apiserver-operator/openshift-cluster-openshift-apiserver-operator-release-4.4-postsubmits.yaml index 73c3d568cdfb..0436fcae1ac0 100644 --- a/ci-operator/jobs/openshift/cluster-openshift-apiserver-operator/openshift-cluster-openshift-apiserver-operator-release-4.4-postsubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-openshift-apiserver-operator/openshift-cluster-openshift-apiserver-operator-release-4.4-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-cluster-openshift-apiserver-operator-release-4.4-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/cluster-openshift-apiserver-operator/openshift-cluster-openshift-apiserver-operator-release-4.4-presubmits.yaml b/ci-operator/jobs/openshift/cluster-openshift-apiserver-operator/openshift-cluster-openshift-apiserver-operator-release-4.4-presubmits.yaml index a3f356390056..7a7d74404f8b 100644 --- a/ci-operator/jobs/openshift/cluster-openshift-apiserver-operator/openshift-cluster-openshift-apiserver-operator-release-4.4-presubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-openshift-apiserver-operator/openshift-cluster-openshift-apiserver-operator-release-4.4-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -46,6 +44,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -68,6 +69,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -86,13 +90,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-operator-cluster-profile - --target=e2e-aws-operator - --template=/usr/local/e2e-aws-operator @@ -128,6 +130,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -153,6 +158,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-operator,?($|\s.*) - agent: kubernetes always_run: false @@ -172,13 +180,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-operator-encryption-cluster-profile - --target=e2e-aws-operator-encryption - --template=/usr/local/e2e-aws-operator-encryption @@ -214,6 +220,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -239,6 +248,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-operator-encryption,?($|\s.*) - agent: kubernetes always_run: false @@ -258,13 +270,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-operator-encryption-perf-cluster-profile - --target=e2e-aws-operator-encryption-perf - --template=/usr/local/e2e-aws-operator-encryption-perf @@ -300,6 +310,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -325,6 +338,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-operator-encryption-perf,?($|\s.*) - agent: kubernetes always_run: true @@ -343,13 +359,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -372,6 +386,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -394,6 +411,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -412,10 +432,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -433,6 +453,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -444,6 +467,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -462,10 +488,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -482,6 +508,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -493,6 +522,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -511,10 +543,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -531,6 +563,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -542,4 +577,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) diff --git a/ci-operator/jobs/openshift/cluster-openshift-apiserver-operator/openshift-cluster-openshift-apiserver-operator-release-4.5-postsubmits.yaml b/ci-operator/jobs/openshift/cluster-openshift-apiserver-operator/openshift-cluster-openshift-apiserver-operator-release-4.5-postsubmits.yaml index 98b9f06b2214..3d55264af1a4 100644 --- a/ci-operator/jobs/openshift/cluster-openshift-apiserver-operator/openshift-cluster-openshift-apiserver-operator-release-4.5-postsubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-openshift-apiserver-operator/openshift-cluster-openshift-apiserver-operator-release-4.5-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-cluster-openshift-apiserver-operator-release-4.5-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/cluster-openshift-apiserver-operator/openshift-cluster-openshift-apiserver-operator-release-4.5-presubmits.yaml b/ci-operator/jobs/openshift/cluster-openshift-apiserver-operator/openshift-cluster-openshift-apiserver-operator-release-4.5-presubmits.yaml index e619de11004d..fbf3113af85e 100644 --- a/ci-operator/jobs/openshift/cluster-openshift-apiserver-operator/openshift-cluster-openshift-apiserver-operator-release-4.5-presubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-openshift-apiserver-operator/openshift-cluster-openshift-apiserver-operator-release-4.5-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -46,6 +44,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -68,6 +69,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -86,13 +90,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-operator-cluster-profile - --target=e2e-aws-operator - --template=/usr/local/e2e-aws-operator @@ -128,6 +130,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -153,6 +158,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-operator,?($|\s.*) - agent: kubernetes always_run: true @@ -171,13 +179,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-operator-encryption-cluster-profile - --target=e2e-aws-operator-encryption - --template=/usr/local/e2e-aws-operator-encryption @@ -213,6 +219,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -238,6 +247,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-operator-encryption,?($|\s.*) - agent: kubernetes always_run: true @@ -256,13 +268,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-operator-encryption-perf-cluster-profile - --target=e2e-aws-operator-encryption-perf - --template=/usr/local/e2e-aws-operator-encryption-perf @@ -298,6 +308,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -323,6 +336,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-operator-encryption-perf,?($|\s.*) - agent: kubernetes always_run: true @@ -341,13 +357,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -370,6 +384,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -392,6 +409,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -410,10 +430,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -430,6 +450,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -441,6 +464,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -459,10 +485,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -479,6 +505,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -490,6 +519,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -508,10 +540,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -528,6 +560,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -539,4 +574,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) diff --git a/ci-operator/jobs/openshift/cluster-openshift-apiserver-operator/openshift-cluster-openshift-apiserver-operator-release-4.6-postsubmits.yaml b/ci-operator/jobs/openshift/cluster-openshift-apiserver-operator/openshift-cluster-openshift-apiserver-operator-release-4.6-postsubmits.yaml index c1846fe3844e..a5ff1ff5f862 100644 --- a/ci-operator/jobs/openshift/cluster-openshift-apiserver-operator/openshift-cluster-openshift-apiserver-operator-release-4.6-postsubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-openshift-apiserver-operator/openshift-cluster-openshift-apiserver-operator-release-4.6-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-cluster-openshift-apiserver-operator-release-4.6-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/cluster-openshift-apiserver-operator/openshift-cluster-openshift-apiserver-operator-release-4.6-presubmits.yaml b/ci-operator/jobs/openshift/cluster-openshift-apiserver-operator/openshift-cluster-openshift-apiserver-operator-release-4.6-presubmits.yaml index fabdeead6b41..12127bb261e7 100644 --- a/ci-operator/jobs/openshift/cluster-openshift-apiserver-operator/openshift-cluster-openshift-apiserver-operator-release-4.6-presubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-openshift-apiserver-operator/openshift-cluster-openshift-apiserver-operator-release-4.6-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -46,6 +44,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -68,6 +69,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -86,13 +90,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-operator-cluster-profile - --target=e2e-aws-operator - --template=/usr/local/e2e-aws-operator @@ -128,6 +130,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -153,6 +158,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-operator,?($|\s.*) - agent: kubernetes always_run: false @@ -172,13 +180,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-operator-encryption-cluster-profile - --target=e2e-aws-operator-encryption - --template=/usr/local/e2e-aws-operator-encryption @@ -214,6 +220,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -239,6 +248,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-operator-encryption,?($|\s.*) - agent: kubernetes always_run: false @@ -258,13 +270,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-operator-encryption-perf-cluster-profile - --target=e2e-aws-operator-encryption-perf - --template=/usr/local/e2e-aws-operator-encryption-perf @@ -300,6 +310,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -325,6 +338,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-operator-encryption-perf,?($|\s.*) - agent: kubernetes always_run: true @@ -343,13 +359,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -372,6 +386,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -394,6 +411,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -412,10 +432,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -433,6 +453,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -444,6 +467,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -462,10 +488,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -482,6 +508,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -493,6 +522,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -511,10 +543,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -531,6 +563,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -542,4 +577,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) diff --git a/ci-operator/jobs/openshift/cluster-openshift-apiserver-operator/openshift-cluster-openshift-apiserver-operator-release-4.7-postsubmits.yaml b/ci-operator/jobs/openshift/cluster-openshift-apiserver-operator/openshift-cluster-openshift-apiserver-operator-release-4.7-postsubmits.yaml index 6986c7a8be35..aaba73968a98 100644 --- a/ci-operator/jobs/openshift/cluster-openshift-apiserver-operator/openshift-cluster-openshift-apiserver-operator-release-4.7-postsubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-openshift-apiserver-operator/openshift-cluster-openshift-apiserver-operator-release-4.7-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-cluster-openshift-apiserver-operator-release-4.7-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/cluster-openshift-apiserver-operator/openshift-cluster-openshift-apiserver-operator-release-4.7-presubmits.yaml b/ci-operator/jobs/openshift/cluster-openshift-apiserver-operator/openshift-cluster-openshift-apiserver-operator-release-4.7-presubmits.yaml index 0c4af37f5d98..9f04cf1505f7 100644 --- a/ci-operator/jobs/openshift/cluster-openshift-apiserver-operator/openshift-cluster-openshift-apiserver-operator-release-4.7-presubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-openshift-apiserver-operator/openshift-cluster-openshift-apiserver-operator-release-4.7-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -46,6 +44,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -68,6 +69,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -86,13 +90,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-operator-cluster-profile - --target=e2e-aws-operator - --template=/usr/local/e2e-aws-operator @@ -128,6 +130,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -153,6 +158,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-operator,?($|\s.*) - agent: kubernetes always_run: false @@ -172,13 +180,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-operator-encryption-cluster-profile - --target=e2e-aws-operator-encryption - --template=/usr/local/e2e-aws-operator-encryption @@ -214,6 +220,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -239,6 +248,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-operator-encryption,?($|\s.*) - agent: kubernetes always_run: false @@ -258,13 +270,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-operator-encryption-perf-cluster-profile - --target=e2e-aws-operator-encryption-perf - --template=/usr/local/e2e-aws-operator-encryption-perf @@ -300,6 +310,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -325,6 +338,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-operator-encryption-perf,?($|\s.*) - agent: kubernetes always_run: true @@ -343,13 +359,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -372,6 +386,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -394,6 +411,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -412,10 +432,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -433,6 +453,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -444,6 +467,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -462,10 +488,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -482,6 +508,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -493,6 +522,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -511,10 +543,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -531,6 +563,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -542,4 +577,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) diff --git a/ci-operator/jobs/openshift/cluster-openshift-controller-manager-operator/openshift-cluster-openshift-controller-manager-operator-master-postsubmits.yaml b/ci-operator/jobs/openshift/cluster-openshift-controller-manager-operator/openshift-cluster-openshift-controller-manager-operator-master-postsubmits.yaml index 9ceb88583807..c925a0a0b130 100644 --- a/ci-operator/jobs/openshift/cluster-openshift-controller-manager-operator/openshift-cluster-openshift-controller-manager-operator-master-postsubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-openshift-controller-manager-operator/openshift-cluster-openshift-controller-manager-operator-master-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-cluster-openshift-controller-manager-operator-master-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/cluster-openshift-controller-manager-operator/openshift-cluster-openshift-controller-manager-operator-master-presubmits.yaml b/ci-operator/jobs/openshift/cluster-openshift-controller-manager-operator/openshift-cluster-openshift-controller-manager-operator-master-presubmits.yaml index 7853d186974a..e5eb67b208dc 100644 --- a/ci-operator/jobs/openshift/cluster-openshift-controller-manager-operator/openshift-cluster-openshift-controller-manager-operator-master-presubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-openshift-controller-manager-operator/openshift-cluster-openshift-controller-manager-operator-master-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -46,6 +44,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -68,6 +69,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -86,13 +90,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-operator-cluster-profile - --target=e2e-aws-operator - --template=/usr/local/e2e-aws-operator @@ -126,6 +128,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -151,6 +156,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-operator,?($|\s.*) - agent: kubernetes always_run: true @@ -169,13 +177,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -198,6 +204,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -220,6 +229,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -238,10 +250,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -259,6 +271,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -270,6 +285,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -288,10 +306,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -308,6 +326,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -319,6 +340,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -337,10 +361,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -357,6 +381,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -368,4 +395,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) diff --git a/ci-operator/jobs/openshift/cluster-openshift-controller-manager-operator/openshift-cluster-openshift-controller-manager-operator-release-4.1-postsubmits.yaml b/ci-operator/jobs/openshift/cluster-openshift-controller-manager-operator/openshift-cluster-openshift-controller-manager-operator-release-4.1-postsubmits.yaml index 4850156e930b..df064e0c8e06 100644 --- a/ci-operator/jobs/openshift/cluster-openshift-controller-manager-operator/openshift-cluster-openshift-controller-manager-operator-release-4.1-postsubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-openshift-controller-manager-operator/openshift-cluster-openshift-controller-manager-operator-release-4.1-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-cluster-openshift-controller-manager-operator-release-4.1-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/cluster-openshift-controller-manager-operator/openshift-cluster-openshift-controller-manager-operator-release-4.1-presubmits.yaml b/ci-operator/jobs/openshift/cluster-openshift-controller-manager-operator/openshift-cluster-openshift-controller-manager-operator-release-4.1-presubmits.yaml index 1180e3d49aa2..4e2d364f96b7 100644 --- a/ci-operator/jobs/openshift/cluster-openshift-controller-manager-operator/openshift-cluster-openshift-controller-manager-operator-release-4.1-presubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-openshift-controller-manager-operator/openshift-cluster-openshift-controller-manager-operator-release-4.1-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -46,6 +44,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -68,6 +69,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -86,13 +90,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-operator-cluster-profile - --target=e2e-aws-operator - --template=/usr/local/e2e-aws-operator @@ -126,6 +128,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -151,6 +156,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-operator,?($|\s.*) - agent: kubernetes always_run: true @@ -169,13 +177,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -198,6 +204,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -220,6 +229,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -238,10 +250,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -259,6 +271,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -270,6 +285,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -288,10 +306,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -308,6 +326,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -319,6 +340,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -337,10 +361,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -357,6 +381,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -368,4 +395,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) diff --git a/ci-operator/jobs/openshift/cluster-openshift-controller-manager-operator/openshift-cluster-openshift-controller-manager-operator-release-4.2-postsubmits.yaml b/ci-operator/jobs/openshift/cluster-openshift-controller-manager-operator/openshift-cluster-openshift-controller-manager-operator-release-4.2-postsubmits.yaml index d8a7eaa5b4d3..885fabf2a4b9 100644 --- a/ci-operator/jobs/openshift/cluster-openshift-controller-manager-operator/openshift-cluster-openshift-controller-manager-operator-release-4.2-postsubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-openshift-controller-manager-operator/openshift-cluster-openshift-controller-manager-operator-release-4.2-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-cluster-openshift-controller-manager-operator-release-4.2-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/cluster-openshift-controller-manager-operator/openshift-cluster-openshift-controller-manager-operator-release-4.2-presubmits.yaml b/ci-operator/jobs/openshift/cluster-openshift-controller-manager-operator/openshift-cluster-openshift-controller-manager-operator-release-4.2-presubmits.yaml index 0253bed6c24d..a9f273f80215 100644 --- a/ci-operator/jobs/openshift/cluster-openshift-controller-manager-operator/openshift-cluster-openshift-controller-manager-operator-release-4.2-presubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-openshift-controller-manager-operator/openshift-cluster-openshift-controller-manager-operator-release-4.2-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -46,6 +44,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -68,6 +69,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -86,13 +90,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-operator-cluster-profile - --target=e2e-aws-operator - --template=/usr/local/e2e-aws-operator @@ -126,6 +128,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -151,6 +156,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-operator,?($|\s.*) - agent: kubernetes always_run: true @@ -169,13 +177,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -198,6 +204,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -220,6 +229,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -238,10 +250,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -259,6 +271,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -270,6 +285,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -288,10 +306,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -308,6 +326,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -319,6 +340,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -337,10 +361,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -357,6 +381,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -368,6 +395,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) - agent: kubernetes always_run: true @@ -387,10 +417,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify-deps command: - ci-operator @@ -407,6 +437,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -418,4 +451,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify-deps,?($|\s.*) diff --git a/ci-operator/jobs/openshift/cluster-openshift-controller-manager-operator/openshift-cluster-openshift-controller-manager-operator-release-4.3-postsubmits.yaml b/ci-operator/jobs/openshift/cluster-openshift-controller-manager-operator/openshift-cluster-openshift-controller-manager-operator-release-4.3-postsubmits.yaml index 95c6d3d4e573..80cc19333049 100644 --- a/ci-operator/jobs/openshift/cluster-openshift-controller-manager-operator/openshift-cluster-openshift-controller-manager-operator-release-4.3-postsubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-openshift-controller-manager-operator/openshift-cluster-openshift-controller-manager-operator-release-4.3-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-cluster-openshift-controller-manager-operator-release-4.3-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/cluster-openshift-controller-manager-operator/openshift-cluster-openshift-controller-manager-operator-release-4.3-presubmits.yaml b/ci-operator/jobs/openshift/cluster-openshift-controller-manager-operator/openshift-cluster-openshift-controller-manager-operator-release-4.3-presubmits.yaml index 333c5d201f7f..f5f655af3861 100644 --- a/ci-operator/jobs/openshift/cluster-openshift-controller-manager-operator/openshift-cluster-openshift-controller-manager-operator-release-4.3-presubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-openshift-controller-manager-operator/openshift-cluster-openshift-controller-manager-operator-release-4.3-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -46,6 +44,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -68,6 +69,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -86,13 +90,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-operator-cluster-profile - --target=e2e-aws-operator - --template=/usr/local/e2e-aws-operator @@ -126,6 +128,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -151,6 +156,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-operator,?($|\s.*) - agent: kubernetes always_run: true @@ -169,13 +177,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -198,6 +204,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -220,6 +229,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -238,10 +250,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -259,6 +271,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -270,6 +285,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -288,10 +306,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -308,6 +326,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -319,6 +340,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -337,10 +361,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -357,6 +381,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -368,4 +395,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) diff --git a/ci-operator/jobs/openshift/cluster-openshift-controller-manager-operator/openshift-cluster-openshift-controller-manager-operator-release-4.4-postsubmits.yaml b/ci-operator/jobs/openshift/cluster-openshift-controller-manager-operator/openshift-cluster-openshift-controller-manager-operator-release-4.4-postsubmits.yaml index 53d8aa9778f8..a1b133eb4173 100644 --- a/ci-operator/jobs/openshift/cluster-openshift-controller-manager-operator/openshift-cluster-openshift-controller-manager-operator-release-4.4-postsubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-openshift-controller-manager-operator/openshift-cluster-openshift-controller-manager-operator-release-4.4-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-cluster-openshift-controller-manager-operator-release-4.4-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/cluster-openshift-controller-manager-operator/openshift-cluster-openshift-controller-manager-operator-release-4.4-presubmits.yaml b/ci-operator/jobs/openshift/cluster-openshift-controller-manager-operator/openshift-cluster-openshift-controller-manager-operator-release-4.4-presubmits.yaml index db7220c2201a..2094f2133c67 100644 --- a/ci-operator/jobs/openshift/cluster-openshift-controller-manager-operator/openshift-cluster-openshift-controller-manager-operator-release-4.4-presubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-openshift-controller-manager-operator/openshift-cluster-openshift-controller-manager-operator-release-4.4-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -46,6 +44,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -68,6 +69,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -86,13 +90,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-operator-cluster-profile - --target=e2e-aws-operator - --template=/usr/local/e2e-aws-operator @@ -126,6 +128,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -151,6 +156,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-operator,?($|\s.*) - agent: kubernetes always_run: true @@ -169,13 +177,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -198,6 +204,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -220,6 +229,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -238,10 +250,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -259,6 +271,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -270,6 +285,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -288,10 +306,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -308,6 +326,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -319,6 +340,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -337,10 +361,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -357,6 +381,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -368,4 +395,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) diff --git a/ci-operator/jobs/openshift/cluster-openshift-controller-manager-operator/openshift-cluster-openshift-controller-manager-operator-release-4.5-postsubmits.yaml b/ci-operator/jobs/openshift/cluster-openshift-controller-manager-operator/openshift-cluster-openshift-controller-manager-operator-release-4.5-postsubmits.yaml index 9f904ad18798..40bf1b5e553d 100644 --- a/ci-operator/jobs/openshift/cluster-openshift-controller-manager-operator/openshift-cluster-openshift-controller-manager-operator-release-4.5-postsubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-openshift-controller-manager-operator/openshift-cluster-openshift-controller-manager-operator-release-4.5-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-cluster-openshift-controller-manager-operator-release-4.5-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/cluster-openshift-controller-manager-operator/openshift-cluster-openshift-controller-manager-operator-release-4.5-presubmits.yaml b/ci-operator/jobs/openshift/cluster-openshift-controller-manager-operator/openshift-cluster-openshift-controller-manager-operator-release-4.5-presubmits.yaml index 622b2bba55b1..5604e745318a 100644 --- a/ci-operator/jobs/openshift/cluster-openshift-controller-manager-operator/openshift-cluster-openshift-controller-manager-operator-release-4.5-presubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-openshift-controller-manager-operator/openshift-cluster-openshift-controller-manager-operator-release-4.5-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -46,6 +44,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -68,6 +69,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -86,13 +90,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-operator-cluster-profile - --target=e2e-aws-operator - --template=/usr/local/e2e-aws-operator @@ -126,6 +128,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -151,6 +156,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-operator,?($|\s.*) - agent: kubernetes always_run: true @@ -169,13 +177,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -198,6 +204,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -220,6 +229,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -238,10 +250,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -258,6 +270,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -269,6 +284,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -287,10 +305,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -307,6 +325,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -318,6 +339,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -336,10 +360,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -356,6 +380,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -367,4 +394,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) diff --git a/ci-operator/jobs/openshift/cluster-openshift-controller-manager-operator/openshift-cluster-openshift-controller-manager-operator-release-4.6-postsubmits.yaml b/ci-operator/jobs/openshift/cluster-openshift-controller-manager-operator/openshift-cluster-openshift-controller-manager-operator-release-4.6-postsubmits.yaml index 6dd82b894452..3feb90fdbc2d 100644 --- a/ci-operator/jobs/openshift/cluster-openshift-controller-manager-operator/openshift-cluster-openshift-controller-manager-operator-release-4.6-postsubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-openshift-controller-manager-operator/openshift-cluster-openshift-controller-manager-operator-release-4.6-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-cluster-openshift-controller-manager-operator-release-4.6-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/cluster-openshift-controller-manager-operator/openshift-cluster-openshift-controller-manager-operator-release-4.6-presubmits.yaml b/ci-operator/jobs/openshift/cluster-openshift-controller-manager-operator/openshift-cluster-openshift-controller-manager-operator-release-4.6-presubmits.yaml index b1323641aa95..5a1cca723261 100644 --- a/ci-operator/jobs/openshift/cluster-openshift-controller-manager-operator/openshift-cluster-openshift-controller-manager-operator-release-4.6-presubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-openshift-controller-manager-operator/openshift-cluster-openshift-controller-manager-operator-release-4.6-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -46,6 +44,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -68,6 +69,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -86,13 +90,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-operator-cluster-profile - --target=e2e-aws-operator - --template=/usr/local/e2e-aws-operator @@ -126,6 +128,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -151,6 +156,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-operator,?($|\s.*) - agent: kubernetes always_run: true @@ -169,13 +177,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -198,6 +204,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -220,6 +229,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -238,10 +250,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -259,6 +271,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -270,6 +285,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -288,10 +306,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -308,6 +326,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -319,6 +340,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -337,10 +361,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -357,6 +381,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -368,4 +395,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) diff --git a/ci-operator/jobs/openshift/cluster-openshift-controller-manager-operator/openshift-cluster-openshift-controller-manager-operator-release-4.7-postsubmits.yaml b/ci-operator/jobs/openshift/cluster-openshift-controller-manager-operator/openshift-cluster-openshift-controller-manager-operator-release-4.7-postsubmits.yaml index a571ddd36d57..1ea5acb9b067 100644 --- a/ci-operator/jobs/openshift/cluster-openshift-controller-manager-operator/openshift-cluster-openshift-controller-manager-operator-release-4.7-postsubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-openshift-controller-manager-operator/openshift-cluster-openshift-controller-manager-operator-release-4.7-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-cluster-openshift-controller-manager-operator-release-4.7-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/cluster-openshift-controller-manager-operator/openshift-cluster-openshift-controller-manager-operator-release-4.7-presubmits.yaml b/ci-operator/jobs/openshift/cluster-openshift-controller-manager-operator/openshift-cluster-openshift-controller-manager-operator-release-4.7-presubmits.yaml index 02444ad597fb..838f55a31b77 100644 --- a/ci-operator/jobs/openshift/cluster-openshift-controller-manager-operator/openshift-cluster-openshift-controller-manager-operator-release-4.7-presubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-openshift-controller-manager-operator/openshift-cluster-openshift-controller-manager-operator-release-4.7-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -46,6 +44,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -68,6 +69,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -86,13 +90,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-operator-cluster-profile - --target=e2e-aws-operator - --template=/usr/local/e2e-aws-operator @@ -126,6 +128,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -151,6 +156,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-operator,?($|\s.*) - agent: kubernetes always_run: true @@ -169,13 +177,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -198,6 +204,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -220,6 +229,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -238,10 +250,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -259,6 +271,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -270,6 +285,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -288,10 +306,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -308,6 +326,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -319,6 +340,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -337,10 +361,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -357,6 +381,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -368,4 +395,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) diff --git a/ci-operator/jobs/openshift/cluster-policy-controller/openshift-cluster-policy-controller-master-postsubmits.yaml b/ci-operator/jobs/openshift/cluster-policy-controller/openshift-cluster-policy-controller-master-postsubmits.yaml index ca85c01a9863..975f9f9aed42 100644 --- a/ci-operator/jobs/openshift/cluster-policy-controller/openshift-cluster-policy-controller-master-postsubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-policy-controller/openshift-cluster-policy-controller-master-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-cluster-policy-controller-master-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/cluster-policy-controller/openshift-cluster-policy-controller-master-presubmits.yaml b/ci-operator/jobs/openshift/cluster-policy-controller/openshift-cluster-policy-controller-master-presubmits.yaml index c1cf8d29e582..048521269f55 100644 --- a/ci-operator/jobs/openshift/cluster-policy-controller/openshift-cluster-policy-controller-master-presubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-policy-controller/openshift-cluster-policy-controller-master-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -46,6 +44,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -68,6 +69,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -86,13 +90,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -115,6 +117,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -137,6 +142,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -155,10 +163,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -176,6 +184,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -187,6 +198,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -205,10 +219,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -225,6 +239,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -236,6 +253,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -254,10 +274,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -274,6 +294,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -285,6 +308,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) - agent: kubernetes always_run: true @@ -303,10 +329,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify-deps command: - ci-operator @@ -323,6 +349,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -334,4 +363,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify-deps,?($|\s.*) diff --git a/ci-operator/jobs/openshift/cluster-policy-controller/openshift-cluster-policy-controller-release-4.3-postsubmits.yaml b/ci-operator/jobs/openshift/cluster-policy-controller/openshift-cluster-policy-controller-release-4.3-postsubmits.yaml index 3528cc9f8e6f..871ed90697d8 100644 --- a/ci-operator/jobs/openshift/cluster-policy-controller/openshift-cluster-policy-controller-release-4.3-postsubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-policy-controller/openshift-cluster-policy-controller-release-4.3-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-cluster-policy-controller-release-4.3-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/cluster-policy-controller/openshift-cluster-policy-controller-release-4.3-presubmits.yaml b/ci-operator/jobs/openshift/cluster-policy-controller/openshift-cluster-policy-controller-release-4.3-presubmits.yaml index 536dcabeb6e0..e79a2651c9b0 100644 --- a/ci-operator/jobs/openshift/cluster-policy-controller/openshift-cluster-policy-controller-release-4.3-presubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-policy-controller/openshift-cluster-policy-controller-release-4.3-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -46,6 +44,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -68,6 +69,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -86,13 +90,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -115,6 +117,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -137,6 +142,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -155,10 +163,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -176,6 +184,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -187,6 +198,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -205,10 +219,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -225,6 +239,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -236,6 +253,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -254,10 +274,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -274,6 +294,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -285,6 +308,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) - agent: kubernetes always_run: true @@ -303,10 +329,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify-deps command: - ci-operator @@ -323,6 +349,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -334,4 +363,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify-deps,?($|\s.*) diff --git a/ci-operator/jobs/openshift/cluster-policy-controller/openshift-cluster-policy-controller-release-4.4-postsubmits.yaml b/ci-operator/jobs/openshift/cluster-policy-controller/openshift-cluster-policy-controller-release-4.4-postsubmits.yaml index 2b3fb544f6e9..1f5210cc1795 100644 --- a/ci-operator/jobs/openshift/cluster-policy-controller/openshift-cluster-policy-controller-release-4.4-postsubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-policy-controller/openshift-cluster-policy-controller-release-4.4-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-cluster-policy-controller-release-4.4-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/cluster-policy-controller/openshift-cluster-policy-controller-release-4.4-presubmits.yaml b/ci-operator/jobs/openshift/cluster-policy-controller/openshift-cluster-policy-controller-release-4.4-presubmits.yaml index 2303e17b3566..e6379e2a5155 100644 --- a/ci-operator/jobs/openshift/cluster-policy-controller/openshift-cluster-policy-controller-release-4.4-presubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-policy-controller/openshift-cluster-policy-controller-release-4.4-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -46,6 +44,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -68,6 +69,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -86,13 +90,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -115,6 +117,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -137,6 +142,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -155,10 +163,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -176,6 +184,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -187,6 +198,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -205,10 +219,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -225,6 +239,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -236,6 +253,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -254,10 +274,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -274,6 +294,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -285,6 +308,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) - agent: kubernetes always_run: true @@ -303,10 +329,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify-deps command: - ci-operator @@ -323,6 +349,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -334,4 +363,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify-deps,?($|\s.*) diff --git a/ci-operator/jobs/openshift/cluster-policy-controller/openshift-cluster-policy-controller-release-4.5-postsubmits.yaml b/ci-operator/jobs/openshift/cluster-policy-controller/openshift-cluster-policy-controller-release-4.5-postsubmits.yaml index 83416af74234..d54955f7f435 100644 --- a/ci-operator/jobs/openshift/cluster-policy-controller/openshift-cluster-policy-controller-release-4.5-postsubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-policy-controller/openshift-cluster-policy-controller-release-4.5-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-cluster-policy-controller-release-4.5-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/cluster-policy-controller/openshift-cluster-policy-controller-release-4.5-presubmits.yaml b/ci-operator/jobs/openshift/cluster-policy-controller/openshift-cluster-policy-controller-release-4.5-presubmits.yaml index ca2c53c41a15..460a2756af58 100644 --- a/ci-operator/jobs/openshift/cluster-policy-controller/openshift-cluster-policy-controller-release-4.5-presubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-policy-controller/openshift-cluster-policy-controller-release-4.5-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -46,6 +44,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -68,6 +69,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -86,13 +90,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -115,6 +117,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -137,6 +142,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -155,10 +163,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -175,6 +183,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -186,6 +197,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -204,10 +218,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -224,6 +238,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -235,6 +252,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -253,10 +273,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -273,6 +293,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -284,6 +307,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) - agent: kubernetes always_run: true @@ -302,10 +328,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify-deps command: - ci-operator @@ -322,6 +348,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -333,4 +362,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify-deps,?($|\s.*) diff --git a/ci-operator/jobs/openshift/cluster-policy-controller/openshift-cluster-policy-controller-release-4.6-postsubmits.yaml b/ci-operator/jobs/openshift/cluster-policy-controller/openshift-cluster-policy-controller-release-4.6-postsubmits.yaml index f7d80dac04ba..b2c490342fd3 100644 --- a/ci-operator/jobs/openshift/cluster-policy-controller/openshift-cluster-policy-controller-release-4.6-postsubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-policy-controller/openshift-cluster-policy-controller-release-4.6-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-cluster-policy-controller-release-4.6-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/cluster-policy-controller/openshift-cluster-policy-controller-release-4.6-presubmits.yaml b/ci-operator/jobs/openshift/cluster-policy-controller/openshift-cluster-policy-controller-release-4.6-presubmits.yaml index f771b6b6b654..a4595c5e3c08 100644 --- a/ci-operator/jobs/openshift/cluster-policy-controller/openshift-cluster-policy-controller-release-4.6-presubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-policy-controller/openshift-cluster-policy-controller-release-4.6-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -46,6 +44,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -68,6 +69,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -86,13 +90,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -115,6 +117,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -137,6 +142,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -155,10 +163,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -176,6 +184,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -187,6 +198,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -205,10 +219,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -225,6 +239,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -236,6 +253,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -254,10 +274,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -274,6 +294,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -285,6 +308,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) - agent: kubernetes always_run: true @@ -303,10 +329,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify-deps command: - ci-operator @@ -323,6 +349,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -334,4 +363,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify-deps,?($|\s.*) diff --git a/ci-operator/jobs/openshift/cluster-policy-controller/openshift-cluster-policy-controller-release-4.7-postsubmits.yaml b/ci-operator/jobs/openshift/cluster-policy-controller/openshift-cluster-policy-controller-release-4.7-postsubmits.yaml index ef6292808ff1..f513931ca966 100644 --- a/ci-operator/jobs/openshift/cluster-policy-controller/openshift-cluster-policy-controller-release-4.7-postsubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-policy-controller/openshift-cluster-policy-controller-release-4.7-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-cluster-policy-controller-release-4.7-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/cluster-policy-controller/openshift-cluster-policy-controller-release-4.7-presubmits.yaml b/ci-operator/jobs/openshift/cluster-policy-controller/openshift-cluster-policy-controller-release-4.7-presubmits.yaml index 327839f694a1..199015919371 100644 --- a/ci-operator/jobs/openshift/cluster-policy-controller/openshift-cluster-policy-controller-release-4.7-presubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-policy-controller/openshift-cluster-policy-controller-release-4.7-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -46,6 +44,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -68,6 +69,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -86,13 +90,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -115,6 +117,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -137,6 +142,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -155,10 +163,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -176,6 +184,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -187,6 +198,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -205,10 +219,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -225,6 +239,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -236,6 +253,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -254,10 +274,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -274,6 +294,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -285,6 +308,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) - agent: kubernetes always_run: true @@ -303,10 +329,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify-deps command: - ci-operator @@ -323,6 +349,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -334,4 +363,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify-deps,?($|\s.*) diff --git a/ci-operator/jobs/openshift/cluster-resource-override-admission-operator/openshift-cluster-resource-override-admission-operator-master-postsubmits.yaml b/ci-operator/jobs/openshift/cluster-resource-override-admission-operator/openshift-cluster-resource-override-admission-operator-master-postsubmits.yaml index 1b44eaa92e20..c0ba7f5d51b9 100644 --- a/ci-operator/jobs/openshift/cluster-resource-override-admission-operator/openshift-cluster-resource-override-admission-operator-master-postsubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-resource-override-admission-operator/openshift-cluster-resource-override-admission-operator-master-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-cluster-resource-override-admission-operator-master-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/cluster-resource-override-admission-operator/openshift-cluster-resource-override-admission-operator-master-presubmits.yaml b/ci-operator/jobs/openshift/cluster-resource-override-admission-operator/openshift-cluster-resource-override-admission-operator-master-presubmits.yaml index 8a907ae846a2..6bb1795e470d 100644 --- a/ci-operator/jobs/openshift/cluster-resource-override-admission-operator/openshift-cluster-resource-override-admission-operator-master-presubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-resource-override-admission-operator/openshift-cluster-resource-override-admission-operator-master-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -46,6 +44,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -68,6 +69,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -86,13 +90,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-olm-cluster-profile - --target=e2e-aws-olm - --template=/usr/local/e2e-aws-olm @@ -126,6 +128,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -151,6 +156,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-olm,?($|\s.*) - agent: kubernetes always_run: true @@ -169,13 +177,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-operator-cluster-profile - --target=e2e-aws-operator - --template=/usr/local/e2e-aws-operator @@ -209,6 +215,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -234,6 +243,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-operator,?($|\s.*) - agent: kubernetes always_run: true @@ -252,10 +264,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -273,6 +285,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -284,6 +299,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -302,10 +320,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -322,6 +340,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -333,6 +354,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -351,10 +375,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -371,6 +395,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -382,4 +409,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) diff --git a/ci-operator/jobs/openshift/cluster-resource-override-admission-operator/openshift-cluster-resource-override-admission-operator-release-4.4-postsubmits.yaml b/ci-operator/jobs/openshift/cluster-resource-override-admission-operator/openshift-cluster-resource-override-admission-operator-release-4.4-postsubmits.yaml index 154e4bc78c8e..0f5727c4e6bd 100644 --- a/ci-operator/jobs/openshift/cluster-resource-override-admission-operator/openshift-cluster-resource-override-admission-operator-release-4.4-postsubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-resource-override-admission-operator/openshift-cluster-resource-override-admission-operator-release-4.4-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-cluster-resource-override-admission-operator-release-4.4-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/cluster-resource-override-admission-operator/openshift-cluster-resource-override-admission-operator-release-4.4-presubmits.yaml b/ci-operator/jobs/openshift/cluster-resource-override-admission-operator/openshift-cluster-resource-override-admission-operator-release-4.4-presubmits.yaml index fdd538fd2518..e60248f6ef92 100644 --- a/ci-operator/jobs/openshift/cluster-resource-override-admission-operator/openshift-cluster-resource-override-admission-operator-release-4.4-presubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-resource-override-admission-operator/openshift-cluster-resource-override-admission-operator-release-4.4-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -46,6 +44,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -68,6 +69,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -86,13 +90,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-olm-cluster-profile - --target=e2e-aws-olm - --template=/usr/local/e2e-aws-olm @@ -126,6 +128,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -151,6 +156,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-olm,?($|\s.*) - agent: kubernetes always_run: true @@ -169,13 +177,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-operator-cluster-profile - --target=e2e-aws-operator - --template=/usr/local/e2e-aws-operator @@ -209,6 +215,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -234,6 +243,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-operator,?($|\s.*) - agent: kubernetes always_run: true @@ -252,10 +264,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -273,6 +285,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -284,6 +299,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -302,10 +320,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -322,6 +340,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -333,6 +354,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -351,10 +375,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -371,6 +395,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -382,4 +409,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) diff --git a/ci-operator/jobs/openshift/cluster-resource-override-admission-operator/openshift-cluster-resource-override-admission-operator-release-4.5-postsubmits.yaml b/ci-operator/jobs/openshift/cluster-resource-override-admission-operator/openshift-cluster-resource-override-admission-operator-release-4.5-postsubmits.yaml index cb520e85c94a..1bf8b1a98bda 100644 --- a/ci-operator/jobs/openshift/cluster-resource-override-admission-operator/openshift-cluster-resource-override-admission-operator-release-4.5-postsubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-resource-override-admission-operator/openshift-cluster-resource-override-admission-operator-release-4.5-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-cluster-resource-override-admission-operator-release-4.5-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/cluster-resource-override-admission-operator/openshift-cluster-resource-override-admission-operator-release-4.5-presubmits.yaml b/ci-operator/jobs/openshift/cluster-resource-override-admission-operator/openshift-cluster-resource-override-admission-operator-release-4.5-presubmits.yaml index 962603371b8d..f17660eb62c9 100644 --- a/ci-operator/jobs/openshift/cluster-resource-override-admission-operator/openshift-cluster-resource-override-admission-operator-release-4.5-presubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-resource-override-admission-operator/openshift-cluster-resource-override-admission-operator-release-4.5-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -46,6 +44,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -68,6 +69,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -86,13 +90,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-olm-cluster-profile - --target=e2e-aws-olm - --template=/usr/local/e2e-aws-olm @@ -126,6 +128,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -151,6 +156,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-olm,?($|\s.*) - agent: kubernetes always_run: true @@ -169,13 +177,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-operator-cluster-profile - --target=e2e-aws-operator - --template=/usr/local/e2e-aws-operator @@ -209,6 +215,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -234,6 +243,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-operator,?($|\s.*) - agent: kubernetes always_run: true @@ -252,10 +264,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -272,6 +284,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -283,6 +298,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -301,10 +319,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -321,6 +339,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -332,6 +353,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -350,10 +374,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -370,6 +394,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -381,4 +408,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) diff --git a/ci-operator/jobs/openshift/cluster-resource-override-admission-operator/openshift-cluster-resource-override-admission-operator-release-4.6-postsubmits.yaml b/ci-operator/jobs/openshift/cluster-resource-override-admission-operator/openshift-cluster-resource-override-admission-operator-release-4.6-postsubmits.yaml index 7386bc7b405f..55f29ba26521 100644 --- a/ci-operator/jobs/openshift/cluster-resource-override-admission-operator/openshift-cluster-resource-override-admission-operator-release-4.6-postsubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-resource-override-admission-operator/openshift-cluster-resource-override-admission-operator-release-4.6-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-cluster-resource-override-admission-operator-release-4.6-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/cluster-resource-override-admission-operator/openshift-cluster-resource-override-admission-operator-release-4.6-presubmits.yaml b/ci-operator/jobs/openshift/cluster-resource-override-admission-operator/openshift-cluster-resource-override-admission-operator-release-4.6-presubmits.yaml index e08b14613c67..a54116c9ffdd 100644 --- a/ci-operator/jobs/openshift/cluster-resource-override-admission-operator/openshift-cluster-resource-override-admission-operator-release-4.6-presubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-resource-override-admission-operator/openshift-cluster-resource-override-admission-operator-release-4.6-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -46,6 +44,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -68,6 +69,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -86,13 +90,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-olm-cluster-profile - --target=e2e-aws-olm - --template=/usr/local/e2e-aws-olm @@ -126,6 +128,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -151,6 +156,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-olm,?($|\s.*) - agent: kubernetes always_run: true @@ -169,13 +177,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-operator-cluster-profile - --target=e2e-aws-operator - --template=/usr/local/e2e-aws-operator @@ -209,6 +215,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -234,6 +243,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-operator,?($|\s.*) - agent: kubernetes always_run: true @@ -252,10 +264,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -273,6 +285,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -284,6 +299,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -302,10 +320,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -322,6 +340,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -333,6 +354,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -351,10 +375,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -371,6 +395,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -382,4 +409,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) diff --git a/ci-operator/jobs/openshift/cluster-resource-override-admission-operator/openshift-cluster-resource-override-admission-operator-release-4.7-postsubmits.yaml b/ci-operator/jobs/openshift/cluster-resource-override-admission-operator/openshift-cluster-resource-override-admission-operator-release-4.7-postsubmits.yaml index 90774ebc49e7..449c87df14a6 100644 --- a/ci-operator/jobs/openshift/cluster-resource-override-admission-operator/openshift-cluster-resource-override-admission-operator-release-4.7-postsubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-resource-override-admission-operator/openshift-cluster-resource-override-admission-operator-release-4.7-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-cluster-resource-override-admission-operator-release-4.7-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/cluster-resource-override-admission-operator/openshift-cluster-resource-override-admission-operator-release-4.7-presubmits.yaml b/ci-operator/jobs/openshift/cluster-resource-override-admission-operator/openshift-cluster-resource-override-admission-operator-release-4.7-presubmits.yaml index 7bdc41768463..5f7d27e6cc00 100644 --- a/ci-operator/jobs/openshift/cluster-resource-override-admission-operator/openshift-cluster-resource-override-admission-operator-release-4.7-presubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-resource-override-admission-operator/openshift-cluster-resource-override-admission-operator-release-4.7-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -46,6 +44,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -68,6 +69,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -86,13 +90,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-olm-cluster-profile - --target=e2e-aws-olm - --template=/usr/local/e2e-aws-olm @@ -126,6 +128,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -151,6 +156,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-olm,?($|\s.*) - agent: kubernetes always_run: true @@ -169,13 +177,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-operator-cluster-profile - --target=e2e-aws-operator - --template=/usr/local/e2e-aws-operator @@ -209,6 +215,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -234,6 +243,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-operator,?($|\s.*) - agent: kubernetes always_run: true @@ -252,10 +264,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -273,6 +285,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -284,6 +299,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -302,10 +320,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -322,6 +340,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -333,6 +354,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -351,10 +375,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -371,6 +395,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -382,4 +409,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) diff --git a/ci-operator/jobs/openshift/cluster-resource-override-admission/openshift-cluster-resource-override-admission-master-postsubmits.yaml b/ci-operator/jobs/openshift/cluster-resource-override-admission/openshift-cluster-resource-override-admission-master-postsubmits.yaml index 2387f2c423aa..61914bd512e3 100644 --- a/ci-operator/jobs/openshift/cluster-resource-override-admission/openshift-cluster-resource-override-admission-master-postsubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-resource-override-admission/openshift-cluster-resource-override-admission-master-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-cluster-resource-override-admission-master-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/cluster-resource-override-admission/openshift-cluster-resource-override-admission-master-presubmits.yaml b/ci-operator/jobs/openshift/cluster-resource-override-admission/openshift-cluster-resource-override-admission-master-presubmits.yaml index 675663f9ddc1..97b3a0250380 100644 --- a/ci-operator/jobs/openshift/cluster-resource-override-admission/openshift-cluster-resource-override-admission-master-presubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-resource-override-admission/openshift-cluster-resource-override-admission-master-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -46,6 +44,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -68,6 +69,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -86,10 +90,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -107,6 +111,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -118,6 +125,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -136,10 +146,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -156,6 +166,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -167,4 +180,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift/cluster-resource-override-admission/openshift-cluster-resource-override-admission-release-4.3-postsubmits.yaml b/ci-operator/jobs/openshift/cluster-resource-override-admission/openshift-cluster-resource-override-admission-release-4.3-postsubmits.yaml index 21ecc52a069b..c6aaab970919 100644 --- a/ci-operator/jobs/openshift/cluster-resource-override-admission/openshift-cluster-resource-override-admission-release-4.3-postsubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-resource-override-admission/openshift-cluster-resource-override-admission-release-4.3-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-cluster-resource-override-admission-release-4.3-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/cluster-resource-override-admission/openshift-cluster-resource-override-admission-release-4.3-presubmits.yaml b/ci-operator/jobs/openshift/cluster-resource-override-admission/openshift-cluster-resource-override-admission-release-4.3-presubmits.yaml index 1fa80b0152c9..8ccb4ff8e136 100644 --- a/ci-operator/jobs/openshift/cluster-resource-override-admission/openshift-cluster-resource-override-admission-release-4.3-presubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-resource-override-admission/openshift-cluster-resource-override-admission-release-4.3-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -46,6 +44,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -68,6 +69,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -86,10 +90,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -107,6 +111,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -118,6 +125,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -136,10 +146,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -156,6 +166,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -167,4 +180,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift/cluster-resource-override-admission/openshift-cluster-resource-override-admission-release-4.4-postsubmits.yaml b/ci-operator/jobs/openshift/cluster-resource-override-admission/openshift-cluster-resource-override-admission-release-4.4-postsubmits.yaml index 14cf8b599593..19e16bb711ae 100644 --- a/ci-operator/jobs/openshift/cluster-resource-override-admission/openshift-cluster-resource-override-admission-release-4.4-postsubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-resource-override-admission/openshift-cluster-resource-override-admission-release-4.4-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-cluster-resource-override-admission-release-4.4-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/cluster-resource-override-admission/openshift-cluster-resource-override-admission-release-4.4-presubmits.yaml b/ci-operator/jobs/openshift/cluster-resource-override-admission/openshift-cluster-resource-override-admission-release-4.4-presubmits.yaml index 0326b17d557b..afcfdac65486 100644 --- a/ci-operator/jobs/openshift/cluster-resource-override-admission/openshift-cluster-resource-override-admission-release-4.4-presubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-resource-override-admission/openshift-cluster-resource-override-admission-release-4.4-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -46,6 +44,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -68,6 +69,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -86,10 +90,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -107,6 +111,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -118,6 +125,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -136,10 +146,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -156,6 +166,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -167,4 +180,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift/cluster-resource-override-admission/openshift-cluster-resource-override-admission-release-4.5-postsubmits.yaml b/ci-operator/jobs/openshift/cluster-resource-override-admission/openshift-cluster-resource-override-admission-release-4.5-postsubmits.yaml index d4da0aece85b..d39902415b61 100644 --- a/ci-operator/jobs/openshift/cluster-resource-override-admission/openshift-cluster-resource-override-admission-release-4.5-postsubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-resource-override-admission/openshift-cluster-resource-override-admission-release-4.5-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-cluster-resource-override-admission-release-4.5-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/cluster-resource-override-admission/openshift-cluster-resource-override-admission-release-4.5-presubmits.yaml b/ci-operator/jobs/openshift/cluster-resource-override-admission/openshift-cluster-resource-override-admission-release-4.5-presubmits.yaml index 3ae94a7c4b6a..b7fb4a5dde96 100644 --- a/ci-operator/jobs/openshift/cluster-resource-override-admission/openshift-cluster-resource-override-admission-release-4.5-presubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-resource-override-admission/openshift-cluster-resource-override-admission-release-4.5-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -46,6 +44,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -68,6 +69,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -86,10 +90,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -106,6 +110,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -117,6 +124,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -135,10 +145,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -155,6 +165,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -166,4 +179,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift/cluster-resource-override-admission/openshift-cluster-resource-override-admission-release-4.6-postsubmits.yaml b/ci-operator/jobs/openshift/cluster-resource-override-admission/openshift-cluster-resource-override-admission-release-4.6-postsubmits.yaml index 369e8438f67d..72dde3739b52 100644 --- a/ci-operator/jobs/openshift/cluster-resource-override-admission/openshift-cluster-resource-override-admission-release-4.6-postsubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-resource-override-admission/openshift-cluster-resource-override-admission-release-4.6-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-cluster-resource-override-admission-release-4.6-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/cluster-resource-override-admission/openshift-cluster-resource-override-admission-release-4.6-presubmits.yaml b/ci-operator/jobs/openshift/cluster-resource-override-admission/openshift-cluster-resource-override-admission-release-4.6-presubmits.yaml index 099598b423a9..48a927e0a352 100644 --- a/ci-operator/jobs/openshift/cluster-resource-override-admission/openshift-cluster-resource-override-admission-release-4.6-presubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-resource-override-admission/openshift-cluster-resource-override-admission-release-4.6-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -46,6 +44,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -68,6 +69,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -86,10 +90,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -107,6 +111,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -118,6 +125,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -136,10 +146,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -156,6 +166,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -167,4 +180,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift/cluster-resource-override-admission/openshift-cluster-resource-override-admission-release-4.7-postsubmits.yaml b/ci-operator/jobs/openshift/cluster-resource-override-admission/openshift-cluster-resource-override-admission-release-4.7-postsubmits.yaml index 5ec1b0183da5..daa4acf849b5 100644 --- a/ci-operator/jobs/openshift/cluster-resource-override-admission/openshift-cluster-resource-override-admission-release-4.7-postsubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-resource-override-admission/openshift-cluster-resource-override-admission-release-4.7-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-cluster-resource-override-admission-release-4.7-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/cluster-resource-override-admission/openshift-cluster-resource-override-admission-release-4.7-presubmits.yaml b/ci-operator/jobs/openshift/cluster-resource-override-admission/openshift-cluster-resource-override-admission-release-4.7-presubmits.yaml index 7d9c81ebf125..27b57ce3c2f7 100644 --- a/ci-operator/jobs/openshift/cluster-resource-override-admission/openshift-cluster-resource-override-admission-release-4.7-presubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-resource-override-admission/openshift-cluster-resource-override-admission-release-4.7-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -46,6 +44,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -68,6 +69,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -86,10 +90,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -107,6 +111,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -118,6 +125,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -136,10 +146,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -156,6 +166,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -167,4 +180,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift/cluster-samples-operator/openshift-cluster-samples-operator-master-postsubmits.yaml b/ci-operator/jobs/openshift/cluster-samples-operator/openshift-cluster-samples-operator-master-postsubmits.yaml index a7a2b282c6a3..0b38ed4f309c 100644 --- a/ci-operator/jobs/openshift/cluster-samples-operator/openshift-cluster-samples-operator-master-postsubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-samples-operator/openshift-cluster-samples-operator-master-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-cluster-samples-operator-master-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/cluster-samples-operator/openshift-cluster-samples-operator-master-presubmits.yaml b/ci-operator/jobs/openshift/cluster-samples-operator/openshift-cluster-samples-operator-master-presubmits.yaml index f5b81479e34f..72f26e116aa4 100644 --- a/ci-operator/jobs/openshift/cluster-samples-operator/openshift-cluster-samples-operator-master-presubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-samples-operator/openshift-cluster-samples-operator-master-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -46,6 +44,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -68,6 +69,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: false @@ -87,13 +91,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-builds-cluster-profile - --target=e2e-aws-builds - --template=/usr/local/e2e-aws-builds @@ -127,6 +129,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -152,6 +157,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-builds,?($|\s.*) - agent: kubernetes always_run: true @@ -170,13 +178,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-image-ecosystem-cluster-profile - --target=e2e-aws-image-ecosystem - --template=/usr/local/e2e-aws-image-ecosystem @@ -210,6 +216,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -235,6 +244,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-image-ecosystem,?($|\s.*) - agent: kubernetes always_run: false @@ -254,13 +266,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-jenkins-cluster-profile - --target=e2e-aws-jenkins - --template=/usr/local/e2e-aws-jenkins @@ -294,6 +304,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -319,6 +332,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-jenkins,?($|\s.*) - agent: kubernetes always_run: true @@ -337,13 +353,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-operator-cluster-profile - --target=e2e-aws-operator - --template=/usr/local/e2e-aws-operator @@ -377,6 +391,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -402,6 +419,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-operator,?($|\s.*) - agent: kubernetes always_run: true @@ -420,13 +440,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -449,6 +467,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -471,6 +492,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -489,10 +513,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -510,6 +534,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -521,6 +548,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -539,10 +569,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -559,6 +589,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -570,4 +603,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift/cluster-samples-operator/openshift-cluster-samples-operator-release-4.1-postsubmits.yaml b/ci-operator/jobs/openshift/cluster-samples-operator/openshift-cluster-samples-operator-release-4.1-postsubmits.yaml index 7279dc8f44f0..34b31b2a496c 100644 --- a/ci-operator/jobs/openshift/cluster-samples-operator/openshift-cluster-samples-operator-release-4.1-postsubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-samples-operator/openshift-cluster-samples-operator-release-4.1-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-cluster-samples-operator-release-4.1-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/cluster-samples-operator/openshift-cluster-samples-operator-release-4.1-presubmits.yaml b/ci-operator/jobs/openshift/cluster-samples-operator/openshift-cluster-samples-operator-release-4.1-presubmits.yaml index 6ebcce7679de..2ad1d796d723 100644 --- a/ci-operator/jobs/openshift/cluster-samples-operator/openshift-cluster-samples-operator-release-4.1-presubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-samples-operator/openshift-cluster-samples-operator-release-4.1-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -46,6 +44,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -68,6 +69,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -86,13 +90,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-image-ecosystem-cluster-profile - --target=e2e-aws-image-ecosystem - --template=/usr/local/e2e-aws-image-ecosystem @@ -126,6 +128,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -151,6 +156,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-image-ecosystem,?($|\s.*) - agent: kubernetes always_run: true @@ -169,13 +177,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-operator-cluster-profile - --target=e2e-aws-operator - --template=/usr/local/e2e-aws-operator @@ -209,6 +215,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -234,6 +243,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-operator,?($|\s.*) - agent: kubernetes always_run: true @@ -252,13 +264,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -281,6 +291,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -303,6 +316,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -321,10 +337,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -342,6 +358,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -353,6 +372,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -371,10 +393,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -391,6 +413,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -402,4 +427,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift/cluster-samples-operator/openshift-cluster-samples-operator-release-4.2-postsubmits.yaml b/ci-operator/jobs/openshift/cluster-samples-operator/openshift-cluster-samples-operator-release-4.2-postsubmits.yaml index c810229d9f39..4372347b5890 100644 --- a/ci-operator/jobs/openshift/cluster-samples-operator/openshift-cluster-samples-operator-release-4.2-postsubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-samples-operator/openshift-cluster-samples-operator-release-4.2-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-cluster-samples-operator-release-4.2-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/cluster-samples-operator/openshift-cluster-samples-operator-release-4.2-presubmits.yaml b/ci-operator/jobs/openshift/cluster-samples-operator/openshift-cluster-samples-operator-release-4.2-presubmits.yaml index c0f20cbc6c51..b719fae94e4b 100644 --- a/ci-operator/jobs/openshift/cluster-samples-operator/openshift-cluster-samples-operator-release-4.2-presubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-samples-operator/openshift-cluster-samples-operator-release-4.2-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -46,6 +44,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -68,6 +69,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -86,13 +90,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-builds-cluster-profile - --target=e2e-aws-builds - --template=/usr/local/e2e-aws-builds @@ -126,6 +128,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -151,6 +156,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-builds,?($|\s.*) - agent: kubernetes always_run: true @@ -169,13 +177,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-image-ecosystem-cluster-profile - --target=e2e-aws-image-ecosystem - --template=/usr/local/e2e-aws-image-ecosystem @@ -209,6 +215,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -234,6 +243,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-image-ecosystem,?($|\s.*) - agent: kubernetes always_run: true @@ -252,13 +264,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-jenkins-cluster-profile - --target=e2e-aws-jenkins - --template=/usr/local/e2e-aws-jenkins @@ -292,6 +302,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -317,6 +330,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-jenkins,?($|\s.*) - agent: kubernetes always_run: true @@ -335,13 +351,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-operator-cluster-profile - --target=e2e-aws-operator - --template=/usr/local/e2e-aws-operator @@ -375,6 +389,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -400,6 +417,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-operator,?($|\s.*) - agent: kubernetes always_run: true @@ -418,13 +438,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -447,6 +465,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -469,6 +490,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -487,10 +511,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -508,6 +532,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -519,6 +546,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -537,10 +567,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -557,6 +587,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -568,4 +601,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift/cluster-samples-operator/openshift-cluster-samples-operator-release-4.3-postsubmits.yaml b/ci-operator/jobs/openshift/cluster-samples-operator/openshift-cluster-samples-operator-release-4.3-postsubmits.yaml index 51cfd89b62d8..12e8603c4abc 100644 --- a/ci-operator/jobs/openshift/cluster-samples-operator/openshift-cluster-samples-operator-release-4.3-postsubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-samples-operator/openshift-cluster-samples-operator-release-4.3-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-cluster-samples-operator-release-4.3-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/cluster-samples-operator/openshift-cluster-samples-operator-release-4.3-presubmits.yaml b/ci-operator/jobs/openshift/cluster-samples-operator/openshift-cluster-samples-operator-release-4.3-presubmits.yaml index 2d7a045a88c6..953020f44a74 100644 --- a/ci-operator/jobs/openshift/cluster-samples-operator/openshift-cluster-samples-operator-release-4.3-presubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-samples-operator/openshift-cluster-samples-operator-release-4.3-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -46,6 +44,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -68,6 +69,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: false @@ -87,13 +91,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-builds-cluster-profile - --target=e2e-aws-builds - --template=/usr/local/e2e-aws-builds @@ -127,6 +129,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -152,6 +157,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-builds,?($|\s.*) - agent: kubernetes always_run: true @@ -170,13 +178,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-image-ecosystem-cluster-profile - --target=e2e-aws-image-ecosystem - --template=/usr/local/e2e-aws-image-ecosystem @@ -210,6 +216,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -235,6 +244,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-image-ecosystem,?($|\s.*) - agent: kubernetes always_run: false @@ -254,13 +266,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-jenkins-cluster-profile - --target=e2e-aws-jenkins - --template=/usr/local/e2e-aws-jenkins @@ -294,6 +304,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -319,6 +332,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-jenkins,?($|\s.*) - agent: kubernetes always_run: true @@ -337,13 +353,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-operator-cluster-profile - --target=e2e-aws-operator - --template=/usr/local/e2e-aws-operator @@ -377,6 +391,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -402,6 +419,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-operator,?($|\s.*) - agent: kubernetes always_run: true @@ -420,13 +440,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -449,6 +467,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -471,6 +492,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -489,10 +513,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -510,6 +534,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -521,6 +548,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -539,10 +569,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -559,6 +589,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -570,4 +603,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift/cluster-samples-operator/openshift-cluster-samples-operator-release-4.4-postsubmits.yaml b/ci-operator/jobs/openshift/cluster-samples-operator/openshift-cluster-samples-operator-release-4.4-postsubmits.yaml index 01e833d2abdf..681fd44a0803 100644 --- a/ci-operator/jobs/openshift/cluster-samples-operator/openshift-cluster-samples-operator-release-4.4-postsubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-samples-operator/openshift-cluster-samples-operator-release-4.4-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-cluster-samples-operator-release-4.4-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/cluster-samples-operator/openshift-cluster-samples-operator-release-4.4-presubmits.yaml b/ci-operator/jobs/openshift/cluster-samples-operator/openshift-cluster-samples-operator-release-4.4-presubmits.yaml index 1773e959e695..a5ac786ddec2 100644 --- a/ci-operator/jobs/openshift/cluster-samples-operator/openshift-cluster-samples-operator-release-4.4-presubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-samples-operator/openshift-cluster-samples-operator-release-4.4-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -46,6 +44,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -68,6 +69,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: false @@ -87,13 +91,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-builds-cluster-profile - --target=e2e-aws-builds - --template=/usr/local/e2e-aws-builds @@ -127,6 +129,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -152,6 +157,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-builds,?($|\s.*) - agent: kubernetes always_run: true @@ -170,13 +178,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-image-ecosystem-cluster-profile - --target=e2e-aws-image-ecosystem - --template=/usr/local/e2e-aws-image-ecosystem @@ -210,6 +216,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -235,6 +244,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-image-ecosystem,?($|\s.*) - agent: kubernetes always_run: false @@ -254,13 +266,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-jenkins-cluster-profile - --target=e2e-aws-jenkins - --template=/usr/local/e2e-aws-jenkins @@ -294,6 +304,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -319,6 +332,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-jenkins,?($|\s.*) - agent: kubernetes always_run: true @@ -337,13 +353,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-operator-cluster-profile - --target=e2e-aws-operator - --template=/usr/local/e2e-aws-operator @@ -377,6 +391,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -402,6 +419,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-operator,?($|\s.*) - agent: kubernetes always_run: true @@ -420,13 +440,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -449,6 +467,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -471,6 +492,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -489,10 +513,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -510,6 +534,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -521,6 +548,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -539,10 +569,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -559,6 +589,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -570,4 +603,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift/cluster-samples-operator/openshift-cluster-samples-operator-release-4.5-postsubmits.yaml b/ci-operator/jobs/openshift/cluster-samples-operator/openshift-cluster-samples-operator-release-4.5-postsubmits.yaml index 0b829aa7884e..4efb005fe2f3 100644 --- a/ci-operator/jobs/openshift/cluster-samples-operator/openshift-cluster-samples-operator-release-4.5-postsubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-samples-operator/openshift-cluster-samples-operator-release-4.5-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-cluster-samples-operator-release-4.5-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/cluster-samples-operator/openshift-cluster-samples-operator-release-4.5-presubmits.yaml b/ci-operator/jobs/openshift/cluster-samples-operator/openshift-cluster-samples-operator-release-4.5-presubmits.yaml index 77aebae38e5a..b0bc7c32c96f 100644 --- a/ci-operator/jobs/openshift/cluster-samples-operator/openshift-cluster-samples-operator-release-4.5-presubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-samples-operator/openshift-cluster-samples-operator-release-4.5-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -46,6 +44,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -68,6 +69,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -86,13 +90,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-builds-cluster-profile - --target=e2e-aws-builds - --template=/usr/local/e2e-aws-builds @@ -126,6 +128,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -151,6 +156,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-builds,?($|\s.*) - agent: kubernetes always_run: true @@ -169,13 +177,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-image-ecosystem-cluster-profile - --target=e2e-aws-image-ecosystem - --template=/usr/local/e2e-aws-image-ecosystem @@ -209,6 +215,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -234,6 +243,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-image-ecosystem,?($|\s.*) - agent: kubernetes always_run: true @@ -252,13 +264,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-jenkins-cluster-profile - --target=e2e-aws-jenkins - --template=/usr/local/e2e-aws-jenkins @@ -292,6 +302,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -317,6 +330,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-jenkins,?($|\s.*) - agent: kubernetes always_run: true @@ -335,13 +351,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-operator-cluster-profile - --target=e2e-aws-operator - --template=/usr/local/e2e-aws-operator @@ -375,6 +389,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -400,6 +417,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-operator,?($|\s.*) - agent: kubernetes always_run: true @@ -418,13 +438,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -447,6 +465,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -469,6 +490,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -487,10 +511,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -507,6 +531,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -518,6 +545,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -536,10 +566,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -556,6 +586,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -567,4 +600,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift/cluster-samples-operator/openshift-cluster-samples-operator-release-4.6-postsubmits.yaml b/ci-operator/jobs/openshift/cluster-samples-operator/openshift-cluster-samples-operator-release-4.6-postsubmits.yaml index a7d6a4ad4c5c..657fc677c8dd 100644 --- a/ci-operator/jobs/openshift/cluster-samples-operator/openshift-cluster-samples-operator-release-4.6-postsubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-samples-operator/openshift-cluster-samples-operator-release-4.6-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-cluster-samples-operator-release-4.6-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/cluster-samples-operator/openshift-cluster-samples-operator-release-4.6-presubmits.yaml b/ci-operator/jobs/openshift/cluster-samples-operator/openshift-cluster-samples-operator-release-4.6-presubmits.yaml index 11d6bbc5fb70..46ad526e6c36 100644 --- a/ci-operator/jobs/openshift/cluster-samples-operator/openshift-cluster-samples-operator-release-4.6-presubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-samples-operator/openshift-cluster-samples-operator-release-4.6-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -46,6 +44,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -68,6 +69,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: false @@ -87,13 +91,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-builds-cluster-profile - --target=e2e-aws-builds - --template=/usr/local/e2e-aws-builds @@ -127,6 +129,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -152,6 +157,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-builds,?($|\s.*) - agent: kubernetes always_run: true @@ -170,13 +178,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-image-ecosystem-cluster-profile - --target=e2e-aws-image-ecosystem - --template=/usr/local/e2e-aws-image-ecosystem @@ -210,6 +216,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -235,6 +244,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-image-ecosystem,?($|\s.*) - agent: kubernetes always_run: false @@ -254,13 +266,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-jenkins-cluster-profile - --target=e2e-aws-jenkins - --template=/usr/local/e2e-aws-jenkins @@ -294,6 +304,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -319,6 +332,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-jenkins,?($|\s.*) - agent: kubernetes always_run: true @@ -337,13 +353,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-operator-cluster-profile - --target=e2e-aws-operator - --template=/usr/local/e2e-aws-operator @@ -377,6 +391,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -402,6 +419,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-operator,?($|\s.*) - agent: kubernetes always_run: true @@ -420,13 +440,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -449,6 +467,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -471,6 +492,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -489,10 +513,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -510,6 +534,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -521,6 +548,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -539,10 +569,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -559,6 +589,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -570,4 +603,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift/cluster-samples-operator/openshift-cluster-samples-operator-release-4.7-postsubmits.yaml b/ci-operator/jobs/openshift/cluster-samples-operator/openshift-cluster-samples-operator-release-4.7-postsubmits.yaml index 270b4f66e16a..cd50503cbbff 100644 --- a/ci-operator/jobs/openshift/cluster-samples-operator/openshift-cluster-samples-operator-release-4.7-postsubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-samples-operator/openshift-cluster-samples-operator-release-4.7-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-cluster-samples-operator-release-4.7-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/cluster-samples-operator/openshift-cluster-samples-operator-release-4.7-presubmits.yaml b/ci-operator/jobs/openshift/cluster-samples-operator/openshift-cluster-samples-operator-release-4.7-presubmits.yaml index 6ecee34609b9..b85d706b2de7 100644 --- a/ci-operator/jobs/openshift/cluster-samples-operator/openshift-cluster-samples-operator-release-4.7-presubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-samples-operator/openshift-cluster-samples-operator-release-4.7-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -46,6 +44,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -68,6 +69,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: false @@ -87,13 +91,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-builds-cluster-profile - --target=e2e-aws-builds - --template=/usr/local/e2e-aws-builds @@ -127,6 +129,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -152,6 +157,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-builds,?($|\s.*) - agent: kubernetes always_run: true @@ -170,13 +178,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-image-ecosystem-cluster-profile - --target=e2e-aws-image-ecosystem - --template=/usr/local/e2e-aws-image-ecosystem @@ -210,6 +216,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -235,6 +244,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-image-ecosystem,?($|\s.*) - agent: kubernetes always_run: false @@ -254,13 +266,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-jenkins-cluster-profile - --target=e2e-aws-jenkins - --template=/usr/local/e2e-aws-jenkins @@ -294,6 +304,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -319,6 +332,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-jenkins,?($|\s.*) - agent: kubernetes always_run: true @@ -337,13 +353,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-operator-cluster-profile - --target=e2e-aws-operator - --template=/usr/local/e2e-aws-operator @@ -377,6 +391,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -402,6 +419,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-operator,?($|\s.*) - agent: kubernetes always_run: true @@ -420,13 +440,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -449,6 +467,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -471,6 +492,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -489,10 +513,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -510,6 +534,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -521,6 +548,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -539,10 +569,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -559,6 +589,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -570,4 +603,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift/cluster-storage-operator/openshift-cluster-storage-operator-master-postsubmits.yaml b/ci-operator/jobs/openshift/cluster-storage-operator/openshift-cluster-storage-operator-master-postsubmits.yaml index 3c68a38fab2f..fee10d43f240 100644 --- a/ci-operator/jobs/openshift/cluster-storage-operator/openshift-cluster-storage-operator-master-postsubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-storage-operator/openshift-cluster-storage-operator-master-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-cluster-storage-operator-master-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/cluster-storage-operator/openshift-cluster-storage-operator-master-presubmits.yaml b/ci-operator/jobs/openshift/cluster-storage-operator/openshift-cluster-storage-operator-master-presubmits.yaml index 55374bc1db0e..a89559c871a4 100644 --- a/ci-operator/jobs/openshift/cluster-storage-operator/openshift-cluster-storage-operator-master-presubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-storage-operator/openshift-cluster-storage-operator-master-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -46,6 +44,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -68,6 +69,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -86,13 +90,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -115,6 +117,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -137,6 +142,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -155,10 +163,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -176,6 +184,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -187,6 +198,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -205,10 +219,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -225,6 +239,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -236,6 +253,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -254,10 +274,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -274,6 +294,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -285,4 +308,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) diff --git a/ci-operator/jobs/openshift/cluster-storage-operator/openshift-cluster-storage-operator-release-4.1-postsubmits.yaml b/ci-operator/jobs/openshift/cluster-storage-operator/openshift-cluster-storage-operator-release-4.1-postsubmits.yaml index c8af5d88b6d8..355de6ee13b4 100644 --- a/ci-operator/jobs/openshift/cluster-storage-operator/openshift-cluster-storage-operator-release-4.1-postsubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-storage-operator/openshift-cluster-storage-operator-release-4.1-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-cluster-storage-operator-release-4.1-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/cluster-storage-operator/openshift-cluster-storage-operator-release-4.1-presubmits.yaml b/ci-operator/jobs/openshift/cluster-storage-operator/openshift-cluster-storage-operator-release-4.1-presubmits.yaml index b065626f0f4e..66d9947d8833 100644 --- a/ci-operator/jobs/openshift/cluster-storage-operator/openshift-cluster-storage-operator-release-4.1-presubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-storage-operator/openshift-cluster-storage-operator-release-4.1-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -46,6 +44,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -68,6 +69,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -86,13 +90,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -115,6 +117,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -137,6 +142,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -155,10 +163,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -176,6 +184,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -187,6 +198,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -205,10 +219,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -225,6 +239,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -236,6 +253,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -254,10 +274,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -274,6 +294,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -285,4 +308,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) diff --git a/ci-operator/jobs/openshift/cluster-storage-operator/openshift-cluster-storage-operator-release-4.2-postsubmits.yaml b/ci-operator/jobs/openshift/cluster-storage-operator/openshift-cluster-storage-operator-release-4.2-postsubmits.yaml index 0ed023ded747..f51ce9497f53 100644 --- a/ci-operator/jobs/openshift/cluster-storage-operator/openshift-cluster-storage-operator-release-4.2-postsubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-storage-operator/openshift-cluster-storage-operator-release-4.2-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-cluster-storage-operator-release-4.2-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/cluster-storage-operator/openshift-cluster-storage-operator-release-4.2-presubmits.yaml b/ci-operator/jobs/openshift/cluster-storage-operator/openshift-cluster-storage-operator-release-4.2-presubmits.yaml index b06715858a93..45ff5462e3dd 100644 --- a/ci-operator/jobs/openshift/cluster-storage-operator/openshift-cluster-storage-operator-release-4.2-presubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-storage-operator/openshift-cluster-storage-operator-release-4.2-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -46,6 +44,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -68,6 +69,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -86,13 +90,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -115,6 +117,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -137,6 +142,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -155,10 +163,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -176,6 +184,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -187,6 +198,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -205,10 +219,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -225,6 +239,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -236,6 +253,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -254,10 +274,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -274,6 +294,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -285,4 +308,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) diff --git a/ci-operator/jobs/openshift/cluster-storage-operator/openshift-cluster-storage-operator-release-4.3-postsubmits.yaml b/ci-operator/jobs/openshift/cluster-storage-operator/openshift-cluster-storage-operator-release-4.3-postsubmits.yaml index 15e7b3c411b7..122f0f8beb24 100644 --- a/ci-operator/jobs/openshift/cluster-storage-operator/openshift-cluster-storage-operator-release-4.3-postsubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-storage-operator/openshift-cluster-storage-operator-release-4.3-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-cluster-storage-operator-release-4.3-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/cluster-storage-operator/openshift-cluster-storage-operator-release-4.3-presubmits.yaml b/ci-operator/jobs/openshift/cluster-storage-operator/openshift-cluster-storage-operator-release-4.3-presubmits.yaml index 4cdd24bc4d60..7f5421e6b04a 100644 --- a/ci-operator/jobs/openshift/cluster-storage-operator/openshift-cluster-storage-operator-release-4.3-presubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-storage-operator/openshift-cluster-storage-operator-release-4.3-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -46,6 +44,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -68,6 +69,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -86,13 +90,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -115,6 +117,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -137,6 +142,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -155,10 +163,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -176,6 +184,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -187,6 +198,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -205,10 +219,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -225,6 +239,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -236,6 +253,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -254,10 +274,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -274,6 +294,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -285,4 +308,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) diff --git a/ci-operator/jobs/openshift/cluster-storage-operator/openshift-cluster-storage-operator-release-4.4-postsubmits.yaml b/ci-operator/jobs/openshift/cluster-storage-operator/openshift-cluster-storage-operator-release-4.4-postsubmits.yaml index 3137b04887ea..e71674c4d7c9 100644 --- a/ci-operator/jobs/openshift/cluster-storage-operator/openshift-cluster-storage-operator-release-4.4-postsubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-storage-operator/openshift-cluster-storage-operator-release-4.4-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-cluster-storage-operator-release-4.4-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/cluster-storage-operator/openshift-cluster-storage-operator-release-4.4-presubmits.yaml b/ci-operator/jobs/openshift/cluster-storage-operator/openshift-cluster-storage-operator-release-4.4-presubmits.yaml index 8b52447e24e9..49aa783948a6 100644 --- a/ci-operator/jobs/openshift/cluster-storage-operator/openshift-cluster-storage-operator-release-4.4-presubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-storage-operator/openshift-cluster-storage-operator-release-4.4-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -46,6 +44,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -68,6 +69,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -86,13 +90,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -115,6 +117,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -137,6 +142,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -155,10 +163,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -176,6 +184,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -187,6 +198,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -205,10 +219,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -225,6 +239,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -236,6 +253,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -254,10 +274,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -274,6 +294,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -285,4 +308,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) diff --git a/ci-operator/jobs/openshift/cluster-storage-operator/openshift-cluster-storage-operator-release-4.5-postsubmits.yaml b/ci-operator/jobs/openshift/cluster-storage-operator/openshift-cluster-storage-operator-release-4.5-postsubmits.yaml index cb91cb210867..073ec0f83841 100644 --- a/ci-operator/jobs/openshift/cluster-storage-operator/openshift-cluster-storage-operator-release-4.5-postsubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-storage-operator/openshift-cluster-storage-operator-release-4.5-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-cluster-storage-operator-release-4.5-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/cluster-storage-operator/openshift-cluster-storage-operator-release-4.5-presubmits.yaml b/ci-operator/jobs/openshift/cluster-storage-operator/openshift-cluster-storage-operator-release-4.5-presubmits.yaml index 7704851d7947..f219ca896213 100644 --- a/ci-operator/jobs/openshift/cluster-storage-operator/openshift-cluster-storage-operator-release-4.5-presubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-storage-operator/openshift-cluster-storage-operator-release-4.5-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -46,6 +44,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -68,6 +69,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -86,13 +90,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -115,6 +117,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -137,6 +142,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -155,10 +163,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -175,6 +183,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -186,6 +197,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -204,10 +218,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -224,6 +238,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -235,6 +252,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -253,10 +273,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -273,6 +293,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -284,4 +307,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) diff --git a/ci-operator/jobs/openshift/cluster-storage-operator/openshift-cluster-storage-operator-release-4.6-postsubmits.yaml b/ci-operator/jobs/openshift/cluster-storage-operator/openshift-cluster-storage-operator-release-4.6-postsubmits.yaml index adfcaf82c086..710d44852667 100644 --- a/ci-operator/jobs/openshift/cluster-storage-operator/openshift-cluster-storage-operator-release-4.6-postsubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-storage-operator/openshift-cluster-storage-operator-release-4.6-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-cluster-storage-operator-release-4.6-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/cluster-storage-operator/openshift-cluster-storage-operator-release-4.6-presubmits.yaml b/ci-operator/jobs/openshift/cluster-storage-operator/openshift-cluster-storage-operator-release-4.6-presubmits.yaml index 1632e2d67606..7b5e7bd7cd7d 100644 --- a/ci-operator/jobs/openshift/cluster-storage-operator/openshift-cluster-storage-operator-release-4.6-presubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-storage-operator/openshift-cluster-storage-operator-release-4.6-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -46,6 +44,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -68,6 +69,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -86,13 +90,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -115,6 +117,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -137,6 +142,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -155,10 +163,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -176,6 +184,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -187,6 +198,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -205,10 +219,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -225,6 +239,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -236,6 +253,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -254,10 +274,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -274,6 +294,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -285,4 +308,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) diff --git a/ci-operator/jobs/openshift/cluster-storage-operator/openshift-cluster-storage-operator-release-4.7-postsubmits.yaml b/ci-operator/jobs/openshift/cluster-storage-operator/openshift-cluster-storage-operator-release-4.7-postsubmits.yaml index 9c9ca1d51015..f062ae8b7818 100644 --- a/ci-operator/jobs/openshift/cluster-storage-operator/openshift-cluster-storage-operator-release-4.7-postsubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-storage-operator/openshift-cluster-storage-operator-release-4.7-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-cluster-storage-operator-release-4.7-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/cluster-storage-operator/openshift-cluster-storage-operator-release-4.7-presubmits.yaml b/ci-operator/jobs/openshift/cluster-storage-operator/openshift-cluster-storage-operator-release-4.7-presubmits.yaml index 67ad5f57f704..2144e9ec3e95 100644 --- a/ci-operator/jobs/openshift/cluster-storage-operator/openshift-cluster-storage-operator-release-4.7-presubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-storage-operator/openshift-cluster-storage-operator-release-4.7-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -46,6 +44,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -68,6 +69,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -86,13 +90,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -115,6 +117,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -137,6 +142,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -155,10 +163,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -176,6 +184,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -187,6 +198,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -205,10 +219,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -225,6 +239,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -236,6 +253,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -254,10 +274,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -274,6 +294,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -285,4 +308,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) diff --git a/ci-operator/jobs/openshift/cluster-svcat-apiserver-operator/openshift-cluster-svcat-apiserver-operator-master-postsubmits.yaml b/ci-operator/jobs/openshift/cluster-svcat-apiserver-operator/openshift-cluster-svcat-apiserver-operator-master-postsubmits.yaml index 4579819f5b8c..4ce41bd62cf6 100644 --- a/ci-operator/jobs/openshift/cluster-svcat-apiserver-operator/openshift-cluster-svcat-apiserver-operator-master-postsubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-svcat-apiserver-operator/openshift-cluster-svcat-apiserver-operator-master-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-cluster-svcat-apiserver-operator-master-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/cluster-svcat-apiserver-operator/openshift-cluster-svcat-apiserver-operator-master-presubmits.yaml b/ci-operator/jobs/openshift/cluster-svcat-apiserver-operator/openshift-cluster-svcat-apiserver-operator-master-presubmits.yaml index 9d08b28aa12c..e384940f1e38 100644 --- a/ci-operator/jobs/openshift/cluster-svcat-apiserver-operator/openshift-cluster-svcat-apiserver-operator-master-presubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-svcat-apiserver-operator/openshift-cluster-svcat-apiserver-operator-master-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -46,6 +44,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -68,6 +69,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -86,13 +90,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -115,6 +117,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -137,6 +142,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -155,10 +163,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -176,6 +184,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -187,6 +198,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -205,10 +219,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -225,6 +239,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -236,6 +253,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -254,10 +274,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -274,6 +294,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -285,4 +308,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) diff --git a/ci-operator/jobs/openshift/cluster-svcat-apiserver-operator/openshift-cluster-svcat-apiserver-operator-release-4.1-postsubmits.yaml b/ci-operator/jobs/openshift/cluster-svcat-apiserver-operator/openshift-cluster-svcat-apiserver-operator-release-4.1-postsubmits.yaml index a1d172f21862..3d6441693b76 100644 --- a/ci-operator/jobs/openshift/cluster-svcat-apiserver-operator/openshift-cluster-svcat-apiserver-operator-release-4.1-postsubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-svcat-apiserver-operator/openshift-cluster-svcat-apiserver-operator-release-4.1-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-cluster-svcat-apiserver-operator-release-4.1-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/cluster-svcat-apiserver-operator/openshift-cluster-svcat-apiserver-operator-release-4.1-presubmits.yaml b/ci-operator/jobs/openshift/cluster-svcat-apiserver-operator/openshift-cluster-svcat-apiserver-operator-release-4.1-presubmits.yaml index 87c098a4967f..4b7f584e16cd 100644 --- a/ci-operator/jobs/openshift/cluster-svcat-apiserver-operator/openshift-cluster-svcat-apiserver-operator-release-4.1-presubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-svcat-apiserver-operator/openshift-cluster-svcat-apiserver-operator-release-4.1-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -46,6 +44,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -68,6 +69,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -86,10 +90,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -107,6 +111,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -118,6 +125,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -136,10 +146,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -156,6 +166,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -167,6 +180,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -185,10 +201,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -205,6 +221,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -216,4 +235,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) diff --git a/ci-operator/jobs/openshift/cluster-svcat-apiserver-operator/openshift-cluster-svcat-apiserver-operator-release-4.2-postsubmits.yaml b/ci-operator/jobs/openshift/cluster-svcat-apiserver-operator/openshift-cluster-svcat-apiserver-operator-release-4.2-postsubmits.yaml index 076b54b8f5bb..48a13fdce237 100644 --- a/ci-operator/jobs/openshift/cluster-svcat-apiserver-operator/openshift-cluster-svcat-apiserver-operator-release-4.2-postsubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-svcat-apiserver-operator/openshift-cluster-svcat-apiserver-operator-release-4.2-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-cluster-svcat-apiserver-operator-release-4.2-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/cluster-svcat-apiserver-operator/openshift-cluster-svcat-apiserver-operator-release-4.2-presubmits.yaml b/ci-operator/jobs/openshift/cluster-svcat-apiserver-operator/openshift-cluster-svcat-apiserver-operator-release-4.2-presubmits.yaml index 707698fbedef..dc2b16a9b025 100644 --- a/ci-operator/jobs/openshift/cluster-svcat-apiserver-operator/openshift-cluster-svcat-apiserver-operator-release-4.2-presubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-svcat-apiserver-operator/openshift-cluster-svcat-apiserver-operator-release-4.2-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -46,6 +44,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -68,6 +69,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -86,10 +90,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -107,6 +111,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -118,6 +125,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -136,10 +146,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -156,6 +166,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -167,6 +180,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -185,10 +201,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -205,6 +221,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -216,4 +235,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) diff --git a/ci-operator/jobs/openshift/cluster-svcat-apiserver-operator/openshift-cluster-svcat-apiserver-operator-release-4.3-postsubmits.yaml b/ci-operator/jobs/openshift/cluster-svcat-apiserver-operator/openshift-cluster-svcat-apiserver-operator-release-4.3-postsubmits.yaml index 9d6cc7fbcff1..afcb3b990b13 100644 --- a/ci-operator/jobs/openshift/cluster-svcat-apiserver-operator/openshift-cluster-svcat-apiserver-operator-release-4.3-postsubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-svcat-apiserver-operator/openshift-cluster-svcat-apiserver-operator-release-4.3-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-cluster-svcat-apiserver-operator-release-4.3-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/cluster-svcat-apiserver-operator/openshift-cluster-svcat-apiserver-operator-release-4.3-presubmits.yaml b/ci-operator/jobs/openshift/cluster-svcat-apiserver-operator/openshift-cluster-svcat-apiserver-operator-release-4.3-presubmits.yaml index 04139abc9261..5c93c39f7c2b 100644 --- a/ci-operator/jobs/openshift/cluster-svcat-apiserver-operator/openshift-cluster-svcat-apiserver-operator-release-4.3-presubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-svcat-apiserver-operator/openshift-cluster-svcat-apiserver-operator-release-4.3-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -46,6 +44,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -68,6 +69,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -86,10 +90,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -107,6 +111,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -118,6 +125,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -136,10 +146,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -156,6 +166,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -167,6 +180,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -185,10 +201,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -205,6 +221,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -216,4 +235,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) diff --git a/ci-operator/jobs/openshift/cluster-svcat-apiserver-operator/openshift-cluster-svcat-apiserver-operator-release-4.4-postsubmits.yaml b/ci-operator/jobs/openshift/cluster-svcat-apiserver-operator/openshift-cluster-svcat-apiserver-operator-release-4.4-postsubmits.yaml index 67b70434c952..a47308285861 100644 --- a/ci-operator/jobs/openshift/cluster-svcat-apiserver-operator/openshift-cluster-svcat-apiserver-operator-release-4.4-postsubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-svcat-apiserver-operator/openshift-cluster-svcat-apiserver-operator-release-4.4-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-cluster-svcat-apiserver-operator-release-4.4-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/cluster-svcat-apiserver-operator/openshift-cluster-svcat-apiserver-operator-release-4.4-presubmits.yaml b/ci-operator/jobs/openshift/cluster-svcat-apiserver-operator/openshift-cluster-svcat-apiserver-operator-release-4.4-presubmits.yaml index 129d5652ccf5..cd4309562e47 100644 --- a/ci-operator/jobs/openshift/cluster-svcat-apiserver-operator/openshift-cluster-svcat-apiserver-operator-release-4.4-presubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-svcat-apiserver-operator/openshift-cluster-svcat-apiserver-operator-release-4.4-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -46,6 +44,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -68,6 +69,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -86,13 +90,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -115,6 +117,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -137,6 +142,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -155,10 +163,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -176,6 +184,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -187,6 +198,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -205,10 +219,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -225,6 +239,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -236,6 +253,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -254,10 +274,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -274,6 +294,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -285,4 +308,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) diff --git a/ci-operator/jobs/openshift/cluster-svcat-apiserver-operator/openshift-cluster-svcat-apiserver-operator-release-4.5-postsubmits.yaml b/ci-operator/jobs/openshift/cluster-svcat-apiserver-operator/openshift-cluster-svcat-apiserver-operator-release-4.5-postsubmits.yaml index cc392e1de35a..56a3fba00c55 100644 --- a/ci-operator/jobs/openshift/cluster-svcat-apiserver-operator/openshift-cluster-svcat-apiserver-operator-release-4.5-postsubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-svcat-apiserver-operator/openshift-cluster-svcat-apiserver-operator-release-4.5-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-cluster-svcat-apiserver-operator-release-4.5-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/cluster-svcat-apiserver-operator/openshift-cluster-svcat-apiserver-operator-release-4.5-presubmits.yaml b/ci-operator/jobs/openshift/cluster-svcat-apiserver-operator/openshift-cluster-svcat-apiserver-operator-release-4.5-presubmits.yaml index 9225f18e3490..a804dac42fea 100644 --- a/ci-operator/jobs/openshift/cluster-svcat-apiserver-operator/openshift-cluster-svcat-apiserver-operator-release-4.5-presubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-svcat-apiserver-operator/openshift-cluster-svcat-apiserver-operator-release-4.5-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -46,6 +44,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -68,6 +69,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -86,13 +90,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -115,6 +117,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -137,6 +142,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -155,10 +163,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -175,6 +183,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -186,6 +197,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -204,10 +218,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -224,6 +238,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -235,6 +252,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -253,10 +273,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -273,6 +293,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -284,4 +307,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) diff --git a/ci-operator/jobs/openshift/cluster-svcat-apiserver-operator/openshift-cluster-svcat-apiserver-operator-release-4.6-postsubmits.yaml b/ci-operator/jobs/openshift/cluster-svcat-apiserver-operator/openshift-cluster-svcat-apiserver-operator-release-4.6-postsubmits.yaml index 36c52019d8b2..d536144b6c7d 100644 --- a/ci-operator/jobs/openshift/cluster-svcat-apiserver-operator/openshift-cluster-svcat-apiserver-operator-release-4.6-postsubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-svcat-apiserver-operator/openshift-cluster-svcat-apiserver-operator-release-4.6-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-cluster-svcat-apiserver-operator-release-4.6-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/cluster-svcat-apiserver-operator/openshift-cluster-svcat-apiserver-operator-release-4.6-presubmits.yaml b/ci-operator/jobs/openshift/cluster-svcat-apiserver-operator/openshift-cluster-svcat-apiserver-operator-release-4.6-presubmits.yaml index 93ede5cb9ad8..d96f19cc6832 100644 --- a/ci-operator/jobs/openshift/cluster-svcat-apiserver-operator/openshift-cluster-svcat-apiserver-operator-release-4.6-presubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-svcat-apiserver-operator/openshift-cluster-svcat-apiserver-operator-release-4.6-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -46,6 +44,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -68,6 +69,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -86,13 +90,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -115,6 +117,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -137,6 +142,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -155,10 +163,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -176,6 +184,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -187,6 +198,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -205,10 +219,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -225,6 +239,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -236,6 +253,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -254,10 +274,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -274,6 +294,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -285,4 +308,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) diff --git a/ci-operator/jobs/openshift/cluster-svcat-apiserver-operator/openshift-cluster-svcat-apiserver-operator-release-4.7-postsubmits.yaml b/ci-operator/jobs/openshift/cluster-svcat-apiserver-operator/openshift-cluster-svcat-apiserver-operator-release-4.7-postsubmits.yaml index ce3fa21817e9..c2e969231cad 100644 --- a/ci-operator/jobs/openshift/cluster-svcat-apiserver-operator/openshift-cluster-svcat-apiserver-operator-release-4.7-postsubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-svcat-apiserver-operator/openshift-cluster-svcat-apiserver-operator-release-4.7-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-cluster-svcat-apiserver-operator-release-4.7-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/cluster-svcat-apiserver-operator/openshift-cluster-svcat-apiserver-operator-release-4.7-presubmits.yaml b/ci-operator/jobs/openshift/cluster-svcat-apiserver-operator/openshift-cluster-svcat-apiserver-operator-release-4.7-presubmits.yaml index 88654ec647f5..15002ba0b3d5 100644 --- a/ci-operator/jobs/openshift/cluster-svcat-apiserver-operator/openshift-cluster-svcat-apiserver-operator-release-4.7-presubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-svcat-apiserver-operator/openshift-cluster-svcat-apiserver-operator-release-4.7-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -46,6 +44,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -68,6 +69,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -86,13 +90,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -115,6 +117,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -137,6 +142,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -155,10 +163,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -176,6 +184,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -187,6 +198,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -205,10 +219,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -225,6 +239,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -236,6 +253,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -254,10 +274,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -274,6 +294,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -285,4 +308,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) diff --git a/ci-operator/jobs/openshift/cluster-svcat-controller-manager-operator/openshift-cluster-svcat-controller-manager-operator-master-postsubmits.yaml b/ci-operator/jobs/openshift/cluster-svcat-controller-manager-operator/openshift-cluster-svcat-controller-manager-operator-master-postsubmits.yaml index f1e0df75bfdd..5fb1432427e2 100644 --- a/ci-operator/jobs/openshift/cluster-svcat-controller-manager-operator/openshift-cluster-svcat-controller-manager-operator-master-postsubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-svcat-controller-manager-operator/openshift-cluster-svcat-controller-manager-operator-master-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-cluster-svcat-controller-manager-operator-master-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/cluster-svcat-controller-manager-operator/openshift-cluster-svcat-controller-manager-operator-master-presubmits.yaml b/ci-operator/jobs/openshift/cluster-svcat-controller-manager-operator/openshift-cluster-svcat-controller-manager-operator-master-presubmits.yaml index c2cad1c3d2a0..2ffe07690ae4 100644 --- a/ci-operator/jobs/openshift/cluster-svcat-controller-manager-operator/openshift-cluster-svcat-controller-manager-operator-master-presubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-svcat-controller-manager-operator/openshift-cluster-svcat-controller-manager-operator-master-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -46,6 +44,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -68,6 +69,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -86,13 +90,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-operator-cluster-profile - --target=e2e-aws-operator - --template=/usr/local/e2e-aws-operator @@ -126,6 +128,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -151,6 +156,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-operator,?($|\s.*) - agent: kubernetes always_run: true @@ -169,13 +177,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -198,6 +204,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -220,6 +229,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -238,10 +250,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -259,6 +271,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -270,6 +285,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -288,10 +306,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -308,6 +326,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -319,6 +340,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -337,10 +361,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -357,6 +381,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -368,4 +395,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) diff --git a/ci-operator/jobs/openshift/cluster-svcat-controller-manager-operator/openshift-cluster-svcat-controller-manager-operator-release-4.1-postsubmits.yaml b/ci-operator/jobs/openshift/cluster-svcat-controller-manager-operator/openshift-cluster-svcat-controller-manager-operator-release-4.1-postsubmits.yaml index cbaf695deb00..6ee9d694e42e 100644 --- a/ci-operator/jobs/openshift/cluster-svcat-controller-manager-operator/openshift-cluster-svcat-controller-manager-operator-release-4.1-postsubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-svcat-controller-manager-operator/openshift-cluster-svcat-controller-manager-operator-release-4.1-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-cluster-svcat-controller-manager-operator-release-4.1-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/cluster-svcat-controller-manager-operator/openshift-cluster-svcat-controller-manager-operator-release-4.1-presubmits.yaml b/ci-operator/jobs/openshift/cluster-svcat-controller-manager-operator/openshift-cluster-svcat-controller-manager-operator-release-4.1-presubmits.yaml index e71746cd074a..f0e4e6b73609 100644 --- a/ci-operator/jobs/openshift/cluster-svcat-controller-manager-operator/openshift-cluster-svcat-controller-manager-operator-release-4.1-presubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-svcat-controller-manager-operator/openshift-cluster-svcat-controller-manager-operator-release-4.1-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -46,6 +44,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -68,6 +69,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -86,13 +90,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-operator-cluster-profile - --target=e2e-aws-operator - --template=/usr/local/e2e-aws-operator @@ -126,6 +128,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -151,6 +156,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-operator,?($|\s.*) - agent: kubernetes always_run: true @@ -169,10 +177,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -190,6 +198,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -201,6 +212,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -219,10 +233,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -239,6 +253,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -250,6 +267,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -268,10 +288,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -288,6 +308,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -299,4 +322,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) diff --git a/ci-operator/jobs/openshift/cluster-svcat-controller-manager-operator/openshift-cluster-svcat-controller-manager-operator-release-4.2-postsubmits.yaml b/ci-operator/jobs/openshift/cluster-svcat-controller-manager-operator/openshift-cluster-svcat-controller-manager-operator-release-4.2-postsubmits.yaml index 654324f08359..d41a5a065c1c 100644 --- a/ci-operator/jobs/openshift/cluster-svcat-controller-manager-operator/openshift-cluster-svcat-controller-manager-operator-release-4.2-postsubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-svcat-controller-manager-operator/openshift-cluster-svcat-controller-manager-operator-release-4.2-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-cluster-svcat-controller-manager-operator-release-4.2-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/cluster-svcat-controller-manager-operator/openshift-cluster-svcat-controller-manager-operator-release-4.2-presubmits.yaml b/ci-operator/jobs/openshift/cluster-svcat-controller-manager-operator/openshift-cluster-svcat-controller-manager-operator-release-4.2-presubmits.yaml index 3029b9c488ff..3543754e799b 100644 --- a/ci-operator/jobs/openshift/cluster-svcat-controller-manager-operator/openshift-cluster-svcat-controller-manager-operator-release-4.2-presubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-svcat-controller-manager-operator/openshift-cluster-svcat-controller-manager-operator-release-4.2-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -46,6 +44,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -68,6 +69,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -86,13 +90,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-operator-cluster-profile - --target=e2e-aws-operator - --template=/usr/local/e2e-aws-operator @@ -126,6 +128,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -151,6 +156,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-operator,?($|\s.*) - agent: kubernetes always_run: true @@ -169,10 +177,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -190,6 +198,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -201,6 +212,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -219,10 +233,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -239,6 +253,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -250,6 +267,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -268,10 +288,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -288,6 +308,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -299,4 +322,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) diff --git a/ci-operator/jobs/openshift/cluster-svcat-controller-manager-operator/openshift-cluster-svcat-controller-manager-operator-release-4.3-postsubmits.yaml b/ci-operator/jobs/openshift/cluster-svcat-controller-manager-operator/openshift-cluster-svcat-controller-manager-operator-release-4.3-postsubmits.yaml index 522be024a562..b99d92a0ca1e 100644 --- a/ci-operator/jobs/openshift/cluster-svcat-controller-manager-operator/openshift-cluster-svcat-controller-manager-operator-release-4.3-postsubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-svcat-controller-manager-operator/openshift-cluster-svcat-controller-manager-operator-release-4.3-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-cluster-svcat-controller-manager-operator-release-4.3-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/cluster-svcat-controller-manager-operator/openshift-cluster-svcat-controller-manager-operator-release-4.3-presubmits.yaml b/ci-operator/jobs/openshift/cluster-svcat-controller-manager-operator/openshift-cluster-svcat-controller-manager-operator-release-4.3-presubmits.yaml index c966a5655355..0c06d78a194a 100644 --- a/ci-operator/jobs/openshift/cluster-svcat-controller-manager-operator/openshift-cluster-svcat-controller-manager-operator-release-4.3-presubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-svcat-controller-manager-operator/openshift-cluster-svcat-controller-manager-operator-release-4.3-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -46,6 +44,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -68,6 +69,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -86,13 +90,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-operator-cluster-profile - --target=e2e-aws-operator - --template=/usr/local/e2e-aws-operator @@ -126,6 +128,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -151,6 +156,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-operator,?($|\s.*) - agent: kubernetes always_run: true @@ -169,10 +177,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -190,6 +198,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -201,6 +212,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -219,10 +233,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -239,6 +253,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -250,6 +267,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -268,10 +288,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -288,6 +308,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -299,4 +322,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) diff --git a/ci-operator/jobs/openshift/cluster-svcat-controller-manager-operator/openshift-cluster-svcat-controller-manager-operator-release-4.4-postsubmits.yaml b/ci-operator/jobs/openshift/cluster-svcat-controller-manager-operator/openshift-cluster-svcat-controller-manager-operator-release-4.4-postsubmits.yaml index 8f11785fc60f..e8a05933f263 100644 --- a/ci-operator/jobs/openshift/cluster-svcat-controller-manager-operator/openshift-cluster-svcat-controller-manager-operator-release-4.4-postsubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-svcat-controller-manager-operator/openshift-cluster-svcat-controller-manager-operator-release-4.4-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-cluster-svcat-controller-manager-operator-release-4.4-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/cluster-svcat-controller-manager-operator/openshift-cluster-svcat-controller-manager-operator-release-4.4-presubmits.yaml b/ci-operator/jobs/openshift/cluster-svcat-controller-manager-operator/openshift-cluster-svcat-controller-manager-operator-release-4.4-presubmits.yaml index 39fd6f2dfa1e..4f3ad910bcaf 100644 --- a/ci-operator/jobs/openshift/cluster-svcat-controller-manager-operator/openshift-cluster-svcat-controller-manager-operator-release-4.4-presubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-svcat-controller-manager-operator/openshift-cluster-svcat-controller-manager-operator-release-4.4-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -46,6 +44,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -68,6 +69,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -86,13 +90,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-operator-cluster-profile - --target=e2e-aws-operator - --template=/usr/local/e2e-aws-operator @@ -126,6 +128,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -151,6 +156,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-operator,?($|\s.*) - agent: kubernetes always_run: true @@ -169,13 +177,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -198,6 +204,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -220,6 +229,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -238,10 +250,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -259,6 +271,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -270,6 +285,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -288,10 +306,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -308,6 +326,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -319,6 +340,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -337,10 +361,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -357,6 +381,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -368,4 +395,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) diff --git a/ci-operator/jobs/openshift/cluster-svcat-controller-manager-operator/openshift-cluster-svcat-controller-manager-operator-release-4.5-postsubmits.yaml b/ci-operator/jobs/openshift/cluster-svcat-controller-manager-operator/openshift-cluster-svcat-controller-manager-operator-release-4.5-postsubmits.yaml index 6850fafb972a..ca21d69ac9ea 100644 --- a/ci-operator/jobs/openshift/cluster-svcat-controller-manager-operator/openshift-cluster-svcat-controller-manager-operator-release-4.5-postsubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-svcat-controller-manager-operator/openshift-cluster-svcat-controller-manager-operator-release-4.5-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-cluster-svcat-controller-manager-operator-release-4.5-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/cluster-svcat-controller-manager-operator/openshift-cluster-svcat-controller-manager-operator-release-4.5-presubmits.yaml b/ci-operator/jobs/openshift/cluster-svcat-controller-manager-operator/openshift-cluster-svcat-controller-manager-operator-release-4.5-presubmits.yaml index 3e7755d54c7d..da12ec3dd2bd 100644 --- a/ci-operator/jobs/openshift/cluster-svcat-controller-manager-operator/openshift-cluster-svcat-controller-manager-operator-release-4.5-presubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-svcat-controller-manager-operator/openshift-cluster-svcat-controller-manager-operator-release-4.5-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -46,6 +44,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -68,6 +69,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -86,13 +90,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-operator-cluster-profile - --target=e2e-aws-operator - --template=/usr/local/e2e-aws-operator @@ -126,6 +128,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -151,6 +156,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-operator,?($|\s.*) - agent: kubernetes always_run: true @@ -169,13 +177,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -198,6 +204,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -220,6 +229,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -238,10 +250,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -258,6 +270,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -269,6 +284,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -287,10 +305,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -307,6 +325,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -318,6 +339,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -336,10 +360,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -356,6 +380,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -367,4 +394,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) diff --git a/ci-operator/jobs/openshift/cluster-svcat-controller-manager-operator/openshift-cluster-svcat-controller-manager-operator-release-4.6-postsubmits.yaml b/ci-operator/jobs/openshift/cluster-svcat-controller-manager-operator/openshift-cluster-svcat-controller-manager-operator-release-4.6-postsubmits.yaml index 136572c2471e..b84d1832c1fd 100644 --- a/ci-operator/jobs/openshift/cluster-svcat-controller-manager-operator/openshift-cluster-svcat-controller-manager-operator-release-4.6-postsubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-svcat-controller-manager-operator/openshift-cluster-svcat-controller-manager-operator-release-4.6-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-cluster-svcat-controller-manager-operator-release-4.6-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/cluster-svcat-controller-manager-operator/openshift-cluster-svcat-controller-manager-operator-release-4.6-presubmits.yaml b/ci-operator/jobs/openshift/cluster-svcat-controller-manager-operator/openshift-cluster-svcat-controller-manager-operator-release-4.6-presubmits.yaml index 3429b3a210dc..d2264346b2c5 100644 --- a/ci-operator/jobs/openshift/cluster-svcat-controller-manager-operator/openshift-cluster-svcat-controller-manager-operator-release-4.6-presubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-svcat-controller-manager-operator/openshift-cluster-svcat-controller-manager-operator-release-4.6-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -46,6 +44,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -68,6 +69,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -86,13 +90,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-operator-cluster-profile - --target=e2e-aws-operator - --template=/usr/local/e2e-aws-operator @@ -126,6 +128,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -151,6 +156,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-operator,?($|\s.*) - agent: kubernetes always_run: true @@ -169,13 +177,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -198,6 +204,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -220,6 +229,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -238,10 +250,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -259,6 +271,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -270,6 +285,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -288,10 +306,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -308,6 +326,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -319,6 +340,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -337,10 +361,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -357,6 +381,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -368,4 +395,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) diff --git a/ci-operator/jobs/openshift/cluster-svcat-controller-manager-operator/openshift-cluster-svcat-controller-manager-operator-release-4.7-postsubmits.yaml b/ci-operator/jobs/openshift/cluster-svcat-controller-manager-operator/openshift-cluster-svcat-controller-manager-operator-release-4.7-postsubmits.yaml index 4f3f180dc7dd..e22e803f6617 100644 --- a/ci-operator/jobs/openshift/cluster-svcat-controller-manager-operator/openshift-cluster-svcat-controller-manager-operator-release-4.7-postsubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-svcat-controller-manager-operator/openshift-cluster-svcat-controller-manager-operator-release-4.7-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-cluster-svcat-controller-manager-operator-release-4.7-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/cluster-svcat-controller-manager-operator/openshift-cluster-svcat-controller-manager-operator-release-4.7-presubmits.yaml b/ci-operator/jobs/openshift/cluster-svcat-controller-manager-operator/openshift-cluster-svcat-controller-manager-operator-release-4.7-presubmits.yaml index 1127217378b6..0b1ccd00b9c1 100644 --- a/ci-operator/jobs/openshift/cluster-svcat-controller-manager-operator/openshift-cluster-svcat-controller-manager-operator-release-4.7-presubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-svcat-controller-manager-operator/openshift-cluster-svcat-controller-manager-operator-release-4.7-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -46,6 +44,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -68,6 +69,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -86,13 +90,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-operator-cluster-profile - --target=e2e-aws-operator - --template=/usr/local/e2e-aws-operator @@ -126,6 +128,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -151,6 +156,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-operator,?($|\s.*) - agent: kubernetes always_run: true @@ -169,13 +177,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -198,6 +204,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -220,6 +229,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -238,10 +250,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -259,6 +271,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -270,6 +285,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -288,10 +306,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -308,6 +326,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -319,6 +340,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -337,10 +361,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -357,6 +381,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -368,4 +395,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) diff --git a/ci-operator/jobs/openshift/cluster-update-keys/openshift-cluster-update-keys-master-postsubmits.yaml b/ci-operator/jobs/openshift/cluster-update-keys/openshift-cluster-update-keys-master-postsubmits.yaml index 9e710042733c..a8975d6215cb 100644 --- a/ci-operator/jobs/openshift/cluster-update-keys/openshift-cluster-update-keys-master-postsubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-update-keys/openshift-cluster-update-keys-master-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-cluster-update-keys-master-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/cluster-update-keys/openshift-cluster-update-keys-master-presubmits.yaml b/ci-operator/jobs/openshift/cluster-update-keys/openshift-cluster-update-keys-master-presubmits.yaml index 334618452bd5..b9d730680247 100644 --- a/ci-operator/jobs/openshift/cluster-update-keys/openshift-cluster-update-keys-master-presubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-update-keys/openshift-cluster-update-keys-master-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -46,6 +44,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -68,6 +69,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -86,13 +90,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -115,6 +117,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -137,6 +142,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -155,10 +163,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -176,6 +184,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -187,4 +198,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift/cluster-update-keys/openshift-cluster-update-keys-release-4.1-postsubmits.yaml b/ci-operator/jobs/openshift/cluster-update-keys/openshift-cluster-update-keys-release-4.1-postsubmits.yaml index d5552b17d959..c41fe7ab4d1a 100644 --- a/ci-operator/jobs/openshift/cluster-update-keys/openshift-cluster-update-keys-release-4.1-postsubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-update-keys/openshift-cluster-update-keys-release-4.1-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-cluster-update-keys-release-4.1-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/cluster-update-keys/openshift-cluster-update-keys-release-4.1-presubmits.yaml b/ci-operator/jobs/openshift/cluster-update-keys/openshift-cluster-update-keys-release-4.1-presubmits.yaml index 1b4eedfc979d..bcefc64a6132 100644 --- a/ci-operator/jobs/openshift/cluster-update-keys/openshift-cluster-update-keys-release-4.1-presubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-update-keys/openshift-cluster-update-keys-release-4.1-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -46,6 +44,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -68,6 +69,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -86,13 +90,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -115,6 +117,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -137,6 +142,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -155,10 +163,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -176,6 +184,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -187,4 +198,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift/cluster-update-keys/openshift-cluster-update-keys-release-4.2-postsubmits.yaml b/ci-operator/jobs/openshift/cluster-update-keys/openshift-cluster-update-keys-release-4.2-postsubmits.yaml index 29d1f1605397..b6c514300cad 100644 --- a/ci-operator/jobs/openshift/cluster-update-keys/openshift-cluster-update-keys-release-4.2-postsubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-update-keys/openshift-cluster-update-keys-release-4.2-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-cluster-update-keys-release-4.2-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/cluster-update-keys/openshift-cluster-update-keys-release-4.2-presubmits.yaml b/ci-operator/jobs/openshift/cluster-update-keys/openshift-cluster-update-keys-release-4.2-presubmits.yaml index 05c45f62b5da..d9479163d0a9 100644 --- a/ci-operator/jobs/openshift/cluster-update-keys/openshift-cluster-update-keys-release-4.2-presubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-update-keys/openshift-cluster-update-keys-release-4.2-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -46,6 +44,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -68,6 +69,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -86,13 +90,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -115,6 +117,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -137,6 +142,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -155,10 +163,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -176,6 +184,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -187,4 +198,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift/cluster-update-keys/openshift-cluster-update-keys-release-4.3-postsubmits.yaml b/ci-operator/jobs/openshift/cluster-update-keys/openshift-cluster-update-keys-release-4.3-postsubmits.yaml index b47e7f6ae5cb..13b92dc50833 100644 --- a/ci-operator/jobs/openshift/cluster-update-keys/openshift-cluster-update-keys-release-4.3-postsubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-update-keys/openshift-cluster-update-keys-release-4.3-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-cluster-update-keys-release-4.3-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/cluster-update-keys/openshift-cluster-update-keys-release-4.3-presubmits.yaml b/ci-operator/jobs/openshift/cluster-update-keys/openshift-cluster-update-keys-release-4.3-presubmits.yaml index 1456f15f2339..b8800e9a5203 100644 --- a/ci-operator/jobs/openshift/cluster-update-keys/openshift-cluster-update-keys-release-4.3-presubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-update-keys/openshift-cluster-update-keys-release-4.3-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -46,6 +44,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -68,6 +69,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -86,13 +90,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -115,6 +117,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -137,6 +142,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -155,10 +163,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -176,6 +184,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -187,4 +198,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift/cluster-update-keys/openshift-cluster-update-keys-release-4.4-postsubmits.yaml b/ci-operator/jobs/openshift/cluster-update-keys/openshift-cluster-update-keys-release-4.4-postsubmits.yaml index 3ffb7ad69bb0..09b65cc239ac 100644 --- a/ci-operator/jobs/openshift/cluster-update-keys/openshift-cluster-update-keys-release-4.4-postsubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-update-keys/openshift-cluster-update-keys-release-4.4-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-cluster-update-keys-release-4.4-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/cluster-update-keys/openshift-cluster-update-keys-release-4.4-presubmits.yaml b/ci-operator/jobs/openshift/cluster-update-keys/openshift-cluster-update-keys-release-4.4-presubmits.yaml index 86f98f646d1e..9b2a69b106cb 100644 --- a/ci-operator/jobs/openshift/cluster-update-keys/openshift-cluster-update-keys-release-4.4-presubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-update-keys/openshift-cluster-update-keys-release-4.4-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -46,6 +44,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -68,6 +69,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -86,13 +90,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -115,6 +117,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -137,6 +142,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -155,10 +163,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -176,6 +184,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -187,4 +198,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift/cluster-update-keys/openshift-cluster-update-keys-release-4.5-postsubmits.yaml b/ci-operator/jobs/openshift/cluster-update-keys/openshift-cluster-update-keys-release-4.5-postsubmits.yaml index 0bad352bc5bc..e72980c366a0 100644 --- a/ci-operator/jobs/openshift/cluster-update-keys/openshift-cluster-update-keys-release-4.5-postsubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-update-keys/openshift-cluster-update-keys-release-4.5-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-cluster-update-keys-release-4.5-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/cluster-update-keys/openshift-cluster-update-keys-release-4.5-presubmits.yaml b/ci-operator/jobs/openshift/cluster-update-keys/openshift-cluster-update-keys-release-4.5-presubmits.yaml index e53322a60c29..aab4bb6d22b5 100644 --- a/ci-operator/jobs/openshift/cluster-update-keys/openshift-cluster-update-keys-release-4.5-presubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-update-keys/openshift-cluster-update-keys-release-4.5-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -46,6 +44,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -68,6 +69,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -86,13 +90,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -115,6 +117,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -137,6 +142,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -155,10 +163,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -175,6 +183,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -186,4 +197,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift/cluster-update-keys/openshift-cluster-update-keys-release-4.6-postsubmits.yaml b/ci-operator/jobs/openshift/cluster-update-keys/openshift-cluster-update-keys-release-4.6-postsubmits.yaml index 6c2b7a46c31b..d60e2a77894f 100644 --- a/ci-operator/jobs/openshift/cluster-update-keys/openshift-cluster-update-keys-release-4.6-postsubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-update-keys/openshift-cluster-update-keys-release-4.6-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-cluster-update-keys-release-4.6-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/cluster-update-keys/openshift-cluster-update-keys-release-4.6-presubmits.yaml b/ci-operator/jobs/openshift/cluster-update-keys/openshift-cluster-update-keys-release-4.6-presubmits.yaml index 0061833d7c4a..618c607b59dc 100644 --- a/ci-operator/jobs/openshift/cluster-update-keys/openshift-cluster-update-keys-release-4.6-presubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-update-keys/openshift-cluster-update-keys-release-4.6-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -46,6 +44,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -68,6 +69,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -86,13 +90,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -115,6 +117,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -137,6 +142,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -155,10 +163,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -176,6 +184,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -187,4 +198,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift/cluster-update-keys/openshift-cluster-update-keys-release-4.7-postsubmits.yaml b/ci-operator/jobs/openshift/cluster-update-keys/openshift-cluster-update-keys-release-4.7-postsubmits.yaml index 275d119a5b15..25dd122fede2 100644 --- a/ci-operator/jobs/openshift/cluster-update-keys/openshift-cluster-update-keys-release-4.7-postsubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-update-keys/openshift-cluster-update-keys-release-4.7-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-cluster-update-keys-release-4.7-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/cluster-update-keys/openshift-cluster-update-keys-release-4.7-presubmits.yaml b/ci-operator/jobs/openshift/cluster-update-keys/openshift-cluster-update-keys-release-4.7-presubmits.yaml index d6033de75171..430c3c887f09 100644 --- a/ci-operator/jobs/openshift/cluster-update-keys/openshift-cluster-update-keys-release-4.7-presubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-update-keys/openshift-cluster-update-keys-release-4.7-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -46,6 +44,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -68,6 +69,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -86,13 +90,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -115,6 +117,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -137,6 +142,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -155,10 +163,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -176,6 +184,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -187,4 +198,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift/cluster-version-operator/openshift-cluster-version-operator-master-postsubmits.yaml b/ci-operator/jobs/openshift/cluster-version-operator/openshift-cluster-version-operator-master-postsubmits.yaml index 196d536f34f0..2bb01bfb744a 100644 --- a/ci-operator/jobs/openshift/cluster-version-operator/openshift-cluster-version-operator-master-postsubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-version-operator/openshift-cluster-version-operator-master-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-cluster-version-operator-master-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/cluster-version-operator/openshift-cluster-version-operator-master-presubmits.yaml b/ci-operator/jobs/openshift/cluster-version-operator/openshift-cluster-version-operator-master-presubmits.yaml index 3628d4931e39..abe2b5f0ad1d 100644 --- a/ci-operator/jobs/openshift/cluster-version-operator/openshift-cluster-version-operator-master-presubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-version-operator/openshift-cluster-version-operator-master-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -46,6 +44,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -68,6 +69,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -86,13 +90,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -115,6 +117,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -137,6 +142,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: false @@ -156,13 +164,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upi-cluster-profile - --target=e2e-aws-upi - --template=/usr/local/e2e-aws-upi @@ -196,6 +202,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -221,6 +230,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upi,?($|\s.*) - agent: kubernetes always_run: true @@ -239,10 +251,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -260,6 +272,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -271,6 +286,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -350,10 +368,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -370,6 +388,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -381,4 +402,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift/cluster-version-operator/openshift-cluster-version-operator-release-3.11-presubmits.yaml b/ci-operator/jobs/openshift/cluster-version-operator/openshift-cluster-version-operator-release-3.11-presubmits.yaml index 65567d68811d..918f131a116f 100644 --- a/ci-operator/jobs/openshift/cluster-version-operator/openshift-cluster-version-operator-release-3.11-presubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-version-operator/openshift-cluster-version-operator-release-3.11-presubmits.yaml @@ -17,10 +17,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -37,6 +37,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -48,6 +51,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -66,10 +72,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -86,6 +92,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -97,4 +106,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift/cluster-version-operator/openshift-cluster-version-operator-release-4.1-postsubmits.yaml b/ci-operator/jobs/openshift/cluster-version-operator/openshift-cluster-version-operator-release-4.1-postsubmits.yaml index 69edd9141c4d..f1b0fd936186 100644 --- a/ci-operator/jobs/openshift/cluster-version-operator/openshift-cluster-version-operator-release-4.1-postsubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-version-operator/openshift-cluster-version-operator-release-4.1-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-cluster-version-operator-release-4.1-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/cluster-version-operator/openshift-cluster-version-operator-release-4.1-presubmits.yaml b/ci-operator/jobs/openshift/cluster-version-operator/openshift-cluster-version-operator-release-4.1-presubmits.yaml index 834d9edeb768..bd3a088c9c60 100644 --- a/ci-operator/jobs/openshift/cluster-version-operator/openshift-cluster-version-operator-release-4.1-presubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-version-operator/openshift-cluster-version-operator-release-4.1-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -46,6 +44,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -68,6 +69,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -86,13 +90,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -115,6 +117,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -137,6 +142,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -155,10 +163,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -176,6 +184,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -187,6 +198,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -205,10 +219,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -225,6 +239,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -236,4 +253,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift/cluster-version-operator/openshift-cluster-version-operator-release-4.2-postsubmits.yaml b/ci-operator/jobs/openshift/cluster-version-operator/openshift-cluster-version-operator-release-4.2-postsubmits.yaml index 617443e6cb64..54f11aab3415 100644 --- a/ci-operator/jobs/openshift/cluster-version-operator/openshift-cluster-version-operator-release-4.2-postsubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-version-operator/openshift-cluster-version-operator-release-4.2-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-cluster-version-operator-release-4.2-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/cluster-version-operator/openshift-cluster-version-operator-release-4.2-presubmits.yaml b/ci-operator/jobs/openshift/cluster-version-operator/openshift-cluster-version-operator-release-4.2-presubmits.yaml index 7111dff6111f..9feed08cfcad 100644 --- a/ci-operator/jobs/openshift/cluster-version-operator/openshift-cluster-version-operator-release-4.2-presubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-version-operator/openshift-cluster-version-operator-release-4.2-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -46,6 +44,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -68,6 +69,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -86,13 +90,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -115,6 +117,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -137,6 +142,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -155,10 +163,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -176,6 +184,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -187,6 +198,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -205,10 +219,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -225,6 +239,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -236,4 +253,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift/cluster-version-operator/openshift-cluster-version-operator-release-4.3-postsubmits.yaml b/ci-operator/jobs/openshift/cluster-version-operator/openshift-cluster-version-operator-release-4.3-postsubmits.yaml index 000a50b4106e..d5923c68c51d 100644 --- a/ci-operator/jobs/openshift/cluster-version-operator/openshift-cluster-version-operator-release-4.3-postsubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-version-operator/openshift-cluster-version-operator-release-4.3-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-cluster-version-operator-release-4.3-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/cluster-version-operator/openshift-cluster-version-operator-release-4.3-presubmits.yaml b/ci-operator/jobs/openshift/cluster-version-operator/openshift-cluster-version-operator-release-4.3-presubmits.yaml index 9d12eeadfa42..4fac148a0074 100644 --- a/ci-operator/jobs/openshift/cluster-version-operator/openshift-cluster-version-operator-release-4.3-presubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-version-operator/openshift-cluster-version-operator-release-4.3-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -46,6 +44,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -68,6 +69,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -86,13 +90,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -115,6 +117,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -137,6 +142,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -155,10 +163,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -176,6 +184,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -187,6 +198,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -205,10 +219,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -225,6 +239,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -236,4 +253,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift/cluster-version-operator/openshift-cluster-version-operator-release-4.4-postsubmits.yaml b/ci-operator/jobs/openshift/cluster-version-operator/openshift-cluster-version-operator-release-4.4-postsubmits.yaml index d874d4597d97..8af3c7817941 100644 --- a/ci-operator/jobs/openshift/cluster-version-operator/openshift-cluster-version-operator-release-4.4-postsubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-version-operator/openshift-cluster-version-operator-release-4.4-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-cluster-version-operator-release-4.4-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/cluster-version-operator/openshift-cluster-version-operator-release-4.4-presubmits.yaml b/ci-operator/jobs/openshift/cluster-version-operator/openshift-cluster-version-operator-release-4.4-presubmits.yaml index 7e64d82c21fc..27e76a22e09c 100644 --- a/ci-operator/jobs/openshift/cluster-version-operator/openshift-cluster-version-operator-release-4.4-presubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-version-operator/openshift-cluster-version-operator-release-4.4-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -46,6 +44,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -68,6 +69,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -86,13 +90,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -115,6 +117,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -137,6 +142,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: false @@ -156,13 +164,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upi-cluster-profile - --target=e2e-aws-upi - --template=/usr/local/e2e-aws-upi @@ -196,6 +202,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -221,6 +230,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upi,?($|\s.*) - agent: kubernetes always_run: true @@ -239,10 +251,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -260,6 +272,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -271,6 +286,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -350,10 +368,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -370,6 +388,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -381,4 +402,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift/cluster-version-operator/openshift-cluster-version-operator-release-4.5-postsubmits.yaml b/ci-operator/jobs/openshift/cluster-version-operator/openshift-cluster-version-operator-release-4.5-postsubmits.yaml index 98588444eff0..5a5faa3a3e19 100644 --- a/ci-operator/jobs/openshift/cluster-version-operator/openshift-cluster-version-operator-release-4.5-postsubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-version-operator/openshift-cluster-version-operator-release-4.5-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-cluster-version-operator-release-4.5-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/cluster-version-operator/openshift-cluster-version-operator-release-4.5-presubmits.yaml b/ci-operator/jobs/openshift/cluster-version-operator/openshift-cluster-version-operator-release-4.5-presubmits.yaml index 1c702d0659d3..2893b1eeed29 100644 --- a/ci-operator/jobs/openshift/cluster-version-operator/openshift-cluster-version-operator-release-4.5-presubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-version-operator/openshift-cluster-version-operator-release-4.5-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -46,6 +44,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -68,6 +69,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -86,13 +90,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -115,6 +117,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -137,6 +142,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -155,13 +163,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upi-cluster-profile - --target=e2e-aws-upi - --template=/usr/local/e2e-aws-upi @@ -195,6 +201,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -220,6 +229,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upi,?($|\s.*) - agent: kubernetes always_run: true @@ -238,10 +250,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -258,6 +270,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -269,6 +284,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -287,10 +305,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -307,6 +325,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -318,4 +339,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift/cluster-version-operator/openshift-cluster-version-operator-release-4.6-postsubmits.yaml b/ci-operator/jobs/openshift/cluster-version-operator/openshift-cluster-version-operator-release-4.6-postsubmits.yaml index fc4e5fe249b3..e510ec9d3a71 100644 --- a/ci-operator/jobs/openshift/cluster-version-operator/openshift-cluster-version-operator-release-4.6-postsubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-version-operator/openshift-cluster-version-operator-release-4.6-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-cluster-version-operator-release-4.6-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/cluster-version-operator/openshift-cluster-version-operator-release-4.6-presubmits.yaml b/ci-operator/jobs/openshift/cluster-version-operator/openshift-cluster-version-operator-release-4.6-presubmits.yaml index 29990889b6c2..2c0f82566643 100644 --- a/ci-operator/jobs/openshift/cluster-version-operator/openshift-cluster-version-operator-release-4.6-presubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-version-operator/openshift-cluster-version-operator-release-4.6-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -46,6 +44,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -68,6 +69,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -86,13 +90,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -115,6 +117,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -137,6 +142,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -155,13 +163,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upi-cluster-profile - --target=e2e-aws-upi - --template=/usr/local/e2e-aws-upi @@ -195,6 +201,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -220,6 +229,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upi,?($|\s.*) - agent: kubernetes always_run: true @@ -238,10 +250,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -259,6 +271,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -270,6 +285,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -349,10 +367,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -369,6 +387,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -380,4 +401,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift/cluster-version-operator/openshift-cluster-version-operator-release-4.7-postsubmits.yaml b/ci-operator/jobs/openshift/cluster-version-operator/openshift-cluster-version-operator-release-4.7-postsubmits.yaml index 05fca4afd435..3f86d7249921 100644 --- a/ci-operator/jobs/openshift/cluster-version-operator/openshift-cluster-version-operator-release-4.7-postsubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-version-operator/openshift-cluster-version-operator-release-4.7-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-cluster-version-operator-release-4.7-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/cluster-version-operator/openshift-cluster-version-operator-release-4.7-presubmits.yaml b/ci-operator/jobs/openshift/cluster-version-operator/openshift-cluster-version-operator-release-4.7-presubmits.yaml index e9c6f7b16356..239e7ce26f4c 100644 --- a/ci-operator/jobs/openshift/cluster-version-operator/openshift-cluster-version-operator-release-4.7-presubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-version-operator/openshift-cluster-version-operator-release-4.7-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -46,6 +44,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -68,6 +69,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -86,13 +90,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -115,6 +117,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -137,6 +142,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -155,13 +163,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upi-cluster-profile - --target=e2e-aws-upi - --template=/usr/local/e2e-aws-upi @@ -195,6 +201,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -220,6 +229,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upi,?($|\s.*) - agent: kubernetes always_run: true @@ -238,10 +250,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -259,6 +271,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -270,6 +285,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -349,10 +367,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -369,6 +387,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -380,4 +401,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift/compliance-operator/openshift-compliance-operator-master-postsubmits.yaml b/ci-operator/jobs/openshift/compliance-operator/openshift-compliance-operator-master-postsubmits.yaml index a3eefd22e570..1fc58cd38d87 100644 --- a/ci-operator/jobs/openshift/compliance-operator/openshift-compliance-operator-master-postsubmits.yaml +++ b/ci-operator/jobs/openshift/compliance-operator/openshift-compliance-operator-master-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-compliance-operator-master-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/compliance-operator/openshift-compliance-operator-master-presubmits.yaml b/ci-operator/jobs/openshift/compliance-operator/openshift-compliance-operator-master-presubmits.yaml index 92b5f652c663..f777f15c102b 100644 --- a/ci-operator/jobs/openshift/compliance-operator/openshift-compliance-operator-master-presubmits.yaml +++ b/ci-operator/jobs/openshift/compliance-operator/openshift-compliance-operator-master-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws - --template=/usr/local/e2e-aws @@ -57,6 +55,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -82,6 +83,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -100,10 +104,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=go-build command: - ci-operator @@ -120,6 +124,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -131,6 +138,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )go-build,?($|\s.*) - agent: kubernetes always_run: true @@ -149,10 +159,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -170,6 +180,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -181,6 +194,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -199,10 +215,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -219,6 +235,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -230,6 +249,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -248,10 +270,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -268,6 +290,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -279,4 +304,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) diff --git a/ci-operator/jobs/openshift/compliance-operator/openshift-compliance-operator-release-4.5-postsubmits.yaml b/ci-operator/jobs/openshift/compliance-operator/openshift-compliance-operator-release-4.5-postsubmits.yaml index 0b7bf9d612bf..f6f59a6bc0e9 100644 --- a/ci-operator/jobs/openshift/compliance-operator/openshift-compliance-operator-release-4.5-postsubmits.yaml +++ b/ci-operator/jobs/openshift/compliance-operator/openshift-compliance-operator-release-4.5-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-compliance-operator-release-4.5-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/compliance-operator/openshift-compliance-operator-release-4.5-presubmits.yaml b/ci-operator/jobs/openshift/compliance-operator/openshift-compliance-operator-release-4.5-presubmits.yaml index 8fc485a2b05e..1ddfa015b0bb 100644 --- a/ci-operator/jobs/openshift/compliance-operator/openshift-compliance-operator-release-4.5-presubmits.yaml +++ b/ci-operator/jobs/openshift/compliance-operator/openshift-compliance-operator-release-4.5-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws - --template=/usr/local/e2e-aws @@ -57,6 +55,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -82,6 +83,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -100,10 +104,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=go-build command: - ci-operator @@ -120,6 +124,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -131,6 +138,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )go-build,?($|\s.*) - agent: kubernetes always_run: true @@ -149,10 +159,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -169,6 +179,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -180,6 +193,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -198,10 +214,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -218,6 +234,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -229,6 +248,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -247,10 +269,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -267,6 +289,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -278,4 +303,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) diff --git a/ci-operator/jobs/openshift/compliance-operator/openshift-compliance-operator-release-4.6-postsubmits.yaml b/ci-operator/jobs/openshift/compliance-operator/openshift-compliance-operator-release-4.6-postsubmits.yaml index 4e8f925eaf2c..6b549eef845e 100644 --- a/ci-operator/jobs/openshift/compliance-operator/openshift-compliance-operator-release-4.6-postsubmits.yaml +++ b/ci-operator/jobs/openshift/compliance-operator/openshift-compliance-operator-release-4.6-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-compliance-operator-release-4.6-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/compliance-operator/openshift-compliance-operator-release-4.6-presubmits.yaml b/ci-operator/jobs/openshift/compliance-operator/openshift-compliance-operator-release-4.6-presubmits.yaml index 79cc3964d9de..888a68574ace 100644 --- a/ci-operator/jobs/openshift/compliance-operator/openshift-compliance-operator-release-4.6-presubmits.yaml +++ b/ci-operator/jobs/openshift/compliance-operator/openshift-compliance-operator-release-4.6-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws - --template=/usr/local/e2e-aws @@ -57,6 +55,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -82,6 +83,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -100,10 +104,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=go-build command: - ci-operator @@ -120,6 +124,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -131,6 +138,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )go-build,?($|\s.*) - agent: kubernetes always_run: true @@ -149,10 +159,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -170,6 +180,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -181,6 +194,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -199,10 +215,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -219,6 +235,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -230,6 +249,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -248,10 +270,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -268,6 +290,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -279,4 +304,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) diff --git a/ci-operator/jobs/openshift/compliance-operator/openshift-compliance-operator-release-4.7-postsubmits.yaml b/ci-operator/jobs/openshift/compliance-operator/openshift-compliance-operator-release-4.7-postsubmits.yaml index c3dc34af673c..1e0da02a2c65 100644 --- a/ci-operator/jobs/openshift/compliance-operator/openshift-compliance-operator-release-4.7-postsubmits.yaml +++ b/ci-operator/jobs/openshift/compliance-operator/openshift-compliance-operator-release-4.7-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-compliance-operator-release-4.7-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/compliance-operator/openshift-compliance-operator-release-4.7-presubmits.yaml b/ci-operator/jobs/openshift/compliance-operator/openshift-compliance-operator-release-4.7-presubmits.yaml index 62241b2c9382..78ab00f4237b 100644 --- a/ci-operator/jobs/openshift/compliance-operator/openshift-compliance-operator-release-4.7-presubmits.yaml +++ b/ci-operator/jobs/openshift/compliance-operator/openshift-compliance-operator-release-4.7-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws - --template=/usr/local/e2e-aws @@ -57,6 +55,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -82,6 +83,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -100,10 +104,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=go-build command: - ci-operator @@ -120,6 +124,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -131,6 +138,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )go-build,?($|\s.*) - agent: kubernetes always_run: true @@ -149,10 +159,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -170,6 +180,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -181,6 +194,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -199,10 +215,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -219,6 +235,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -230,6 +249,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -248,10 +270,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -268,6 +290,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -279,4 +304,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) diff --git a/ci-operator/jobs/openshift/configmap-reload/openshift-configmap-reload-master-postsubmits.yaml b/ci-operator/jobs/openshift/configmap-reload/openshift-configmap-reload-master-postsubmits.yaml index 5881641149ac..f584ed93e470 100644 --- a/ci-operator/jobs/openshift/configmap-reload/openshift-configmap-reload-master-postsubmits.yaml +++ b/ci-operator/jobs/openshift/configmap-reload/openshift-configmap-reload-master-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-configmap-reload-master-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/configmap-reload/openshift-configmap-reload-master-presubmits.yaml b/ci-operator/jobs/openshift/configmap-reload/openshift-configmap-reload-master-presubmits.yaml index 6a6d51ec465d..0f48d62e7835 100644 --- a/ci-operator/jobs/openshift/configmap-reload/openshift-configmap-reload-master-presubmits.yaml +++ b/ci-operator/jobs/openshift/configmap-reload/openshift-configmap-reload-master-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -46,6 +44,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -68,6 +69,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -86,10 +90,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -107,6 +111,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -118,4 +125,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift/configmap-reload/openshift-configmap-reload-release-4.1-postsubmits.yaml b/ci-operator/jobs/openshift/configmap-reload/openshift-configmap-reload-release-4.1-postsubmits.yaml index 60b59e9e47fa..7c572012cbca 100644 --- a/ci-operator/jobs/openshift/configmap-reload/openshift-configmap-reload-release-4.1-postsubmits.yaml +++ b/ci-operator/jobs/openshift/configmap-reload/openshift-configmap-reload-release-4.1-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-configmap-reload-release-4.1-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/configmap-reload/openshift-configmap-reload-release-4.1-presubmits.yaml b/ci-operator/jobs/openshift/configmap-reload/openshift-configmap-reload-release-4.1-presubmits.yaml index 7fe7ed3a37cd..b261895a6abf 100644 --- a/ci-operator/jobs/openshift/configmap-reload/openshift-configmap-reload-release-4.1-presubmits.yaml +++ b/ci-operator/jobs/openshift/configmap-reload/openshift-configmap-reload-release-4.1-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -46,6 +44,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -68,6 +69,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -86,10 +90,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -107,6 +111,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -118,4 +125,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift/configmap-reload/openshift-configmap-reload-release-4.2-postsubmits.yaml b/ci-operator/jobs/openshift/configmap-reload/openshift-configmap-reload-release-4.2-postsubmits.yaml index c23dd59d8148..2eca6977b29f 100644 --- a/ci-operator/jobs/openshift/configmap-reload/openshift-configmap-reload-release-4.2-postsubmits.yaml +++ b/ci-operator/jobs/openshift/configmap-reload/openshift-configmap-reload-release-4.2-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-configmap-reload-release-4.2-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/configmap-reload/openshift-configmap-reload-release-4.2-presubmits.yaml b/ci-operator/jobs/openshift/configmap-reload/openshift-configmap-reload-release-4.2-presubmits.yaml index b06cc251d535..370e4791b8b9 100644 --- a/ci-operator/jobs/openshift/configmap-reload/openshift-configmap-reload-release-4.2-presubmits.yaml +++ b/ci-operator/jobs/openshift/configmap-reload/openshift-configmap-reload-release-4.2-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -46,6 +44,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -68,6 +69,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -86,10 +90,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -107,6 +111,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -118,4 +125,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift/configmap-reload/openshift-configmap-reload-release-4.3-postsubmits.yaml b/ci-operator/jobs/openshift/configmap-reload/openshift-configmap-reload-release-4.3-postsubmits.yaml index 476337d4fa0e..01c2241cb486 100644 --- a/ci-operator/jobs/openshift/configmap-reload/openshift-configmap-reload-release-4.3-postsubmits.yaml +++ b/ci-operator/jobs/openshift/configmap-reload/openshift-configmap-reload-release-4.3-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-configmap-reload-release-4.3-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/configmap-reload/openshift-configmap-reload-release-4.3-presubmits.yaml b/ci-operator/jobs/openshift/configmap-reload/openshift-configmap-reload-release-4.3-presubmits.yaml index 6ad8658b0cbb..b15ac7078977 100644 --- a/ci-operator/jobs/openshift/configmap-reload/openshift-configmap-reload-release-4.3-presubmits.yaml +++ b/ci-operator/jobs/openshift/configmap-reload/openshift-configmap-reload-release-4.3-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -46,6 +44,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -68,6 +69,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -86,10 +90,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -107,6 +111,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -118,4 +125,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift/configmap-reload/openshift-configmap-reload-release-4.4-postsubmits.yaml b/ci-operator/jobs/openshift/configmap-reload/openshift-configmap-reload-release-4.4-postsubmits.yaml index 307c735bd2ba..19fabde7e6a7 100644 --- a/ci-operator/jobs/openshift/configmap-reload/openshift-configmap-reload-release-4.4-postsubmits.yaml +++ b/ci-operator/jobs/openshift/configmap-reload/openshift-configmap-reload-release-4.4-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-configmap-reload-release-4.4-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/configmap-reload/openshift-configmap-reload-release-4.4-presubmits.yaml b/ci-operator/jobs/openshift/configmap-reload/openshift-configmap-reload-release-4.4-presubmits.yaml index f69022ba3927..9bd27ae8d312 100644 --- a/ci-operator/jobs/openshift/configmap-reload/openshift-configmap-reload-release-4.4-presubmits.yaml +++ b/ci-operator/jobs/openshift/configmap-reload/openshift-configmap-reload-release-4.4-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -46,6 +44,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -68,6 +69,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -86,10 +90,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -107,6 +111,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -118,4 +125,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift/configmap-reload/openshift-configmap-reload-release-4.5-postsubmits.yaml b/ci-operator/jobs/openshift/configmap-reload/openshift-configmap-reload-release-4.5-postsubmits.yaml index 8e69477869c9..c6a79717a946 100644 --- a/ci-operator/jobs/openshift/configmap-reload/openshift-configmap-reload-release-4.5-postsubmits.yaml +++ b/ci-operator/jobs/openshift/configmap-reload/openshift-configmap-reload-release-4.5-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-configmap-reload-release-4.5-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/configmap-reload/openshift-configmap-reload-release-4.5-presubmits.yaml b/ci-operator/jobs/openshift/configmap-reload/openshift-configmap-reload-release-4.5-presubmits.yaml index f68a2dbd0d06..2d26bf1681de 100644 --- a/ci-operator/jobs/openshift/configmap-reload/openshift-configmap-reload-release-4.5-presubmits.yaml +++ b/ci-operator/jobs/openshift/configmap-reload/openshift-configmap-reload-release-4.5-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -46,6 +44,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -68,6 +69,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -86,10 +90,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -106,6 +110,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -117,4 +124,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift/configmap-reload/openshift-configmap-reload-release-4.6-postsubmits.yaml b/ci-operator/jobs/openshift/configmap-reload/openshift-configmap-reload-release-4.6-postsubmits.yaml index cb40d3464178..2ca38f5ed8c2 100644 --- a/ci-operator/jobs/openshift/configmap-reload/openshift-configmap-reload-release-4.6-postsubmits.yaml +++ b/ci-operator/jobs/openshift/configmap-reload/openshift-configmap-reload-release-4.6-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-configmap-reload-release-4.6-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/configmap-reload/openshift-configmap-reload-release-4.6-presubmits.yaml b/ci-operator/jobs/openshift/configmap-reload/openshift-configmap-reload-release-4.6-presubmits.yaml index 99b0e8f7e882..f7dad14b0518 100644 --- a/ci-operator/jobs/openshift/configmap-reload/openshift-configmap-reload-release-4.6-presubmits.yaml +++ b/ci-operator/jobs/openshift/configmap-reload/openshift-configmap-reload-release-4.6-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -46,6 +44,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -68,6 +69,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -86,10 +90,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -107,6 +111,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -118,4 +125,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift/configmap-reload/openshift-configmap-reload-release-4.7-postsubmits.yaml b/ci-operator/jobs/openshift/configmap-reload/openshift-configmap-reload-release-4.7-postsubmits.yaml index 37cc627165d2..b35118b7e9f7 100644 --- a/ci-operator/jobs/openshift/configmap-reload/openshift-configmap-reload-release-4.7-postsubmits.yaml +++ b/ci-operator/jobs/openshift/configmap-reload/openshift-configmap-reload-release-4.7-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-configmap-reload-release-4.7-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/configmap-reload/openshift-configmap-reload-release-4.7-presubmits.yaml b/ci-operator/jobs/openshift/configmap-reload/openshift-configmap-reload-release-4.7-presubmits.yaml index 4bb7ab272151..7e390c0348fd 100644 --- a/ci-operator/jobs/openshift/configmap-reload/openshift-configmap-reload-release-4.7-presubmits.yaml +++ b/ci-operator/jobs/openshift/configmap-reload/openshift-configmap-reload-release-4.7-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -46,6 +44,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -68,6 +69,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -86,10 +90,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -107,6 +111,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -118,4 +125,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift/configure-alertmanager-operator/openshift-configure-alertmanager-operator-master-presubmits.yaml b/ci-operator/jobs/openshift/configure-alertmanager-operator/openshift-configure-alertmanager-operator-master-presubmits.yaml index 712e65e1a32c..e29365797e27 100644 --- a/ci-operator/jobs/openshift/configure-alertmanager-operator/openshift-configure-alertmanager-operator-master-presubmits.yaml +++ b/ci-operator/jobs/openshift/configure-alertmanager-operator/openshift-configure-alertmanager-operator-master-presubmits.yaml @@ -17,10 +17,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -37,6 +37,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -48,4 +51,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift/configure-alertmanager-operator/openshift-configure-alertmanager-operator-release-4.6-postsubmits.yaml b/ci-operator/jobs/openshift/configure-alertmanager-operator/openshift-configure-alertmanager-operator-release-4.6-postsubmits.yaml index 7fa333164869..7006c03a8514 100644 --- a/ci-operator/jobs/openshift/configure-alertmanager-operator/openshift-configure-alertmanager-operator-release-4.6-postsubmits.yaml +++ b/ci-operator/jobs/openshift/configure-alertmanager-operator/openshift-configure-alertmanager-operator-release-4.6-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-configure-alertmanager-operator-release-4.6-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/configure-alertmanager-operator/openshift-configure-alertmanager-operator-release-4.6-presubmits.yaml b/ci-operator/jobs/openshift/configure-alertmanager-operator/openshift-configure-alertmanager-operator-release-4.6-presubmits.yaml index c8a81812588c..89a42b75676c 100644 --- a/ci-operator/jobs/openshift/configure-alertmanager-operator/openshift-configure-alertmanager-operator-release-4.6-presubmits.yaml +++ b/ci-operator/jobs/openshift/configure-alertmanager-operator/openshift-configure-alertmanager-operator-release-4.6-presubmits.yaml @@ -17,10 +17,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -38,6 +38,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -49,4 +52,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift/console-operator/openshift-console-operator-master-postsubmits.yaml b/ci-operator/jobs/openshift/console-operator/openshift-console-operator-master-postsubmits.yaml index c208369734b6..778bd2a04aa9 100644 --- a/ci-operator/jobs/openshift/console-operator/openshift-console-operator-master-postsubmits.yaml +++ b/ci-operator/jobs/openshift/console-operator/openshift-console-operator-master-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-console-operator-master-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/console-operator/openshift-console-operator-master-presubmits.yaml b/ci-operator/jobs/openshift/console-operator/openshift-console-operator-master-presubmits.yaml index 16128b5ac721..b9e5577dd0fe 100644 --- a/ci-operator/jobs/openshift/console-operator/openshift-console-operator-master-presubmits.yaml +++ b/ci-operator/jobs/openshift/console-operator/openshift-console-operator-master-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-console-cluster-profile - --target=e2e-aws-console - --template=/usr/local/e2e-aws-console @@ -59,6 +57,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -84,6 +85,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-console,?($|\s.*) - agent: kubernetes always_run: true @@ -102,13 +106,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-operator-cluster-profile - --target=e2e-aws-operator - --template=/usr/local/e2e-aws-operator @@ -142,6 +144,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -167,6 +172,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-operator,?($|\s.*) - agent: kubernetes always_run: true @@ -185,13 +193,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-gcp-cluster-profile - --target=e2e-gcp - --template=/usr/local/e2e-gcp @@ -225,6 +231,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -252,6 +261,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-gcp,?($|\s.*) - agent: kubernetes always_run: true @@ -270,13 +282,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-gcp-upgrade-cluster-profile - --target=e2e-gcp-upgrade command: @@ -299,6 +309,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -323,6 +336,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-gcp-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -341,10 +357,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -362,6 +378,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -373,6 +392,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -391,10 +413,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -411,6 +433,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -422,6 +447,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -440,10 +468,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -460,6 +488,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -471,4 +502,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) diff --git a/ci-operator/jobs/openshift/console-operator/openshift-console-operator-release-4.1-postsubmits.yaml b/ci-operator/jobs/openshift/console-operator/openshift-console-operator-release-4.1-postsubmits.yaml index a7c52c19382c..c300298f80b2 100644 --- a/ci-operator/jobs/openshift/console-operator/openshift-console-operator-release-4.1-postsubmits.yaml +++ b/ci-operator/jobs/openshift/console-operator/openshift-console-operator-release-4.1-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-console-operator-release-4.1-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/console-operator/openshift-console-operator-release-4.1-presubmits.yaml b/ci-operator/jobs/openshift/console-operator/openshift-console-operator-release-4.1-presubmits.yaml index 62766ecc6db9..d5821a54e33e 100644 --- a/ci-operator/jobs/openshift/console-operator/openshift-console-operator-release-4.1-presubmits.yaml +++ b/ci-operator/jobs/openshift/console-operator/openshift-console-operator-release-4.1-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -46,6 +44,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -68,6 +69,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -86,13 +90,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-console-cluster-profile - --target=e2e-aws-console - --template=/usr/local/e2e-aws-console @@ -128,6 +130,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -153,6 +158,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-console,?($|\s.*) - agent: kubernetes always_run: true @@ -171,13 +179,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-operator-cluster-profile - --target=e2e-aws-operator - --template=/usr/local/e2e-aws-operator @@ -211,6 +217,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -236,6 +245,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-operator,?($|\s.*) - agent: kubernetes always_run: true @@ -254,13 +266,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -283,6 +293,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -305,6 +318,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -323,10 +339,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -344,6 +360,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -355,6 +374,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -373,10 +395,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=integration command: - ci-operator @@ -393,6 +415,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -404,6 +429,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )integration,?($|\s.*) - agent: kubernetes always_run: true @@ -422,10 +450,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -442,6 +470,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -453,6 +484,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -471,10 +505,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -491,6 +525,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -502,4 +539,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) diff --git a/ci-operator/jobs/openshift/console-operator/openshift-console-operator-release-4.2-postsubmits.yaml b/ci-operator/jobs/openshift/console-operator/openshift-console-operator-release-4.2-postsubmits.yaml index f8c4e248efcf..db60d2ac136a 100644 --- a/ci-operator/jobs/openshift/console-operator/openshift-console-operator-release-4.2-postsubmits.yaml +++ b/ci-operator/jobs/openshift/console-operator/openshift-console-operator-release-4.2-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-console-operator-release-4.2-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/console-operator/openshift-console-operator-release-4.2-presubmits.yaml b/ci-operator/jobs/openshift/console-operator/openshift-console-operator-release-4.2-presubmits.yaml index d701cc374b53..a1dea6baa442 100644 --- a/ci-operator/jobs/openshift/console-operator/openshift-console-operator-release-4.2-presubmits.yaml +++ b/ci-operator/jobs/openshift/console-operator/openshift-console-operator-release-4.2-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-console-cluster-profile - --target=e2e-aws-console - --template=/usr/local/e2e-aws-console @@ -59,6 +57,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -84,6 +85,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-console,?($|\s.*) - agent: kubernetes always_run: true @@ -102,13 +106,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-operator-cluster-profile - --target=e2e-aws-operator - --template=/usr/local/e2e-aws-operator @@ -142,6 +144,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -167,6 +172,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-operator,?($|\s.*) - agent: kubernetes always_run: true @@ -185,13 +193,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-gcp-cluster-profile - --target=e2e-gcp - --template=/usr/local/e2e-gcp @@ -225,6 +231,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -252,6 +261,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-gcp,?($|\s.*) - agent: kubernetes always_run: true @@ -270,13 +282,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-gcp-upgrade-cluster-profile - --target=e2e-gcp-upgrade command: @@ -299,6 +309,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -323,6 +336,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-gcp-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -341,10 +357,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -362,6 +378,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -373,6 +392,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -391,10 +413,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=integration command: - ci-operator @@ -411,6 +433,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -422,6 +447,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )integration,?($|\s.*) - agent: kubernetes always_run: true @@ -440,10 +468,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -460,6 +488,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -471,6 +502,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -489,10 +523,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -509,6 +543,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -520,4 +557,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) diff --git a/ci-operator/jobs/openshift/console-operator/openshift-console-operator-release-4.3-postsubmits.yaml b/ci-operator/jobs/openshift/console-operator/openshift-console-operator-release-4.3-postsubmits.yaml index b3e8e26f083d..500fc3283e0e 100644 --- a/ci-operator/jobs/openshift/console-operator/openshift-console-operator-release-4.3-postsubmits.yaml +++ b/ci-operator/jobs/openshift/console-operator/openshift-console-operator-release-4.3-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-console-operator-release-4.3-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/console-operator/openshift-console-operator-release-4.3-presubmits.yaml b/ci-operator/jobs/openshift/console-operator/openshift-console-operator-release-4.3-presubmits.yaml index fa945ee643e5..cdddfb668670 100644 --- a/ci-operator/jobs/openshift/console-operator/openshift-console-operator-release-4.3-presubmits.yaml +++ b/ci-operator/jobs/openshift/console-operator/openshift-console-operator-release-4.3-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-console-cluster-profile - --target=e2e-aws-console - --template=/usr/local/e2e-aws-console @@ -59,6 +57,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -84,6 +85,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-console,?($|\s.*) - agent: kubernetes always_run: true @@ -102,13 +106,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-operator-cluster-profile - --target=e2e-aws-operator - --template=/usr/local/e2e-aws-operator @@ -142,6 +144,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -167,6 +172,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-operator,?($|\s.*) - agent: kubernetes always_run: true @@ -185,13 +193,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-gcp-cluster-profile - --target=e2e-gcp - --template=/usr/local/e2e-gcp @@ -225,6 +231,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -252,6 +261,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-gcp,?($|\s.*) - agent: kubernetes always_run: true @@ -270,13 +282,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-gcp-upgrade-cluster-profile - --target=e2e-gcp-upgrade command: @@ -299,6 +309,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -323,6 +336,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-gcp-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -341,10 +357,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -362,6 +378,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -373,6 +392,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -391,10 +413,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=integration command: - ci-operator @@ -411,6 +433,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -422,6 +447,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )integration,?($|\s.*) - agent: kubernetes always_run: true @@ -440,10 +468,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -460,6 +488,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -471,6 +502,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -489,10 +523,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -509,6 +543,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -520,4 +557,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) diff --git a/ci-operator/jobs/openshift/console-operator/openshift-console-operator-release-4.4-postsubmits.yaml b/ci-operator/jobs/openshift/console-operator/openshift-console-operator-release-4.4-postsubmits.yaml index 79f0aea08f6e..0e48a746cbb8 100644 --- a/ci-operator/jobs/openshift/console-operator/openshift-console-operator-release-4.4-postsubmits.yaml +++ b/ci-operator/jobs/openshift/console-operator/openshift-console-operator-release-4.4-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-console-operator-release-4.4-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/console-operator/openshift-console-operator-release-4.4-presubmits.yaml b/ci-operator/jobs/openshift/console-operator/openshift-console-operator-release-4.4-presubmits.yaml index 051c4c801780..69ccb6c616e0 100644 --- a/ci-operator/jobs/openshift/console-operator/openshift-console-operator-release-4.4-presubmits.yaml +++ b/ci-operator/jobs/openshift/console-operator/openshift-console-operator-release-4.4-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-console-cluster-profile - --target=e2e-aws-console - --template=/usr/local/e2e-aws-console @@ -59,6 +57,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -84,6 +85,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-console,?($|\s.*) - agent: kubernetes always_run: true @@ -102,13 +106,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-operator-cluster-profile - --target=e2e-aws-operator - --template=/usr/local/e2e-aws-operator @@ -142,6 +144,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -167,6 +172,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-operator,?($|\s.*) - agent: kubernetes always_run: true @@ -185,13 +193,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-gcp-cluster-profile - --target=e2e-gcp - --template=/usr/local/e2e-gcp @@ -225,6 +231,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -252,6 +261,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-gcp,?($|\s.*) - agent: kubernetes always_run: true @@ -270,13 +282,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-gcp-upgrade-cluster-profile - --target=e2e-gcp-upgrade command: @@ -299,6 +309,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -323,6 +336,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-gcp-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -341,10 +357,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -362,6 +378,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -373,6 +392,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -391,10 +413,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=integration command: - ci-operator @@ -411,6 +433,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -422,6 +447,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )integration,?($|\s.*) - agent: kubernetes always_run: true @@ -440,10 +468,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -460,6 +488,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -471,6 +502,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -489,10 +523,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -509,6 +543,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -520,4 +557,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) diff --git a/ci-operator/jobs/openshift/console-operator/openshift-console-operator-release-4.5-postsubmits.yaml b/ci-operator/jobs/openshift/console-operator/openshift-console-operator-release-4.5-postsubmits.yaml index 6b08cfdf024e..a509a70726e6 100644 --- a/ci-operator/jobs/openshift/console-operator/openshift-console-operator-release-4.5-postsubmits.yaml +++ b/ci-operator/jobs/openshift/console-operator/openshift-console-operator-release-4.5-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-console-operator-release-4.5-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/console-operator/openshift-console-operator-release-4.5-presubmits.yaml b/ci-operator/jobs/openshift/console-operator/openshift-console-operator-release-4.5-presubmits.yaml index 2562ea044f81..c2af9b839ae2 100644 --- a/ci-operator/jobs/openshift/console-operator/openshift-console-operator-release-4.5-presubmits.yaml +++ b/ci-operator/jobs/openshift/console-operator/openshift-console-operator-release-4.5-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-console-cluster-profile - --target=e2e-aws-console - --template=/usr/local/e2e-aws-console @@ -59,6 +57,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -84,6 +85,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-console,?($|\s.*) - agent: kubernetes always_run: true @@ -102,13 +106,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-operator-cluster-profile - --target=e2e-aws-operator - --template=/usr/local/e2e-aws-operator @@ -142,6 +144,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -167,6 +172,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-operator,?($|\s.*) - agent: kubernetes always_run: true @@ -185,13 +193,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-gcp-cluster-profile - --target=e2e-gcp - --template=/usr/local/e2e-gcp @@ -225,6 +231,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -252,6 +261,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-gcp,?($|\s.*) - agent: kubernetes always_run: true @@ -270,13 +282,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-gcp-upgrade-cluster-profile - --target=e2e-gcp-upgrade command: @@ -299,6 +309,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -323,6 +336,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-gcp-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -341,10 +357,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -361,6 +377,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -372,6 +391,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -390,10 +412,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -410,6 +432,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -421,6 +446,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -439,10 +467,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -459,6 +487,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -470,4 +501,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) diff --git a/ci-operator/jobs/openshift/console-operator/openshift-console-operator-release-4.6-postsubmits.yaml b/ci-operator/jobs/openshift/console-operator/openshift-console-operator-release-4.6-postsubmits.yaml index 69660c6c8107..7f929265e94c 100644 --- a/ci-operator/jobs/openshift/console-operator/openshift-console-operator-release-4.6-postsubmits.yaml +++ b/ci-operator/jobs/openshift/console-operator/openshift-console-operator-release-4.6-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-console-operator-release-4.6-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/console-operator/openshift-console-operator-release-4.6-presubmits.yaml b/ci-operator/jobs/openshift/console-operator/openshift-console-operator-release-4.6-presubmits.yaml index 2734ab5d2eee..e2d1a6774c11 100644 --- a/ci-operator/jobs/openshift/console-operator/openshift-console-operator-release-4.6-presubmits.yaml +++ b/ci-operator/jobs/openshift/console-operator/openshift-console-operator-release-4.6-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-console-cluster-profile - --target=e2e-aws-console - --template=/usr/local/e2e-aws-console @@ -59,6 +57,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -84,6 +85,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-console,?($|\s.*) - agent: kubernetes always_run: true @@ -102,13 +106,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-operator-cluster-profile - --target=e2e-aws-operator - --template=/usr/local/e2e-aws-operator @@ -142,6 +144,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -167,6 +172,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-operator,?($|\s.*) - agent: kubernetes always_run: true @@ -185,13 +193,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-gcp-cluster-profile - --target=e2e-gcp - --template=/usr/local/e2e-gcp @@ -225,6 +231,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -252,6 +261,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-gcp,?($|\s.*) - agent: kubernetes always_run: true @@ -270,13 +282,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-gcp-upgrade-cluster-profile - --target=e2e-gcp-upgrade command: @@ -299,6 +309,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -323,6 +336,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-gcp-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -341,10 +357,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -362,6 +378,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -373,6 +392,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -391,10 +413,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -411,6 +433,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -422,6 +447,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -440,10 +468,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -460,6 +488,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -471,4 +502,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) diff --git a/ci-operator/jobs/openshift/console-operator/openshift-console-operator-release-4.7-postsubmits.yaml b/ci-operator/jobs/openshift/console-operator/openshift-console-operator-release-4.7-postsubmits.yaml index ee141f25e5b5..fee297106fe3 100644 --- a/ci-operator/jobs/openshift/console-operator/openshift-console-operator-release-4.7-postsubmits.yaml +++ b/ci-operator/jobs/openshift/console-operator/openshift-console-operator-release-4.7-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-console-operator-release-4.7-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/console-operator/openshift-console-operator-release-4.7-presubmits.yaml b/ci-operator/jobs/openshift/console-operator/openshift-console-operator-release-4.7-presubmits.yaml index 144b842b3172..06364984a89b 100644 --- a/ci-operator/jobs/openshift/console-operator/openshift-console-operator-release-4.7-presubmits.yaml +++ b/ci-operator/jobs/openshift/console-operator/openshift-console-operator-release-4.7-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-console-cluster-profile - --target=e2e-aws-console - --template=/usr/local/e2e-aws-console @@ -59,6 +57,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -84,6 +85,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-console,?($|\s.*) - agent: kubernetes always_run: true @@ -102,13 +106,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-operator-cluster-profile - --target=e2e-aws-operator - --template=/usr/local/e2e-aws-operator @@ -142,6 +144,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -167,6 +172,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-operator,?($|\s.*) - agent: kubernetes always_run: true @@ -185,13 +193,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-gcp-cluster-profile - --target=e2e-gcp - --template=/usr/local/e2e-gcp @@ -225,6 +231,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -252,6 +261,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-gcp,?($|\s.*) - agent: kubernetes always_run: true @@ -270,13 +282,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-gcp-upgrade-cluster-profile - --target=e2e-gcp-upgrade command: @@ -299,6 +309,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -323,6 +336,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-gcp-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -341,10 +357,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -362,6 +378,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -373,6 +392,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -391,10 +413,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -411,6 +433,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -422,6 +447,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -440,10 +468,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -460,6 +488,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -471,4 +502,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) diff --git a/ci-operator/jobs/openshift/console/openshift-console-master-postsubmits.yaml b/ci-operator/jobs/openshift/console/openshift-console-master-postsubmits.yaml index 94e08fdab79b..6f40498106c9 100644 --- a/ci-operator/jobs/openshift/console/openshift-console-master-postsubmits.yaml +++ b/ci-operator/jobs/openshift/console/openshift-console-master-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-console-master-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=src command: @@ -35,6 +37,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -46,3 +51,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/console/openshift-console-master-presubmits.yaml b/ci-operator/jobs/openshift/console/openshift-console-master-presubmits.yaml index 8ec4d8567f92..b064387a7eb4 100644 --- a/ci-operator/jobs/openshift/console/openshift-console-master-presubmits.yaml +++ b/ci-operator/jobs/openshift/console/openshift-console-master-presubmits.yaml @@ -17,10 +17,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=analyze command: - ci-operator @@ -37,6 +37,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -48,6 +51,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )analyze,?($|\s.*) - agent: kubernetes always_run: true @@ -66,10 +72,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=backend command: - ci-operator @@ -86,6 +92,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -97,6 +106,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )backend,?($|\s.*) - agent: kubernetes always_run: true @@ -115,13 +127,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-gcp-console-cluster-profile - --target=e2e-gcp-console - --template=/usr/local/e2e-gcp-console @@ -155,6 +165,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -182,6 +195,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-gcp-console,?($|\s.*) - agent: kubernetes always_run: true @@ -200,10 +216,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=frontend command: - ci-operator @@ -220,6 +236,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -231,6 +250,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )frontend,?($|\s.*) - agent: kubernetes always_run: true @@ -249,10 +271,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] - --target=src @@ -271,6 +293,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -282,4 +307,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift/console/openshift-console-release-3.10-presubmits.yaml b/ci-operator/jobs/openshift/console/openshift-console-release-3.10-presubmits.yaml index 8971a1006662..49d200ccea91 100644 --- a/ci-operator/jobs/openshift/console/openshift-console-release-3.10-presubmits.yaml +++ b/ci-operator/jobs/openshift/console/openshift-console-release-3.10-presubmits.yaml @@ -17,10 +17,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=backend command: - ci-operator @@ -37,6 +37,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -48,6 +51,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )backend,?($|\s.*) - agent: kubernetes always_run: true @@ -66,10 +72,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=frontend command: - ci-operator @@ -86,6 +92,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -97,4 +106,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )frontend,?($|\s.*) diff --git a/ci-operator/jobs/openshift/console/openshift-console-release-3.11-postsubmits.yaml b/ci-operator/jobs/openshift/console/openshift-console-release-3.11-postsubmits.yaml index 8969711b5ac7..1a4d289602e2 100644 --- a/ci-operator/jobs/openshift/console/openshift-console-release-3.11-postsubmits.yaml +++ b/ci-operator/jobs/openshift/console/openshift-console-release-3.11-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-console-release-3.11-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/console/openshift-console-release-3.11-presubmits.yaml b/ci-operator/jobs/openshift/console/openshift-console-release-3.11-presubmits.yaml index f390ac2e253b..66131f64e9a8 100644 --- a/ci-operator/jobs/openshift/console/openshift-console-release-3.11-presubmits.yaml +++ b/ci-operator/jobs/openshift/console/openshift-console-release-3.11-presubmits.yaml @@ -17,10 +17,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=backend command: - ci-operator @@ -37,6 +37,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -48,6 +51,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )backend,?($|\s.*) - agent: kubernetes always_run: true @@ -66,10 +72,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=frontend command: - ci-operator @@ -86,6 +92,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -97,6 +106,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )frontend,?($|\s.*) - agent: kubernetes always_run: true @@ -115,10 +127,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -135,6 +147,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -146,4 +161,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift/console/openshift-console-release-4.1-postsubmits.yaml b/ci-operator/jobs/openshift/console/openshift-console-release-4.1-postsubmits.yaml index 1e21527119f9..f9f760876899 100644 --- a/ci-operator/jobs/openshift/console/openshift-console-release-4.1-postsubmits.yaml +++ b/ci-operator/jobs/openshift/console/openshift-console-release-4.1-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-console-release-4.1-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=src command: @@ -35,6 +37,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -46,3 +51,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/console/openshift-console-release-4.1-presubmits.yaml b/ci-operator/jobs/openshift/console/openshift-console-release-4.1-presubmits.yaml index 3b684a85ddfa..a8a8da215382 100644 --- a/ci-operator/jobs/openshift/console/openshift-console-release-4.1-presubmits.yaml +++ b/ci-operator/jobs/openshift/console/openshift-console-release-4.1-presubmits.yaml @@ -17,10 +17,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=backend command: - ci-operator @@ -37,6 +37,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -48,6 +51,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )backend,?($|\s.*) - agent: kubernetes always_run: true @@ -66,13 +72,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-console-cluster-profile - --target=e2e-aws-console - --template=/usr/local/e2e-aws-console @@ -106,6 +110,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -131,6 +138,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-console,?($|\s.*) - agent: kubernetes always_run: true @@ -150,13 +160,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-console-olm-cluster-profile - --target=e2e-aws-console-olm - --template=/usr/local/e2e-aws-console-olm @@ -190,6 +198,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -215,6 +226,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-console-olm,?($|\s.*) - agent: kubernetes always_run: true @@ -233,10 +247,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=frontend command: - ci-operator @@ -253,6 +267,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -264,6 +281,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )frontend,?($|\s.*) - agent: kubernetes always_run: true @@ -282,10 +302,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] - --target=src @@ -304,6 +324,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -315,4 +338,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift/console/openshift-console-release-4.2-postsubmits.yaml b/ci-operator/jobs/openshift/console/openshift-console-release-4.2-postsubmits.yaml index 63bf525d089d..4b5c4f482511 100644 --- a/ci-operator/jobs/openshift/console/openshift-console-release-4.2-postsubmits.yaml +++ b/ci-operator/jobs/openshift/console/openshift-console-release-4.2-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-console-release-4.2-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=src command: @@ -35,6 +37,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -46,3 +51,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/console/openshift-console-release-4.2-presubmits.yaml b/ci-operator/jobs/openshift/console/openshift-console-release-4.2-presubmits.yaml index 95e4968b99de..42cd0c93db2f 100644 --- a/ci-operator/jobs/openshift/console/openshift-console-release-4.2-presubmits.yaml +++ b/ci-operator/jobs/openshift/console/openshift-console-release-4.2-presubmits.yaml @@ -17,10 +17,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=backend command: - ci-operator @@ -37,6 +37,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -48,6 +51,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )backend,?($|\s.*) - agent: kubernetes always_run: true @@ -66,13 +72,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-gcp-console-cluster-profile - --target=e2e-gcp-console - --template=/usr/local/e2e-gcp-console @@ -106,6 +110,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -133,6 +140,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-gcp-console,?($|\s.*) - agent: kubernetes always_run: true @@ -151,13 +161,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-gcp-console-olm-cluster-profile - --target=e2e-gcp-console-olm - --template=/usr/local/e2e-gcp-console-olm @@ -191,6 +199,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -218,6 +229,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-gcp-console-olm,?($|\s.*) - agent: kubernetes always_run: true @@ -236,10 +250,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=frontend command: - ci-operator @@ -256,6 +270,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -267,6 +284,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )frontend,?($|\s.*) - agent: kubernetes always_run: true @@ -285,10 +305,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] - --target=src @@ -307,6 +327,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -318,4 +341,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift/console/openshift-console-release-4.3-postsubmits.yaml b/ci-operator/jobs/openshift/console/openshift-console-release-4.3-postsubmits.yaml index 0b251c3a8238..345a115095f0 100644 --- a/ci-operator/jobs/openshift/console/openshift-console-release-4.3-postsubmits.yaml +++ b/ci-operator/jobs/openshift/console/openshift-console-release-4.3-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-console-release-4.3-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=src command: @@ -35,6 +37,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -46,3 +51,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/console/openshift-console-release-4.3-presubmits.yaml b/ci-operator/jobs/openshift/console/openshift-console-release-4.3-presubmits.yaml index 180b7d14d676..0b7196de8978 100644 --- a/ci-operator/jobs/openshift/console/openshift-console-release-4.3-presubmits.yaml +++ b/ci-operator/jobs/openshift/console/openshift-console-release-4.3-presubmits.yaml @@ -17,10 +17,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=analyze command: - ci-operator @@ -37,6 +37,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -48,6 +51,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )analyze,?($|\s.*) - agent: kubernetes always_run: true @@ -66,10 +72,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=backend command: - ci-operator @@ -86,6 +92,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -97,6 +106,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )backend,?($|\s.*) - agent: kubernetes always_run: true @@ -115,13 +127,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-gcp-console-cluster-profile - --target=e2e-gcp-console - --template=/usr/local/e2e-gcp-console @@ -155,6 +165,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -182,6 +195,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-gcp-console,?($|\s.*) - agent: kubernetes always_run: true @@ -200,10 +216,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=frontend command: - ci-operator @@ -220,6 +236,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -231,6 +250,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )frontend,?($|\s.*) - agent: kubernetes always_run: true @@ -249,10 +271,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] - --target=src @@ -271,6 +293,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -282,4 +307,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift/console/openshift-console-release-4.4-postsubmits.yaml b/ci-operator/jobs/openshift/console/openshift-console-release-4.4-postsubmits.yaml index 04d1d647dc05..fc2eb7aec9ba 100644 --- a/ci-operator/jobs/openshift/console/openshift-console-release-4.4-postsubmits.yaml +++ b/ci-operator/jobs/openshift/console/openshift-console-release-4.4-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-console-release-4.4-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=src command: @@ -35,6 +37,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -46,3 +51,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/console/openshift-console-release-4.4-presubmits.yaml b/ci-operator/jobs/openshift/console/openshift-console-release-4.4-presubmits.yaml index 97045975a0fc..893c74dd4e11 100644 --- a/ci-operator/jobs/openshift/console/openshift-console-release-4.4-presubmits.yaml +++ b/ci-operator/jobs/openshift/console/openshift-console-release-4.4-presubmits.yaml @@ -17,10 +17,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=analyze command: - ci-operator @@ -37,6 +37,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -48,6 +51,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )analyze,?($|\s.*) - agent: kubernetes always_run: true @@ -66,10 +72,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=backend command: - ci-operator @@ -86,6 +92,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -97,6 +106,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )backend,?($|\s.*) - agent: kubernetes always_run: true @@ -115,13 +127,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-gcp-console-cluster-profile - --target=e2e-gcp-console - --template=/usr/local/e2e-gcp-console @@ -155,6 +165,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -182,6 +195,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-gcp-console,?($|\s.*) - agent: kubernetes always_run: true @@ -200,10 +216,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=frontend command: - ci-operator @@ -220,6 +236,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -231,6 +250,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )frontend,?($|\s.*) - agent: kubernetes always_run: true @@ -249,10 +271,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] - --target=src @@ -271,6 +293,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -282,4 +307,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift/console/openshift-console-release-4.5-postsubmits.yaml b/ci-operator/jobs/openshift/console/openshift-console-release-4.5-postsubmits.yaml index 598fb4b1d5d3..a62ed7c0d546 100644 --- a/ci-operator/jobs/openshift/console/openshift-console-release-4.5-postsubmits.yaml +++ b/ci-operator/jobs/openshift/console/openshift-console-release-4.5-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-console-release-4.5-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=src command: @@ -35,6 +37,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -46,3 +51,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/console/openshift-console-release-4.5-presubmits.yaml b/ci-operator/jobs/openshift/console/openshift-console-release-4.5-presubmits.yaml index f43f1f1b93cc..df04592f26b3 100644 --- a/ci-operator/jobs/openshift/console/openshift-console-release-4.5-presubmits.yaml +++ b/ci-operator/jobs/openshift/console/openshift-console-release-4.5-presubmits.yaml @@ -17,10 +17,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=analyze command: - ci-operator @@ -37,6 +37,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -48,6 +51,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )analyze,?($|\s.*) - agent: kubernetes always_run: true @@ -66,10 +72,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=backend command: - ci-operator @@ -86,6 +92,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -97,6 +106,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )backend,?($|\s.*) - agent: kubernetes always_run: true @@ -115,13 +127,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-gcp-console-cluster-profile - --target=e2e-gcp-console - --template=/usr/local/e2e-gcp-console @@ -155,6 +165,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -182,6 +195,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-gcp-console,?($|\s.*) - agent: kubernetes always_run: true @@ -200,10 +216,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=frontend command: - ci-operator @@ -220,6 +236,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -231,6 +250,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )frontend,?($|\s.*) - agent: kubernetes always_run: true @@ -249,10 +271,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=src command: @@ -270,6 +292,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -281,4 +306,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift/console/openshift-console-release-4.6-postsubmits.yaml b/ci-operator/jobs/openshift/console/openshift-console-release-4.6-postsubmits.yaml index 2e296718af21..7a1815539719 100644 --- a/ci-operator/jobs/openshift/console/openshift-console-release-4.6-postsubmits.yaml +++ b/ci-operator/jobs/openshift/console/openshift-console-release-4.6-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-console-release-4.6-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=src command: @@ -35,6 +37,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -46,3 +51,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/console/openshift-console-release-4.6-presubmits.yaml b/ci-operator/jobs/openshift/console/openshift-console-release-4.6-presubmits.yaml index ab9e5939df3b..5ab1cb1ab26f 100644 --- a/ci-operator/jobs/openshift/console/openshift-console-release-4.6-presubmits.yaml +++ b/ci-operator/jobs/openshift/console/openshift-console-release-4.6-presubmits.yaml @@ -17,10 +17,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=analyze command: - ci-operator @@ -37,6 +37,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -48,6 +51,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )analyze,?($|\s.*) - agent: kubernetes always_run: true @@ -66,10 +72,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=backend command: - ci-operator @@ -86,6 +92,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -97,6 +106,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )backend,?($|\s.*) - agent: kubernetes always_run: true @@ -115,13 +127,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-gcp-console-cluster-profile - --target=e2e-gcp-console - --template=/usr/local/e2e-gcp-console @@ -155,6 +165,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -182,6 +195,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-gcp-console,?($|\s.*) - agent: kubernetes always_run: true @@ -200,10 +216,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=frontend command: - ci-operator @@ -220,6 +236,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -231,6 +250,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )frontend,?($|\s.*) - agent: kubernetes always_run: true @@ -249,10 +271,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] - --target=src @@ -271,6 +293,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -282,4 +307,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift/console/openshift-console-release-4.7-postsubmits.yaml b/ci-operator/jobs/openshift/console/openshift-console-release-4.7-postsubmits.yaml index 70d8bf7079fc..ad24540729d4 100644 --- a/ci-operator/jobs/openshift/console/openshift-console-release-4.7-postsubmits.yaml +++ b/ci-operator/jobs/openshift/console/openshift-console-release-4.7-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-console-release-4.7-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=src command: @@ -35,6 +37,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -46,3 +51,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/console/openshift-console-release-4.7-presubmits.yaml b/ci-operator/jobs/openshift/console/openshift-console-release-4.7-presubmits.yaml index 753c173a66c3..bd7c5971fed6 100644 --- a/ci-operator/jobs/openshift/console/openshift-console-release-4.7-presubmits.yaml +++ b/ci-operator/jobs/openshift/console/openshift-console-release-4.7-presubmits.yaml @@ -17,10 +17,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=analyze command: - ci-operator @@ -37,6 +37,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -48,6 +51,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )analyze,?($|\s.*) - agent: kubernetes always_run: true @@ -66,10 +72,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=backend command: - ci-operator @@ -86,6 +92,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -97,6 +106,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )backend,?($|\s.*) - agent: kubernetes always_run: true @@ -115,13 +127,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-gcp-console-cluster-profile - --target=e2e-gcp-console - --template=/usr/local/e2e-gcp-console @@ -155,6 +165,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -182,6 +195,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-gcp-console,?($|\s.*) - agent: kubernetes always_run: true @@ -200,10 +216,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=frontend command: - ci-operator @@ -220,6 +236,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -231,6 +250,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )frontend,?($|\s.*) - agent: kubernetes always_run: true @@ -249,10 +271,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] - --target=src @@ -271,6 +293,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -282,4 +307,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift/containernetworking-plugins/openshift-containernetworking-plugins-master-postsubmits.yaml b/ci-operator/jobs/openshift/containernetworking-plugins/openshift-containernetworking-plugins-master-postsubmits.yaml index 6fc34ef04c8e..29e7804b2884 100644 --- a/ci-operator/jobs/openshift/containernetworking-plugins/openshift-containernetworking-plugins-master-postsubmits.yaml +++ b/ci-operator/jobs/openshift/containernetworking-plugins/openshift-containernetworking-plugins-master-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-containernetworking-plugins-master-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/containernetworking-plugins/openshift-containernetworking-plugins-master-presubmits.yaml b/ci-operator/jobs/openshift/containernetworking-plugins/openshift-containernetworking-plugins-master-presubmits.yaml index 80caba907072..a6f6fecfe0fd 100644 --- a/ci-operator/jobs/openshift/containernetworking-plugins/openshift-containernetworking-plugins-master-presubmits.yaml +++ b/ci-operator/jobs/openshift/containernetworking-plugins/openshift-containernetworking-plugins-master-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -46,6 +44,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -68,6 +69,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -86,10 +90,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -107,6 +111,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -118,4 +125,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift/containernetworking-plugins/openshift-containernetworking-plugins-release-4.1-postsubmits.yaml b/ci-operator/jobs/openshift/containernetworking-plugins/openshift-containernetworking-plugins-release-4.1-postsubmits.yaml index 8e7a5dd3463c..3cc7b77b1a49 100644 --- a/ci-operator/jobs/openshift/containernetworking-plugins/openshift-containernetworking-plugins-release-4.1-postsubmits.yaml +++ b/ci-operator/jobs/openshift/containernetworking-plugins/openshift-containernetworking-plugins-release-4.1-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-containernetworking-plugins-release-4.1-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/containernetworking-plugins/openshift-containernetworking-plugins-release-4.1-presubmits.yaml b/ci-operator/jobs/openshift/containernetworking-plugins/openshift-containernetworking-plugins-release-4.1-presubmits.yaml index ac193d8a7aa4..fd01f6513df7 100644 --- a/ci-operator/jobs/openshift/containernetworking-plugins/openshift-containernetworking-plugins-release-4.1-presubmits.yaml +++ b/ci-operator/jobs/openshift/containernetworking-plugins/openshift-containernetworking-plugins-release-4.1-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -46,6 +44,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -68,6 +69,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -86,10 +90,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -107,6 +111,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -118,4 +125,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift/containernetworking-plugins/openshift-containernetworking-plugins-release-4.2-postsubmits.yaml b/ci-operator/jobs/openshift/containernetworking-plugins/openshift-containernetworking-plugins-release-4.2-postsubmits.yaml index 38657a929ac0..f6c56b23a3c5 100644 --- a/ci-operator/jobs/openshift/containernetworking-plugins/openshift-containernetworking-plugins-release-4.2-postsubmits.yaml +++ b/ci-operator/jobs/openshift/containernetworking-plugins/openshift-containernetworking-plugins-release-4.2-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-containernetworking-plugins-release-4.2-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/containernetworking-plugins/openshift-containernetworking-plugins-release-4.2-presubmits.yaml b/ci-operator/jobs/openshift/containernetworking-plugins/openshift-containernetworking-plugins-release-4.2-presubmits.yaml index 7172c0ba3233..f6d4f867c0b7 100644 --- a/ci-operator/jobs/openshift/containernetworking-plugins/openshift-containernetworking-plugins-release-4.2-presubmits.yaml +++ b/ci-operator/jobs/openshift/containernetworking-plugins/openshift-containernetworking-plugins-release-4.2-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -46,6 +44,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -68,6 +69,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -86,10 +90,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -107,6 +111,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -118,4 +125,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift/containernetworking-plugins/openshift-containernetworking-plugins-release-4.3-postsubmits.yaml b/ci-operator/jobs/openshift/containernetworking-plugins/openshift-containernetworking-plugins-release-4.3-postsubmits.yaml index ba44689a0329..380b60e0581e 100644 --- a/ci-operator/jobs/openshift/containernetworking-plugins/openshift-containernetworking-plugins-release-4.3-postsubmits.yaml +++ b/ci-operator/jobs/openshift/containernetworking-plugins/openshift-containernetworking-plugins-release-4.3-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-containernetworking-plugins-release-4.3-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/containernetworking-plugins/openshift-containernetworking-plugins-release-4.3-presubmits.yaml b/ci-operator/jobs/openshift/containernetworking-plugins/openshift-containernetworking-plugins-release-4.3-presubmits.yaml index 417f6b627e6e..d4b045d4b23a 100644 --- a/ci-operator/jobs/openshift/containernetworking-plugins/openshift-containernetworking-plugins-release-4.3-presubmits.yaml +++ b/ci-operator/jobs/openshift/containernetworking-plugins/openshift-containernetworking-plugins-release-4.3-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -46,6 +44,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -68,6 +69,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -86,10 +90,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -107,6 +111,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -118,4 +125,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift/containernetworking-plugins/openshift-containernetworking-plugins-release-4.4-postsubmits.yaml b/ci-operator/jobs/openshift/containernetworking-plugins/openshift-containernetworking-plugins-release-4.4-postsubmits.yaml index a5873919f58a..60b57527bb69 100644 --- a/ci-operator/jobs/openshift/containernetworking-plugins/openshift-containernetworking-plugins-release-4.4-postsubmits.yaml +++ b/ci-operator/jobs/openshift/containernetworking-plugins/openshift-containernetworking-plugins-release-4.4-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-containernetworking-plugins-release-4.4-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/containernetworking-plugins/openshift-containernetworking-plugins-release-4.4-presubmits.yaml b/ci-operator/jobs/openshift/containernetworking-plugins/openshift-containernetworking-plugins-release-4.4-presubmits.yaml index f59e5c459520..8caf4dcb0c55 100644 --- a/ci-operator/jobs/openshift/containernetworking-plugins/openshift-containernetworking-plugins-release-4.4-presubmits.yaml +++ b/ci-operator/jobs/openshift/containernetworking-plugins/openshift-containernetworking-plugins-release-4.4-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -46,6 +44,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -68,6 +69,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -86,10 +90,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -107,6 +111,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -118,4 +125,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift/containernetworking-plugins/openshift-containernetworking-plugins-release-4.5-postsubmits.yaml b/ci-operator/jobs/openshift/containernetworking-plugins/openshift-containernetworking-plugins-release-4.5-postsubmits.yaml index 1d523b8cfbac..a6dbbe18f1c4 100644 --- a/ci-operator/jobs/openshift/containernetworking-plugins/openshift-containernetworking-plugins-release-4.5-postsubmits.yaml +++ b/ci-operator/jobs/openshift/containernetworking-plugins/openshift-containernetworking-plugins-release-4.5-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-containernetworking-plugins-release-4.5-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/containernetworking-plugins/openshift-containernetworking-plugins-release-4.5-presubmits.yaml b/ci-operator/jobs/openshift/containernetworking-plugins/openshift-containernetworking-plugins-release-4.5-presubmits.yaml index 41862dfa1f6d..f92bdede1c47 100644 --- a/ci-operator/jobs/openshift/containernetworking-plugins/openshift-containernetworking-plugins-release-4.5-presubmits.yaml +++ b/ci-operator/jobs/openshift/containernetworking-plugins/openshift-containernetworking-plugins-release-4.5-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -46,6 +44,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -68,6 +69,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -86,10 +90,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -106,6 +110,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -117,4 +124,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift/containernetworking-plugins/openshift-containernetworking-plugins-release-4.6-postsubmits.yaml b/ci-operator/jobs/openshift/containernetworking-plugins/openshift-containernetworking-plugins-release-4.6-postsubmits.yaml index e1e0cc68836e..9a44881e71c0 100644 --- a/ci-operator/jobs/openshift/containernetworking-plugins/openshift-containernetworking-plugins-release-4.6-postsubmits.yaml +++ b/ci-operator/jobs/openshift/containernetworking-plugins/openshift-containernetworking-plugins-release-4.6-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-containernetworking-plugins-release-4.6-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/containernetworking-plugins/openshift-containernetworking-plugins-release-4.6-presubmits.yaml b/ci-operator/jobs/openshift/containernetworking-plugins/openshift-containernetworking-plugins-release-4.6-presubmits.yaml index 3da9013a64e7..1f3dab22e8a2 100644 --- a/ci-operator/jobs/openshift/containernetworking-plugins/openshift-containernetworking-plugins-release-4.6-presubmits.yaml +++ b/ci-operator/jobs/openshift/containernetworking-plugins/openshift-containernetworking-plugins-release-4.6-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -46,6 +44,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -68,6 +69,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -86,10 +90,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -107,6 +111,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -118,4 +125,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift/containernetworking-plugins/openshift-containernetworking-plugins-release-4.7-postsubmits.yaml b/ci-operator/jobs/openshift/containernetworking-plugins/openshift-containernetworking-plugins-release-4.7-postsubmits.yaml index 8509e6db586c..423f37a3bc48 100644 --- a/ci-operator/jobs/openshift/containernetworking-plugins/openshift-containernetworking-plugins-release-4.7-postsubmits.yaml +++ b/ci-operator/jobs/openshift/containernetworking-plugins/openshift-containernetworking-plugins-release-4.7-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-containernetworking-plugins-release-4.7-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/containernetworking-plugins/openshift-containernetworking-plugins-release-4.7-presubmits.yaml b/ci-operator/jobs/openshift/containernetworking-plugins/openshift-containernetworking-plugins-release-4.7-presubmits.yaml index d2bc1da041b0..3d9136ad5080 100644 --- a/ci-operator/jobs/openshift/containernetworking-plugins/openshift-containernetworking-plugins-release-4.7-presubmits.yaml +++ b/ci-operator/jobs/openshift/containernetworking-plugins/openshift-containernetworking-plugins-release-4.7-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -46,6 +44,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -68,6 +69,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -86,10 +90,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -107,6 +111,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -118,4 +125,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift/coredns-mdns/openshift-coredns-mdns-master-presubmits.yaml b/ci-operator/jobs/openshift/coredns-mdns/openshift-coredns-mdns-master-presubmits.yaml index 67a7a5f535c2..4d62862794fa 100644 --- a/ci-operator/jobs/openshift/coredns-mdns/openshift-coredns-mdns-master-presubmits.yaml +++ b/ci-operator/jobs/openshift/coredns-mdns/openshift-coredns-mdns-master-presubmits.yaml @@ -17,10 +17,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=build-coredns command: - ci-operator @@ -37,6 +37,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -48,6 +51,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )build-coredns,?($|\s.*) - agent: kubernetes always_run: true @@ -66,10 +72,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=gofmt command: - ci-operator @@ -86,6 +92,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -97,6 +106,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )gofmt,?($|\s.*) - agent: kubernetes always_run: true @@ -115,10 +127,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -135,6 +147,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -146,4 +161,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift/coredns-mdns/openshift-coredns-mdns-release-4.2-presubmits.yaml b/ci-operator/jobs/openshift/coredns-mdns/openshift-coredns-mdns-release-4.2-presubmits.yaml index 2e25499a2797..e006dfbcdc55 100644 --- a/ci-operator/jobs/openshift/coredns-mdns/openshift-coredns-mdns-release-4.2-presubmits.yaml +++ b/ci-operator/jobs/openshift/coredns-mdns/openshift-coredns-mdns-release-4.2-presubmits.yaml @@ -17,10 +17,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=build-coredns command: - ci-operator @@ -37,6 +37,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -48,6 +51,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )build-coredns,?($|\s.*) - agent: kubernetes always_run: true @@ -66,10 +72,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=gofmt command: - ci-operator @@ -86,6 +92,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -97,4 +106,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )gofmt,?($|\s.*) diff --git a/ci-operator/jobs/openshift/coredns-mdns/openshift-coredns-mdns-release-4.3-presubmits.yaml b/ci-operator/jobs/openshift/coredns-mdns/openshift-coredns-mdns-release-4.3-presubmits.yaml index c65559a1ae16..fe200e8dd020 100644 --- a/ci-operator/jobs/openshift/coredns-mdns/openshift-coredns-mdns-release-4.3-presubmits.yaml +++ b/ci-operator/jobs/openshift/coredns-mdns/openshift-coredns-mdns-release-4.3-presubmits.yaml @@ -17,10 +17,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=build-coredns command: - ci-operator @@ -37,6 +37,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -48,6 +51,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )build-coredns,?($|\s.*) - agent: kubernetes always_run: true @@ -66,10 +72,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=gofmt command: - ci-operator @@ -86,6 +92,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -97,4 +106,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )gofmt,?($|\s.*) diff --git a/ci-operator/jobs/openshift/coredns/openshift-coredns-master-postsubmits.yaml b/ci-operator/jobs/openshift/coredns/openshift-coredns-master-postsubmits.yaml index f6f291e4342f..1513e86a84ae 100644 --- a/ci-operator/jobs/openshift/coredns/openshift-coredns-master-postsubmits.yaml +++ b/ci-operator/jobs/openshift/coredns/openshift-coredns-master-postsubmits.yaml @@ -8,17 +8,19 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-coredns-master-images path_alias: github.com/coredns/coredns spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -35,6 +37,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -46,3 +51,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/coredns/openshift-coredns-master-presubmits.yaml b/ci-operator/jobs/openshift/coredns/openshift-coredns-master-presubmits.yaml index c79a256a4cc6..a6285d9f353a 100644 --- a/ci-operator/jobs/openshift/coredns/openshift-coredns-master-presubmits.yaml +++ b/ci-operator/jobs/openshift/coredns/openshift-coredns-master-presubmits.yaml @@ -18,13 +18,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -47,6 +45,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -69,6 +70,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -88,13 +92,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -117,6 +119,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -139,6 +144,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -158,10 +166,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -179,6 +187,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -190,6 +201,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -209,10 +223,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -229,6 +243,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -240,4 +257,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift/coredns/openshift-coredns-release-4.1-postsubmits.yaml b/ci-operator/jobs/openshift/coredns/openshift-coredns-release-4.1-postsubmits.yaml index f2cab628651f..81fa9d4189f0 100644 --- a/ci-operator/jobs/openshift/coredns/openshift-coredns-release-4.1-postsubmits.yaml +++ b/ci-operator/jobs/openshift/coredns/openshift-coredns-release-4.1-postsubmits.yaml @@ -8,17 +8,19 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-coredns-release-4.1-images path_alias: github.com/coredns/coredns spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -35,6 +37,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -46,3 +51,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/coredns/openshift-coredns-release-4.1-presubmits.yaml b/ci-operator/jobs/openshift/coredns/openshift-coredns-release-4.1-presubmits.yaml index 8c598865066b..a7f6812ecaab 100644 --- a/ci-operator/jobs/openshift/coredns/openshift-coredns-release-4.1-presubmits.yaml +++ b/ci-operator/jobs/openshift/coredns/openshift-coredns-release-4.1-presubmits.yaml @@ -18,13 +18,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -47,6 +45,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -69,6 +70,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -88,13 +92,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -117,6 +119,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -139,6 +144,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -158,10 +166,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -179,6 +187,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -190,6 +201,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -209,10 +223,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -229,6 +243,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -240,4 +257,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift/coredns/openshift-coredns-release-4.2-postsubmits.yaml b/ci-operator/jobs/openshift/coredns/openshift-coredns-release-4.2-postsubmits.yaml index 2a214a17b836..d6c36ca544f0 100644 --- a/ci-operator/jobs/openshift/coredns/openshift-coredns-release-4.2-postsubmits.yaml +++ b/ci-operator/jobs/openshift/coredns/openshift-coredns-release-4.2-postsubmits.yaml @@ -8,17 +8,19 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-coredns-release-4.2-images path_alias: github.com/coredns/coredns spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -35,6 +37,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -46,3 +51,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/coredns/openshift-coredns-release-4.2-presubmits.yaml b/ci-operator/jobs/openshift/coredns/openshift-coredns-release-4.2-presubmits.yaml index 39d340fb20b8..c5f9260cf1cd 100644 --- a/ci-operator/jobs/openshift/coredns/openshift-coredns-release-4.2-presubmits.yaml +++ b/ci-operator/jobs/openshift/coredns/openshift-coredns-release-4.2-presubmits.yaml @@ -18,13 +18,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -47,6 +45,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -69,6 +70,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -88,13 +92,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -117,6 +119,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -139,6 +144,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -158,10 +166,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -179,6 +187,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -190,6 +201,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -209,10 +223,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -229,6 +243,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -240,4 +257,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift/coredns/openshift-coredns-release-4.3-postsubmits.yaml b/ci-operator/jobs/openshift/coredns/openshift-coredns-release-4.3-postsubmits.yaml index 23fafbb6f664..26b054992408 100644 --- a/ci-operator/jobs/openshift/coredns/openshift-coredns-release-4.3-postsubmits.yaml +++ b/ci-operator/jobs/openshift/coredns/openshift-coredns-release-4.3-postsubmits.yaml @@ -8,17 +8,19 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-coredns-release-4.3-images path_alias: github.com/coredns/coredns spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -35,6 +37,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -46,3 +51,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/coredns/openshift-coredns-release-4.3-presubmits.yaml b/ci-operator/jobs/openshift/coredns/openshift-coredns-release-4.3-presubmits.yaml index dace9be3d947..9f7a70c29c19 100644 --- a/ci-operator/jobs/openshift/coredns/openshift-coredns-release-4.3-presubmits.yaml +++ b/ci-operator/jobs/openshift/coredns/openshift-coredns-release-4.3-presubmits.yaml @@ -18,13 +18,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -47,6 +45,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -69,6 +70,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -88,13 +92,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -117,6 +119,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -139,6 +144,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -158,10 +166,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -179,6 +187,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -190,6 +201,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -209,10 +223,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -229,6 +243,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -240,4 +257,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift/coredns/openshift-coredns-release-4.4-postsubmits.yaml b/ci-operator/jobs/openshift/coredns/openshift-coredns-release-4.4-postsubmits.yaml index 2f7ccb851b0c..3fc42453a35d 100644 --- a/ci-operator/jobs/openshift/coredns/openshift-coredns-release-4.4-postsubmits.yaml +++ b/ci-operator/jobs/openshift/coredns/openshift-coredns-release-4.4-postsubmits.yaml @@ -8,17 +8,19 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-coredns-release-4.4-images path_alias: github.com/coredns/coredns spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -35,6 +37,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -46,3 +51,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/coredns/openshift-coredns-release-4.4-presubmits.yaml b/ci-operator/jobs/openshift/coredns/openshift-coredns-release-4.4-presubmits.yaml index 076eaeaf865f..9b887a2b67cd 100644 --- a/ci-operator/jobs/openshift/coredns/openshift-coredns-release-4.4-presubmits.yaml +++ b/ci-operator/jobs/openshift/coredns/openshift-coredns-release-4.4-presubmits.yaml @@ -18,13 +18,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -47,6 +45,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -69,6 +70,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -88,13 +92,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -117,6 +119,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -139,6 +144,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -158,10 +166,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -179,6 +187,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -190,6 +201,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -209,10 +223,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -229,6 +243,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -240,4 +257,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift/coredns/openshift-coredns-release-4.5-postsubmits.yaml b/ci-operator/jobs/openshift/coredns/openshift-coredns-release-4.5-postsubmits.yaml index ec81e17e7422..21b785e04b6e 100644 --- a/ci-operator/jobs/openshift/coredns/openshift-coredns-release-4.5-postsubmits.yaml +++ b/ci-operator/jobs/openshift/coredns/openshift-coredns-release-4.5-postsubmits.yaml @@ -8,17 +8,19 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-coredns-release-4.5-images path_alias: github.com/coredns/coredns spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -35,6 +37,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -46,3 +51,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/coredns/openshift-coredns-release-4.5-presubmits.yaml b/ci-operator/jobs/openshift/coredns/openshift-coredns-release-4.5-presubmits.yaml index 4744d39d1fda..28be78700bc6 100644 --- a/ci-operator/jobs/openshift/coredns/openshift-coredns-release-4.5-presubmits.yaml +++ b/ci-operator/jobs/openshift/coredns/openshift-coredns-release-4.5-presubmits.yaml @@ -18,13 +18,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -47,6 +45,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -69,6 +70,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -88,13 +92,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -117,6 +119,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -139,6 +144,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -158,10 +166,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -178,6 +186,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -189,6 +200,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -208,10 +222,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -228,6 +242,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -239,4 +256,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift/coredns/openshift-coredns-release-4.6-postsubmits.yaml b/ci-operator/jobs/openshift/coredns/openshift-coredns-release-4.6-postsubmits.yaml index 9d183e72a3e9..a86f76450266 100644 --- a/ci-operator/jobs/openshift/coredns/openshift-coredns-release-4.6-postsubmits.yaml +++ b/ci-operator/jobs/openshift/coredns/openshift-coredns-release-4.6-postsubmits.yaml @@ -8,17 +8,19 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-coredns-release-4.6-images path_alias: github.com/coredns/coredns spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -35,6 +37,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -46,3 +51,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/coredns/openshift-coredns-release-4.6-presubmits.yaml b/ci-operator/jobs/openshift/coredns/openshift-coredns-release-4.6-presubmits.yaml index 4c32ef953033..6050879aeba4 100644 --- a/ci-operator/jobs/openshift/coredns/openshift-coredns-release-4.6-presubmits.yaml +++ b/ci-operator/jobs/openshift/coredns/openshift-coredns-release-4.6-presubmits.yaml @@ -18,13 +18,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -47,6 +45,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -69,6 +70,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -88,13 +92,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -117,6 +119,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -139,6 +144,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -158,10 +166,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -179,6 +187,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -190,6 +201,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -209,10 +223,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -229,6 +243,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -240,4 +257,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift/coredns/openshift-coredns-release-4.7-postsubmits.yaml b/ci-operator/jobs/openshift/coredns/openshift-coredns-release-4.7-postsubmits.yaml index a140dab99367..4c5ad34e9946 100644 --- a/ci-operator/jobs/openshift/coredns/openshift-coredns-release-4.7-postsubmits.yaml +++ b/ci-operator/jobs/openshift/coredns/openshift-coredns-release-4.7-postsubmits.yaml @@ -8,17 +8,19 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-coredns-release-4.7-images path_alias: github.com/coredns/coredns spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -35,6 +37,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -46,3 +51,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/coredns/openshift-coredns-release-4.7-presubmits.yaml b/ci-operator/jobs/openshift/coredns/openshift-coredns-release-4.7-presubmits.yaml index 192cd98214f9..df466d40c7df 100644 --- a/ci-operator/jobs/openshift/coredns/openshift-coredns-release-4.7-presubmits.yaml +++ b/ci-operator/jobs/openshift/coredns/openshift-coredns-release-4.7-presubmits.yaml @@ -18,13 +18,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -47,6 +45,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -69,6 +70,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -88,13 +92,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -117,6 +119,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -139,6 +144,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -158,10 +166,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -179,6 +187,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -190,6 +201,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -209,10 +223,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -229,6 +243,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -240,4 +257,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift/crd-schema-gen/openshift-crd-schema-gen-master-postsubmits.yaml b/ci-operator/jobs/openshift/crd-schema-gen/openshift-crd-schema-gen-master-postsubmits.yaml index c782045eba1f..8cf9380eb136 100644 --- a/ci-operator/jobs/openshift/crd-schema-gen/openshift-crd-schema-gen-master-postsubmits.yaml +++ b/ci-operator/jobs/openshift/crd-schema-gen/openshift-crd-schema-gen-master-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-crd-schema-gen-master-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/crd-schema-gen/openshift-crd-schema-gen-master-presubmits.yaml b/ci-operator/jobs/openshift/crd-schema-gen/openshift-crd-schema-gen-master-presubmits.yaml index 3437be1e11b0..fe0338516b00 100644 --- a/ci-operator/jobs/openshift/crd-schema-gen/openshift-crd-schema-gen-master-presubmits.yaml +++ b/ci-operator/jobs/openshift/crd-schema-gen/openshift-crd-schema-gen-master-presubmits.yaml @@ -17,10 +17,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -38,6 +38,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -49,6 +52,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -67,10 +73,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -87,6 +93,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -98,4 +107,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) diff --git a/ci-operator/jobs/openshift/crd-schema-gen/openshift-crd-schema-gen-release-4.2-postsubmits.yaml b/ci-operator/jobs/openshift/crd-schema-gen/openshift-crd-schema-gen-release-4.2-postsubmits.yaml index b75813e59be4..1fa53173807e 100644 --- a/ci-operator/jobs/openshift/crd-schema-gen/openshift-crd-schema-gen-release-4.2-postsubmits.yaml +++ b/ci-operator/jobs/openshift/crd-schema-gen/openshift-crd-schema-gen-release-4.2-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-crd-schema-gen-release-4.2-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/crd-schema-gen/openshift-crd-schema-gen-release-4.2-presubmits.yaml b/ci-operator/jobs/openshift/crd-schema-gen/openshift-crd-schema-gen-release-4.2-presubmits.yaml index 7580be73fca7..6ec94b3b4d83 100644 --- a/ci-operator/jobs/openshift/crd-schema-gen/openshift-crd-schema-gen-release-4.2-presubmits.yaml +++ b/ci-operator/jobs/openshift/crd-schema-gen/openshift-crd-schema-gen-release-4.2-presubmits.yaml @@ -17,10 +17,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -38,6 +38,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -49,6 +52,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -67,10 +73,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -87,6 +93,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -98,4 +107,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) diff --git a/ci-operator/jobs/openshift/crd-schema-gen/openshift-crd-schema-gen-release-4.3-postsubmits.yaml b/ci-operator/jobs/openshift/crd-schema-gen/openshift-crd-schema-gen-release-4.3-postsubmits.yaml index cc0d2e95d898..8aa0be550b89 100644 --- a/ci-operator/jobs/openshift/crd-schema-gen/openshift-crd-schema-gen-release-4.3-postsubmits.yaml +++ b/ci-operator/jobs/openshift/crd-schema-gen/openshift-crd-schema-gen-release-4.3-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-crd-schema-gen-release-4.3-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/crd-schema-gen/openshift-crd-schema-gen-release-4.3-presubmits.yaml b/ci-operator/jobs/openshift/crd-schema-gen/openshift-crd-schema-gen-release-4.3-presubmits.yaml index 23248c435d04..c596cac84994 100644 --- a/ci-operator/jobs/openshift/crd-schema-gen/openshift-crd-schema-gen-release-4.3-presubmits.yaml +++ b/ci-operator/jobs/openshift/crd-schema-gen/openshift-crd-schema-gen-release-4.3-presubmits.yaml @@ -17,10 +17,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -38,6 +38,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -49,6 +52,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -67,10 +73,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -87,6 +93,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -98,4 +107,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) diff --git a/ci-operator/jobs/openshift/crd-schema-gen/openshift-crd-schema-gen-release-4.4-postsubmits.yaml b/ci-operator/jobs/openshift/crd-schema-gen/openshift-crd-schema-gen-release-4.4-postsubmits.yaml index f215f0f9c612..696e8eb201ab 100644 --- a/ci-operator/jobs/openshift/crd-schema-gen/openshift-crd-schema-gen-release-4.4-postsubmits.yaml +++ b/ci-operator/jobs/openshift/crd-schema-gen/openshift-crd-schema-gen-release-4.4-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-crd-schema-gen-release-4.4-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/crd-schema-gen/openshift-crd-schema-gen-release-4.4-presubmits.yaml b/ci-operator/jobs/openshift/crd-schema-gen/openshift-crd-schema-gen-release-4.4-presubmits.yaml index 6d5459e2c90a..188d3761925f 100644 --- a/ci-operator/jobs/openshift/crd-schema-gen/openshift-crd-schema-gen-release-4.4-presubmits.yaml +++ b/ci-operator/jobs/openshift/crd-schema-gen/openshift-crd-schema-gen-release-4.4-presubmits.yaml @@ -17,10 +17,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -38,6 +38,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -49,6 +52,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -67,10 +73,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -87,6 +93,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -98,4 +107,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) diff --git a/ci-operator/jobs/openshift/crd-schema-gen/openshift-crd-schema-gen-release-4.5-postsubmits.yaml b/ci-operator/jobs/openshift/crd-schema-gen/openshift-crd-schema-gen-release-4.5-postsubmits.yaml index 95d1b6f36751..0413b7821eb1 100644 --- a/ci-operator/jobs/openshift/crd-schema-gen/openshift-crd-schema-gen-release-4.5-postsubmits.yaml +++ b/ci-operator/jobs/openshift/crd-schema-gen/openshift-crd-schema-gen-release-4.5-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-crd-schema-gen-release-4.5-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/crd-schema-gen/openshift-crd-schema-gen-release-4.5-presubmits.yaml b/ci-operator/jobs/openshift/crd-schema-gen/openshift-crd-schema-gen-release-4.5-presubmits.yaml index 5141a716866e..bbeac5cdcdd3 100644 --- a/ci-operator/jobs/openshift/crd-schema-gen/openshift-crd-schema-gen-release-4.5-presubmits.yaml +++ b/ci-operator/jobs/openshift/crd-schema-gen/openshift-crd-schema-gen-release-4.5-presubmits.yaml @@ -17,10 +17,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -37,6 +37,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -48,6 +51,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -66,10 +72,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -86,6 +92,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -97,4 +106,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) diff --git a/ci-operator/jobs/openshift/crd-schema-gen/openshift-crd-schema-gen-release-4.6-postsubmits.yaml b/ci-operator/jobs/openshift/crd-schema-gen/openshift-crd-schema-gen-release-4.6-postsubmits.yaml index c42dd601b88d..46fa485bb60d 100644 --- a/ci-operator/jobs/openshift/crd-schema-gen/openshift-crd-schema-gen-release-4.6-postsubmits.yaml +++ b/ci-operator/jobs/openshift/crd-schema-gen/openshift-crd-schema-gen-release-4.6-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-crd-schema-gen-release-4.6-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/crd-schema-gen/openshift-crd-schema-gen-release-4.6-presubmits.yaml b/ci-operator/jobs/openshift/crd-schema-gen/openshift-crd-schema-gen-release-4.6-presubmits.yaml index 7d630c04199c..b374709d90d1 100644 --- a/ci-operator/jobs/openshift/crd-schema-gen/openshift-crd-schema-gen-release-4.6-presubmits.yaml +++ b/ci-operator/jobs/openshift/crd-schema-gen/openshift-crd-schema-gen-release-4.6-presubmits.yaml @@ -17,10 +17,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -38,6 +38,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -49,6 +52,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -67,10 +73,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -87,6 +93,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -98,4 +107,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) diff --git a/ci-operator/jobs/openshift/crd-schema-gen/openshift-crd-schema-gen-release-4.7-postsubmits.yaml b/ci-operator/jobs/openshift/crd-schema-gen/openshift-crd-schema-gen-release-4.7-postsubmits.yaml index 6bb2847ae0cf..668b16efe9d1 100644 --- a/ci-operator/jobs/openshift/crd-schema-gen/openshift-crd-schema-gen-release-4.7-postsubmits.yaml +++ b/ci-operator/jobs/openshift/crd-schema-gen/openshift-crd-schema-gen-release-4.7-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-crd-schema-gen-release-4.7-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/crd-schema-gen/openshift-crd-schema-gen-release-4.7-presubmits.yaml b/ci-operator/jobs/openshift/crd-schema-gen/openshift-crd-schema-gen-release-4.7-presubmits.yaml index e5c904fdee4c..228123a7c44b 100644 --- a/ci-operator/jobs/openshift/crd-schema-gen/openshift-crd-schema-gen-release-4.7-presubmits.yaml +++ b/ci-operator/jobs/openshift/crd-schema-gen/openshift-crd-schema-gen-release-4.7-presubmits.yaml @@ -17,10 +17,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -38,6 +38,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -49,6 +52,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -67,10 +73,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -87,6 +93,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -98,4 +107,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) diff --git a/ci-operator/jobs/openshift/csi-cluster-driver-registrar/openshift-csi-cluster-driver-registrar-master-postsubmits.yaml b/ci-operator/jobs/openshift/csi-cluster-driver-registrar/openshift-csi-cluster-driver-registrar-master-postsubmits.yaml index bfdca1dc1dfd..ec11936cfb43 100644 --- a/ci-operator/jobs/openshift/csi-cluster-driver-registrar/openshift-csi-cluster-driver-registrar-master-postsubmits.yaml +++ b/ci-operator/jobs/openshift/csi-cluster-driver-registrar/openshift-csi-cluster-driver-registrar-master-postsubmits.yaml @@ -8,17 +8,19 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-csi-cluster-driver-registrar-master-images path_alias: github.com/kubernetes-csi/cluster-driver-registrar spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -35,6 +37,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -46,3 +51,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/csi-cluster-driver-registrar/openshift-csi-cluster-driver-registrar-master-presubmits.yaml b/ci-operator/jobs/openshift/csi-cluster-driver-registrar/openshift-csi-cluster-driver-registrar-master-presubmits.yaml index 47aaed49ce90..86c913c08510 100644 --- a/ci-operator/jobs/openshift/csi-cluster-driver-registrar/openshift-csi-cluster-driver-registrar-master-presubmits.yaml +++ b/ci-operator/jobs/openshift/csi-cluster-driver-registrar/openshift-csi-cluster-driver-registrar-master-presubmits.yaml @@ -18,10 +18,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -39,6 +39,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -50,6 +53,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -69,10 +75,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -89,6 +95,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -100,4 +109,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift/csi-cluster-driver-registrar/openshift-csi-cluster-driver-registrar-release-4.1-presubmits.yaml b/ci-operator/jobs/openshift/csi-cluster-driver-registrar/openshift-csi-cluster-driver-registrar-release-4.1-presubmits.yaml index d0afba4fb84b..28437697dfb6 100644 --- a/ci-operator/jobs/openshift/csi-cluster-driver-registrar/openshift-csi-cluster-driver-registrar-release-4.1-presubmits.yaml +++ b/ci-operator/jobs/openshift/csi-cluster-driver-registrar/openshift-csi-cluster-driver-registrar-release-4.1-presubmits.yaml @@ -18,10 +18,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -38,6 +38,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -49,4 +52,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift/csi-cluster-driver-registrar/openshift-csi-cluster-driver-registrar-release-4.2-postsubmits.yaml b/ci-operator/jobs/openshift/csi-cluster-driver-registrar/openshift-csi-cluster-driver-registrar-release-4.2-postsubmits.yaml index e2e5ef5a54f4..655d6002a830 100644 --- a/ci-operator/jobs/openshift/csi-cluster-driver-registrar/openshift-csi-cluster-driver-registrar-release-4.2-postsubmits.yaml +++ b/ci-operator/jobs/openshift/csi-cluster-driver-registrar/openshift-csi-cluster-driver-registrar-release-4.2-postsubmits.yaml @@ -8,17 +8,19 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-csi-cluster-driver-registrar-release-4.2-images path_alias: github.com/kubernetes-csi/cluster-driver-registrar spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -35,6 +37,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -46,3 +51,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/csi-cluster-driver-registrar/openshift-csi-cluster-driver-registrar-release-4.2-presubmits.yaml b/ci-operator/jobs/openshift/csi-cluster-driver-registrar/openshift-csi-cluster-driver-registrar-release-4.2-presubmits.yaml index 249e13b718f5..eff5b291bc1b 100644 --- a/ci-operator/jobs/openshift/csi-cluster-driver-registrar/openshift-csi-cluster-driver-registrar-release-4.2-presubmits.yaml +++ b/ci-operator/jobs/openshift/csi-cluster-driver-registrar/openshift-csi-cluster-driver-registrar-release-4.2-presubmits.yaml @@ -18,10 +18,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -39,6 +39,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -50,6 +53,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -69,10 +75,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -89,6 +95,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -100,4 +109,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift/csi-cluster-driver-registrar/openshift-csi-cluster-driver-registrar-release-4.3-postsubmits.yaml b/ci-operator/jobs/openshift/csi-cluster-driver-registrar/openshift-csi-cluster-driver-registrar-release-4.3-postsubmits.yaml index 44a799ddf57d..5fe3396a3d18 100644 --- a/ci-operator/jobs/openshift/csi-cluster-driver-registrar/openshift-csi-cluster-driver-registrar-release-4.3-postsubmits.yaml +++ b/ci-operator/jobs/openshift/csi-cluster-driver-registrar/openshift-csi-cluster-driver-registrar-release-4.3-postsubmits.yaml @@ -8,17 +8,19 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-csi-cluster-driver-registrar-release-4.3-images path_alias: github.com/kubernetes-csi/cluster-driver-registrar spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -35,6 +37,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -46,3 +51,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/csi-cluster-driver-registrar/openshift-csi-cluster-driver-registrar-release-4.3-presubmits.yaml b/ci-operator/jobs/openshift/csi-cluster-driver-registrar/openshift-csi-cluster-driver-registrar-release-4.3-presubmits.yaml index 960880ea673a..afff4332cf63 100644 --- a/ci-operator/jobs/openshift/csi-cluster-driver-registrar/openshift-csi-cluster-driver-registrar-release-4.3-presubmits.yaml +++ b/ci-operator/jobs/openshift/csi-cluster-driver-registrar/openshift-csi-cluster-driver-registrar-release-4.3-presubmits.yaml @@ -18,10 +18,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -39,6 +39,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -50,6 +53,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -69,10 +75,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -89,6 +95,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -100,4 +109,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift/csi-cluster-driver-registrar/openshift-csi-cluster-driver-registrar-release-4.4-postsubmits.yaml b/ci-operator/jobs/openshift/csi-cluster-driver-registrar/openshift-csi-cluster-driver-registrar-release-4.4-postsubmits.yaml index 3310dbc579d6..0b09fcc68204 100644 --- a/ci-operator/jobs/openshift/csi-cluster-driver-registrar/openshift-csi-cluster-driver-registrar-release-4.4-postsubmits.yaml +++ b/ci-operator/jobs/openshift/csi-cluster-driver-registrar/openshift-csi-cluster-driver-registrar-release-4.4-postsubmits.yaml @@ -8,17 +8,19 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-csi-cluster-driver-registrar-release-4.4-images path_alias: github.com/kubernetes-csi/cluster-driver-registrar spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -35,6 +37,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -46,3 +51,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/csi-cluster-driver-registrar/openshift-csi-cluster-driver-registrar-release-4.4-presubmits.yaml b/ci-operator/jobs/openshift/csi-cluster-driver-registrar/openshift-csi-cluster-driver-registrar-release-4.4-presubmits.yaml index de145e9e07af..6eb6828a48de 100644 --- a/ci-operator/jobs/openshift/csi-cluster-driver-registrar/openshift-csi-cluster-driver-registrar-release-4.4-presubmits.yaml +++ b/ci-operator/jobs/openshift/csi-cluster-driver-registrar/openshift-csi-cluster-driver-registrar-release-4.4-presubmits.yaml @@ -18,10 +18,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -39,6 +39,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -50,6 +53,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -69,10 +75,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -89,6 +95,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -100,4 +109,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift/csi-cluster-driver-registrar/openshift-csi-cluster-driver-registrar-release-4.5-postsubmits.yaml b/ci-operator/jobs/openshift/csi-cluster-driver-registrar/openshift-csi-cluster-driver-registrar-release-4.5-postsubmits.yaml index 90f18007f428..7b860d6202dd 100644 --- a/ci-operator/jobs/openshift/csi-cluster-driver-registrar/openshift-csi-cluster-driver-registrar-release-4.5-postsubmits.yaml +++ b/ci-operator/jobs/openshift/csi-cluster-driver-registrar/openshift-csi-cluster-driver-registrar-release-4.5-postsubmits.yaml @@ -8,17 +8,19 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-csi-cluster-driver-registrar-release-4.5-images path_alias: github.com/kubernetes-csi/cluster-driver-registrar spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -35,6 +37,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -46,3 +51,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/csi-cluster-driver-registrar/openshift-csi-cluster-driver-registrar-release-4.5-presubmits.yaml b/ci-operator/jobs/openshift/csi-cluster-driver-registrar/openshift-csi-cluster-driver-registrar-release-4.5-presubmits.yaml index 438fb24e3ae7..d5a1e6b10f3a 100644 --- a/ci-operator/jobs/openshift/csi-cluster-driver-registrar/openshift-csi-cluster-driver-registrar-release-4.5-presubmits.yaml +++ b/ci-operator/jobs/openshift/csi-cluster-driver-registrar/openshift-csi-cluster-driver-registrar-release-4.5-presubmits.yaml @@ -18,10 +18,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -38,6 +38,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -49,6 +52,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -68,10 +74,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -88,6 +94,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -99,4 +108,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift/csi-cluster-driver-registrar/openshift-csi-cluster-driver-registrar-release-4.6-postsubmits.yaml b/ci-operator/jobs/openshift/csi-cluster-driver-registrar/openshift-csi-cluster-driver-registrar-release-4.6-postsubmits.yaml index e0fad2154feb..c613fcf3ecb4 100644 --- a/ci-operator/jobs/openshift/csi-cluster-driver-registrar/openshift-csi-cluster-driver-registrar-release-4.6-postsubmits.yaml +++ b/ci-operator/jobs/openshift/csi-cluster-driver-registrar/openshift-csi-cluster-driver-registrar-release-4.6-postsubmits.yaml @@ -8,17 +8,19 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-csi-cluster-driver-registrar-release-4.6-images path_alias: github.com/kubernetes-csi/cluster-driver-registrar spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -35,6 +37,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -46,3 +51,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/csi-cluster-driver-registrar/openshift-csi-cluster-driver-registrar-release-4.6-presubmits.yaml b/ci-operator/jobs/openshift/csi-cluster-driver-registrar/openshift-csi-cluster-driver-registrar-release-4.6-presubmits.yaml index ec3a2baa7a12..c519ad4f76bb 100644 --- a/ci-operator/jobs/openshift/csi-cluster-driver-registrar/openshift-csi-cluster-driver-registrar-release-4.6-presubmits.yaml +++ b/ci-operator/jobs/openshift/csi-cluster-driver-registrar/openshift-csi-cluster-driver-registrar-release-4.6-presubmits.yaml @@ -18,10 +18,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -39,6 +39,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -50,6 +53,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -69,10 +75,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -89,6 +95,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -100,4 +109,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift/csi-cluster-driver-registrar/openshift-csi-cluster-driver-registrar-release-4.7-postsubmits.yaml b/ci-operator/jobs/openshift/csi-cluster-driver-registrar/openshift-csi-cluster-driver-registrar-release-4.7-postsubmits.yaml index d5380a04f114..d73d4ecab2cb 100644 --- a/ci-operator/jobs/openshift/csi-cluster-driver-registrar/openshift-csi-cluster-driver-registrar-release-4.7-postsubmits.yaml +++ b/ci-operator/jobs/openshift/csi-cluster-driver-registrar/openshift-csi-cluster-driver-registrar-release-4.7-postsubmits.yaml @@ -8,17 +8,19 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-csi-cluster-driver-registrar-release-4.7-images path_alias: github.com/kubernetes-csi/cluster-driver-registrar spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -35,6 +37,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -46,3 +51,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/csi-cluster-driver-registrar/openshift-csi-cluster-driver-registrar-release-4.7-presubmits.yaml b/ci-operator/jobs/openshift/csi-cluster-driver-registrar/openshift-csi-cluster-driver-registrar-release-4.7-presubmits.yaml index 98fdf4bb94c0..62d626e082e5 100644 --- a/ci-operator/jobs/openshift/csi-cluster-driver-registrar/openshift-csi-cluster-driver-registrar-release-4.7-presubmits.yaml +++ b/ci-operator/jobs/openshift/csi-cluster-driver-registrar/openshift-csi-cluster-driver-registrar-release-4.7-presubmits.yaml @@ -18,10 +18,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -39,6 +39,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -50,6 +53,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -69,10 +75,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -89,6 +95,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -100,4 +109,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift/csi-driver-manila-operator/openshift-csi-driver-manila-operator-master-postsubmits.yaml b/ci-operator/jobs/openshift/csi-driver-manila-operator/openshift-csi-driver-manila-operator-master-postsubmits.yaml index fa1096028d9e..1c6349f97b05 100644 --- a/ci-operator/jobs/openshift/csi-driver-manila-operator/openshift-csi-driver-manila-operator-master-postsubmits.yaml +++ b/ci-operator/jobs/openshift/csi-driver-manila-operator/openshift-csi-driver-manila-operator-master-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-csi-driver-manila-operator-master-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/csi-driver-manila-operator/openshift-csi-driver-manila-operator-master-presubmits.yaml b/ci-operator/jobs/openshift/csi-driver-manila-operator/openshift-csi-driver-manila-operator-master-presubmits.yaml index a6f1847b7ea2..78eb58d47c85 100644 --- a/ci-operator/jobs/openshift/csi-driver-manila-operator/openshift-csi-driver-manila-operator-master-presubmits.yaml +++ b/ci-operator/jobs/openshift/csi-driver-manila-operator/openshift-csi-driver-manila-operator-master-presubmits.yaml @@ -17,10 +17,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=go-fmt command: - ci-operator @@ -37,6 +37,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -48,6 +51,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )go-fmt,?($|\s.*) - agent: kubernetes always_run: true @@ -66,10 +72,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -87,6 +93,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -98,4 +107,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift/csi-driver-manila-operator/openshift-csi-driver-manila-operator-release-4.5-postsubmits.yaml b/ci-operator/jobs/openshift/csi-driver-manila-operator/openshift-csi-driver-manila-operator-release-4.5-postsubmits.yaml index 1ea68f7055c7..ab67b62ee728 100644 --- a/ci-operator/jobs/openshift/csi-driver-manila-operator/openshift-csi-driver-manila-operator-release-4.5-postsubmits.yaml +++ b/ci-operator/jobs/openshift/csi-driver-manila-operator/openshift-csi-driver-manila-operator-release-4.5-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-csi-driver-manila-operator-release-4.5-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/csi-driver-manila-operator/openshift-csi-driver-manila-operator-release-4.5-presubmits.yaml b/ci-operator/jobs/openshift/csi-driver-manila-operator/openshift-csi-driver-manila-operator-release-4.5-presubmits.yaml index 8a9dd725d2ad..148f55dea678 100644 --- a/ci-operator/jobs/openshift/csi-driver-manila-operator/openshift-csi-driver-manila-operator-release-4.5-presubmits.yaml +++ b/ci-operator/jobs/openshift/csi-driver-manila-operator/openshift-csi-driver-manila-operator-release-4.5-presubmits.yaml @@ -17,10 +17,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=go-fmt command: - ci-operator @@ -37,6 +37,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -48,6 +51,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )go-fmt,?($|\s.*) - agent: kubernetes always_run: true @@ -66,10 +72,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -86,6 +92,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -97,4 +106,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift/csi-driver-manila-operator/openshift-csi-driver-manila-operator-release-4.6-postsubmits.yaml b/ci-operator/jobs/openshift/csi-driver-manila-operator/openshift-csi-driver-manila-operator-release-4.6-postsubmits.yaml index 51e112e91621..87b258cd9885 100644 --- a/ci-operator/jobs/openshift/csi-driver-manila-operator/openshift-csi-driver-manila-operator-release-4.6-postsubmits.yaml +++ b/ci-operator/jobs/openshift/csi-driver-manila-operator/openshift-csi-driver-manila-operator-release-4.6-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-csi-driver-manila-operator-release-4.6-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/csi-driver-manila-operator/openshift-csi-driver-manila-operator-release-4.6-presubmits.yaml b/ci-operator/jobs/openshift/csi-driver-manila-operator/openshift-csi-driver-manila-operator-release-4.6-presubmits.yaml index 1846211de990..e587ca129dc1 100644 --- a/ci-operator/jobs/openshift/csi-driver-manila-operator/openshift-csi-driver-manila-operator-release-4.6-presubmits.yaml +++ b/ci-operator/jobs/openshift/csi-driver-manila-operator/openshift-csi-driver-manila-operator-release-4.6-presubmits.yaml @@ -17,10 +17,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=go-fmt command: - ci-operator @@ -37,6 +37,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -48,6 +51,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )go-fmt,?($|\s.*) - agent: kubernetes always_run: true @@ -66,10 +72,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -87,6 +93,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -98,4 +107,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift/csi-driver-manila-operator/openshift-csi-driver-manila-operator-release-4.7-postsubmits.yaml b/ci-operator/jobs/openshift/csi-driver-manila-operator/openshift-csi-driver-manila-operator-release-4.7-postsubmits.yaml index b0fc59f67d71..48ea06a230a5 100644 --- a/ci-operator/jobs/openshift/csi-driver-manila-operator/openshift-csi-driver-manila-operator-release-4.7-postsubmits.yaml +++ b/ci-operator/jobs/openshift/csi-driver-manila-operator/openshift-csi-driver-manila-operator-release-4.7-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-csi-driver-manila-operator-release-4.7-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/csi-driver-manila-operator/openshift-csi-driver-manila-operator-release-4.7-presubmits.yaml b/ci-operator/jobs/openshift/csi-driver-manila-operator/openshift-csi-driver-manila-operator-release-4.7-presubmits.yaml index 00ed38c973a3..b19a2bbf5acf 100644 --- a/ci-operator/jobs/openshift/csi-driver-manila-operator/openshift-csi-driver-manila-operator-release-4.7-presubmits.yaml +++ b/ci-operator/jobs/openshift/csi-driver-manila-operator/openshift-csi-driver-manila-operator-release-4.7-presubmits.yaml @@ -17,10 +17,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=go-fmt command: - ci-operator @@ -37,6 +37,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -48,6 +51,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )go-fmt,?($|\s.*) - agent: kubernetes always_run: true @@ -66,10 +72,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -87,6 +93,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -98,4 +107,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift/csi-driver-nfs/openshift-csi-driver-nfs-master-postsubmits.yaml b/ci-operator/jobs/openshift/csi-driver-nfs/openshift-csi-driver-nfs-master-postsubmits.yaml index 71df549690aa..5d36d6a65073 100644 --- a/ci-operator/jobs/openshift/csi-driver-nfs/openshift-csi-driver-nfs-master-postsubmits.yaml +++ b/ci-operator/jobs/openshift/csi-driver-nfs/openshift-csi-driver-nfs-master-postsubmits.yaml @@ -8,17 +8,19 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-csi-driver-nfs-master-images path_alias: github.com/kubernetes-csi/csi-driver-nfs spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -35,6 +37,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -46,3 +51,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/csi-driver-nfs/openshift-csi-driver-nfs-master-presubmits.yaml b/ci-operator/jobs/openshift/csi-driver-nfs/openshift-csi-driver-nfs-master-presubmits.yaml index 83775792ceb9..b754a5f9e02a 100644 --- a/ci-operator/jobs/openshift/csi-driver-nfs/openshift-csi-driver-nfs-master-presubmits.yaml +++ b/ci-operator/jobs/openshift/csi-driver-nfs/openshift-csi-driver-nfs-master-presubmits.yaml @@ -18,10 +18,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=go-fmt command: - ci-operator @@ -38,6 +38,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -49,6 +52,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )go-fmt,?($|\s.*) - agent: kubernetes always_run: true @@ -68,10 +74,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=go-vet command: - ci-operator @@ -88,6 +94,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -99,6 +108,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )go-vet,?($|\s.*) - agent: kubernetes always_run: true @@ -118,10 +130,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -139,6 +151,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -150,6 +165,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -169,10 +187,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=vendor command: - ci-operator @@ -189,6 +207,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -200,4 +221,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )vendor,?($|\s.*) diff --git a/ci-operator/jobs/openshift/csi-driver-nfs/openshift-csi-driver-nfs-release-4.4-presubmits.yaml b/ci-operator/jobs/openshift/csi-driver-nfs/openshift-csi-driver-nfs-release-4.4-presubmits.yaml index 747f80fefb3c..a6e160478434 100644 --- a/ci-operator/jobs/openshift/csi-driver-nfs/openshift-csi-driver-nfs-release-4.4-presubmits.yaml +++ b/ci-operator/jobs/openshift/csi-driver-nfs/openshift-csi-driver-nfs-release-4.4-presubmits.yaml @@ -18,10 +18,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=go-fmt command: - ci-operator @@ -38,6 +38,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -49,6 +52,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )go-fmt,?($|\s.*) - agent: kubernetes always_run: true @@ -68,10 +74,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=go-vet command: - ci-operator @@ -88,6 +94,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -99,4 +108,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )go-vet,?($|\s.*) diff --git a/ci-operator/jobs/openshift/csi-driver-nfs/openshift-csi-driver-nfs-release-4.5-postsubmits.yaml b/ci-operator/jobs/openshift/csi-driver-nfs/openshift-csi-driver-nfs-release-4.5-postsubmits.yaml index 1fe1411c41e1..1b74b73182e1 100644 --- a/ci-operator/jobs/openshift/csi-driver-nfs/openshift-csi-driver-nfs-release-4.5-postsubmits.yaml +++ b/ci-operator/jobs/openshift/csi-driver-nfs/openshift-csi-driver-nfs-release-4.5-postsubmits.yaml @@ -8,17 +8,19 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-csi-driver-nfs-release-4.5-images path_alias: github.com/kubernetes-csi/csi-driver-nfs spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -35,6 +37,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -46,3 +51,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/csi-driver-nfs/openshift-csi-driver-nfs-release-4.5-presubmits.yaml b/ci-operator/jobs/openshift/csi-driver-nfs/openshift-csi-driver-nfs-release-4.5-presubmits.yaml index ed72df5376d2..a1ff972c64f6 100644 --- a/ci-operator/jobs/openshift/csi-driver-nfs/openshift-csi-driver-nfs-release-4.5-presubmits.yaml +++ b/ci-operator/jobs/openshift/csi-driver-nfs/openshift-csi-driver-nfs-release-4.5-presubmits.yaml @@ -18,10 +18,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=go-fmt command: - ci-operator @@ -38,6 +38,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -49,6 +52,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )go-fmt,?($|\s.*) - agent: kubernetes always_run: true @@ -68,10 +74,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=go-vet command: - ci-operator @@ -88,6 +94,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -99,6 +108,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )go-vet,?($|\s.*) - agent: kubernetes always_run: true @@ -118,10 +130,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -138,6 +150,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -149,6 +164,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -168,10 +186,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=vendor command: - ci-operator @@ -188,6 +206,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -199,4 +220,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )vendor,?($|\s.*) diff --git a/ci-operator/jobs/openshift/csi-driver-nfs/openshift-csi-driver-nfs-release-4.6-postsubmits.yaml b/ci-operator/jobs/openshift/csi-driver-nfs/openshift-csi-driver-nfs-release-4.6-postsubmits.yaml index 70ae4eb03c95..1c161275beb9 100644 --- a/ci-operator/jobs/openshift/csi-driver-nfs/openshift-csi-driver-nfs-release-4.6-postsubmits.yaml +++ b/ci-operator/jobs/openshift/csi-driver-nfs/openshift-csi-driver-nfs-release-4.6-postsubmits.yaml @@ -8,17 +8,19 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-csi-driver-nfs-release-4.6-images path_alias: github.com/kubernetes-csi/csi-driver-nfs spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -35,6 +37,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -46,3 +51,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/csi-driver-nfs/openshift-csi-driver-nfs-release-4.6-presubmits.yaml b/ci-operator/jobs/openshift/csi-driver-nfs/openshift-csi-driver-nfs-release-4.6-presubmits.yaml index 7a0ed8c7c647..a0d37c1998b5 100644 --- a/ci-operator/jobs/openshift/csi-driver-nfs/openshift-csi-driver-nfs-release-4.6-presubmits.yaml +++ b/ci-operator/jobs/openshift/csi-driver-nfs/openshift-csi-driver-nfs-release-4.6-presubmits.yaml @@ -18,10 +18,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=go-fmt command: - ci-operator @@ -38,6 +38,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -49,6 +52,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )go-fmt,?($|\s.*) - agent: kubernetes always_run: true @@ -68,10 +74,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=go-vet command: - ci-operator @@ -88,6 +94,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -99,6 +108,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )go-vet,?($|\s.*) - agent: kubernetes always_run: true @@ -118,10 +130,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -139,6 +151,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -150,6 +165,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -169,10 +187,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=vendor command: - ci-operator @@ -189,6 +207,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -200,4 +221,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )vendor,?($|\s.*) diff --git a/ci-operator/jobs/openshift/csi-driver-nfs/openshift-csi-driver-nfs-release-4.7-postsubmits.yaml b/ci-operator/jobs/openshift/csi-driver-nfs/openshift-csi-driver-nfs-release-4.7-postsubmits.yaml index a28f82654932..d7e1166a51e5 100644 --- a/ci-operator/jobs/openshift/csi-driver-nfs/openshift-csi-driver-nfs-release-4.7-postsubmits.yaml +++ b/ci-operator/jobs/openshift/csi-driver-nfs/openshift-csi-driver-nfs-release-4.7-postsubmits.yaml @@ -8,17 +8,19 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-csi-driver-nfs-release-4.7-images path_alias: github.com/kubernetes-csi/csi-driver-nfs spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -35,6 +37,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -46,3 +51,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/csi-driver-nfs/openshift-csi-driver-nfs-release-4.7-presubmits.yaml b/ci-operator/jobs/openshift/csi-driver-nfs/openshift-csi-driver-nfs-release-4.7-presubmits.yaml index a581d274f401..9fc6fc093936 100644 --- a/ci-operator/jobs/openshift/csi-driver-nfs/openshift-csi-driver-nfs-release-4.7-presubmits.yaml +++ b/ci-operator/jobs/openshift/csi-driver-nfs/openshift-csi-driver-nfs-release-4.7-presubmits.yaml @@ -18,10 +18,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=go-fmt command: - ci-operator @@ -38,6 +38,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -49,6 +52,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )go-fmt,?($|\s.*) - agent: kubernetes always_run: true @@ -68,10 +74,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=go-vet command: - ci-operator @@ -88,6 +94,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -99,6 +108,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )go-vet,?($|\s.*) - agent: kubernetes always_run: true @@ -118,10 +130,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -139,6 +151,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -150,6 +165,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -169,10 +187,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=vendor command: - ci-operator @@ -189,6 +207,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -200,4 +221,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )vendor,?($|\s.*) diff --git a/ci-operator/jobs/openshift/csi-driver-registrar/openshift-csi-driver-registrar-release-4.1-postsubmits.yaml b/ci-operator/jobs/openshift/csi-driver-registrar/openshift-csi-driver-registrar-release-4.1-postsubmits.yaml index d5ed104b6fd2..64336cf72c6e 100644 --- a/ci-operator/jobs/openshift/csi-driver-registrar/openshift-csi-driver-registrar-release-4.1-postsubmits.yaml +++ b/ci-operator/jobs/openshift/csi-driver-registrar/openshift-csi-driver-registrar-release-4.1-postsubmits.yaml @@ -8,17 +8,19 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-csi-driver-registrar-release-4.1-images path_alias: github.com/kubernetes-csi/driver-registrar spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -35,6 +37,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -46,3 +51,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/csi-driver-registrar/openshift-csi-driver-registrar-release-4.1-presubmits.yaml b/ci-operator/jobs/openshift/csi-driver-registrar/openshift-csi-driver-registrar-release-4.1-presubmits.yaml index 1b8cd1b75944..65bc9aeb68e9 100644 --- a/ci-operator/jobs/openshift/csi-driver-registrar/openshift-csi-driver-registrar-release-4.1-presubmits.yaml +++ b/ci-operator/jobs/openshift/csi-driver-registrar/openshift-csi-driver-registrar-release-4.1-presubmits.yaml @@ -18,10 +18,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -39,6 +39,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -50,6 +53,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -69,10 +75,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -89,6 +95,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -100,4 +109,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift/csi-external-attacher/openshift-csi-external-attacher-master-postsubmits.yaml b/ci-operator/jobs/openshift/csi-external-attacher/openshift-csi-external-attacher-master-postsubmits.yaml index 6992addb12fd..951761790827 100644 --- a/ci-operator/jobs/openshift/csi-external-attacher/openshift-csi-external-attacher-master-postsubmits.yaml +++ b/ci-operator/jobs/openshift/csi-external-attacher/openshift-csi-external-attacher-master-postsubmits.yaml @@ -8,17 +8,19 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-csi-external-attacher-master-images path_alias: github.com/kubernetes-csi/external-attacher spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -35,6 +37,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -46,3 +51,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/csi-external-attacher/openshift-csi-external-attacher-master-presubmits.yaml b/ci-operator/jobs/openshift/csi-external-attacher/openshift-csi-external-attacher-master-presubmits.yaml index 6b8e1e80f730..3b21c65366f6 100644 --- a/ci-operator/jobs/openshift/csi-external-attacher/openshift-csi-external-attacher-master-presubmits.yaml +++ b/ci-operator/jobs/openshift/csi-external-attacher/openshift-csi-external-attacher-master-presubmits.yaml @@ -18,13 +18,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-csi-cluster-profile - --target=e2e-aws-csi - --template=/usr/local/e2e-aws-csi @@ -58,6 +56,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -83,6 +84,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-csi,?($|\s.*) - agent: kubernetes always_run: true @@ -102,10 +106,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -123,6 +127,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -134,6 +141,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -153,10 +163,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -173,6 +183,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -184,4 +197,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift/csi-external-attacher/openshift-csi-external-attacher-release-4.1-postsubmits.yaml b/ci-operator/jobs/openshift/csi-external-attacher/openshift-csi-external-attacher-release-4.1-postsubmits.yaml index a95e172b4c35..71c3ee1dd07f 100644 --- a/ci-operator/jobs/openshift/csi-external-attacher/openshift-csi-external-attacher-release-4.1-postsubmits.yaml +++ b/ci-operator/jobs/openshift/csi-external-attacher/openshift-csi-external-attacher-release-4.1-postsubmits.yaml @@ -8,17 +8,19 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-csi-external-attacher-release-4.1-images path_alias: github.com/kubernetes-csi/external-attacher spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -35,6 +37,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -46,3 +51,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/csi-external-attacher/openshift-csi-external-attacher-release-4.1-presubmits.yaml b/ci-operator/jobs/openshift/csi-external-attacher/openshift-csi-external-attacher-release-4.1-presubmits.yaml index 2c6d5f266615..316cb51f4670 100644 --- a/ci-operator/jobs/openshift/csi-external-attacher/openshift-csi-external-attacher-release-4.1-presubmits.yaml +++ b/ci-operator/jobs/openshift/csi-external-attacher/openshift-csi-external-attacher-release-4.1-presubmits.yaml @@ -18,10 +18,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -39,6 +39,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -50,6 +53,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -69,10 +75,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -89,6 +95,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -100,4 +109,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift/csi-external-attacher/openshift-csi-external-attacher-release-4.2-postsubmits.yaml b/ci-operator/jobs/openshift/csi-external-attacher/openshift-csi-external-attacher-release-4.2-postsubmits.yaml index 70407ebf1830..203663992f48 100644 --- a/ci-operator/jobs/openshift/csi-external-attacher/openshift-csi-external-attacher-release-4.2-postsubmits.yaml +++ b/ci-operator/jobs/openshift/csi-external-attacher/openshift-csi-external-attacher-release-4.2-postsubmits.yaml @@ -8,17 +8,19 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-csi-external-attacher-release-4.2-images path_alias: github.com/kubernetes-csi/external-attacher spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -35,6 +37,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -46,3 +51,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/csi-external-attacher/openshift-csi-external-attacher-release-4.2-presubmits.yaml b/ci-operator/jobs/openshift/csi-external-attacher/openshift-csi-external-attacher-release-4.2-presubmits.yaml index 27e078e013fa..9884a5f4838a 100644 --- a/ci-operator/jobs/openshift/csi-external-attacher/openshift-csi-external-attacher-release-4.2-presubmits.yaml +++ b/ci-operator/jobs/openshift/csi-external-attacher/openshift-csi-external-attacher-release-4.2-presubmits.yaml @@ -18,10 +18,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -39,6 +39,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -50,6 +53,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -69,10 +75,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -89,6 +95,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -100,4 +109,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift/csi-external-attacher/openshift-csi-external-attacher-release-4.3-postsubmits.yaml b/ci-operator/jobs/openshift/csi-external-attacher/openshift-csi-external-attacher-release-4.3-postsubmits.yaml index 707531cd4537..30c58587a599 100644 --- a/ci-operator/jobs/openshift/csi-external-attacher/openshift-csi-external-attacher-release-4.3-postsubmits.yaml +++ b/ci-operator/jobs/openshift/csi-external-attacher/openshift-csi-external-attacher-release-4.3-postsubmits.yaml @@ -8,17 +8,19 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-csi-external-attacher-release-4.3-images path_alias: github.com/kubernetes-csi/external-attacher spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -35,6 +37,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -46,3 +51,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/csi-external-attacher/openshift-csi-external-attacher-release-4.3-presubmits.yaml b/ci-operator/jobs/openshift/csi-external-attacher/openshift-csi-external-attacher-release-4.3-presubmits.yaml index 4bcc3c7b5d61..4584e4ee6e4e 100644 --- a/ci-operator/jobs/openshift/csi-external-attacher/openshift-csi-external-attacher-release-4.3-presubmits.yaml +++ b/ci-operator/jobs/openshift/csi-external-attacher/openshift-csi-external-attacher-release-4.3-presubmits.yaml @@ -18,10 +18,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -39,6 +39,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -50,6 +53,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -69,10 +75,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -89,6 +95,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -100,4 +109,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift/csi-external-attacher/openshift-csi-external-attacher-release-4.4-postsubmits.yaml b/ci-operator/jobs/openshift/csi-external-attacher/openshift-csi-external-attacher-release-4.4-postsubmits.yaml index 99b1b15dec24..639456558c8f 100644 --- a/ci-operator/jobs/openshift/csi-external-attacher/openshift-csi-external-attacher-release-4.4-postsubmits.yaml +++ b/ci-operator/jobs/openshift/csi-external-attacher/openshift-csi-external-attacher-release-4.4-postsubmits.yaml @@ -8,17 +8,19 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-csi-external-attacher-release-4.4-images path_alias: github.com/kubernetes-csi/external-attacher spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -35,6 +37,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -46,3 +51,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/csi-external-attacher/openshift-csi-external-attacher-release-4.4-presubmits.yaml b/ci-operator/jobs/openshift/csi-external-attacher/openshift-csi-external-attacher-release-4.4-presubmits.yaml index 8470518efe8a..8be11c314e16 100644 --- a/ci-operator/jobs/openshift/csi-external-attacher/openshift-csi-external-attacher-release-4.4-presubmits.yaml +++ b/ci-operator/jobs/openshift/csi-external-attacher/openshift-csi-external-attacher-release-4.4-presubmits.yaml @@ -18,13 +18,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-csi-cluster-profile - --target=e2e-aws-csi - --template=/usr/local/e2e-aws-csi @@ -58,6 +56,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -83,6 +84,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-csi,?($|\s.*) - agent: kubernetes always_run: true @@ -102,10 +106,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -123,6 +127,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -134,6 +141,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -153,10 +163,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -173,6 +183,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -184,4 +197,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift/csi-external-attacher/openshift-csi-external-attacher-release-4.5-postsubmits.yaml b/ci-operator/jobs/openshift/csi-external-attacher/openshift-csi-external-attacher-release-4.5-postsubmits.yaml index 88e445c689af..047bdebae641 100644 --- a/ci-operator/jobs/openshift/csi-external-attacher/openshift-csi-external-attacher-release-4.5-postsubmits.yaml +++ b/ci-operator/jobs/openshift/csi-external-attacher/openshift-csi-external-attacher-release-4.5-postsubmits.yaml @@ -8,17 +8,19 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-csi-external-attacher-release-4.5-images path_alias: github.com/kubernetes-csi/external-attacher spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -35,6 +37,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -46,3 +51,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/csi-external-attacher/openshift-csi-external-attacher-release-4.5-presubmits.yaml b/ci-operator/jobs/openshift/csi-external-attacher/openshift-csi-external-attacher-release-4.5-presubmits.yaml index d5b0d8ba51f4..9800d5108cbd 100644 --- a/ci-operator/jobs/openshift/csi-external-attacher/openshift-csi-external-attacher-release-4.5-presubmits.yaml +++ b/ci-operator/jobs/openshift/csi-external-attacher/openshift-csi-external-attacher-release-4.5-presubmits.yaml @@ -18,13 +18,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-csi-cluster-profile - --target=e2e-aws-csi - --template=/usr/local/e2e-aws-csi @@ -58,6 +56,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -83,6 +84,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-csi,?($|\s.*) - agent: kubernetes always_run: true @@ -102,10 +106,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -122,6 +126,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -133,6 +140,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -152,10 +162,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -172,6 +182,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -183,4 +196,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift/csi-external-attacher/openshift-csi-external-attacher-release-4.6-postsubmits.yaml b/ci-operator/jobs/openshift/csi-external-attacher/openshift-csi-external-attacher-release-4.6-postsubmits.yaml index 056bf1f4cb14..c9b71694a593 100644 --- a/ci-operator/jobs/openshift/csi-external-attacher/openshift-csi-external-attacher-release-4.6-postsubmits.yaml +++ b/ci-operator/jobs/openshift/csi-external-attacher/openshift-csi-external-attacher-release-4.6-postsubmits.yaml @@ -8,17 +8,19 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-csi-external-attacher-release-4.6-images path_alias: github.com/kubernetes-csi/external-attacher spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -35,6 +37,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -46,3 +51,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/csi-external-attacher/openshift-csi-external-attacher-release-4.6-presubmits.yaml b/ci-operator/jobs/openshift/csi-external-attacher/openshift-csi-external-attacher-release-4.6-presubmits.yaml index dc1197c9e776..69264a148e2f 100644 --- a/ci-operator/jobs/openshift/csi-external-attacher/openshift-csi-external-attacher-release-4.6-presubmits.yaml +++ b/ci-operator/jobs/openshift/csi-external-attacher/openshift-csi-external-attacher-release-4.6-presubmits.yaml @@ -18,13 +18,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-csi-cluster-profile - --target=e2e-aws-csi - --template=/usr/local/e2e-aws-csi @@ -58,6 +56,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -83,6 +84,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-csi,?($|\s.*) - agent: kubernetes always_run: true @@ -102,10 +106,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -123,6 +127,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -134,6 +141,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -153,10 +163,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -173,6 +183,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -184,4 +197,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift/csi-external-attacher/openshift-csi-external-attacher-release-4.7-postsubmits.yaml b/ci-operator/jobs/openshift/csi-external-attacher/openshift-csi-external-attacher-release-4.7-postsubmits.yaml index 520323203f70..3e779edce740 100644 --- a/ci-operator/jobs/openshift/csi-external-attacher/openshift-csi-external-attacher-release-4.7-postsubmits.yaml +++ b/ci-operator/jobs/openshift/csi-external-attacher/openshift-csi-external-attacher-release-4.7-postsubmits.yaml @@ -8,17 +8,19 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-csi-external-attacher-release-4.7-images path_alias: github.com/kubernetes-csi/external-attacher spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -35,6 +37,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -46,3 +51,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/csi-external-attacher/openshift-csi-external-attacher-release-4.7-presubmits.yaml b/ci-operator/jobs/openshift/csi-external-attacher/openshift-csi-external-attacher-release-4.7-presubmits.yaml index cddcc4049d98..d750aef6a681 100644 --- a/ci-operator/jobs/openshift/csi-external-attacher/openshift-csi-external-attacher-release-4.7-presubmits.yaml +++ b/ci-operator/jobs/openshift/csi-external-attacher/openshift-csi-external-attacher-release-4.7-presubmits.yaml @@ -18,13 +18,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-csi-cluster-profile - --target=e2e-aws-csi - --template=/usr/local/e2e-aws-csi @@ -58,6 +56,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -83,6 +84,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-csi,?($|\s.*) - agent: kubernetes always_run: true @@ -102,10 +106,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -123,6 +127,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -134,6 +141,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -153,10 +163,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -173,6 +183,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -184,4 +197,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift/csi-external-provisioner/openshift-csi-external-provisioner-master-postsubmits.yaml b/ci-operator/jobs/openshift/csi-external-provisioner/openshift-csi-external-provisioner-master-postsubmits.yaml index d0b2f6ff6259..35d62fd51280 100644 --- a/ci-operator/jobs/openshift/csi-external-provisioner/openshift-csi-external-provisioner-master-postsubmits.yaml +++ b/ci-operator/jobs/openshift/csi-external-provisioner/openshift-csi-external-provisioner-master-postsubmits.yaml @@ -8,17 +8,19 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-csi-external-provisioner-master-images path_alias: github.com/kubernetes-csi/external-provisioner spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -35,6 +37,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -46,3 +51,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/csi-external-provisioner/openshift-csi-external-provisioner-master-presubmits.yaml b/ci-operator/jobs/openshift/csi-external-provisioner/openshift-csi-external-provisioner-master-presubmits.yaml index 13ca10e70b61..538c01b50184 100644 --- a/ci-operator/jobs/openshift/csi-external-provisioner/openshift-csi-external-provisioner-master-presubmits.yaml +++ b/ci-operator/jobs/openshift/csi-external-provisioner/openshift-csi-external-provisioner-master-presubmits.yaml @@ -18,13 +18,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-csi-cluster-profile - --target=e2e-aws-csi - --template=/usr/local/e2e-aws-csi @@ -58,6 +56,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -83,6 +84,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-csi,?($|\s.*) - agent: kubernetes always_run: true @@ -102,10 +106,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -123,6 +127,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -134,6 +141,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -153,10 +163,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -173,6 +183,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -184,4 +197,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift/csi-external-provisioner/openshift-csi-external-provisioner-release-4.1-postsubmits.yaml b/ci-operator/jobs/openshift/csi-external-provisioner/openshift-csi-external-provisioner-release-4.1-postsubmits.yaml index 43bfc826dcba..f321883adc3a 100644 --- a/ci-operator/jobs/openshift/csi-external-provisioner/openshift-csi-external-provisioner-release-4.1-postsubmits.yaml +++ b/ci-operator/jobs/openshift/csi-external-provisioner/openshift-csi-external-provisioner-release-4.1-postsubmits.yaml @@ -8,17 +8,19 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-csi-external-provisioner-release-4.1-images path_alias: github.com/kubernetes-csi/external-provisioner spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -35,6 +37,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -46,3 +51,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/csi-external-provisioner/openshift-csi-external-provisioner-release-4.1-presubmits.yaml b/ci-operator/jobs/openshift/csi-external-provisioner/openshift-csi-external-provisioner-release-4.1-presubmits.yaml index 7a6e544d1644..39c69e102849 100644 --- a/ci-operator/jobs/openshift/csi-external-provisioner/openshift-csi-external-provisioner-release-4.1-presubmits.yaml +++ b/ci-operator/jobs/openshift/csi-external-provisioner/openshift-csi-external-provisioner-release-4.1-presubmits.yaml @@ -18,10 +18,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -39,6 +39,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -50,6 +53,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -69,10 +75,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -89,6 +95,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -100,4 +109,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift/csi-external-provisioner/openshift-csi-external-provisioner-release-4.2-postsubmits.yaml b/ci-operator/jobs/openshift/csi-external-provisioner/openshift-csi-external-provisioner-release-4.2-postsubmits.yaml index 9a4d8ae8fc04..e913defb0fdf 100644 --- a/ci-operator/jobs/openshift/csi-external-provisioner/openshift-csi-external-provisioner-release-4.2-postsubmits.yaml +++ b/ci-operator/jobs/openshift/csi-external-provisioner/openshift-csi-external-provisioner-release-4.2-postsubmits.yaml @@ -8,17 +8,19 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-csi-external-provisioner-release-4.2-images path_alias: github.com/kubernetes-csi/external-provisioner spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -35,6 +37,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -46,3 +51,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/csi-external-provisioner/openshift-csi-external-provisioner-release-4.2-presubmits.yaml b/ci-operator/jobs/openshift/csi-external-provisioner/openshift-csi-external-provisioner-release-4.2-presubmits.yaml index a4200e0ad877..01c4905fd066 100644 --- a/ci-operator/jobs/openshift/csi-external-provisioner/openshift-csi-external-provisioner-release-4.2-presubmits.yaml +++ b/ci-operator/jobs/openshift/csi-external-provisioner/openshift-csi-external-provisioner-release-4.2-presubmits.yaml @@ -18,10 +18,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -39,6 +39,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -50,6 +53,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -69,10 +75,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -89,6 +95,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -100,4 +109,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift/csi-external-provisioner/openshift-csi-external-provisioner-release-4.3-postsubmits.yaml b/ci-operator/jobs/openshift/csi-external-provisioner/openshift-csi-external-provisioner-release-4.3-postsubmits.yaml index 7e743adaa5e4..f8b314718f83 100644 --- a/ci-operator/jobs/openshift/csi-external-provisioner/openshift-csi-external-provisioner-release-4.3-postsubmits.yaml +++ b/ci-operator/jobs/openshift/csi-external-provisioner/openshift-csi-external-provisioner-release-4.3-postsubmits.yaml @@ -8,17 +8,19 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-csi-external-provisioner-release-4.3-images path_alias: github.com/kubernetes-csi/external-provisioner spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -35,6 +37,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -46,3 +51,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/csi-external-provisioner/openshift-csi-external-provisioner-release-4.3-presubmits.yaml b/ci-operator/jobs/openshift/csi-external-provisioner/openshift-csi-external-provisioner-release-4.3-presubmits.yaml index f695558817d7..0410b18211b0 100644 --- a/ci-operator/jobs/openshift/csi-external-provisioner/openshift-csi-external-provisioner-release-4.3-presubmits.yaml +++ b/ci-operator/jobs/openshift/csi-external-provisioner/openshift-csi-external-provisioner-release-4.3-presubmits.yaml @@ -18,10 +18,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -39,6 +39,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -50,6 +53,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -69,10 +75,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -89,6 +95,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -100,4 +109,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift/csi-external-provisioner/openshift-csi-external-provisioner-release-4.4-postsubmits.yaml b/ci-operator/jobs/openshift/csi-external-provisioner/openshift-csi-external-provisioner-release-4.4-postsubmits.yaml index 77c6de038eeb..84f8828b5fd3 100644 --- a/ci-operator/jobs/openshift/csi-external-provisioner/openshift-csi-external-provisioner-release-4.4-postsubmits.yaml +++ b/ci-operator/jobs/openshift/csi-external-provisioner/openshift-csi-external-provisioner-release-4.4-postsubmits.yaml @@ -8,17 +8,19 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-csi-external-provisioner-release-4.4-images path_alias: github.com/kubernetes-csi/external-provisioner spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -35,6 +37,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -46,3 +51,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/csi-external-provisioner/openshift-csi-external-provisioner-release-4.4-presubmits.yaml b/ci-operator/jobs/openshift/csi-external-provisioner/openshift-csi-external-provisioner-release-4.4-presubmits.yaml index ff872b78841c..3ec88a1c8386 100644 --- a/ci-operator/jobs/openshift/csi-external-provisioner/openshift-csi-external-provisioner-release-4.4-presubmits.yaml +++ b/ci-operator/jobs/openshift/csi-external-provisioner/openshift-csi-external-provisioner-release-4.4-presubmits.yaml @@ -18,13 +18,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-csi-cluster-profile - --target=e2e-aws-csi - --template=/usr/local/e2e-aws-csi @@ -58,6 +56,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -83,6 +84,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-csi,?($|\s.*) - agent: kubernetes always_run: true @@ -102,10 +106,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -123,6 +127,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -134,6 +141,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -153,10 +163,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -173,6 +183,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -184,4 +197,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift/csi-external-provisioner/openshift-csi-external-provisioner-release-4.5-postsubmits.yaml b/ci-operator/jobs/openshift/csi-external-provisioner/openshift-csi-external-provisioner-release-4.5-postsubmits.yaml index 14b63468ee94..cc9c91bdc312 100644 --- a/ci-operator/jobs/openshift/csi-external-provisioner/openshift-csi-external-provisioner-release-4.5-postsubmits.yaml +++ b/ci-operator/jobs/openshift/csi-external-provisioner/openshift-csi-external-provisioner-release-4.5-postsubmits.yaml @@ -8,17 +8,19 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-csi-external-provisioner-release-4.5-images path_alias: github.com/kubernetes-csi/external-provisioner spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -35,6 +37,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -46,3 +51,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/csi-external-provisioner/openshift-csi-external-provisioner-release-4.5-presubmits.yaml b/ci-operator/jobs/openshift/csi-external-provisioner/openshift-csi-external-provisioner-release-4.5-presubmits.yaml index aec9f7253471..88212b919333 100644 --- a/ci-operator/jobs/openshift/csi-external-provisioner/openshift-csi-external-provisioner-release-4.5-presubmits.yaml +++ b/ci-operator/jobs/openshift/csi-external-provisioner/openshift-csi-external-provisioner-release-4.5-presubmits.yaml @@ -18,13 +18,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-csi-cluster-profile - --target=e2e-aws-csi - --template=/usr/local/e2e-aws-csi @@ -58,6 +56,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -83,6 +84,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-csi,?($|\s.*) - agent: kubernetes always_run: true @@ -102,10 +106,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -122,6 +126,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -133,6 +140,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -152,10 +162,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -172,6 +182,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -183,4 +196,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift/csi-external-provisioner/openshift-csi-external-provisioner-release-4.6-postsubmits.yaml b/ci-operator/jobs/openshift/csi-external-provisioner/openshift-csi-external-provisioner-release-4.6-postsubmits.yaml index 10a18b60c4d8..90681ffffe20 100644 --- a/ci-operator/jobs/openshift/csi-external-provisioner/openshift-csi-external-provisioner-release-4.6-postsubmits.yaml +++ b/ci-operator/jobs/openshift/csi-external-provisioner/openshift-csi-external-provisioner-release-4.6-postsubmits.yaml @@ -8,17 +8,19 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-csi-external-provisioner-release-4.6-images path_alias: github.com/kubernetes-csi/external-provisioner spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -35,6 +37,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -46,3 +51,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/csi-external-provisioner/openshift-csi-external-provisioner-release-4.6-presubmits.yaml b/ci-operator/jobs/openshift/csi-external-provisioner/openshift-csi-external-provisioner-release-4.6-presubmits.yaml index 44c6d3eb0979..832b0b528cdc 100644 --- a/ci-operator/jobs/openshift/csi-external-provisioner/openshift-csi-external-provisioner-release-4.6-presubmits.yaml +++ b/ci-operator/jobs/openshift/csi-external-provisioner/openshift-csi-external-provisioner-release-4.6-presubmits.yaml @@ -18,13 +18,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-csi-cluster-profile - --target=e2e-aws-csi - --template=/usr/local/e2e-aws-csi @@ -58,6 +56,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -83,6 +84,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-csi,?($|\s.*) - agent: kubernetes always_run: true @@ -102,10 +106,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -123,6 +127,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -134,6 +141,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -153,10 +163,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -173,6 +183,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -184,4 +197,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift/csi-external-provisioner/openshift-csi-external-provisioner-release-4.7-postsubmits.yaml b/ci-operator/jobs/openshift/csi-external-provisioner/openshift-csi-external-provisioner-release-4.7-postsubmits.yaml index 01d569941fe2..44951e4029a4 100644 --- a/ci-operator/jobs/openshift/csi-external-provisioner/openshift-csi-external-provisioner-release-4.7-postsubmits.yaml +++ b/ci-operator/jobs/openshift/csi-external-provisioner/openshift-csi-external-provisioner-release-4.7-postsubmits.yaml @@ -8,17 +8,19 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-csi-external-provisioner-release-4.7-images path_alias: github.com/kubernetes-csi/external-provisioner spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -35,6 +37,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -46,3 +51,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/csi-external-provisioner/openshift-csi-external-provisioner-release-4.7-presubmits.yaml b/ci-operator/jobs/openshift/csi-external-provisioner/openshift-csi-external-provisioner-release-4.7-presubmits.yaml index e3a5f0939498..7ac0aa10f02e 100644 --- a/ci-operator/jobs/openshift/csi-external-provisioner/openshift-csi-external-provisioner-release-4.7-presubmits.yaml +++ b/ci-operator/jobs/openshift/csi-external-provisioner/openshift-csi-external-provisioner-release-4.7-presubmits.yaml @@ -18,13 +18,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-csi-cluster-profile - --target=e2e-aws-csi - --template=/usr/local/e2e-aws-csi @@ -58,6 +56,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -83,6 +84,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-csi,?($|\s.*) - agent: kubernetes always_run: true @@ -102,10 +106,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -123,6 +127,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -134,6 +141,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -153,10 +163,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -173,6 +183,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -184,4 +197,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift/csi-external-resizer/openshift-csi-external-resizer-master-postsubmits.yaml b/ci-operator/jobs/openshift/csi-external-resizer/openshift-csi-external-resizer-master-postsubmits.yaml index 7a9aabc0dcc2..718ebfe6df2e 100644 --- a/ci-operator/jobs/openshift/csi-external-resizer/openshift-csi-external-resizer-master-postsubmits.yaml +++ b/ci-operator/jobs/openshift/csi-external-resizer/openshift-csi-external-resizer-master-postsubmits.yaml @@ -8,17 +8,19 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-csi-external-resizer-master-images path_alias: github.com/kubernetes-csi/external-resizer spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -35,6 +37,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -46,3 +51,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/csi-external-resizer/openshift-csi-external-resizer-master-presubmits.yaml b/ci-operator/jobs/openshift/csi-external-resizer/openshift-csi-external-resizer-master-presubmits.yaml index c8f3cbe1e2fb..9e665291bc5b 100644 --- a/ci-operator/jobs/openshift/csi-external-resizer/openshift-csi-external-resizer-master-presubmits.yaml +++ b/ci-operator/jobs/openshift/csi-external-resizer/openshift-csi-external-resizer-master-presubmits.yaml @@ -18,13 +18,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-csi-cluster-profile - --target=e2e-aws-csi - --template=/usr/local/e2e-aws-csi @@ -58,6 +56,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -83,6 +84,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-csi,?($|\s.*) - agent: kubernetes always_run: true @@ -102,10 +106,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -123,6 +127,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -134,6 +141,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -153,10 +163,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -173,6 +183,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -184,4 +197,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift/csi-external-resizer/openshift-csi-external-resizer-release-4.4-postsubmits.yaml b/ci-operator/jobs/openshift/csi-external-resizer/openshift-csi-external-resizer-release-4.4-postsubmits.yaml index 215b418469e4..29181fe25f02 100644 --- a/ci-operator/jobs/openshift/csi-external-resizer/openshift-csi-external-resizer-release-4.4-postsubmits.yaml +++ b/ci-operator/jobs/openshift/csi-external-resizer/openshift-csi-external-resizer-release-4.4-postsubmits.yaml @@ -8,17 +8,19 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-csi-external-resizer-release-4.4-images path_alias: github.com/kubernetes-csi/external-resizer spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -35,6 +37,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -46,3 +51,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/csi-external-resizer/openshift-csi-external-resizer-release-4.4-presubmits.yaml b/ci-operator/jobs/openshift/csi-external-resizer/openshift-csi-external-resizer-release-4.4-presubmits.yaml index 62bb354b517c..d69589af0c23 100644 --- a/ci-operator/jobs/openshift/csi-external-resizer/openshift-csi-external-resizer-release-4.4-presubmits.yaml +++ b/ci-operator/jobs/openshift/csi-external-resizer/openshift-csi-external-resizer-release-4.4-presubmits.yaml @@ -18,13 +18,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-csi-cluster-profile - --target=e2e-aws-csi - --template=/usr/local/e2e-aws-csi @@ -58,6 +56,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -83,6 +84,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-csi,?($|\s.*) - agent: kubernetes always_run: true @@ -102,10 +106,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -123,6 +127,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -134,6 +141,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -153,10 +163,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -173,6 +183,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -184,4 +197,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift/csi-external-resizer/openshift-csi-external-resizer-release-4.5-postsubmits.yaml b/ci-operator/jobs/openshift/csi-external-resizer/openshift-csi-external-resizer-release-4.5-postsubmits.yaml index bef8bd4e7275..b4ba7a46fb52 100644 --- a/ci-operator/jobs/openshift/csi-external-resizer/openshift-csi-external-resizer-release-4.5-postsubmits.yaml +++ b/ci-operator/jobs/openshift/csi-external-resizer/openshift-csi-external-resizer-release-4.5-postsubmits.yaml @@ -8,17 +8,19 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-csi-external-resizer-release-4.5-images path_alias: github.com/kubernetes-csi/external-resizer spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -35,6 +37,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -46,3 +51,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/csi-external-resizer/openshift-csi-external-resizer-release-4.5-presubmits.yaml b/ci-operator/jobs/openshift/csi-external-resizer/openshift-csi-external-resizer-release-4.5-presubmits.yaml index 85f86faab49d..a3478100e232 100644 --- a/ci-operator/jobs/openshift/csi-external-resizer/openshift-csi-external-resizer-release-4.5-presubmits.yaml +++ b/ci-operator/jobs/openshift/csi-external-resizer/openshift-csi-external-resizer-release-4.5-presubmits.yaml @@ -18,13 +18,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-csi-cluster-profile - --target=e2e-aws-csi - --template=/usr/local/e2e-aws-csi @@ -58,6 +56,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -83,6 +84,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-csi,?($|\s.*) - agent: kubernetes always_run: true @@ -102,10 +106,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -122,6 +126,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -133,6 +140,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -152,10 +162,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -172,6 +182,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -183,4 +196,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift/csi-external-resizer/openshift-csi-external-resizer-release-4.6-postsubmits.yaml b/ci-operator/jobs/openshift/csi-external-resizer/openshift-csi-external-resizer-release-4.6-postsubmits.yaml index ef86393cdc76..02bc5f7eac79 100644 --- a/ci-operator/jobs/openshift/csi-external-resizer/openshift-csi-external-resizer-release-4.6-postsubmits.yaml +++ b/ci-operator/jobs/openshift/csi-external-resizer/openshift-csi-external-resizer-release-4.6-postsubmits.yaml @@ -8,17 +8,19 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-csi-external-resizer-release-4.6-images path_alias: github.com/kubernetes-csi/external-resizer spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -35,6 +37,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -46,3 +51,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/csi-external-resizer/openshift-csi-external-resizer-release-4.6-presubmits.yaml b/ci-operator/jobs/openshift/csi-external-resizer/openshift-csi-external-resizer-release-4.6-presubmits.yaml index 7b1f3180df7d..b2b387399756 100644 --- a/ci-operator/jobs/openshift/csi-external-resizer/openshift-csi-external-resizer-release-4.6-presubmits.yaml +++ b/ci-operator/jobs/openshift/csi-external-resizer/openshift-csi-external-resizer-release-4.6-presubmits.yaml @@ -18,13 +18,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-csi-cluster-profile - --target=e2e-aws-csi - --template=/usr/local/e2e-aws-csi @@ -58,6 +56,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -83,6 +84,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-csi,?($|\s.*) - agent: kubernetes always_run: true @@ -102,10 +106,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -123,6 +127,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -134,6 +141,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -153,10 +163,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -173,6 +183,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -184,4 +197,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift/csi-external-resizer/openshift-csi-external-resizer-release-4.7-postsubmits.yaml b/ci-operator/jobs/openshift/csi-external-resizer/openshift-csi-external-resizer-release-4.7-postsubmits.yaml index c7a052b3476e..a1a948baa0af 100644 --- a/ci-operator/jobs/openshift/csi-external-resizer/openshift-csi-external-resizer-release-4.7-postsubmits.yaml +++ b/ci-operator/jobs/openshift/csi-external-resizer/openshift-csi-external-resizer-release-4.7-postsubmits.yaml @@ -8,17 +8,19 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-csi-external-resizer-release-4.7-images path_alias: github.com/kubernetes-csi/external-resizer spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -35,6 +37,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -46,3 +51,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/csi-external-resizer/openshift-csi-external-resizer-release-4.7-presubmits.yaml b/ci-operator/jobs/openshift/csi-external-resizer/openshift-csi-external-resizer-release-4.7-presubmits.yaml index 105606dfea9d..2e8ca0cfb65d 100644 --- a/ci-operator/jobs/openshift/csi-external-resizer/openshift-csi-external-resizer-release-4.7-presubmits.yaml +++ b/ci-operator/jobs/openshift/csi-external-resizer/openshift-csi-external-resizer-release-4.7-presubmits.yaml @@ -18,13 +18,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-csi-cluster-profile - --target=e2e-aws-csi - --template=/usr/local/e2e-aws-csi @@ -58,6 +56,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -83,6 +84,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-csi,?($|\s.*) - agent: kubernetes always_run: true @@ -102,10 +106,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -123,6 +127,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -134,6 +141,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -153,10 +163,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -173,6 +183,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -184,4 +197,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift/csi-external-snapshotter/openshift-csi-external-snapshotter-master-postsubmits.yaml b/ci-operator/jobs/openshift/csi-external-snapshotter/openshift-csi-external-snapshotter-master-postsubmits.yaml index 83ba38307bb8..86eceaf1e75b 100644 --- a/ci-operator/jobs/openshift/csi-external-snapshotter/openshift-csi-external-snapshotter-master-postsubmits.yaml +++ b/ci-operator/jobs/openshift/csi-external-snapshotter/openshift-csi-external-snapshotter-master-postsubmits.yaml @@ -8,17 +8,19 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-csi-external-snapshotter-master-images path_alias: github.com/kubernetes-csi/external-snapshotter spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -35,6 +37,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -46,3 +51,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/csi-external-snapshotter/openshift-csi-external-snapshotter-master-presubmits.yaml b/ci-operator/jobs/openshift/csi-external-snapshotter/openshift-csi-external-snapshotter-master-presubmits.yaml index d668d1e41864..c6dfa18e1eb5 100644 --- a/ci-operator/jobs/openshift/csi-external-snapshotter/openshift-csi-external-snapshotter-master-presubmits.yaml +++ b/ci-operator/jobs/openshift/csi-external-snapshotter/openshift-csi-external-snapshotter-master-presubmits.yaml @@ -18,13 +18,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-csi-cluster-profile - --target=e2e-aws-csi - --template=/usr/local/e2e-aws-csi @@ -58,6 +56,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -83,6 +84,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-csi,?($|\s.*) - agent: kubernetes always_run: true @@ -102,10 +106,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -123,6 +127,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -134,6 +141,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -153,10 +163,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -173,6 +183,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -184,4 +197,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift/csi-external-snapshotter/openshift-csi-external-snapshotter-release-4.1-presubmits.yaml b/ci-operator/jobs/openshift/csi-external-snapshotter/openshift-csi-external-snapshotter-release-4.1-presubmits.yaml index bdb10c9a4193..323a3a5b7175 100644 --- a/ci-operator/jobs/openshift/csi-external-snapshotter/openshift-csi-external-snapshotter-release-4.1-presubmits.yaml +++ b/ci-operator/jobs/openshift/csi-external-snapshotter/openshift-csi-external-snapshotter-release-4.1-presubmits.yaml @@ -18,10 +18,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -38,6 +38,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -49,4 +52,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift/csi-external-snapshotter/openshift-csi-external-snapshotter-release-4.2-postsubmits.yaml b/ci-operator/jobs/openshift/csi-external-snapshotter/openshift-csi-external-snapshotter-release-4.2-postsubmits.yaml index 7674996249b4..6748bdd57da9 100644 --- a/ci-operator/jobs/openshift/csi-external-snapshotter/openshift-csi-external-snapshotter-release-4.2-postsubmits.yaml +++ b/ci-operator/jobs/openshift/csi-external-snapshotter/openshift-csi-external-snapshotter-release-4.2-postsubmits.yaml @@ -8,17 +8,19 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-csi-external-snapshotter-release-4.2-images path_alias: github.com/kubernetes-csi/external-snapshotter spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -35,6 +37,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -46,3 +51,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/csi-external-snapshotter/openshift-csi-external-snapshotter-release-4.2-presubmits.yaml b/ci-operator/jobs/openshift/csi-external-snapshotter/openshift-csi-external-snapshotter-release-4.2-presubmits.yaml index e1b7a96ba91d..5506455780d0 100644 --- a/ci-operator/jobs/openshift/csi-external-snapshotter/openshift-csi-external-snapshotter-release-4.2-presubmits.yaml +++ b/ci-operator/jobs/openshift/csi-external-snapshotter/openshift-csi-external-snapshotter-release-4.2-presubmits.yaml @@ -18,10 +18,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -39,6 +39,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -50,6 +53,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -69,10 +75,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -89,6 +95,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -100,4 +109,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift/csi-external-snapshotter/openshift-csi-external-snapshotter-release-4.3-postsubmits.yaml b/ci-operator/jobs/openshift/csi-external-snapshotter/openshift-csi-external-snapshotter-release-4.3-postsubmits.yaml index 5b6973161ae4..ced25f34f1ba 100644 --- a/ci-operator/jobs/openshift/csi-external-snapshotter/openshift-csi-external-snapshotter-release-4.3-postsubmits.yaml +++ b/ci-operator/jobs/openshift/csi-external-snapshotter/openshift-csi-external-snapshotter-release-4.3-postsubmits.yaml @@ -8,17 +8,19 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-csi-external-snapshotter-release-4.3-images path_alias: github.com/kubernetes-csi/external-snapshotter spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -35,6 +37,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -46,3 +51,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/csi-external-snapshotter/openshift-csi-external-snapshotter-release-4.3-presubmits.yaml b/ci-operator/jobs/openshift/csi-external-snapshotter/openshift-csi-external-snapshotter-release-4.3-presubmits.yaml index 4359b2cbac82..6ec9b303adb1 100644 --- a/ci-operator/jobs/openshift/csi-external-snapshotter/openshift-csi-external-snapshotter-release-4.3-presubmits.yaml +++ b/ci-operator/jobs/openshift/csi-external-snapshotter/openshift-csi-external-snapshotter-release-4.3-presubmits.yaml @@ -18,10 +18,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -39,6 +39,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -50,6 +53,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -69,10 +75,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -89,6 +95,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -100,4 +109,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift/csi-external-snapshotter/openshift-csi-external-snapshotter-release-4.4-postsubmits.yaml b/ci-operator/jobs/openshift/csi-external-snapshotter/openshift-csi-external-snapshotter-release-4.4-postsubmits.yaml index 84ce416a6615..7a57035c5198 100644 --- a/ci-operator/jobs/openshift/csi-external-snapshotter/openshift-csi-external-snapshotter-release-4.4-postsubmits.yaml +++ b/ci-operator/jobs/openshift/csi-external-snapshotter/openshift-csi-external-snapshotter-release-4.4-postsubmits.yaml @@ -8,17 +8,19 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-csi-external-snapshotter-release-4.4-images path_alias: github.com/kubernetes-csi/external-snapshotter spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -35,6 +37,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -46,3 +51,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/csi-external-snapshotter/openshift-csi-external-snapshotter-release-4.4-presubmits.yaml b/ci-operator/jobs/openshift/csi-external-snapshotter/openshift-csi-external-snapshotter-release-4.4-presubmits.yaml index 87563b98f333..1324caf904bd 100644 --- a/ci-operator/jobs/openshift/csi-external-snapshotter/openshift-csi-external-snapshotter-release-4.4-presubmits.yaml +++ b/ci-operator/jobs/openshift/csi-external-snapshotter/openshift-csi-external-snapshotter-release-4.4-presubmits.yaml @@ -18,13 +18,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-csi-cluster-profile - --target=e2e-aws-csi - --template=/usr/local/e2e-aws-csi @@ -58,6 +56,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -83,6 +84,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-csi,?($|\s.*) - agent: kubernetes always_run: true @@ -102,10 +106,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -123,6 +127,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -134,6 +141,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -153,10 +163,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -173,6 +183,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -184,4 +197,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift/csi-external-snapshotter/openshift-csi-external-snapshotter-release-4.5-postsubmits.yaml b/ci-operator/jobs/openshift/csi-external-snapshotter/openshift-csi-external-snapshotter-release-4.5-postsubmits.yaml index 2f0416286f5b..18dbe5defc2e 100644 --- a/ci-operator/jobs/openshift/csi-external-snapshotter/openshift-csi-external-snapshotter-release-4.5-postsubmits.yaml +++ b/ci-operator/jobs/openshift/csi-external-snapshotter/openshift-csi-external-snapshotter-release-4.5-postsubmits.yaml @@ -8,17 +8,19 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-csi-external-snapshotter-release-4.5-images path_alias: github.com/kubernetes-csi/external-snapshotter spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -35,6 +37,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -46,3 +51,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/csi-external-snapshotter/openshift-csi-external-snapshotter-release-4.5-presubmits.yaml b/ci-operator/jobs/openshift/csi-external-snapshotter/openshift-csi-external-snapshotter-release-4.5-presubmits.yaml index 4054b838de03..6ac3729eaa75 100644 --- a/ci-operator/jobs/openshift/csi-external-snapshotter/openshift-csi-external-snapshotter-release-4.5-presubmits.yaml +++ b/ci-operator/jobs/openshift/csi-external-snapshotter/openshift-csi-external-snapshotter-release-4.5-presubmits.yaml @@ -18,13 +18,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-csi-cluster-profile - --target=e2e-aws-csi - --template=/usr/local/e2e-aws-csi @@ -58,6 +56,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -83,6 +84,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-csi,?($|\s.*) - agent: kubernetes always_run: true @@ -102,10 +106,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -122,6 +126,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -133,6 +140,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -152,10 +162,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -172,6 +182,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -183,4 +196,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift/csi-external-snapshotter/openshift-csi-external-snapshotter-release-4.6-postsubmits.yaml b/ci-operator/jobs/openshift/csi-external-snapshotter/openshift-csi-external-snapshotter-release-4.6-postsubmits.yaml index 9e37686c6739..94accdde40d6 100644 --- a/ci-operator/jobs/openshift/csi-external-snapshotter/openshift-csi-external-snapshotter-release-4.6-postsubmits.yaml +++ b/ci-operator/jobs/openshift/csi-external-snapshotter/openshift-csi-external-snapshotter-release-4.6-postsubmits.yaml @@ -8,17 +8,19 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-csi-external-snapshotter-release-4.6-images path_alias: github.com/kubernetes-csi/external-snapshotter spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -35,6 +37,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -46,3 +51,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/csi-external-snapshotter/openshift-csi-external-snapshotter-release-4.6-presubmits.yaml b/ci-operator/jobs/openshift/csi-external-snapshotter/openshift-csi-external-snapshotter-release-4.6-presubmits.yaml index c853dd0e33fb..0bd6ef0a5a82 100644 --- a/ci-operator/jobs/openshift/csi-external-snapshotter/openshift-csi-external-snapshotter-release-4.6-presubmits.yaml +++ b/ci-operator/jobs/openshift/csi-external-snapshotter/openshift-csi-external-snapshotter-release-4.6-presubmits.yaml @@ -18,13 +18,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-csi-cluster-profile - --target=e2e-aws-csi - --template=/usr/local/e2e-aws-csi @@ -58,6 +56,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -83,6 +84,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-csi,?($|\s.*) - agent: kubernetes always_run: true @@ -102,10 +106,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -123,6 +127,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -134,6 +141,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -153,10 +163,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -173,6 +183,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -184,4 +197,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift/csi-external-snapshotter/openshift-csi-external-snapshotter-release-4.7-postsubmits.yaml b/ci-operator/jobs/openshift/csi-external-snapshotter/openshift-csi-external-snapshotter-release-4.7-postsubmits.yaml index d72725c66266..5f711c3fcf01 100644 --- a/ci-operator/jobs/openshift/csi-external-snapshotter/openshift-csi-external-snapshotter-release-4.7-postsubmits.yaml +++ b/ci-operator/jobs/openshift/csi-external-snapshotter/openshift-csi-external-snapshotter-release-4.7-postsubmits.yaml @@ -8,17 +8,19 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-csi-external-snapshotter-release-4.7-images path_alias: github.com/kubernetes-csi/external-snapshotter spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -35,6 +37,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -46,3 +51,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/csi-external-snapshotter/openshift-csi-external-snapshotter-release-4.7-presubmits.yaml b/ci-operator/jobs/openshift/csi-external-snapshotter/openshift-csi-external-snapshotter-release-4.7-presubmits.yaml index 7ba0585edb89..8a6155a3e011 100644 --- a/ci-operator/jobs/openshift/csi-external-snapshotter/openshift-csi-external-snapshotter-release-4.7-presubmits.yaml +++ b/ci-operator/jobs/openshift/csi-external-snapshotter/openshift-csi-external-snapshotter-release-4.7-presubmits.yaml @@ -18,13 +18,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-csi-cluster-profile - --target=e2e-aws-csi - --template=/usr/local/e2e-aws-csi @@ -58,6 +56,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -83,6 +84,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-csi,?($|\s.*) - agent: kubernetes always_run: true @@ -102,10 +106,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -123,6 +127,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -134,6 +141,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -153,10 +163,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -173,6 +183,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -184,4 +197,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift/csi-livenessprobe/openshift-csi-livenessprobe-master-postsubmits.yaml b/ci-operator/jobs/openshift/csi-livenessprobe/openshift-csi-livenessprobe-master-postsubmits.yaml index 359c81364070..3a6333d2beb6 100644 --- a/ci-operator/jobs/openshift/csi-livenessprobe/openshift-csi-livenessprobe-master-postsubmits.yaml +++ b/ci-operator/jobs/openshift/csi-livenessprobe/openshift-csi-livenessprobe-master-postsubmits.yaml @@ -8,17 +8,19 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-csi-livenessprobe-master-images path_alias: github.com/kubernetes-csi/livenessprobe spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -35,6 +37,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -46,3 +51,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/csi-livenessprobe/openshift-csi-livenessprobe-master-presubmits.yaml b/ci-operator/jobs/openshift/csi-livenessprobe/openshift-csi-livenessprobe-master-presubmits.yaml index 1c559055b30d..0db2a7c7717e 100644 --- a/ci-operator/jobs/openshift/csi-livenessprobe/openshift-csi-livenessprobe-master-presubmits.yaml +++ b/ci-operator/jobs/openshift/csi-livenessprobe/openshift-csi-livenessprobe-master-presubmits.yaml @@ -18,13 +18,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-csi-cluster-profile - --target=e2e-aws-csi - --template=/usr/local/e2e-aws-csi @@ -58,6 +56,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -83,6 +84,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-csi,?($|\s.*) - agent: kubernetes always_run: true @@ -102,10 +106,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -123,6 +127,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -134,6 +141,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -153,10 +163,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -173,6 +183,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -184,4 +197,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift/csi-livenessprobe/openshift-csi-livenessprobe-release-4.1-postsubmits.yaml b/ci-operator/jobs/openshift/csi-livenessprobe/openshift-csi-livenessprobe-release-4.1-postsubmits.yaml index 206fdb17088e..30f53915dfd0 100644 --- a/ci-operator/jobs/openshift/csi-livenessprobe/openshift-csi-livenessprobe-release-4.1-postsubmits.yaml +++ b/ci-operator/jobs/openshift/csi-livenessprobe/openshift-csi-livenessprobe-release-4.1-postsubmits.yaml @@ -8,17 +8,19 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-csi-livenessprobe-release-4.1-images path_alias: github.com/kubernetes-csi/livenessprobe spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -35,6 +37,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -46,3 +51,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/csi-livenessprobe/openshift-csi-livenessprobe-release-4.1-presubmits.yaml b/ci-operator/jobs/openshift/csi-livenessprobe/openshift-csi-livenessprobe-release-4.1-presubmits.yaml index 2a03323c8ade..6d781deeafa7 100644 --- a/ci-operator/jobs/openshift/csi-livenessprobe/openshift-csi-livenessprobe-release-4.1-presubmits.yaml +++ b/ci-operator/jobs/openshift/csi-livenessprobe/openshift-csi-livenessprobe-release-4.1-presubmits.yaml @@ -18,10 +18,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -39,6 +39,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -50,6 +53,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -69,10 +75,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -89,6 +95,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -100,4 +109,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift/csi-livenessprobe/openshift-csi-livenessprobe-release-4.2-postsubmits.yaml b/ci-operator/jobs/openshift/csi-livenessprobe/openshift-csi-livenessprobe-release-4.2-postsubmits.yaml index 54db52906cf1..1756e3a5082b 100644 --- a/ci-operator/jobs/openshift/csi-livenessprobe/openshift-csi-livenessprobe-release-4.2-postsubmits.yaml +++ b/ci-operator/jobs/openshift/csi-livenessprobe/openshift-csi-livenessprobe-release-4.2-postsubmits.yaml @@ -8,17 +8,19 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-csi-livenessprobe-release-4.2-images path_alias: github.com/kubernetes-csi/livenessprobe spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -35,6 +37,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -46,3 +51,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/csi-livenessprobe/openshift-csi-livenessprobe-release-4.2-presubmits.yaml b/ci-operator/jobs/openshift/csi-livenessprobe/openshift-csi-livenessprobe-release-4.2-presubmits.yaml index 4d183fb70544..9bb1ca95742c 100644 --- a/ci-operator/jobs/openshift/csi-livenessprobe/openshift-csi-livenessprobe-release-4.2-presubmits.yaml +++ b/ci-operator/jobs/openshift/csi-livenessprobe/openshift-csi-livenessprobe-release-4.2-presubmits.yaml @@ -18,10 +18,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -39,6 +39,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -50,6 +53,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -69,10 +75,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -89,6 +95,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -100,4 +109,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift/csi-livenessprobe/openshift-csi-livenessprobe-release-4.3-postsubmits.yaml b/ci-operator/jobs/openshift/csi-livenessprobe/openshift-csi-livenessprobe-release-4.3-postsubmits.yaml index 475f1548a964..1e20a040a882 100644 --- a/ci-operator/jobs/openshift/csi-livenessprobe/openshift-csi-livenessprobe-release-4.3-postsubmits.yaml +++ b/ci-operator/jobs/openshift/csi-livenessprobe/openshift-csi-livenessprobe-release-4.3-postsubmits.yaml @@ -8,17 +8,19 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-csi-livenessprobe-release-4.3-images path_alias: github.com/kubernetes-csi/livenessprobe spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -35,6 +37,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -46,3 +51,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/csi-livenessprobe/openshift-csi-livenessprobe-release-4.3-presubmits.yaml b/ci-operator/jobs/openshift/csi-livenessprobe/openshift-csi-livenessprobe-release-4.3-presubmits.yaml index daa3fceb4059..778717763508 100644 --- a/ci-operator/jobs/openshift/csi-livenessprobe/openshift-csi-livenessprobe-release-4.3-presubmits.yaml +++ b/ci-operator/jobs/openshift/csi-livenessprobe/openshift-csi-livenessprobe-release-4.3-presubmits.yaml @@ -18,10 +18,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -39,6 +39,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -50,6 +53,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -69,10 +75,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -89,6 +95,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -100,4 +109,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift/csi-livenessprobe/openshift-csi-livenessprobe-release-4.4-postsubmits.yaml b/ci-operator/jobs/openshift/csi-livenessprobe/openshift-csi-livenessprobe-release-4.4-postsubmits.yaml index 055af65c2291..58bbecd898cb 100644 --- a/ci-operator/jobs/openshift/csi-livenessprobe/openshift-csi-livenessprobe-release-4.4-postsubmits.yaml +++ b/ci-operator/jobs/openshift/csi-livenessprobe/openshift-csi-livenessprobe-release-4.4-postsubmits.yaml @@ -8,17 +8,19 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-csi-livenessprobe-release-4.4-images path_alias: github.com/kubernetes-csi/livenessprobe spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -35,6 +37,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -46,3 +51,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/csi-livenessprobe/openshift-csi-livenessprobe-release-4.4-presubmits.yaml b/ci-operator/jobs/openshift/csi-livenessprobe/openshift-csi-livenessprobe-release-4.4-presubmits.yaml index 5fa3faf0804b..384ddb41b51d 100644 --- a/ci-operator/jobs/openshift/csi-livenessprobe/openshift-csi-livenessprobe-release-4.4-presubmits.yaml +++ b/ci-operator/jobs/openshift/csi-livenessprobe/openshift-csi-livenessprobe-release-4.4-presubmits.yaml @@ -18,13 +18,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-csi-cluster-profile - --target=e2e-aws-csi - --template=/usr/local/e2e-aws-csi @@ -58,6 +56,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -83,6 +84,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-csi,?($|\s.*) - agent: kubernetes always_run: true @@ -102,10 +106,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -123,6 +127,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -134,6 +141,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -153,10 +163,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -173,6 +183,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -184,4 +197,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift/csi-livenessprobe/openshift-csi-livenessprobe-release-4.5-postsubmits.yaml b/ci-operator/jobs/openshift/csi-livenessprobe/openshift-csi-livenessprobe-release-4.5-postsubmits.yaml index 0be46bede4e4..49c11d3a90a9 100644 --- a/ci-operator/jobs/openshift/csi-livenessprobe/openshift-csi-livenessprobe-release-4.5-postsubmits.yaml +++ b/ci-operator/jobs/openshift/csi-livenessprobe/openshift-csi-livenessprobe-release-4.5-postsubmits.yaml @@ -8,17 +8,19 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-csi-livenessprobe-release-4.5-images path_alias: github.com/kubernetes-csi/livenessprobe spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -35,6 +37,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -46,3 +51,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/csi-livenessprobe/openshift-csi-livenessprobe-release-4.5-presubmits.yaml b/ci-operator/jobs/openshift/csi-livenessprobe/openshift-csi-livenessprobe-release-4.5-presubmits.yaml index ce3e5235c766..3287fc3cb552 100644 --- a/ci-operator/jobs/openshift/csi-livenessprobe/openshift-csi-livenessprobe-release-4.5-presubmits.yaml +++ b/ci-operator/jobs/openshift/csi-livenessprobe/openshift-csi-livenessprobe-release-4.5-presubmits.yaml @@ -18,13 +18,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-csi-cluster-profile - --target=e2e-aws-csi - --template=/usr/local/e2e-aws-csi @@ -58,6 +56,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -83,6 +84,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-csi,?($|\s.*) - agent: kubernetes always_run: true @@ -102,10 +106,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -122,6 +126,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -133,6 +140,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -152,10 +162,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -172,6 +182,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -183,4 +196,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift/csi-livenessprobe/openshift-csi-livenessprobe-release-4.6-postsubmits.yaml b/ci-operator/jobs/openshift/csi-livenessprobe/openshift-csi-livenessprobe-release-4.6-postsubmits.yaml index 97f4cc682911..dc6dcc68cced 100644 --- a/ci-operator/jobs/openshift/csi-livenessprobe/openshift-csi-livenessprobe-release-4.6-postsubmits.yaml +++ b/ci-operator/jobs/openshift/csi-livenessprobe/openshift-csi-livenessprobe-release-4.6-postsubmits.yaml @@ -8,17 +8,19 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-csi-livenessprobe-release-4.6-images path_alias: github.com/kubernetes-csi/livenessprobe spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -35,6 +37,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -46,3 +51,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/csi-livenessprobe/openshift-csi-livenessprobe-release-4.6-presubmits.yaml b/ci-operator/jobs/openshift/csi-livenessprobe/openshift-csi-livenessprobe-release-4.6-presubmits.yaml index 5d05d5c421b2..0e0604deed19 100644 --- a/ci-operator/jobs/openshift/csi-livenessprobe/openshift-csi-livenessprobe-release-4.6-presubmits.yaml +++ b/ci-operator/jobs/openshift/csi-livenessprobe/openshift-csi-livenessprobe-release-4.6-presubmits.yaml @@ -18,13 +18,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-csi-cluster-profile - --target=e2e-aws-csi - --template=/usr/local/e2e-aws-csi @@ -58,6 +56,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -83,6 +84,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-csi,?($|\s.*) - agent: kubernetes always_run: true @@ -102,10 +106,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -123,6 +127,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -134,6 +141,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -153,10 +163,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -173,6 +183,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -184,4 +197,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift/csi-livenessprobe/openshift-csi-livenessprobe-release-4.7-postsubmits.yaml b/ci-operator/jobs/openshift/csi-livenessprobe/openshift-csi-livenessprobe-release-4.7-postsubmits.yaml index 479e7ff18205..8d07bbf36c57 100644 --- a/ci-operator/jobs/openshift/csi-livenessprobe/openshift-csi-livenessprobe-release-4.7-postsubmits.yaml +++ b/ci-operator/jobs/openshift/csi-livenessprobe/openshift-csi-livenessprobe-release-4.7-postsubmits.yaml @@ -8,17 +8,19 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-csi-livenessprobe-release-4.7-images path_alias: github.com/kubernetes-csi/livenessprobe spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -35,6 +37,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -46,3 +51,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/csi-livenessprobe/openshift-csi-livenessprobe-release-4.7-presubmits.yaml b/ci-operator/jobs/openshift/csi-livenessprobe/openshift-csi-livenessprobe-release-4.7-presubmits.yaml index fb50acd3f58d..a45076d9e056 100644 --- a/ci-operator/jobs/openshift/csi-livenessprobe/openshift-csi-livenessprobe-release-4.7-presubmits.yaml +++ b/ci-operator/jobs/openshift/csi-livenessprobe/openshift-csi-livenessprobe-release-4.7-presubmits.yaml @@ -18,13 +18,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-csi-cluster-profile - --target=e2e-aws-csi - --template=/usr/local/e2e-aws-csi @@ -58,6 +56,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -83,6 +84,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-csi,?($|\s.*) - agent: kubernetes always_run: true @@ -102,10 +106,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -123,6 +127,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -134,6 +141,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -153,10 +163,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -173,6 +183,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -184,4 +197,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift/csi-node-driver-registrar/openshift-csi-node-driver-registrar-master-postsubmits.yaml b/ci-operator/jobs/openshift/csi-node-driver-registrar/openshift-csi-node-driver-registrar-master-postsubmits.yaml index e29200e87e00..33fc9f9cb66f 100644 --- a/ci-operator/jobs/openshift/csi-node-driver-registrar/openshift-csi-node-driver-registrar-master-postsubmits.yaml +++ b/ci-operator/jobs/openshift/csi-node-driver-registrar/openshift-csi-node-driver-registrar-master-postsubmits.yaml @@ -8,17 +8,19 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-csi-node-driver-registrar-master-images path_alias: github.com/kubernetes-csi/node-driver-registrar spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -35,6 +37,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -46,3 +51,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/csi-node-driver-registrar/openshift-csi-node-driver-registrar-master-presubmits.yaml b/ci-operator/jobs/openshift/csi-node-driver-registrar/openshift-csi-node-driver-registrar-master-presubmits.yaml index 3951c37a3114..70ea8b49e1b9 100644 --- a/ci-operator/jobs/openshift/csi-node-driver-registrar/openshift-csi-node-driver-registrar-master-presubmits.yaml +++ b/ci-operator/jobs/openshift/csi-node-driver-registrar/openshift-csi-node-driver-registrar-master-presubmits.yaml @@ -18,13 +18,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-csi-cluster-profile - --target=e2e-aws-csi - --template=/usr/local/e2e-aws-csi @@ -58,6 +56,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -83,6 +84,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-csi,?($|\s.*) - agent: kubernetes always_run: true @@ -102,10 +106,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -123,6 +127,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -134,6 +141,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -153,10 +163,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -173,6 +183,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -184,4 +197,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift/csi-node-driver-registrar/openshift-csi-node-driver-registrar-release-4.1-presubmits.yaml b/ci-operator/jobs/openshift/csi-node-driver-registrar/openshift-csi-node-driver-registrar-release-4.1-presubmits.yaml index 5e634262de74..639272703def 100644 --- a/ci-operator/jobs/openshift/csi-node-driver-registrar/openshift-csi-node-driver-registrar-release-4.1-presubmits.yaml +++ b/ci-operator/jobs/openshift/csi-node-driver-registrar/openshift-csi-node-driver-registrar-release-4.1-presubmits.yaml @@ -18,10 +18,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -38,6 +38,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -49,4 +52,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift/csi-node-driver-registrar/openshift-csi-node-driver-registrar-release-4.2-postsubmits.yaml b/ci-operator/jobs/openshift/csi-node-driver-registrar/openshift-csi-node-driver-registrar-release-4.2-postsubmits.yaml index 7afa41186531..3efe7ae8b845 100644 --- a/ci-operator/jobs/openshift/csi-node-driver-registrar/openshift-csi-node-driver-registrar-release-4.2-postsubmits.yaml +++ b/ci-operator/jobs/openshift/csi-node-driver-registrar/openshift-csi-node-driver-registrar-release-4.2-postsubmits.yaml @@ -8,17 +8,19 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-csi-node-driver-registrar-release-4.2-images path_alias: github.com/kubernetes-csi/node-driver-registrar spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -35,6 +37,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -46,3 +51,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/csi-node-driver-registrar/openshift-csi-node-driver-registrar-release-4.2-presubmits.yaml b/ci-operator/jobs/openshift/csi-node-driver-registrar/openshift-csi-node-driver-registrar-release-4.2-presubmits.yaml index b0278257250e..1d7842286ff6 100644 --- a/ci-operator/jobs/openshift/csi-node-driver-registrar/openshift-csi-node-driver-registrar-release-4.2-presubmits.yaml +++ b/ci-operator/jobs/openshift/csi-node-driver-registrar/openshift-csi-node-driver-registrar-release-4.2-presubmits.yaml @@ -18,10 +18,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -39,6 +39,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -50,6 +53,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -69,10 +75,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -89,6 +95,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -100,4 +109,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift/csi-node-driver-registrar/openshift-csi-node-driver-registrar-release-4.3-postsubmits.yaml b/ci-operator/jobs/openshift/csi-node-driver-registrar/openshift-csi-node-driver-registrar-release-4.3-postsubmits.yaml index 2b229ecddb45..dd59e71d0adb 100644 --- a/ci-operator/jobs/openshift/csi-node-driver-registrar/openshift-csi-node-driver-registrar-release-4.3-postsubmits.yaml +++ b/ci-operator/jobs/openshift/csi-node-driver-registrar/openshift-csi-node-driver-registrar-release-4.3-postsubmits.yaml @@ -8,17 +8,19 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-csi-node-driver-registrar-release-4.3-images path_alias: github.com/kubernetes-csi/node-driver-registrar spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -35,6 +37,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -46,3 +51,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/csi-node-driver-registrar/openshift-csi-node-driver-registrar-release-4.3-presubmits.yaml b/ci-operator/jobs/openshift/csi-node-driver-registrar/openshift-csi-node-driver-registrar-release-4.3-presubmits.yaml index 1bd72fd232fb..cffe4247bea7 100644 --- a/ci-operator/jobs/openshift/csi-node-driver-registrar/openshift-csi-node-driver-registrar-release-4.3-presubmits.yaml +++ b/ci-operator/jobs/openshift/csi-node-driver-registrar/openshift-csi-node-driver-registrar-release-4.3-presubmits.yaml @@ -18,10 +18,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -39,6 +39,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -50,6 +53,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -69,10 +75,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -89,6 +95,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -100,4 +109,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift/csi-node-driver-registrar/openshift-csi-node-driver-registrar-release-4.4-postsubmits.yaml b/ci-operator/jobs/openshift/csi-node-driver-registrar/openshift-csi-node-driver-registrar-release-4.4-postsubmits.yaml index 8a3654786f8f..d4081793f9f1 100644 --- a/ci-operator/jobs/openshift/csi-node-driver-registrar/openshift-csi-node-driver-registrar-release-4.4-postsubmits.yaml +++ b/ci-operator/jobs/openshift/csi-node-driver-registrar/openshift-csi-node-driver-registrar-release-4.4-postsubmits.yaml @@ -8,17 +8,19 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-csi-node-driver-registrar-release-4.4-images path_alias: github.com/kubernetes-csi/node-driver-registrar spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -35,6 +37,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -46,3 +51,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/csi-node-driver-registrar/openshift-csi-node-driver-registrar-release-4.4-presubmits.yaml b/ci-operator/jobs/openshift/csi-node-driver-registrar/openshift-csi-node-driver-registrar-release-4.4-presubmits.yaml index 72b25a54b7f1..af50cbccaa92 100644 --- a/ci-operator/jobs/openshift/csi-node-driver-registrar/openshift-csi-node-driver-registrar-release-4.4-presubmits.yaml +++ b/ci-operator/jobs/openshift/csi-node-driver-registrar/openshift-csi-node-driver-registrar-release-4.4-presubmits.yaml @@ -18,13 +18,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-csi-cluster-profile - --target=e2e-aws-csi - --template=/usr/local/e2e-aws-csi @@ -58,6 +56,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -83,6 +84,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-csi,?($|\s.*) - agent: kubernetes always_run: true @@ -102,10 +106,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -123,6 +127,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -134,6 +141,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -153,10 +163,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -173,6 +183,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -184,4 +197,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift/csi-node-driver-registrar/openshift-csi-node-driver-registrar-release-4.5-postsubmits.yaml b/ci-operator/jobs/openshift/csi-node-driver-registrar/openshift-csi-node-driver-registrar-release-4.5-postsubmits.yaml index c488dcd2fe46..1e5a3dd47726 100644 --- a/ci-operator/jobs/openshift/csi-node-driver-registrar/openshift-csi-node-driver-registrar-release-4.5-postsubmits.yaml +++ b/ci-operator/jobs/openshift/csi-node-driver-registrar/openshift-csi-node-driver-registrar-release-4.5-postsubmits.yaml @@ -8,17 +8,19 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-csi-node-driver-registrar-release-4.5-images path_alias: github.com/kubernetes-csi/node-driver-registrar spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -35,6 +37,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -46,3 +51,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/csi-node-driver-registrar/openshift-csi-node-driver-registrar-release-4.5-presubmits.yaml b/ci-operator/jobs/openshift/csi-node-driver-registrar/openshift-csi-node-driver-registrar-release-4.5-presubmits.yaml index 48760bc9f31b..bec5cd6e8382 100644 --- a/ci-operator/jobs/openshift/csi-node-driver-registrar/openshift-csi-node-driver-registrar-release-4.5-presubmits.yaml +++ b/ci-operator/jobs/openshift/csi-node-driver-registrar/openshift-csi-node-driver-registrar-release-4.5-presubmits.yaml @@ -18,13 +18,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-csi-cluster-profile - --target=e2e-aws-csi - --template=/usr/local/e2e-aws-csi @@ -58,6 +56,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -83,6 +84,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-csi,?($|\s.*) - agent: kubernetes always_run: true @@ -102,10 +106,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -122,6 +126,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -133,6 +140,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -152,10 +162,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -172,6 +182,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -183,4 +196,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift/csi-node-driver-registrar/openshift-csi-node-driver-registrar-release-4.6-postsubmits.yaml b/ci-operator/jobs/openshift/csi-node-driver-registrar/openshift-csi-node-driver-registrar-release-4.6-postsubmits.yaml index 9865775dd658..984d99fd5031 100644 --- a/ci-operator/jobs/openshift/csi-node-driver-registrar/openshift-csi-node-driver-registrar-release-4.6-postsubmits.yaml +++ b/ci-operator/jobs/openshift/csi-node-driver-registrar/openshift-csi-node-driver-registrar-release-4.6-postsubmits.yaml @@ -8,17 +8,19 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-csi-node-driver-registrar-release-4.6-images path_alias: github.com/kubernetes-csi/node-driver-registrar spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -35,6 +37,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -46,3 +51,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/csi-node-driver-registrar/openshift-csi-node-driver-registrar-release-4.6-presubmits.yaml b/ci-operator/jobs/openshift/csi-node-driver-registrar/openshift-csi-node-driver-registrar-release-4.6-presubmits.yaml index e24ffbf6617d..605c853bb066 100644 --- a/ci-operator/jobs/openshift/csi-node-driver-registrar/openshift-csi-node-driver-registrar-release-4.6-presubmits.yaml +++ b/ci-operator/jobs/openshift/csi-node-driver-registrar/openshift-csi-node-driver-registrar-release-4.6-presubmits.yaml @@ -18,13 +18,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-csi-cluster-profile - --target=e2e-aws-csi - --template=/usr/local/e2e-aws-csi @@ -58,6 +56,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -83,6 +84,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-csi,?($|\s.*) - agent: kubernetes always_run: true @@ -102,10 +106,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -123,6 +127,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -134,6 +141,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -153,10 +163,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -173,6 +183,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -184,4 +197,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift/csi-node-driver-registrar/openshift-csi-node-driver-registrar-release-4.7-postsubmits.yaml b/ci-operator/jobs/openshift/csi-node-driver-registrar/openshift-csi-node-driver-registrar-release-4.7-postsubmits.yaml index ea432c48ca6b..9545cb722058 100644 --- a/ci-operator/jobs/openshift/csi-node-driver-registrar/openshift-csi-node-driver-registrar-release-4.7-postsubmits.yaml +++ b/ci-operator/jobs/openshift/csi-node-driver-registrar/openshift-csi-node-driver-registrar-release-4.7-postsubmits.yaml @@ -8,17 +8,19 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-csi-node-driver-registrar-release-4.7-images path_alias: github.com/kubernetes-csi/node-driver-registrar spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -35,6 +37,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -46,3 +51,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/csi-node-driver-registrar/openshift-csi-node-driver-registrar-release-4.7-presubmits.yaml b/ci-operator/jobs/openshift/csi-node-driver-registrar/openshift-csi-node-driver-registrar-release-4.7-presubmits.yaml index 277571b3e16f..76d3c7c6d089 100644 --- a/ci-operator/jobs/openshift/csi-node-driver-registrar/openshift-csi-node-driver-registrar-release-4.7-presubmits.yaml +++ b/ci-operator/jobs/openshift/csi-node-driver-registrar/openshift-csi-node-driver-registrar-release-4.7-presubmits.yaml @@ -18,13 +18,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-csi-cluster-profile - --target=e2e-aws-csi - --template=/usr/local/e2e-aws-csi @@ -58,6 +56,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -83,6 +84,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-csi,?($|\s.*) - agent: kubernetes always_run: true @@ -102,10 +106,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -123,6 +127,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -134,6 +141,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -153,10 +163,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -173,6 +183,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -184,4 +197,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift/csi-operator/openshift-csi-operator-master-presubmits.yaml b/ci-operator/jobs/openshift/csi-operator/openshift-csi-operator-master-presubmits.yaml index ec81de512a32..d0526c2fe35e 100644 --- a/ci-operator/jobs/openshift/csi-operator/openshift-csi-operator-master-presubmits.yaml +++ b/ci-operator/jobs/openshift/csi-operator/openshift-csi-operator-master-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-operator-cluster-profile - --target=e2e-aws-operator - --template=/usr/local/e2e-aws-operator @@ -57,6 +55,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -82,6 +83,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-operator,?($|\s.*) - agent: kubernetes always_run: true @@ -100,10 +104,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -120,6 +124,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -131,6 +138,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -149,10 +159,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -169,6 +179,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -180,4 +193,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) diff --git a/ci-operator/jobs/openshift/csi-operator/openshift-csi-operator-release-4.1-presubmits.yaml b/ci-operator/jobs/openshift/csi-operator/openshift-csi-operator-release-4.1-presubmits.yaml index c927125f2036..3dbbbb6db589 100644 --- a/ci-operator/jobs/openshift/csi-operator/openshift-csi-operator-release-4.1-presubmits.yaml +++ b/ci-operator/jobs/openshift/csi-operator/openshift-csi-operator-release-4.1-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-operator-cluster-profile - --target=e2e-aws-operator - --template=/usr/local/e2e-aws-operator @@ -57,6 +55,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -82,6 +83,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-operator,?($|\s.*) - agent: kubernetes always_run: true @@ -100,10 +104,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -120,6 +124,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -131,6 +138,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -149,10 +159,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -169,6 +179,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -180,4 +193,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) diff --git a/ci-operator/jobs/openshift/csi-operator/openshift-csi-operator-release-4.2-presubmits.yaml b/ci-operator/jobs/openshift/csi-operator/openshift-csi-operator-release-4.2-presubmits.yaml index af24dd3d76ce..7ca1c20e2091 100644 --- a/ci-operator/jobs/openshift/csi-operator/openshift-csi-operator-release-4.2-presubmits.yaml +++ b/ci-operator/jobs/openshift/csi-operator/openshift-csi-operator-release-4.2-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-operator-cluster-profile - --target=e2e-aws-operator - --template=/usr/local/e2e-aws-operator @@ -57,6 +55,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -82,6 +83,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-operator,?($|\s.*) - agent: kubernetes always_run: true @@ -100,10 +104,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -120,6 +124,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -131,6 +138,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -149,10 +159,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -169,6 +179,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -180,4 +193,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) diff --git a/ci-operator/jobs/openshift/csi-operator/openshift-csi-operator-release-4.3-presubmits.yaml b/ci-operator/jobs/openshift/csi-operator/openshift-csi-operator-release-4.3-presubmits.yaml index 4bba1bcb39bb..1d9c271ba4d0 100644 --- a/ci-operator/jobs/openshift/csi-operator/openshift-csi-operator-release-4.3-presubmits.yaml +++ b/ci-operator/jobs/openshift/csi-operator/openshift-csi-operator-release-4.3-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-operator-cluster-profile - --target=e2e-aws-operator - --template=/usr/local/e2e-aws-operator @@ -57,6 +55,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -82,6 +83,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-operator,?($|\s.*) - agent: kubernetes always_run: true @@ -100,10 +104,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -120,6 +124,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -131,6 +138,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -149,10 +159,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -169,6 +179,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -180,4 +193,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) diff --git a/ci-operator/jobs/openshift/csi-operator/openshift-csi-operator-release-4.4-presubmits.yaml b/ci-operator/jobs/openshift/csi-operator/openshift-csi-operator-release-4.4-presubmits.yaml index 9f6d130a4335..0167d8c83bbc 100644 --- a/ci-operator/jobs/openshift/csi-operator/openshift-csi-operator-release-4.4-presubmits.yaml +++ b/ci-operator/jobs/openshift/csi-operator/openshift-csi-operator-release-4.4-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-operator-cluster-profile - --target=e2e-aws-operator - --template=/usr/local/e2e-aws-operator @@ -57,6 +55,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -82,6 +83,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-operator,?($|\s.*) - agent: kubernetes always_run: true @@ -100,10 +104,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -120,6 +124,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -131,6 +138,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -149,10 +159,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -169,6 +179,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -180,4 +193,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) diff --git a/ci-operator/jobs/openshift/csi-operator/openshift-csi-operator-release-4.5-presubmits.yaml b/ci-operator/jobs/openshift/csi-operator/openshift-csi-operator-release-4.5-presubmits.yaml index a45bd57724c0..a56a05955ea8 100644 --- a/ci-operator/jobs/openshift/csi-operator/openshift-csi-operator-release-4.5-presubmits.yaml +++ b/ci-operator/jobs/openshift/csi-operator/openshift-csi-operator-release-4.5-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-operator-cluster-profile - --target=e2e-aws-operator - --template=/usr/local/e2e-aws-operator @@ -57,6 +55,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -82,6 +83,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-operator,?($|\s.*) - agent: kubernetes always_run: true @@ -100,10 +104,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -120,6 +124,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -131,6 +138,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -149,10 +159,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -169,6 +179,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -180,4 +193,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) diff --git a/ci-operator/jobs/openshift/csi-operator/openshift-csi-operator-release-4.6-presubmits.yaml b/ci-operator/jobs/openshift/csi-operator/openshift-csi-operator-release-4.6-presubmits.yaml index 1b09f1c4ed80..237e693e04f0 100644 --- a/ci-operator/jobs/openshift/csi-operator/openshift-csi-operator-release-4.6-presubmits.yaml +++ b/ci-operator/jobs/openshift/csi-operator/openshift-csi-operator-release-4.6-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-operator-cluster-profile - --target=e2e-aws-operator - --template=/usr/local/e2e-aws-operator @@ -57,6 +55,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -82,6 +83,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-operator,?($|\s.*) - agent: kubernetes always_run: true @@ -100,10 +104,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -120,6 +124,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -131,6 +138,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -149,10 +159,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -169,6 +179,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -180,4 +193,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) diff --git a/ci-operator/jobs/openshift/csi-operator/openshift-csi-operator-release-4.7-presubmits.yaml b/ci-operator/jobs/openshift/csi-operator/openshift-csi-operator-release-4.7-presubmits.yaml index b6b037524680..f9d5c7ae76ac 100644 --- a/ci-operator/jobs/openshift/csi-operator/openshift-csi-operator-release-4.7-presubmits.yaml +++ b/ci-operator/jobs/openshift/csi-operator/openshift-csi-operator-release-4.7-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-operator-cluster-profile - --target=e2e-aws-operator - --template=/usr/local/e2e-aws-operator @@ -57,6 +55,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -82,6 +83,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-operator,?($|\s.*) - agent: kubernetes always_run: true @@ -100,10 +104,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -120,6 +124,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -131,6 +138,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -149,10 +159,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -169,6 +179,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -180,4 +193,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) diff --git a/ci-operator/jobs/openshift/custom-resource-status/openshift-custom-resource-status-master-presubmits.yaml b/ci-operator/jobs/openshift/custom-resource-status/openshift-custom-resource-status-master-presubmits.yaml index 8c61a65602c4..cfa83f2e34c6 100644 --- a/ci-operator/jobs/openshift/custom-resource-status/openshift-custom-resource-status-master-presubmits.yaml +++ b/ci-operator/jobs/openshift/custom-resource-status/openshift-custom-resource-status-master-presubmits.yaml @@ -17,10 +17,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -37,6 +37,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -48,6 +51,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -66,10 +72,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify-deepcopy command: - ci-operator @@ -86,6 +92,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -97,4 +106,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify-deepcopy,?($|\s.*) diff --git a/ci-operator/jobs/openshift/deadmanssnitch-operator/openshift-deadmanssnitch-operator-master-presubmits.yaml b/ci-operator/jobs/openshift/deadmanssnitch-operator/openshift-deadmanssnitch-operator-master-presubmits.yaml index 7356e76619b8..4a7090eb67c5 100644 --- a/ci-operator/jobs/openshift/deadmanssnitch-operator/openshift-deadmanssnitch-operator-master-presubmits.yaml +++ b/ci-operator/jobs/openshift/deadmanssnitch-operator/openshift-deadmanssnitch-operator-master-presubmits.yaml @@ -17,10 +17,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -37,6 +37,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -48,4 +51,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift/deadmanssnitch-operator/openshift-deadmanssnitch-operator-release-4.6-postsubmits.yaml b/ci-operator/jobs/openshift/deadmanssnitch-operator/openshift-deadmanssnitch-operator-release-4.6-postsubmits.yaml index b59f065ed3ce..de567aed0a94 100644 --- a/ci-operator/jobs/openshift/deadmanssnitch-operator/openshift-deadmanssnitch-operator-release-4.6-postsubmits.yaml +++ b/ci-operator/jobs/openshift/deadmanssnitch-operator/openshift-deadmanssnitch-operator-release-4.6-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-deadmanssnitch-operator-release-4.6-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/deadmanssnitch-operator/openshift-deadmanssnitch-operator-release-4.6-presubmits.yaml b/ci-operator/jobs/openshift/deadmanssnitch-operator/openshift-deadmanssnitch-operator-release-4.6-presubmits.yaml index ca99ce62ad8c..c34fbac14ac9 100644 --- a/ci-operator/jobs/openshift/deadmanssnitch-operator/openshift-deadmanssnitch-operator-release-4.6-presubmits.yaml +++ b/ci-operator/jobs/openshift/deadmanssnitch-operator/openshift-deadmanssnitch-operator-release-4.6-presubmits.yaml @@ -17,10 +17,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -38,6 +38,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -49,4 +52,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift/dedicated-admin-operator/openshift-dedicated-admin-operator-master-presubmits.yaml b/ci-operator/jobs/openshift/dedicated-admin-operator/openshift-dedicated-admin-operator-master-presubmits.yaml index b28ef8395bb9..0d5bcfa997e5 100644 --- a/ci-operator/jobs/openshift/dedicated-admin-operator/openshift-dedicated-admin-operator-master-presubmits.yaml +++ b/ci-operator/jobs/openshift/dedicated-admin-operator/openshift-dedicated-admin-operator-master-presubmits.yaml @@ -17,10 +17,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -37,6 +37,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -48,4 +51,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift/dedicated-admin-operator/openshift-dedicated-admin-operator-release-4.6-postsubmits.yaml b/ci-operator/jobs/openshift/dedicated-admin-operator/openshift-dedicated-admin-operator-release-4.6-postsubmits.yaml index 91ceffe048c2..470c76083726 100644 --- a/ci-operator/jobs/openshift/dedicated-admin-operator/openshift-dedicated-admin-operator-release-4.6-postsubmits.yaml +++ b/ci-operator/jobs/openshift/dedicated-admin-operator/openshift-dedicated-admin-operator-release-4.6-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-dedicated-admin-operator-release-4.6-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/dedicated-admin-operator/openshift-dedicated-admin-operator-release-4.6-presubmits.yaml b/ci-operator/jobs/openshift/dedicated-admin-operator/openshift-dedicated-admin-operator-release-4.6-presubmits.yaml index 97a8cf0150eb..0e6c95132bb5 100644 --- a/ci-operator/jobs/openshift/dedicated-admin-operator/openshift-dedicated-admin-operator-release-4.6-presubmits.yaml +++ b/ci-operator/jobs/openshift/dedicated-admin-operator/openshift-dedicated-admin-operator-release-4.6-presubmits.yaml @@ -17,10 +17,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -38,6 +38,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -49,4 +52,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift/descheduler/openshift-descheduler-master-postsubmits.yaml b/ci-operator/jobs/openshift/descheduler/openshift-descheduler-master-postsubmits.yaml index cc7a71b4edfa..265a38d246f8 100644 --- a/ci-operator/jobs/openshift/descheduler/openshift-descheduler-master-postsubmits.yaml +++ b/ci-operator/jobs/openshift/descheduler/openshift-descheduler-master-postsubmits.yaml @@ -8,17 +8,19 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-descheduler-master-images path_alias: sigs.k8s.io/descheduler spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -35,6 +37,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -46,3 +51,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/descheduler/openshift-descheduler-master-presubmits.yaml b/ci-operator/jobs/openshift/descheduler/openshift-descheduler-master-presubmits.yaml index ebe6b615fa0d..96e6c667d0ee 100644 --- a/ci-operator/jobs/openshift/descheduler/openshift-descheduler-master-presubmits.yaml +++ b/ci-operator/jobs/openshift/descheduler/openshift-descheduler-master-presubmits.yaml @@ -18,10 +18,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -39,6 +39,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -50,6 +53,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -69,10 +75,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -89,6 +95,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -100,4 +109,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift/descheduler/openshift-descheduler-release-3.10-presubmits.yaml b/ci-operator/jobs/openshift/descheduler/openshift-descheduler-release-3.10-presubmits.yaml index 17087849358a..cdcc43b6951c 100644 --- a/ci-operator/jobs/openshift/descheduler/openshift-descheduler-release-3.10-presubmits.yaml +++ b/ci-operator/jobs/openshift/descheduler/openshift-descheduler-release-3.10-presubmits.yaml @@ -101,10 +101,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -121,6 +121,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -132,6 +135,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -151,10 +157,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -171,6 +177,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -182,4 +191,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift/descheduler/openshift-descheduler-release-3.11-presubmits.yaml b/ci-operator/jobs/openshift/descheduler/openshift-descheduler-release-3.11-presubmits.yaml index f01c6b717c50..cd939f63d06a 100644 --- a/ci-operator/jobs/openshift/descheduler/openshift-descheduler-release-3.11-presubmits.yaml +++ b/ci-operator/jobs/openshift/descheduler/openshift-descheduler-release-3.11-presubmits.yaml @@ -18,10 +18,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -38,6 +38,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -49,6 +52,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -68,10 +74,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -88,6 +94,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -99,4 +108,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift/descheduler/openshift-descheduler-release-4.1-postsubmits.yaml b/ci-operator/jobs/openshift/descheduler/openshift-descheduler-release-4.1-postsubmits.yaml index dae605fe85d5..939d6eb8986c 100644 --- a/ci-operator/jobs/openshift/descheduler/openshift-descheduler-release-4.1-postsubmits.yaml +++ b/ci-operator/jobs/openshift/descheduler/openshift-descheduler-release-4.1-postsubmits.yaml @@ -8,17 +8,19 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-descheduler-release-4.1-images path_alias: github.com/kubernetes-incubator/descheduler spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -35,6 +37,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -46,3 +51,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/descheduler/openshift-descheduler-release-4.1-presubmits.yaml b/ci-operator/jobs/openshift/descheduler/openshift-descheduler-release-4.1-presubmits.yaml index 9415cce1f890..48d341314ef3 100644 --- a/ci-operator/jobs/openshift/descheduler/openshift-descheduler-release-4.1-presubmits.yaml +++ b/ci-operator/jobs/openshift/descheduler/openshift-descheduler-release-4.1-presubmits.yaml @@ -18,10 +18,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -39,6 +39,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -50,6 +53,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -69,10 +75,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -89,6 +95,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -100,4 +109,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift/descheduler/openshift-descheduler-release-4.2-postsubmits.yaml b/ci-operator/jobs/openshift/descheduler/openshift-descheduler-release-4.2-postsubmits.yaml index 8da546c2a628..1cdd8633ef98 100644 --- a/ci-operator/jobs/openshift/descheduler/openshift-descheduler-release-4.2-postsubmits.yaml +++ b/ci-operator/jobs/openshift/descheduler/openshift-descheduler-release-4.2-postsubmits.yaml @@ -8,17 +8,19 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-descheduler-release-4.2-images path_alias: github.com/kubernetes-incubator/descheduler spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -35,6 +37,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -46,3 +51,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/descheduler/openshift-descheduler-release-4.2-presubmits.yaml b/ci-operator/jobs/openshift/descheduler/openshift-descheduler-release-4.2-presubmits.yaml index 582b5de2f3f0..06a26fec5162 100644 --- a/ci-operator/jobs/openshift/descheduler/openshift-descheduler-release-4.2-presubmits.yaml +++ b/ci-operator/jobs/openshift/descheduler/openshift-descheduler-release-4.2-presubmits.yaml @@ -18,10 +18,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -39,6 +39,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -50,6 +53,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -69,10 +75,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -89,6 +95,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -100,4 +109,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift/descheduler/openshift-descheduler-release-4.3-postsubmits.yaml b/ci-operator/jobs/openshift/descheduler/openshift-descheduler-release-4.3-postsubmits.yaml index 14e61cff7861..2197447bcb43 100644 --- a/ci-operator/jobs/openshift/descheduler/openshift-descheduler-release-4.3-postsubmits.yaml +++ b/ci-operator/jobs/openshift/descheduler/openshift-descheduler-release-4.3-postsubmits.yaml @@ -8,17 +8,19 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-descheduler-release-4.3-images path_alias: github.com/kubernetes-incubator/descheduler spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -35,6 +37,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -46,3 +51,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/descheduler/openshift-descheduler-release-4.3-presubmits.yaml b/ci-operator/jobs/openshift/descheduler/openshift-descheduler-release-4.3-presubmits.yaml index c60e752fea95..ec8240c75343 100644 --- a/ci-operator/jobs/openshift/descheduler/openshift-descheduler-release-4.3-presubmits.yaml +++ b/ci-operator/jobs/openshift/descheduler/openshift-descheduler-release-4.3-presubmits.yaml @@ -18,10 +18,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -39,6 +39,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -50,6 +53,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -69,10 +75,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -89,6 +95,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -100,4 +109,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift/descheduler/openshift-descheduler-release-4.4-postsubmits.yaml b/ci-operator/jobs/openshift/descheduler/openshift-descheduler-release-4.4-postsubmits.yaml index 1362d96c1050..c2e9cb6400d0 100644 --- a/ci-operator/jobs/openshift/descheduler/openshift-descheduler-release-4.4-postsubmits.yaml +++ b/ci-operator/jobs/openshift/descheduler/openshift-descheduler-release-4.4-postsubmits.yaml @@ -8,17 +8,19 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-descheduler-release-4.4-images path_alias: sigs.k8s.io/descheduler spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -35,6 +37,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -46,3 +51,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/descheduler/openshift-descheduler-release-4.4-presubmits.yaml b/ci-operator/jobs/openshift/descheduler/openshift-descheduler-release-4.4-presubmits.yaml index 3257d8378359..bbd009962b89 100644 --- a/ci-operator/jobs/openshift/descheduler/openshift-descheduler-release-4.4-presubmits.yaml +++ b/ci-operator/jobs/openshift/descheduler/openshift-descheduler-release-4.4-presubmits.yaml @@ -18,10 +18,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -39,6 +39,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -50,6 +53,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -69,10 +75,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -89,6 +95,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -100,4 +109,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift/descheduler/openshift-descheduler-release-4.5-postsubmits.yaml b/ci-operator/jobs/openshift/descheduler/openshift-descheduler-release-4.5-postsubmits.yaml index 02e949446c6e..091f4ae5fa50 100644 --- a/ci-operator/jobs/openshift/descheduler/openshift-descheduler-release-4.5-postsubmits.yaml +++ b/ci-operator/jobs/openshift/descheduler/openshift-descheduler-release-4.5-postsubmits.yaml @@ -8,17 +8,19 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-descheduler-release-4.5-images path_alias: sigs.k8s.io/descheduler spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -35,6 +37,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -46,3 +51,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/descheduler/openshift-descheduler-release-4.5-presubmits.yaml b/ci-operator/jobs/openshift/descheduler/openshift-descheduler-release-4.5-presubmits.yaml index c2a1413a2dfe..163d71ab60b0 100644 --- a/ci-operator/jobs/openshift/descheduler/openshift-descheduler-release-4.5-presubmits.yaml +++ b/ci-operator/jobs/openshift/descheduler/openshift-descheduler-release-4.5-presubmits.yaml @@ -18,10 +18,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -38,6 +38,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -49,6 +52,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -68,10 +74,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -88,6 +94,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -99,4 +108,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift/descheduler/openshift-descheduler-release-4.6-postsubmits.yaml b/ci-operator/jobs/openshift/descheduler/openshift-descheduler-release-4.6-postsubmits.yaml index 9bc92860a563..a65bcab9a977 100644 --- a/ci-operator/jobs/openshift/descheduler/openshift-descheduler-release-4.6-postsubmits.yaml +++ b/ci-operator/jobs/openshift/descheduler/openshift-descheduler-release-4.6-postsubmits.yaml @@ -8,17 +8,19 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-descheduler-release-4.6-images path_alias: sigs.k8s.io/descheduler spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -35,6 +37,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -46,3 +51,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/descheduler/openshift-descheduler-release-4.6-presubmits.yaml b/ci-operator/jobs/openshift/descheduler/openshift-descheduler-release-4.6-presubmits.yaml index 6df94a82e078..628f9986942e 100644 --- a/ci-operator/jobs/openshift/descheduler/openshift-descheduler-release-4.6-presubmits.yaml +++ b/ci-operator/jobs/openshift/descheduler/openshift-descheduler-release-4.6-presubmits.yaml @@ -18,10 +18,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -39,6 +39,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -50,6 +53,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -69,10 +75,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -89,6 +95,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -100,4 +109,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift/descheduler/openshift-descheduler-release-4.7-postsubmits.yaml b/ci-operator/jobs/openshift/descheduler/openshift-descheduler-release-4.7-postsubmits.yaml index 9b4986c056c5..71edb1d8cbe7 100644 --- a/ci-operator/jobs/openshift/descheduler/openshift-descheduler-release-4.7-postsubmits.yaml +++ b/ci-operator/jobs/openshift/descheduler/openshift-descheduler-release-4.7-postsubmits.yaml @@ -8,17 +8,19 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-descheduler-release-4.7-images path_alias: sigs.k8s.io/descheduler spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -35,6 +37,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -46,3 +51,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/descheduler/openshift-descheduler-release-4.7-presubmits.yaml b/ci-operator/jobs/openshift/descheduler/openshift-descheduler-release-4.7-presubmits.yaml index b79229cfe606..a317159f5353 100644 --- a/ci-operator/jobs/openshift/descheduler/openshift-descheduler-release-4.7-presubmits.yaml +++ b/ci-operator/jobs/openshift/descheduler/openshift-descheduler-release-4.7-presubmits.yaml @@ -18,10 +18,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -39,6 +39,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -50,6 +53,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -69,10 +75,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -89,6 +95,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -100,4 +109,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift/elasticsearch-operator/openshift-elasticsearch-operator-feature-es6x-postsubmits.yaml b/ci-operator/jobs/openshift/elasticsearch-operator/openshift-elasticsearch-operator-feature-es6x-postsubmits.yaml index c1c61f8d51e8..837b6dca7dec 100644 --- a/ci-operator/jobs/openshift/elasticsearch-operator/openshift-elasticsearch-operator-feature-es6x-postsubmits.yaml +++ b/ci-operator/jobs/openshift/elasticsearch-operator/openshift-elasticsearch-operator-feature-es6x-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-elasticsearch-operator-feature-es6x-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/elasticsearch-operator/openshift-elasticsearch-operator-feature-es6x-presubmits.yaml b/ci-operator/jobs/openshift/elasticsearch-operator/openshift-elasticsearch-operator-feature-es6x-presubmits.yaml index 734c3e74028a..9f5a346b2264 100644 --- a/ci-operator/jobs/openshift/elasticsearch-operator/openshift-elasticsearch-operator-feature-es6x-presubmits.yaml +++ b/ci-operator/jobs/openshift/elasticsearch-operator/openshift-elasticsearch-operator-feature-es6x-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-operator-cluster-profile - --target=e2e-operator - --template=/usr/local/e2e-operator @@ -57,6 +55,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -82,6 +83,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-operator,?($|\s.*) - agent: kubernetes always_run: true @@ -100,10 +104,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -121,6 +125,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -132,6 +139,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -150,10 +160,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -170,6 +180,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -181,4 +194,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift/elasticsearch-operator/openshift-elasticsearch-operator-master-postsubmits.yaml b/ci-operator/jobs/openshift/elasticsearch-operator/openshift-elasticsearch-operator-master-postsubmits.yaml index 0903719332f0..7023a8a3441b 100644 --- a/ci-operator/jobs/openshift/elasticsearch-operator/openshift-elasticsearch-operator-master-postsubmits.yaml +++ b/ci-operator/jobs/openshift/elasticsearch-operator/openshift-elasticsearch-operator-master-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-elasticsearch-operator-master-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/elasticsearch-operator/openshift-elasticsearch-operator-master-presubmits.yaml b/ci-operator/jobs/openshift/elasticsearch-operator/openshift-elasticsearch-operator-master-presubmits.yaml index 3d705ab54e46..a6553a1af7ee 100644 --- a/ci-operator/jobs/openshift/elasticsearch-operator/openshift-elasticsearch-operator-master-presubmits.yaml +++ b/ci-operator/jobs/openshift/elasticsearch-operator/openshift-elasticsearch-operator-master-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/cluster-logging-operator-e2e-cluster-profile - --target=cluster-logging-operator-e2e - --template=/usr/local/cluster-logging-operator-e2e @@ -60,6 +58,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -85,6 +86,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )cluster-logging-operator-e2e,?($|\s.*) - agent: kubernetes always_run: true @@ -103,13 +107,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-operator-cluster-profile - --target=e2e-operator - --template=/usr/local/e2e-operator @@ -143,6 +145,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -168,6 +173,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-operator,?($|\s.*) - agent: kubernetes always_run: true @@ -186,10 +194,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -207,6 +215,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -218,6 +229,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -236,10 +250,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -256,6 +270,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -267,4 +284,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift/elasticsearch-operator/openshift-elasticsearch-operator-release-4.1-postsubmits.yaml b/ci-operator/jobs/openshift/elasticsearch-operator/openshift-elasticsearch-operator-release-4.1-postsubmits.yaml index d24f26a47028..c8a86c15e8a9 100644 --- a/ci-operator/jobs/openshift/elasticsearch-operator/openshift-elasticsearch-operator-release-4.1-postsubmits.yaml +++ b/ci-operator/jobs/openshift/elasticsearch-operator/openshift-elasticsearch-operator-release-4.1-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-elasticsearch-operator-release-4.1-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/elasticsearch-operator/openshift-elasticsearch-operator-release-4.1-presubmits.yaml b/ci-operator/jobs/openshift/elasticsearch-operator/openshift-elasticsearch-operator-release-4.1-presubmits.yaml index fd5d0a858463..b34d2de0f287 100644 --- a/ci-operator/jobs/openshift/elasticsearch-operator/openshift-elasticsearch-operator-release-4.1-presubmits.yaml +++ b/ci-operator/jobs/openshift/elasticsearch-operator/openshift-elasticsearch-operator-release-4.1-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-operator-cluster-profile - --target=e2e-operator - --template=/usr/local/e2e-operator @@ -57,6 +55,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -82,6 +83,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-operator,?($|\s.*) - agent: kubernetes always_run: true @@ -100,10 +104,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -121,6 +125,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -132,6 +139,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -150,10 +160,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -170,6 +180,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -181,4 +194,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift/elasticsearch-operator/openshift-elasticsearch-operator-release-4.2-postsubmits.yaml b/ci-operator/jobs/openshift/elasticsearch-operator/openshift-elasticsearch-operator-release-4.2-postsubmits.yaml index 38f3b123aee3..d079a8c67968 100644 --- a/ci-operator/jobs/openshift/elasticsearch-operator/openshift-elasticsearch-operator-release-4.2-postsubmits.yaml +++ b/ci-operator/jobs/openshift/elasticsearch-operator/openshift-elasticsearch-operator-release-4.2-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-elasticsearch-operator-release-4.2-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/elasticsearch-operator/openshift-elasticsearch-operator-release-4.2-presubmits.yaml b/ci-operator/jobs/openshift/elasticsearch-operator/openshift-elasticsearch-operator-release-4.2-presubmits.yaml index 3db70d96c25a..41decb264e2c 100644 --- a/ci-operator/jobs/openshift/elasticsearch-operator/openshift-elasticsearch-operator-release-4.2-presubmits.yaml +++ b/ci-operator/jobs/openshift/elasticsearch-operator/openshift-elasticsearch-operator-release-4.2-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-operator-cluster-profile - --target=e2e-operator - --template=/usr/local/e2e-operator @@ -57,6 +55,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -82,6 +83,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-operator,?($|\s.*) - agent: kubernetes always_run: true @@ -100,10 +104,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -121,6 +125,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -132,6 +139,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -150,10 +160,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -170,6 +180,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -181,4 +194,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift/elasticsearch-operator/openshift-elasticsearch-operator-release-4.3-postsubmits.yaml b/ci-operator/jobs/openshift/elasticsearch-operator/openshift-elasticsearch-operator-release-4.3-postsubmits.yaml index e056112557d7..de4cfbbb7cce 100644 --- a/ci-operator/jobs/openshift/elasticsearch-operator/openshift-elasticsearch-operator-release-4.3-postsubmits.yaml +++ b/ci-operator/jobs/openshift/elasticsearch-operator/openshift-elasticsearch-operator-release-4.3-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-elasticsearch-operator-release-4.3-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/elasticsearch-operator/openshift-elasticsearch-operator-release-4.3-presubmits.yaml b/ci-operator/jobs/openshift/elasticsearch-operator/openshift-elasticsearch-operator-release-4.3-presubmits.yaml index 6c40409489bd..a1cdbb6ec686 100644 --- a/ci-operator/jobs/openshift/elasticsearch-operator/openshift-elasticsearch-operator-release-4.3-presubmits.yaml +++ b/ci-operator/jobs/openshift/elasticsearch-operator/openshift-elasticsearch-operator-release-4.3-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-operator-cluster-profile - --target=e2e-operator - --template=/usr/local/e2e-operator @@ -57,6 +55,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -82,6 +83,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-operator,?($|\s.*) - agent: kubernetes always_run: true @@ -100,10 +104,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -121,6 +125,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -132,6 +139,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -150,10 +160,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -170,6 +180,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -181,4 +194,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift/elasticsearch-operator/openshift-elasticsearch-operator-release-4.4-postsubmits.yaml b/ci-operator/jobs/openshift/elasticsearch-operator/openshift-elasticsearch-operator-release-4.4-postsubmits.yaml index 56f9c208ea39..6fe13045cf32 100644 --- a/ci-operator/jobs/openshift/elasticsearch-operator/openshift-elasticsearch-operator-release-4.4-postsubmits.yaml +++ b/ci-operator/jobs/openshift/elasticsearch-operator/openshift-elasticsearch-operator-release-4.4-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-elasticsearch-operator-release-4.4-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/elasticsearch-operator/openshift-elasticsearch-operator-release-4.4-presubmits.yaml b/ci-operator/jobs/openshift/elasticsearch-operator/openshift-elasticsearch-operator-release-4.4-presubmits.yaml index 4c4f2bc2f434..4353e1fe94be 100644 --- a/ci-operator/jobs/openshift/elasticsearch-operator/openshift-elasticsearch-operator-release-4.4-presubmits.yaml +++ b/ci-operator/jobs/openshift/elasticsearch-operator/openshift-elasticsearch-operator-release-4.4-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-operator-cluster-profile - --target=e2e-operator - --template=/usr/local/e2e-operator @@ -57,6 +55,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -82,6 +83,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-operator,?($|\s.*) - agent: kubernetes always_run: true @@ -100,10 +104,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -121,6 +125,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -132,6 +139,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -150,10 +160,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -170,6 +180,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -181,4 +194,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift/elasticsearch-operator/openshift-elasticsearch-operator-release-4.5-postsubmits.yaml b/ci-operator/jobs/openshift/elasticsearch-operator/openshift-elasticsearch-operator-release-4.5-postsubmits.yaml index de692b453106..4ddc5a8c9c18 100644 --- a/ci-operator/jobs/openshift/elasticsearch-operator/openshift-elasticsearch-operator-release-4.5-postsubmits.yaml +++ b/ci-operator/jobs/openshift/elasticsearch-operator/openshift-elasticsearch-operator-release-4.5-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-elasticsearch-operator-release-4.5-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/elasticsearch-operator/openshift-elasticsearch-operator-release-4.5-presubmits.yaml b/ci-operator/jobs/openshift/elasticsearch-operator/openshift-elasticsearch-operator-release-4.5-presubmits.yaml index 4ed6833994ba..32bdf42a2e6a 100644 --- a/ci-operator/jobs/openshift/elasticsearch-operator/openshift-elasticsearch-operator-release-4.5-presubmits.yaml +++ b/ci-operator/jobs/openshift/elasticsearch-operator/openshift-elasticsearch-operator-release-4.5-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/cluster-logging-operator-e2e-cluster-profile - --target=cluster-logging-operator-e2e - --template=/usr/local/cluster-logging-operator-e2e @@ -60,6 +58,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -85,6 +86,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )cluster-logging-operator-e2e,?($|\s.*) - agent: kubernetes always_run: true @@ -103,13 +107,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-operator-cluster-profile - --target=e2e-operator - --template=/usr/local/e2e-operator @@ -143,6 +145,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -168,6 +173,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-operator,?($|\s.*) - agent: kubernetes always_run: true @@ -186,10 +194,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -206,6 +214,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -217,6 +228,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -235,10 +249,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -255,6 +269,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -266,4 +283,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift/elasticsearch-operator/openshift-elasticsearch-operator-release-4.6-postsubmits.yaml b/ci-operator/jobs/openshift/elasticsearch-operator/openshift-elasticsearch-operator-release-4.6-postsubmits.yaml index 8f87374614f5..a479521f9271 100644 --- a/ci-operator/jobs/openshift/elasticsearch-operator/openshift-elasticsearch-operator-release-4.6-postsubmits.yaml +++ b/ci-operator/jobs/openshift/elasticsearch-operator/openshift-elasticsearch-operator-release-4.6-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-elasticsearch-operator-release-4.6-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/elasticsearch-operator/openshift-elasticsearch-operator-release-4.6-presubmits.yaml b/ci-operator/jobs/openshift/elasticsearch-operator/openshift-elasticsearch-operator-release-4.6-presubmits.yaml index 9940d122e69f..70343f473edf 100644 --- a/ci-operator/jobs/openshift/elasticsearch-operator/openshift-elasticsearch-operator-release-4.6-presubmits.yaml +++ b/ci-operator/jobs/openshift/elasticsearch-operator/openshift-elasticsearch-operator-release-4.6-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/cluster-logging-operator-e2e-cluster-profile - --target=cluster-logging-operator-e2e - --template=/usr/local/cluster-logging-operator-e2e @@ -60,6 +58,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -85,6 +86,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )cluster-logging-operator-e2e,?($|\s.*) - agent: kubernetes always_run: true @@ -103,13 +107,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-operator-cluster-profile - --target=e2e-operator - --template=/usr/local/e2e-operator @@ -143,6 +145,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -168,6 +173,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-operator,?($|\s.*) - agent: kubernetes always_run: true @@ -186,10 +194,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -207,6 +215,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -218,6 +229,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -236,10 +250,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -256,6 +270,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -267,4 +284,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift/elasticsearch-operator/openshift-elasticsearch-operator-release-4.7-postsubmits.yaml b/ci-operator/jobs/openshift/elasticsearch-operator/openshift-elasticsearch-operator-release-4.7-postsubmits.yaml index 6d958db6c260..55cab722ed94 100644 --- a/ci-operator/jobs/openshift/elasticsearch-operator/openshift-elasticsearch-operator-release-4.7-postsubmits.yaml +++ b/ci-operator/jobs/openshift/elasticsearch-operator/openshift-elasticsearch-operator-release-4.7-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-elasticsearch-operator-release-4.7-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/elasticsearch-operator/openshift-elasticsearch-operator-release-4.7-presubmits.yaml b/ci-operator/jobs/openshift/elasticsearch-operator/openshift-elasticsearch-operator-release-4.7-presubmits.yaml index f7d52ff55e6b..82073a111c7c 100644 --- a/ci-operator/jobs/openshift/elasticsearch-operator/openshift-elasticsearch-operator-release-4.7-presubmits.yaml +++ b/ci-operator/jobs/openshift/elasticsearch-operator/openshift-elasticsearch-operator-release-4.7-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/cluster-logging-operator-e2e-cluster-profile - --target=cluster-logging-operator-e2e - --template=/usr/local/cluster-logging-operator-e2e @@ -60,6 +58,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -85,6 +86,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )cluster-logging-operator-e2e,?($|\s.*) - agent: kubernetes always_run: true @@ -103,13 +107,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-operator-cluster-profile - --target=e2e-operator - --template=/usr/local/e2e-operator @@ -143,6 +145,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -168,6 +173,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-operator,?($|\s.*) - agent: kubernetes always_run: true @@ -186,10 +194,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -207,6 +215,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -218,6 +229,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -236,10 +250,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -256,6 +270,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -267,4 +284,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift/elasticsearch-proxy/openshift-elasticsearch-proxy-master-postsubmits.yaml b/ci-operator/jobs/openshift/elasticsearch-proxy/openshift-elasticsearch-proxy-master-postsubmits.yaml index fa7645d68b0d..fab06ffa86e9 100644 --- a/ci-operator/jobs/openshift/elasticsearch-proxy/openshift-elasticsearch-proxy-master-postsubmits.yaml +++ b/ci-operator/jobs/openshift/elasticsearch-proxy/openshift-elasticsearch-proxy-master-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-elasticsearch-proxy-master-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/elasticsearch-proxy/openshift-elasticsearch-proxy-master-presubmits.yaml b/ci-operator/jobs/openshift/elasticsearch-proxy/openshift-elasticsearch-proxy-master-presubmits.yaml index 27ce15c9c3db..62eca347eaff 100644 --- a/ci-operator/jobs/openshift/elasticsearch-proxy/openshift-elasticsearch-proxy-master-presubmits.yaml +++ b/ci-operator/jobs/openshift/elasticsearch-proxy/openshift-elasticsearch-proxy-master-presubmits.yaml @@ -17,10 +17,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -38,6 +38,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -49,6 +52,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -67,10 +73,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -87,6 +93,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -98,4 +107,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift/elasticsearch-proxy/openshift-elasticsearch-proxy-release-4.5-postsubmits.yaml b/ci-operator/jobs/openshift/elasticsearch-proxy/openshift-elasticsearch-proxy-release-4.5-postsubmits.yaml index 301c51c86536..5dda231de77c 100644 --- a/ci-operator/jobs/openshift/elasticsearch-proxy/openshift-elasticsearch-proxy-release-4.5-postsubmits.yaml +++ b/ci-operator/jobs/openshift/elasticsearch-proxy/openshift-elasticsearch-proxy-release-4.5-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-elasticsearch-proxy-release-4.5-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/elasticsearch-proxy/openshift-elasticsearch-proxy-release-4.5-presubmits.yaml b/ci-operator/jobs/openshift/elasticsearch-proxy/openshift-elasticsearch-proxy-release-4.5-presubmits.yaml index 91e89a679742..61698ef3e083 100644 --- a/ci-operator/jobs/openshift/elasticsearch-proxy/openshift-elasticsearch-proxy-release-4.5-presubmits.yaml +++ b/ci-operator/jobs/openshift/elasticsearch-proxy/openshift-elasticsearch-proxy-release-4.5-presubmits.yaml @@ -17,10 +17,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -37,6 +37,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -48,6 +51,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -66,10 +72,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -86,6 +92,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -97,4 +106,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift/elasticsearch-proxy/openshift-elasticsearch-proxy-release-4.6-postsubmits.yaml b/ci-operator/jobs/openshift/elasticsearch-proxy/openshift-elasticsearch-proxy-release-4.6-postsubmits.yaml index cb3c9a97b742..62342dccb579 100644 --- a/ci-operator/jobs/openshift/elasticsearch-proxy/openshift-elasticsearch-proxy-release-4.6-postsubmits.yaml +++ b/ci-operator/jobs/openshift/elasticsearch-proxy/openshift-elasticsearch-proxy-release-4.6-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-elasticsearch-proxy-release-4.6-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/elasticsearch-proxy/openshift-elasticsearch-proxy-release-4.6-presubmits.yaml b/ci-operator/jobs/openshift/elasticsearch-proxy/openshift-elasticsearch-proxy-release-4.6-presubmits.yaml index 4dfc702d8efe..2ad53390bd5a 100644 --- a/ci-operator/jobs/openshift/elasticsearch-proxy/openshift-elasticsearch-proxy-release-4.6-presubmits.yaml +++ b/ci-operator/jobs/openshift/elasticsearch-proxy/openshift-elasticsearch-proxy-release-4.6-presubmits.yaml @@ -17,10 +17,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -38,6 +38,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -49,6 +52,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -67,10 +73,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -87,6 +93,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -98,4 +107,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift/elasticsearch-proxy/openshift-elasticsearch-proxy-release-4.7-postsubmits.yaml b/ci-operator/jobs/openshift/elasticsearch-proxy/openshift-elasticsearch-proxy-release-4.7-postsubmits.yaml index 35d5e0dcaab9..8b5840390c9e 100644 --- a/ci-operator/jobs/openshift/elasticsearch-proxy/openshift-elasticsearch-proxy-release-4.7-postsubmits.yaml +++ b/ci-operator/jobs/openshift/elasticsearch-proxy/openshift-elasticsearch-proxy-release-4.7-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-elasticsearch-proxy-release-4.7-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/elasticsearch-proxy/openshift-elasticsearch-proxy-release-4.7-presubmits.yaml b/ci-operator/jobs/openshift/elasticsearch-proxy/openshift-elasticsearch-proxy-release-4.7-presubmits.yaml index e54accc66961..32a9d6fd7d73 100644 --- a/ci-operator/jobs/openshift/elasticsearch-proxy/openshift-elasticsearch-proxy-release-4.7-presubmits.yaml +++ b/ci-operator/jobs/openshift/elasticsearch-proxy/openshift-elasticsearch-proxy-release-4.7-presubmits.yaml @@ -17,10 +17,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -38,6 +38,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -49,6 +52,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -67,10 +73,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -87,6 +93,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -98,4 +107,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift/etcd/openshift-etcd-openshift-4.1-postsubmits.yaml b/ci-operator/jobs/openshift/etcd/openshift-etcd-openshift-4.1-postsubmits.yaml index 3c4dba3374ec..b669fbdc86e6 100644 --- a/ci-operator/jobs/openshift/etcd/openshift-etcd-openshift-4.1-postsubmits.yaml +++ b/ci-operator/jobs/openshift/etcd/openshift-etcd-openshift-4.1-postsubmits.yaml @@ -8,17 +8,19 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-etcd-openshift-4.1-images path_alias: github.com/coreos/etcd spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -35,6 +37,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -46,3 +51,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/etcd/openshift-etcd-openshift-4.1-presubmits.yaml b/ci-operator/jobs/openshift/etcd/openshift-etcd-openshift-4.1-presubmits.yaml index 73add1fd2443..07e4f81337f7 100644 --- a/ci-operator/jobs/openshift/etcd/openshift-etcd-openshift-4.1-presubmits.yaml +++ b/ci-operator/jobs/openshift/etcd/openshift-etcd-openshift-4.1-presubmits.yaml @@ -18,13 +18,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -47,6 +45,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -69,6 +70,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -88,13 +92,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-serial-cluster-profile - --target=e2e-aws-serial - --template=/usr/local/e2e-aws-serial @@ -128,6 +130,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -153,6 +158,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-serial,?($|\s.*) - agent: kubernetes always_run: true @@ -172,13 +180,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -201,6 +207,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -223,6 +232,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -242,10 +254,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -263,6 +275,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -274,6 +289,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -293,10 +311,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -313,6 +331,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -324,4 +345,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift/etcd/openshift-etcd-openshift-4.2-postsubmits.yaml b/ci-operator/jobs/openshift/etcd/openshift-etcd-openshift-4.2-postsubmits.yaml index 7dcf3a929fdf..40a637d1e9ce 100644 --- a/ci-operator/jobs/openshift/etcd/openshift-etcd-openshift-4.2-postsubmits.yaml +++ b/ci-operator/jobs/openshift/etcd/openshift-etcd-openshift-4.2-postsubmits.yaml @@ -8,17 +8,19 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-etcd-openshift-4.2-images path_alias: github.com/coreos/etcd spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -35,6 +37,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -46,3 +51,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/etcd/openshift-etcd-openshift-4.2-presubmits.yaml b/ci-operator/jobs/openshift/etcd/openshift-etcd-openshift-4.2-presubmits.yaml index aa05b1ff6aff..fd0ff6c22669 100644 --- a/ci-operator/jobs/openshift/etcd/openshift-etcd-openshift-4.2-presubmits.yaml +++ b/ci-operator/jobs/openshift/etcd/openshift-etcd-openshift-4.2-presubmits.yaml @@ -18,13 +18,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -47,6 +45,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -69,6 +70,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -88,13 +92,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-serial-cluster-profile - --target=e2e-aws-serial - --template=/usr/local/e2e-aws-serial @@ -128,6 +130,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -153,6 +158,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-serial,?($|\s.*) - agent: kubernetes always_run: true @@ -172,13 +180,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -201,6 +207,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -223,6 +232,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -242,10 +254,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -263,6 +275,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -274,6 +289,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -293,10 +311,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -313,6 +331,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -324,4 +345,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift/etcd/openshift-etcd-openshift-4.3-postsubmits.yaml b/ci-operator/jobs/openshift/etcd/openshift-etcd-openshift-4.3-postsubmits.yaml index 7e402ad78fb2..c64318c19d32 100644 --- a/ci-operator/jobs/openshift/etcd/openshift-etcd-openshift-4.3-postsubmits.yaml +++ b/ci-operator/jobs/openshift/etcd/openshift-etcd-openshift-4.3-postsubmits.yaml @@ -8,17 +8,19 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-etcd-openshift-4.3-images path_alias: github.com/coreos/etcd spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -35,6 +37,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -46,3 +51,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/etcd/openshift-etcd-openshift-4.3-presubmits.yaml b/ci-operator/jobs/openshift/etcd/openshift-etcd-openshift-4.3-presubmits.yaml index 1ff6a91a2e8d..6a0e4d30ed13 100644 --- a/ci-operator/jobs/openshift/etcd/openshift-etcd-openshift-4.3-presubmits.yaml +++ b/ci-operator/jobs/openshift/etcd/openshift-etcd-openshift-4.3-presubmits.yaml @@ -18,13 +18,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -47,6 +45,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -69,6 +70,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -88,13 +92,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-serial-cluster-profile - --target=e2e-aws-serial - --template=/usr/local/e2e-aws-serial @@ -128,6 +130,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -153,6 +158,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-serial,?($|\s.*) - agent: kubernetes always_run: true @@ -172,13 +180,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -201,6 +207,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -223,6 +232,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -242,10 +254,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -263,6 +275,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -274,6 +289,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -293,10 +311,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -313,6 +331,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -324,4 +345,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift/etcd/openshift-etcd-openshift-4.4-postsubmits.yaml b/ci-operator/jobs/openshift/etcd/openshift-etcd-openshift-4.4-postsubmits.yaml index d2349eece07b..0cc1d1c50a28 100644 --- a/ci-operator/jobs/openshift/etcd/openshift-etcd-openshift-4.4-postsubmits.yaml +++ b/ci-operator/jobs/openshift/etcd/openshift-etcd-openshift-4.4-postsubmits.yaml @@ -8,17 +8,19 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-etcd-openshift-4.4-images path_alias: github.com/coreos/etcd spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -35,6 +37,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -46,3 +51,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/etcd/openshift-etcd-openshift-4.4-presubmits.yaml b/ci-operator/jobs/openshift/etcd/openshift-etcd-openshift-4.4-presubmits.yaml index 0b17e3226508..717f31658b75 100644 --- a/ci-operator/jobs/openshift/etcd/openshift-etcd-openshift-4.4-presubmits.yaml +++ b/ci-operator/jobs/openshift/etcd/openshift-etcd-openshift-4.4-presubmits.yaml @@ -18,13 +18,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -47,6 +45,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -69,6 +70,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -88,13 +92,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-serial-cluster-profile - --target=e2e-aws-serial - --template=/usr/local/e2e-aws-serial @@ -128,6 +130,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -153,6 +158,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-serial,?($|\s.*) - agent: kubernetes always_run: true @@ -172,13 +180,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -201,6 +207,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -223,6 +232,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -243,13 +255,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-gcp-upgrade-cluster-profile - --target=e2e-gcp-upgrade command: @@ -272,6 +282,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -296,6 +309,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-gcp-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -315,10 +331,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -336,6 +352,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -347,6 +366,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -366,10 +388,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -386,6 +408,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -397,4 +422,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift/etcd/openshift-etcd-openshift-4.5-postsubmits.yaml b/ci-operator/jobs/openshift/etcd/openshift-etcd-openshift-4.5-postsubmits.yaml index 90047989764d..038f9ce9126c 100644 --- a/ci-operator/jobs/openshift/etcd/openshift-etcd-openshift-4.5-postsubmits.yaml +++ b/ci-operator/jobs/openshift/etcd/openshift-etcd-openshift-4.5-postsubmits.yaml @@ -8,17 +8,19 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-etcd-openshift-4.5-images path_alias: github.com/coreos/etcd spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -35,6 +37,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -46,3 +51,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/etcd/openshift-etcd-openshift-4.5-presubmits.yaml b/ci-operator/jobs/openshift/etcd/openshift-etcd-openshift-4.5-presubmits.yaml index 4ccb6fa0ed5d..93797c8064fc 100644 --- a/ci-operator/jobs/openshift/etcd/openshift-etcd-openshift-4.5-presubmits.yaml +++ b/ci-operator/jobs/openshift/etcd/openshift-etcd-openshift-4.5-presubmits.yaml @@ -18,13 +18,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -47,6 +45,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -69,6 +70,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -88,13 +92,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-serial-cluster-profile - --target=e2e-aws-serial - --template=/usr/local/e2e-aws-serial @@ -128,6 +130,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -153,6 +158,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-serial,?($|\s.*) - agent: kubernetes always_run: true @@ -172,13 +180,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -201,6 +207,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -223,6 +232,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -242,10 +254,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -263,6 +275,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -274,6 +289,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -293,10 +311,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -313,6 +331,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -324,4 +345,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift/etcd/openshift-etcd-openshift-4.6-postsubmits.yaml b/ci-operator/jobs/openshift/etcd/openshift-etcd-openshift-4.6-postsubmits.yaml index c2399f1c5146..1dc091759feb 100644 --- a/ci-operator/jobs/openshift/etcd/openshift-etcd-openshift-4.6-postsubmits.yaml +++ b/ci-operator/jobs/openshift/etcd/openshift-etcd-openshift-4.6-postsubmits.yaml @@ -8,17 +8,19 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-etcd-openshift-4.6-images path_alias: github.com/coreos/etcd spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -35,6 +37,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -46,3 +51,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/etcd/openshift-etcd-openshift-4.6-presubmits.yaml b/ci-operator/jobs/openshift/etcd/openshift-etcd-openshift-4.6-presubmits.yaml index b7e5a98a7637..5951413d4549 100644 --- a/ci-operator/jobs/openshift/etcd/openshift-etcd-openshift-4.6-presubmits.yaml +++ b/ci-operator/jobs/openshift/etcd/openshift-etcd-openshift-4.6-presubmits.yaml @@ -18,13 +18,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -47,6 +45,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -69,6 +70,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -88,13 +92,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-serial-cluster-profile - --target=e2e-aws-serial - --template=/usr/local/e2e-aws-serial @@ -128,6 +130,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -153,6 +158,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-serial,?($|\s.*) - agent: kubernetes always_run: true @@ -172,13 +180,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -201,6 +207,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -223,6 +232,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -242,10 +254,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -263,6 +275,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -274,6 +289,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -293,10 +311,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -313,6 +331,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -324,4 +345,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift/etcd/openshift-etcd-openshift-4.7-postsubmits.yaml b/ci-operator/jobs/openshift/etcd/openshift-etcd-openshift-4.7-postsubmits.yaml index 05b26aee2c99..448cd8f32b9d 100644 --- a/ci-operator/jobs/openshift/etcd/openshift-etcd-openshift-4.7-postsubmits.yaml +++ b/ci-operator/jobs/openshift/etcd/openshift-etcd-openshift-4.7-postsubmits.yaml @@ -8,6 +8,7 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-etcd-openshift-4.7-images @@ -15,11 +16,11 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -36,6 +37,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -47,3 +51,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/etcd/openshift-etcd-openshift-4.7-presubmits.yaml b/ci-operator/jobs/openshift/etcd/openshift-etcd-openshift-4.7-presubmits.yaml index 914f18252a4e..52c1bc060e8f 100644 --- a/ci-operator/jobs/openshift/etcd/openshift-etcd-openshift-4.7-presubmits.yaml +++ b/ci-operator/jobs/openshift/etcd/openshift-etcd-openshift-4.7-presubmits.yaml @@ -18,13 +18,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -47,6 +45,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -69,6 +70,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -88,13 +92,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-serial-cluster-profile - --target=e2e-aws-serial - --template=/usr/local/e2e-aws-serial @@ -128,6 +130,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -153,6 +158,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-serial,?($|\s.*) - agent: kubernetes always_run: true @@ -172,13 +180,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -201,6 +207,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -223,6 +232,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -242,10 +254,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -263,6 +275,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -274,6 +289,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -293,10 +311,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -313,6 +331,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -324,4 +345,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift/external-storage/openshift-external-storage-release-4.1-postsubmits.yaml b/ci-operator/jobs/openshift/external-storage/openshift-external-storage-release-4.1-postsubmits.yaml index 3c0f1fc9f320..5f54610b2752 100644 --- a/ci-operator/jobs/openshift/external-storage/openshift-external-storage-release-4.1-postsubmits.yaml +++ b/ci-operator/jobs/openshift/external-storage/openshift-external-storage-release-4.1-postsubmits.yaml @@ -8,17 +8,19 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-external-storage-release-4.1-images path_alias: github.com/kubernetes-incubator/external-storage spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -35,6 +37,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -46,3 +51,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/external-storage/openshift-external-storage-release-4.1-presubmits.yaml b/ci-operator/jobs/openshift/external-storage/openshift-external-storage-release-4.1-presubmits.yaml index def971880ce6..49ad86c7a6ce 100644 --- a/ci-operator/jobs/openshift/external-storage/openshift-external-storage-release-4.1-presubmits.yaml +++ b/ci-operator/jobs/openshift/external-storage/openshift-external-storage-release-4.1-presubmits.yaml @@ -18,10 +18,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -39,6 +39,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -50,6 +53,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -69,10 +75,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -89,6 +95,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -100,4 +109,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift/external-storage/openshift-external-storage-release-4.2-postsubmits.yaml b/ci-operator/jobs/openshift/external-storage/openshift-external-storage-release-4.2-postsubmits.yaml index 42622421c2b4..94d9e71a3d3f 100644 --- a/ci-operator/jobs/openshift/external-storage/openshift-external-storage-release-4.2-postsubmits.yaml +++ b/ci-operator/jobs/openshift/external-storage/openshift-external-storage-release-4.2-postsubmits.yaml @@ -8,17 +8,19 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-external-storage-release-4.2-images path_alias: github.com/kubernetes-incubator/external-storage spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -35,6 +37,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -46,3 +51,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/external-storage/openshift-external-storage-release-4.2-presubmits.yaml b/ci-operator/jobs/openshift/external-storage/openshift-external-storage-release-4.2-presubmits.yaml index e41d0382da98..af36d5d91c01 100644 --- a/ci-operator/jobs/openshift/external-storage/openshift-external-storage-release-4.2-presubmits.yaml +++ b/ci-operator/jobs/openshift/external-storage/openshift-external-storage-release-4.2-presubmits.yaml @@ -18,10 +18,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -39,6 +39,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -50,6 +53,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -69,10 +75,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -89,6 +95,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -100,4 +109,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift/federation-v2-operator/openshift-federation-v2-operator-master-postsubmits.yaml b/ci-operator/jobs/openshift/federation-v2-operator/openshift-federation-v2-operator-master-postsubmits.yaml index a69c5d85708b..c2b6d5144341 100644 --- a/ci-operator/jobs/openshift/federation-v2-operator/openshift-federation-v2-operator-master-postsubmits.yaml +++ b/ci-operator/jobs/openshift/federation-v2-operator/openshift-federation-v2-operator-master-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-federation-v2-operator-master-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/federation-v2-operator/openshift-federation-v2-operator-master-presubmits.yaml b/ci-operator/jobs/openshift/federation-v2-operator/openshift-federation-v2-operator-master-presubmits.yaml index d7426fdf90df..96f686fbbe82 100644 --- a/ci-operator/jobs/openshift/federation-v2-operator/openshift-federation-v2-operator-master-presubmits.yaml +++ b/ci-operator/jobs/openshift/federation-v2-operator/openshift-federation-v2-operator-master-presubmits.yaml @@ -17,10 +17,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -38,6 +38,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -49,6 +52,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -67,10 +73,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=managed-e2e command: - ci-operator @@ -87,6 +93,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -98,6 +107,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )managed-e2e,?($|\s.*) - agent: kubernetes always_run: true @@ -116,10 +128,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -136,6 +148,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -147,6 +162,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -165,10 +183,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=vet command: - ci-operator @@ -185,6 +203,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -196,4 +217,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )vet,?($|\s.*) diff --git a/ci-operator/jobs/openshift/federation-v2-operator/openshift-federation-v2-operator-release-4.1-postsubmits.yaml b/ci-operator/jobs/openshift/federation-v2-operator/openshift-federation-v2-operator-release-4.1-postsubmits.yaml index 2b6ff12f7323..07b443609624 100644 --- a/ci-operator/jobs/openshift/federation-v2-operator/openshift-federation-v2-operator-release-4.1-postsubmits.yaml +++ b/ci-operator/jobs/openshift/federation-v2-operator/openshift-federation-v2-operator-release-4.1-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-federation-v2-operator-release-4.1-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/federation-v2-operator/openshift-federation-v2-operator-release-4.1-presubmits.yaml b/ci-operator/jobs/openshift/federation-v2-operator/openshift-federation-v2-operator-release-4.1-presubmits.yaml index 05578a53deb0..e47d5cfdafdc 100644 --- a/ci-operator/jobs/openshift/federation-v2-operator/openshift-federation-v2-operator-release-4.1-presubmits.yaml +++ b/ci-operator/jobs/openshift/federation-v2-operator/openshift-federation-v2-operator-release-4.1-presubmits.yaml @@ -17,10 +17,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -38,6 +38,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -49,6 +52,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -67,10 +73,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=managed-e2e command: - ci-operator @@ -87,6 +93,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -98,6 +107,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )managed-e2e,?($|\s.*) - agent: kubernetes always_run: true @@ -116,10 +128,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -136,6 +148,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -147,6 +162,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -165,10 +183,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=vet command: - ci-operator @@ -185,6 +203,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -196,4 +217,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )vet,?($|\s.*) diff --git a/ci-operator/jobs/openshift/federation-v2-operator/openshift-federation-v2-operator-release-4.2-postsubmits.yaml b/ci-operator/jobs/openshift/federation-v2-operator/openshift-federation-v2-operator-release-4.2-postsubmits.yaml index dd85980f88a4..f7bc3a5c05ff 100644 --- a/ci-operator/jobs/openshift/federation-v2-operator/openshift-federation-v2-operator-release-4.2-postsubmits.yaml +++ b/ci-operator/jobs/openshift/federation-v2-operator/openshift-federation-v2-operator-release-4.2-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-federation-v2-operator-release-4.2-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/federation-v2-operator/openshift-federation-v2-operator-release-4.2-presubmits.yaml b/ci-operator/jobs/openshift/federation-v2-operator/openshift-federation-v2-operator-release-4.2-presubmits.yaml index 8ce2fb04701e..f234dc1aab71 100644 --- a/ci-operator/jobs/openshift/federation-v2-operator/openshift-federation-v2-operator-release-4.2-presubmits.yaml +++ b/ci-operator/jobs/openshift/federation-v2-operator/openshift-federation-v2-operator-release-4.2-presubmits.yaml @@ -17,10 +17,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -38,6 +38,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -49,6 +52,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -67,10 +73,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=managed-e2e command: - ci-operator @@ -87,6 +93,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -98,6 +107,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )managed-e2e,?($|\s.*) - agent: kubernetes always_run: true @@ -116,10 +128,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -136,6 +148,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -147,6 +162,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -165,10 +183,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=vet command: - ci-operator @@ -185,6 +203,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -196,4 +217,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )vet,?($|\s.*) diff --git a/ci-operator/jobs/openshift/federation-v2-operator/openshift-federation-v2-operator-release-4.3-postsubmits.yaml b/ci-operator/jobs/openshift/federation-v2-operator/openshift-federation-v2-operator-release-4.3-postsubmits.yaml index 53b6c301619d..ea3bd9537767 100644 --- a/ci-operator/jobs/openshift/federation-v2-operator/openshift-federation-v2-operator-release-4.3-postsubmits.yaml +++ b/ci-operator/jobs/openshift/federation-v2-operator/openshift-federation-v2-operator-release-4.3-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-federation-v2-operator-release-4.3-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/federation-v2-operator/openshift-federation-v2-operator-release-4.3-presubmits.yaml b/ci-operator/jobs/openshift/federation-v2-operator/openshift-federation-v2-operator-release-4.3-presubmits.yaml index 7616c155654e..0749be048ee6 100644 --- a/ci-operator/jobs/openshift/federation-v2-operator/openshift-federation-v2-operator-release-4.3-presubmits.yaml +++ b/ci-operator/jobs/openshift/federation-v2-operator/openshift-federation-v2-operator-release-4.3-presubmits.yaml @@ -17,10 +17,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -38,6 +38,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -49,6 +52,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -67,10 +73,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=managed-e2e command: - ci-operator @@ -87,6 +93,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -98,6 +107,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )managed-e2e,?($|\s.*) - agent: kubernetes always_run: true @@ -116,10 +128,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -136,6 +148,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -147,6 +162,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -165,10 +183,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=vet command: - ci-operator @@ -185,6 +203,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -196,4 +217,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )vet,?($|\s.*) diff --git a/ci-operator/jobs/openshift/federation-v2-operator/openshift-federation-v2-operator-release-4.4-postsubmits.yaml b/ci-operator/jobs/openshift/federation-v2-operator/openshift-federation-v2-operator-release-4.4-postsubmits.yaml index 2ce5932f4f37..a0097e1e4f62 100644 --- a/ci-operator/jobs/openshift/federation-v2-operator/openshift-federation-v2-operator-release-4.4-postsubmits.yaml +++ b/ci-operator/jobs/openshift/federation-v2-operator/openshift-federation-v2-operator-release-4.4-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-federation-v2-operator-release-4.4-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/federation-v2-operator/openshift-federation-v2-operator-release-4.4-presubmits.yaml b/ci-operator/jobs/openshift/federation-v2-operator/openshift-federation-v2-operator-release-4.4-presubmits.yaml index 105d020908da..f7768528affe 100644 --- a/ci-operator/jobs/openshift/federation-v2-operator/openshift-federation-v2-operator-release-4.4-presubmits.yaml +++ b/ci-operator/jobs/openshift/federation-v2-operator/openshift-federation-v2-operator-release-4.4-presubmits.yaml @@ -17,10 +17,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -38,6 +38,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -49,6 +52,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -67,10 +73,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=managed-e2e command: - ci-operator @@ -87,6 +93,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -98,6 +107,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )managed-e2e,?($|\s.*) - agent: kubernetes always_run: true @@ -116,10 +128,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -136,6 +148,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -147,6 +162,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -165,10 +183,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=vet command: - ci-operator @@ -185,6 +203,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -196,4 +217,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )vet,?($|\s.*) diff --git a/ci-operator/jobs/openshift/federation-v2-operator/openshift-federation-v2-operator-release-4.5-postsubmits.yaml b/ci-operator/jobs/openshift/federation-v2-operator/openshift-federation-v2-operator-release-4.5-postsubmits.yaml index 463828576550..9c1f8799fdf6 100644 --- a/ci-operator/jobs/openshift/federation-v2-operator/openshift-federation-v2-operator-release-4.5-postsubmits.yaml +++ b/ci-operator/jobs/openshift/federation-v2-operator/openshift-federation-v2-operator-release-4.5-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-federation-v2-operator-release-4.5-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/federation-v2-operator/openshift-federation-v2-operator-release-4.5-presubmits.yaml b/ci-operator/jobs/openshift/federation-v2-operator/openshift-federation-v2-operator-release-4.5-presubmits.yaml index c532154927b4..56ef00bf9653 100644 --- a/ci-operator/jobs/openshift/federation-v2-operator/openshift-federation-v2-operator-release-4.5-presubmits.yaml +++ b/ci-operator/jobs/openshift/federation-v2-operator/openshift-federation-v2-operator-release-4.5-presubmits.yaml @@ -17,10 +17,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -37,6 +37,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -48,6 +51,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -66,10 +72,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=managed-e2e command: - ci-operator @@ -86,6 +92,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -97,6 +106,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )managed-e2e,?($|\s.*) - agent: kubernetes always_run: true @@ -115,10 +127,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -135,6 +147,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -146,6 +161,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -164,10 +182,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=vet command: - ci-operator @@ -184,6 +202,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -195,4 +216,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )vet,?($|\s.*) diff --git a/ci-operator/jobs/openshift/federation-v2-operator/openshift-federation-v2-operator-release-4.6-postsubmits.yaml b/ci-operator/jobs/openshift/federation-v2-operator/openshift-federation-v2-operator-release-4.6-postsubmits.yaml index f7e5a961d9bb..ae5d2f2a0b1d 100644 --- a/ci-operator/jobs/openshift/federation-v2-operator/openshift-federation-v2-operator-release-4.6-postsubmits.yaml +++ b/ci-operator/jobs/openshift/federation-v2-operator/openshift-federation-v2-operator-release-4.6-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-federation-v2-operator-release-4.6-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/federation-v2-operator/openshift-federation-v2-operator-release-4.6-presubmits.yaml b/ci-operator/jobs/openshift/federation-v2-operator/openshift-federation-v2-operator-release-4.6-presubmits.yaml index dd22fc7270de..901671d6ba85 100644 --- a/ci-operator/jobs/openshift/federation-v2-operator/openshift-federation-v2-operator-release-4.6-presubmits.yaml +++ b/ci-operator/jobs/openshift/federation-v2-operator/openshift-federation-v2-operator-release-4.6-presubmits.yaml @@ -17,10 +17,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -38,6 +38,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -49,6 +52,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -67,10 +73,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=managed-e2e command: - ci-operator @@ -87,6 +93,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -98,6 +107,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )managed-e2e,?($|\s.*) - agent: kubernetes always_run: true @@ -116,10 +128,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -136,6 +148,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -147,6 +162,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -165,10 +183,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=vet command: - ci-operator @@ -185,6 +203,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -196,4 +217,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )vet,?($|\s.*) diff --git a/ci-operator/jobs/openshift/federation-v2-operator/openshift-federation-v2-operator-release-4.7-postsubmits.yaml b/ci-operator/jobs/openshift/federation-v2-operator/openshift-federation-v2-operator-release-4.7-postsubmits.yaml index 1c1c2309dcfc..ed99824f4a9e 100644 --- a/ci-operator/jobs/openshift/federation-v2-operator/openshift-federation-v2-operator-release-4.7-postsubmits.yaml +++ b/ci-operator/jobs/openshift/federation-v2-operator/openshift-federation-v2-operator-release-4.7-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-federation-v2-operator-release-4.7-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/federation-v2-operator/openshift-federation-v2-operator-release-4.7-presubmits.yaml b/ci-operator/jobs/openshift/federation-v2-operator/openshift-federation-v2-operator-release-4.7-presubmits.yaml index 1842bdfc70f2..27d3871e4384 100644 --- a/ci-operator/jobs/openshift/federation-v2-operator/openshift-federation-v2-operator-release-4.7-presubmits.yaml +++ b/ci-operator/jobs/openshift/federation-v2-operator/openshift-federation-v2-operator-release-4.7-presubmits.yaml @@ -17,10 +17,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -38,6 +38,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -49,6 +52,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -67,10 +73,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=managed-e2e command: - ci-operator @@ -87,6 +93,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -98,6 +107,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )managed-e2e,?($|\s.*) - agent: kubernetes always_run: true @@ -116,10 +128,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -136,6 +148,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -147,6 +162,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -165,10 +183,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=vet command: - ci-operator @@ -185,6 +203,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -196,4 +217,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )vet,?($|\s.*) diff --git a/ci-operator/jobs/openshift/file-integrity-operator/openshift-file-integrity-operator-master-postsubmits.yaml b/ci-operator/jobs/openshift/file-integrity-operator/openshift-file-integrity-operator-master-postsubmits.yaml index dc28a298a9ef..80f8d070dd0a 100644 --- a/ci-operator/jobs/openshift/file-integrity-operator/openshift-file-integrity-operator-master-postsubmits.yaml +++ b/ci-operator/jobs/openshift/file-integrity-operator/openshift-file-integrity-operator-master-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-file-integrity-operator-master-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/file-integrity-operator/openshift-file-integrity-operator-master-presubmits.yaml b/ci-operator/jobs/openshift/file-integrity-operator/openshift-file-integrity-operator-master-presubmits.yaml index ff49b92269de..75605731bdb1 100644 --- a/ci-operator/jobs/openshift/file-integrity-operator/openshift-file-integrity-operator-master-presubmits.yaml +++ b/ci-operator/jobs/openshift/file-integrity-operator/openshift-file-integrity-operator-master-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws - --template=/usr/local/e2e-aws @@ -57,6 +55,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -82,6 +83,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -100,10 +104,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=go-build command: - ci-operator @@ -120,6 +124,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -131,6 +138,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )go-build,?($|\s.*) - agent: kubernetes always_run: true @@ -149,10 +159,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -170,6 +180,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -181,6 +194,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -199,10 +215,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -219,6 +235,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -230,6 +249,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -248,10 +270,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -268,6 +290,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -279,4 +304,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) diff --git a/ci-operator/jobs/openshift/file-integrity-operator/openshift-file-integrity-operator-release-4.4-postsubmits.yaml b/ci-operator/jobs/openshift/file-integrity-operator/openshift-file-integrity-operator-release-4.4-postsubmits.yaml index 662c661e34cc..4f5c3e25f241 100644 --- a/ci-operator/jobs/openshift/file-integrity-operator/openshift-file-integrity-operator-release-4.4-postsubmits.yaml +++ b/ci-operator/jobs/openshift/file-integrity-operator/openshift-file-integrity-operator-release-4.4-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-file-integrity-operator-release-4.4-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/file-integrity-operator/openshift-file-integrity-operator-release-4.4-presubmits.yaml b/ci-operator/jobs/openshift/file-integrity-operator/openshift-file-integrity-operator-release-4.4-presubmits.yaml index 458d110fb448..347250098a19 100644 --- a/ci-operator/jobs/openshift/file-integrity-operator/openshift-file-integrity-operator-release-4.4-presubmits.yaml +++ b/ci-operator/jobs/openshift/file-integrity-operator/openshift-file-integrity-operator-release-4.4-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws - --template=/usr/local/e2e-aws @@ -57,6 +55,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -82,6 +83,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -100,10 +104,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=go-build command: - ci-operator @@ -120,6 +124,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -131,6 +138,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )go-build,?($|\s.*) - agent: kubernetes always_run: true @@ -149,10 +159,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -170,6 +180,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -181,6 +194,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -199,10 +215,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -219,6 +235,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -230,6 +249,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -248,10 +270,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -268,6 +290,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -279,4 +304,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) diff --git a/ci-operator/jobs/openshift/file-integrity-operator/openshift-file-integrity-operator-release-4.5-postsubmits.yaml b/ci-operator/jobs/openshift/file-integrity-operator/openshift-file-integrity-operator-release-4.5-postsubmits.yaml index 152f4d1d67b4..f2ce5f43cef5 100644 --- a/ci-operator/jobs/openshift/file-integrity-operator/openshift-file-integrity-operator-release-4.5-postsubmits.yaml +++ b/ci-operator/jobs/openshift/file-integrity-operator/openshift-file-integrity-operator-release-4.5-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-file-integrity-operator-release-4.5-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/file-integrity-operator/openshift-file-integrity-operator-release-4.5-presubmits.yaml b/ci-operator/jobs/openshift/file-integrity-operator/openshift-file-integrity-operator-release-4.5-presubmits.yaml index d53b884997a7..2c55b5861a41 100644 --- a/ci-operator/jobs/openshift/file-integrity-operator/openshift-file-integrity-operator-release-4.5-presubmits.yaml +++ b/ci-operator/jobs/openshift/file-integrity-operator/openshift-file-integrity-operator-release-4.5-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws - --template=/usr/local/e2e-aws @@ -57,6 +55,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -82,6 +83,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -100,10 +104,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=go-build command: - ci-operator @@ -120,6 +124,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -131,6 +138,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )go-build,?($|\s.*) - agent: kubernetes always_run: true @@ -149,10 +159,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -169,6 +179,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -180,6 +193,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -198,10 +214,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -218,6 +234,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -229,6 +248,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -247,10 +269,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -267,6 +289,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -278,4 +303,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) diff --git a/ci-operator/jobs/openshift/file-integrity-operator/openshift-file-integrity-operator-release-4.6-postsubmits.yaml b/ci-operator/jobs/openshift/file-integrity-operator/openshift-file-integrity-operator-release-4.6-postsubmits.yaml index 0305b3cfee12..6c5cd14a6dcc 100644 --- a/ci-operator/jobs/openshift/file-integrity-operator/openshift-file-integrity-operator-release-4.6-postsubmits.yaml +++ b/ci-operator/jobs/openshift/file-integrity-operator/openshift-file-integrity-operator-release-4.6-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-file-integrity-operator-release-4.6-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/file-integrity-operator/openshift-file-integrity-operator-release-4.6-presubmits.yaml b/ci-operator/jobs/openshift/file-integrity-operator/openshift-file-integrity-operator-release-4.6-presubmits.yaml index df910bf7ac6e..64d3c3c119c5 100644 --- a/ci-operator/jobs/openshift/file-integrity-operator/openshift-file-integrity-operator-release-4.6-presubmits.yaml +++ b/ci-operator/jobs/openshift/file-integrity-operator/openshift-file-integrity-operator-release-4.6-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws - --template=/usr/local/e2e-aws @@ -57,6 +55,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -82,6 +83,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -100,10 +104,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=go-build command: - ci-operator @@ -120,6 +124,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -131,6 +138,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )go-build,?($|\s.*) - agent: kubernetes always_run: true @@ -149,10 +159,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -170,6 +180,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -181,6 +194,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -199,10 +215,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -219,6 +235,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -230,6 +249,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -248,10 +270,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -268,6 +290,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -279,4 +304,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) diff --git a/ci-operator/jobs/openshift/file-integrity-operator/openshift-file-integrity-operator-release-4.7-postsubmits.yaml b/ci-operator/jobs/openshift/file-integrity-operator/openshift-file-integrity-operator-release-4.7-postsubmits.yaml index 2c0a503a6834..e90a26fe1256 100644 --- a/ci-operator/jobs/openshift/file-integrity-operator/openshift-file-integrity-operator-release-4.7-postsubmits.yaml +++ b/ci-operator/jobs/openshift/file-integrity-operator/openshift-file-integrity-operator-release-4.7-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-file-integrity-operator-release-4.7-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/file-integrity-operator/openshift-file-integrity-operator-release-4.7-presubmits.yaml b/ci-operator/jobs/openshift/file-integrity-operator/openshift-file-integrity-operator-release-4.7-presubmits.yaml index 5e57dc40492c..6f8fd9974e38 100644 --- a/ci-operator/jobs/openshift/file-integrity-operator/openshift-file-integrity-operator-release-4.7-presubmits.yaml +++ b/ci-operator/jobs/openshift/file-integrity-operator/openshift-file-integrity-operator-release-4.7-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws - --template=/usr/local/e2e-aws @@ -57,6 +55,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -82,6 +83,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -100,10 +104,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=go-build command: - ci-operator @@ -120,6 +124,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -131,6 +138,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )go-build,?($|\s.*) - agent: kubernetes always_run: true @@ -149,10 +159,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -170,6 +180,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -181,6 +194,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -199,10 +215,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -219,6 +235,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -230,6 +249,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -248,10 +270,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -268,6 +290,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -279,4 +304,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) diff --git a/ci-operator/jobs/openshift/gcp-project-operator/openshift-gcp-project-operator-master-presubmits.yaml b/ci-operator/jobs/openshift/gcp-project-operator/openshift-gcp-project-operator-master-presubmits.yaml index a921cbbcbe6e..692c2b3c98d1 100644 --- a/ci-operator/jobs/openshift/gcp-project-operator/openshift-gcp-project-operator-master-presubmits.yaml +++ b/ci-operator/jobs/openshift/gcp-project-operator/openshift-gcp-project-operator-master-presubmits.yaml @@ -17,10 +17,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -37,6 +37,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -48,6 +51,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -66,10 +72,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=test command: - ci-operator @@ -86,6 +92,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -97,4 +106,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )test,?($|\s.*) diff --git a/ci-operator/jobs/openshift/grafana/openshift-grafana-master-postsubmits.yaml b/ci-operator/jobs/openshift/grafana/openshift-grafana-master-postsubmits.yaml index 1c89792f21b4..0f12f3320291 100644 --- a/ci-operator/jobs/openshift/grafana/openshift-grafana-master-postsubmits.yaml +++ b/ci-operator/jobs/openshift/grafana/openshift-grafana-master-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-grafana-master-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/grafana/openshift-grafana-master-presubmits.yaml b/ci-operator/jobs/openshift/grafana/openshift-grafana-master-presubmits.yaml index 1c7119ec02fb..265027ea1b74 100644 --- a/ci-operator/jobs/openshift/grafana/openshift-grafana-master-presubmits.yaml +++ b/ci-operator/jobs/openshift/grafana/openshift-grafana-master-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -46,6 +44,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -68,6 +69,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -86,10 +90,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -107,6 +111,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -118,4 +125,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift/grafana/openshift-grafana-release-4.1-postsubmits.yaml b/ci-operator/jobs/openshift/grafana/openshift-grafana-release-4.1-postsubmits.yaml index 265a0e17eec2..ea7c7a44eddb 100644 --- a/ci-operator/jobs/openshift/grafana/openshift-grafana-release-4.1-postsubmits.yaml +++ b/ci-operator/jobs/openshift/grafana/openshift-grafana-release-4.1-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-grafana-release-4.1-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/grafana/openshift-grafana-release-4.1-presubmits.yaml b/ci-operator/jobs/openshift/grafana/openshift-grafana-release-4.1-presubmits.yaml index 738946c41980..5ee3e40a8454 100644 --- a/ci-operator/jobs/openshift/grafana/openshift-grafana-release-4.1-presubmits.yaml +++ b/ci-operator/jobs/openshift/grafana/openshift-grafana-release-4.1-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -46,6 +44,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -68,6 +69,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -86,10 +90,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -107,6 +111,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -118,4 +125,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift/grafana/openshift-grafana-release-4.2-postsubmits.yaml b/ci-operator/jobs/openshift/grafana/openshift-grafana-release-4.2-postsubmits.yaml index 5339a9fa0770..152d24fd95ff 100644 --- a/ci-operator/jobs/openshift/grafana/openshift-grafana-release-4.2-postsubmits.yaml +++ b/ci-operator/jobs/openshift/grafana/openshift-grafana-release-4.2-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-grafana-release-4.2-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/grafana/openshift-grafana-release-4.2-presubmits.yaml b/ci-operator/jobs/openshift/grafana/openshift-grafana-release-4.2-presubmits.yaml index 7d074c5e218a..1680b0590072 100644 --- a/ci-operator/jobs/openshift/grafana/openshift-grafana-release-4.2-presubmits.yaml +++ b/ci-operator/jobs/openshift/grafana/openshift-grafana-release-4.2-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -46,6 +44,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -68,6 +69,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -86,10 +90,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -107,6 +111,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -118,4 +125,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift/grafana/openshift-grafana-release-4.3-postsubmits.yaml b/ci-operator/jobs/openshift/grafana/openshift-grafana-release-4.3-postsubmits.yaml index 81e1f3e74781..0be740c1a87c 100644 --- a/ci-operator/jobs/openshift/grafana/openshift-grafana-release-4.3-postsubmits.yaml +++ b/ci-operator/jobs/openshift/grafana/openshift-grafana-release-4.3-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-grafana-release-4.3-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/grafana/openshift-grafana-release-4.3-presubmits.yaml b/ci-operator/jobs/openshift/grafana/openshift-grafana-release-4.3-presubmits.yaml index 3f0ead4f4162..1c1649900a17 100644 --- a/ci-operator/jobs/openshift/grafana/openshift-grafana-release-4.3-presubmits.yaml +++ b/ci-operator/jobs/openshift/grafana/openshift-grafana-release-4.3-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -46,6 +44,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -68,6 +69,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -86,10 +90,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -107,6 +111,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -118,4 +125,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift/grafana/openshift-grafana-release-4.4-postsubmits.yaml b/ci-operator/jobs/openshift/grafana/openshift-grafana-release-4.4-postsubmits.yaml index a283ba360857..7442549023e1 100644 --- a/ci-operator/jobs/openshift/grafana/openshift-grafana-release-4.4-postsubmits.yaml +++ b/ci-operator/jobs/openshift/grafana/openshift-grafana-release-4.4-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-grafana-release-4.4-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/grafana/openshift-grafana-release-4.4-presubmits.yaml b/ci-operator/jobs/openshift/grafana/openshift-grafana-release-4.4-presubmits.yaml index 04cc55693679..7e0eb173e201 100644 --- a/ci-operator/jobs/openshift/grafana/openshift-grafana-release-4.4-presubmits.yaml +++ b/ci-operator/jobs/openshift/grafana/openshift-grafana-release-4.4-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -46,6 +44,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -68,6 +69,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -86,10 +90,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -107,6 +111,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -118,4 +125,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift/grafana/openshift-grafana-release-4.5-postsubmits.yaml b/ci-operator/jobs/openshift/grafana/openshift-grafana-release-4.5-postsubmits.yaml index 8308c3bce3d8..6a8d41c447d9 100644 --- a/ci-operator/jobs/openshift/grafana/openshift-grafana-release-4.5-postsubmits.yaml +++ b/ci-operator/jobs/openshift/grafana/openshift-grafana-release-4.5-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-grafana-release-4.5-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/grafana/openshift-grafana-release-4.5-presubmits.yaml b/ci-operator/jobs/openshift/grafana/openshift-grafana-release-4.5-presubmits.yaml index 424379518a29..184cf64bb006 100644 --- a/ci-operator/jobs/openshift/grafana/openshift-grafana-release-4.5-presubmits.yaml +++ b/ci-operator/jobs/openshift/grafana/openshift-grafana-release-4.5-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -46,6 +44,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -68,6 +69,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -86,10 +90,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -106,6 +110,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -117,4 +124,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift/grafana/openshift-grafana-release-4.6-postsubmits.yaml b/ci-operator/jobs/openshift/grafana/openshift-grafana-release-4.6-postsubmits.yaml index 468d6c8804a6..3fc132001efb 100644 --- a/ci-operator/jobs/openshift/grafana/openshift-grafana-release-4.6-postsubmits.yaml +++ b/ci-operator/jobs/openshift/grafana/openshift-grafana-release-4.6-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-grafana-release-4.6-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/grafana/openshift-grafana-release-4.6-presubmits.yaml b/ci-operator/jobs/openshift/grafana/openshift-grafana-release-4.6-presubmits.yaml index 8ffddee05ed6..b018fe596bb9 100644 --- a/ci-operator/jobs/openshift/grafana/openshift-grafana-release-4.6-presubmits.yaml +++ b/ci-operator/jobs/openshift/grafana/openshift-grafana-release-4.6-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -46,6 +44,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -68,6 +69,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -86,10 +90,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -107,6 +111,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -118,4 +125,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift/grafana/openshift-grafana-release-4.7-postsubmits.yaml b/ci-operator/jobs/openshift/grafana/openshift-grafana-release-4.7-postsubmits.yaml index 3763653408a3..11c05942f664 100644 --- a/ci-operator/jobs/openshift/grafana/openshift-grafana-release-4.7-postsubmits.yaml +++ b/ci-operator/jobs/openshift/grafana/openshift-grafana-release-4.7-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-grafana-release-4.7-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/grafana/openshift-grafana-release-4.7-presubmits.yaml b/ci-operator/jobs/openshift/grafana/openshift-grafana-release-4.7-presubmits.yaml index 5e92b310bda0..d5d665fbe431 100644 --- a/ci-operator/jobs/openshift/grafana/openshift-grafana-release-4.7-presubmits.yaml +++ b/ci-operator/jobs/openshift/grafana/openshift-grafana-release-4.7-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -46,6 +44,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -68,6 +69,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -86,10 +90,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -107,6 +111,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -118,4 +125,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift/hive/openshift-hive-master-postsubmits.yaml b/ci-operator/jobs/openshift/hive/openshift-hive-master-postsubmits.yaml index 2030506ad9f2..119004f408ce 100644 --- a/ci-operator/jobs/openshift/hive/openshift-hive-master-postsubmits.yaml +++ b/ci-operator/jobs/openshift/hive/openshift-hive-master-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-hive-master-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/hive/openshift-hive-master-presubmits.yaml b/ci-operator/jobs/openshift/hive/openshift-hive-master-presubmits.yaml index ff094c64a655..79bea3fc829e 100644 --- a/ci-operator/jobs/openshift/hive/openshift-hive-master-presubmits.yaml +++ b/ci-operator/jobs/openshift/hive/openshift-hive-master-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-cluster-profile - --target=e2e - --template=/usr/local/e2e @@ -57,6 +55,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -82,6 +83,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e,?($|\s.*) - agent: kubernetes always_run: false @@ -101,13 +105,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-azure-cluster-profile - --target=e2e-azure - --template=/usr/local/e2e-azure @@ -141,6 +143,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -166,6 +171,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-azure,?($|\s.*) - agent: kubernetes always_run: false @@ -185,13 +193,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-gcp-cluster-profile - --target=e2e-gcp - --template=/usr/local/e2e-gcp @@ -225,6 +231,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -252,6 +261,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-gcp,?($|\s.*) - agent: kubernetes always_run: true @@ -270,10 +282,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -290,6 +302,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -301,6 +316,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -319,10 +337,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=integration command: - ci-operator @@ -339,6 +357,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -350,6 +371,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )integration,?($|\s.*) - agent: kubernetes always_run: true @@ -368,10 +392,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -388,6 +412,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -399,6 +426,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -417,10 +447,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -437,6 +467,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -448,4 +481,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) diff --git a/ci-operator/jobs/openshift/hive/openshift-hive-ocm-4.4.0-postsubmits.yaml b/ci-operator/jobs/openshift/hive/openshift-hive-ocm-4.4.0-postsubmits.yaml index 92c38eb279a6..1284426570ef 100644 --- a/ci-operator/jobs/openshift/hive/openshift-hive-ocm-4.4.0-postsubmits.yaml +++ b/ci-operator/jobs/openshift/hive/openshift-hive-ocm-4.4.0-postsubmits.yaml @@ -8,17 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-hive-ocm-4.4.0-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -35,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -46,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/hive/openshift-hive-ocm-4.4.0-presubmits.yaml b/ci-operator/jobs/openshift/hive/openshift-hive-ocm-4.4.0-presubmits.yaml index 122f9f6e9db8..67fdfe809f56 100644 --- a/ci-operator/jobs/openshift/hive/openshift-hive-ocm-4.4.0-presubmits.yaml +++ b/ci-operator/jobs/openshift/hive/openshift-hive-ocm-4.4.0-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-cluster-profile - --target=e2e - --template=/usr/local/e2e @@ -57,6 +55,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -82,6 +83,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e,?($|\s.*) - agent: kubernetes always_run: false @@ -101,13 +105,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-azure-cluster-profile - --target=e2e-azure - --template=/usr/local/e2e-azure @@ -141,6 +143,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -166,6 +171,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-azure,?($|\s.*) - agent: kubernetes always_run: false @@ -185,13 +193,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-gcp-cluster-profile - --target=e2e-gcp - --template=/usr/local/e2e-gcp @@ -225,6 +231,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -252,6 +261,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-gcp,?($|\s.*) - agent: kubernetes always_run: true @@ -270,10 +282,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -290,6 +302,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -301,6 +316,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -319,10 +337,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=integration command: - ci-operator @@ -339,6 +357,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -350,6 +371,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )integration,?($|\s.*) - agent: kubernetes always_run: true @@ -368,10 +392,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -388,6 +412,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -399,6 +426,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -417,10 +447,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -437,6 +467,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -448,4 +481,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) diff --git a/ci-operator/jobs/openshift/hypershift-toolkit/openshift-hypershift-toolkit-master-postsubmits.yaml b/ci-operator/jobs/openshift/hypershift-toolkit/openshift-hypershift-toolkit-master-postsubmits.yaml index e4b14a851370..86269f790004 100644 --- a/ci-operator/jobs/openshift/hypershift-toolkit/openshift-hypershift-toolkit-master-postsubmits.yaml +++ b/ci-operator/jobs/openshift/hypershift-toolkit/openshift-hypershift-toolkit-master-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-hypershift-toolkit-master-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/hypershift-toolkit/openshift-hypershift-toolkit-master-presubmits.yaml b/ci-operator/jobs/openshift/hypershift-toolkit/openshift-hypershift-toolkit-master-presubmits.yaml index 803fa665f685..14475b9ed5a0 100644 --- a/ci-operator/jobs/openshift/hypershift-toolkit/openshift-hypershift-toolkit-master-presubmits.yaml +++ b/ci-operator/jobs/openshift/hypershift-toolkit/openshift-hypershift-toolkit-master-presubmits.yaml @@ -18,10 +18,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -38,6 +38,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -49,6 +52,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: false @@ -68,13 +74,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/kube-conformance-aws-cluster-profile - --target=kube-conformance-aws - --template=/usr/local/kube-conformance-aws @@ -108,6 +112,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -133,6 +140,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )kube-conformance-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -151,10 +161,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -171,6 +181,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -182,4 +195,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) diff --git a/ci-operator/jobs/openshift/hypershift-toolkit/openshift-hypershift-toolkit-release-4.2-postsubmits.yaml b/ci-operator/jobs/openshift/hypershift-toolkit/openshift-hypershift-toolkit-release-4.2-postsubmits.yaml index 5196caa6ab86..b1a65c65bc43 100644 --- a/ci-operator/jobs/openshift/hypershift-toolkit/openshift-hypershift-toolkit-release-4.2-postsubmits.yaml +++ b/ci-operator/jobs/openshift/hypershift-toolkit/openshift-hypershift-toolkit-release-4.2-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-hypershift-toolkit-release-4.2-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/hypershift-toolkit/openshift-hypershift-toolkit-release-4.2-presubmits.yaml b/ci-operator/jobs/openshift/hypershift-toolkit/openshift-hypershift-toolkit-release-4.2-presubmits.yaml index adf4f6ece360..1e8763a22a97 100644 --- a/ci-operator/jobs/openshift/hypershift-toolkit/openshift-hypershift-toolkit-release-4.2-presubmits.yaml +++ b/ci-operator/jobs/openshift/hypershift-toolkit/openshift-hypershift-toolkit-release-4.2-presubmits.yaml @@ -17,10 +17,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -37,6 +37,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -48,6 +51,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -66,10 +72,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -86,6 +92,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -97,4 +106,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) diff --git a/ci-operator/jobs/openshift/hypershift-toolkit/openshift-hypershift-toolkit-release-4.3-postsubmits.yaml b/ci-operator/jobs/openshift/hypershift-toolkit/openshift-hypershift-toolkit-release-4.3-postsubmits.yaml index f1b915b12bcb..3d4ac7465573 100644 --- a/ci-operator/jobs/openshift/hypershift-toolkit/openshift-hypershift-toolkit-release-4.3-postsubmits.yaml +++ b/ci-operator/jobs/openshift/hypershift-toolkit/openshift-hypershift-toolkit-release-4.3-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-hypershift-toolkit-release-4.3-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/hypershift-toolkit/openshift-hypershift-toolkit-release-4.3-presubmits.yaml b/ci-operator/jobs/openshift/hypershift-toolkit/openshift-hypershift-toolkit-release-4.3-presubmits.yaml index 3b936658796f..25401f2ad74e 100644 --- a/ci-operator/jobs/openshift/hypershift-toolkit/openshift-hypershift-toolkit-release-4.3-presubmits.yaml +++ b/ci-operator/jobs/openshift/hypershift-toolkit/openshift-hypershift-toolkit-release-4.3-presubmits.yaml @@ -18,10 +18,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/secrets/ibm-gate-test-secrets - --target=create-cluster command: @@ -42,6 +42,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -56,6 +59,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )create-cluster,?($|\s.*) - agent: kubernetes always_run: true @@ -74,10 +80,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -94,6 +100,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -105,6 +114,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -123,10 +135,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -143,6 +155,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -154,4 +169,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) diff --git a/ci-operator/jobs/openshift/hypershift-toolkit/openshift-hypershift-toolkit-release-4.4-postsubmits.yaml b/ci-operator/jobs/openshift/hypershift-toolkit/openshift-hypershift-toolkit-release-4.4-postsubmits.yaml index ebd755b5129a..57ae677033f2 100644 --- a/ci-operator/jobs/openshift/hypershift-toolkit/openshift-hypershift-toolkit-release-4.4-postsubmits.yaml +++ b/ci-operator/jobs/openshift/hypershift-toolkit/openshift-hypershift-toolkit-release-4.4-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-hypershift-toolkit-release-4.4-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/hypershift-toolkit/openshift-hypershift-toolkit-release-4.4-presubmits.yaml b/ci-operator/jobs/openshift/hypershift-toolkit/openshift-hypershift-toolkit-release-4.4-presubmits.yaml index 4428b7e1baac..16f767ed078e 100644 --- a/ci-operator/jobs/openshift/hypershift-toolkit/openshift-hypershift-toolkit-release-4.4-presubmits.yaml +++ b/ci-operator/jobs/openshift/hypershift-toolkit/openshift-hypershift-toolkit-release-4.4-presubmits.yaml @@ -18,10 +18,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/secrets/ibm-gate-test-secrets - --target=create-cluster command: @@ -42,6 +42,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -56,6 +59,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )create-cluster,?($|\s.*) - agent: kubernetes always_run: false @@ -75,10 +81,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -95,6 +101,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -106,6 +115,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -124,10 +136,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -144,6 +156,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -155,4 +170,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) diff --git a/ci-operator/jobs/openshift/hypershift-toolkit/openshift-hypershift-toolkit-release-4.5-postsubmits.yaml b/ci-operator/jobs/openshift/hypershift-toolkit/openshift-hypershift-toolkit-release-4.5-postsubmits.yaml index 32534bf73169..74d2b3a98e7b 100644 --- a/ci-operator/jobs/openshift/hypershift-toolkit/openshift-hypershift-toolkit-release-4.5-postsubmits.yaml +++ b/ci-operator/jobs/openshift/hypershift-toolkit/openshift-hypershift-toolkit-release-4.5-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-hypershift-toolkit-release-4.5-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/hypershift-toolkit/openshift-hypershift-toolkit-release-4.5-presubmits.yaml b/ci-operator/jobs/openshift/hypershift-toolkit/openshift-hypershift-toolkit-release-4.5-presubmits.yaml index dbb9748bafb2..c10a9cb1a99b 100644 --- a/ci-operator/jobs/openshift/hypershift-toolkit/openshift-hypershift-toolkit-release-4.5-presubmits.yaml +++ b/ci-operator/jobs/openshift/hypershift-toolkit/openshift-hypershift-toolkit-release-4.5-presubmits.yaml @@ -17,10 +17,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -37,6 +37,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -48,6 +51,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -66,10 +72,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -86,6 +92,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -97,4 +106,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) diff --git a/ci-operator/jobs/openshift/ibm-roks-toolkit/openshift-ibm-roks-toolkit-master-postsubmits.yaml b/ci-operator/jobs/openshift/ibm-roks-toolkit/openshift-ibm-roks-toolkit-master-postsubmits.yaml index 1786e8e774e7..201a5c05721f 100644 --- a/ci-operator/jobs/openshift/ibm-roks-toolkit/openshift-ibm-roks-toolkit-master-postsubmits.yaml +++ b/ci-operator/jobs/openshift/ibm-roks-toolkit/openshift-ibm-roks-toolkit-master-postsubmits.yaml @@ -8,17 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-ibm-roks-toolkit-master-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -35,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -46,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/ibm-roks-toolkit/openshift-ibm-roks-toolkit-master-presubmits.yaml b/ci-operator/jobs/openshift/ibm-roks-toolkit/openshift-ibm-roks-toolkit-master-presubmits.yaml index 6cb4338f6648..90e617fd6b91 100644 --- a/ci-operator/jobs/openshift/ibm-roks-toolkit/openshift-ibm-roks-toolkit-master-presubmits.yaml +++ b/ci-operator/jobs/openshift/ibm-roks-toolkit/openshift-ibm-roks-toolkit-master-presubmits.yaml @@ -17,10 +17,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -37,6 +37,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -48,6 +51,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -66,10 +72,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -86,6 +92,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -97,4 +106,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) diff --git a/ci-operator/jobs/openshift/ibm-roks-toolkit/openshift-ibm-roks-toolkit-release-4.3-postsubmits.yaml b/ci-operator/jobs/openshift/ibm-roks-toolkit/openshift-ibm-roks-toolkit-release-4.3-postsubmits.yaml index 9f3f196185c0..d8a97713d01f 100644 --- a/ci-operator/jobs/openshift/ibm-roks-toolkit/openshift-ibm-roks-toolkit-release-4.3-postsubmits.yaml +++ b/ci-operator/jobs/openshift/ibm-roks-toolkit/openshift-ibm-roks-toolkit-release-4.3-postsubmits.yaml @@ -8,17 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-ibm-roks-toolkit-release-4.3-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -35,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -46,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/ibm-roks-toolkit/openshift-ibm-roks-toolkit-release-4.3-presubmits.yaml b/ci-operator/jobs/openshift/ibm-roks-toolkit/openshift-ibm-roks-toolkit-release-4.3-presubmits.yaml index 9cf9f6e7d9a4..69e1c7169751 100644 --- a/ci-operator/jobs/openshift/ibm-roks-toolkit/openshift-ibm-roks-toolkit-release-4.3-presubmits.yaml +++ b/ci-operator/jobs/openshift/ibm-roks-toolkit/openshift-ibm-roks-toolkit-release-4.3-presubmits.yaml @@ -17,10 +17,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/secrets/ibm-gate-test-secrets - --target=create-cluster command: @@ -41,6 +41,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,6 +58,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )create-cluster,?($|\s.*) - agent: kubernetes always_run: true @@ -73,10 +79,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -93,6 +99,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -104,6 +113,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -122,10 +134,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -142,6 +154,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -153,4 +168,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) diff --git a/ci-operator/jobs/openshift/ibm-roks-toolkit/openshift-ibm-roks-toolkit-release-4.4-postsubmits.yaml b/ci-operator/jobs/openshift/ibm-roks-toolkit/openshift-ibm-roks-toolkit-release-4.4-postsubmits.yaml index 9ddd5c143d8e..060695232b51 100644 --- a/ci-operator/jobs/openshift/ibm-roks-toolkit/openshift-ibm-roks-toolkit-release-4.4-postsubmits.yaml +++ b/ci-operator/jobs/openshift/ibm-roks-toolkit/openshift-ibm-roks-toolkit-release-4.4-postsubmits.yaml @@ -8,17 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-ibm-roks-toolkit-release-4.4-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -35,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -46,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/ibm-roks-toolkit/openshift-ibm-roks-toolkit-release-4.4-presubmits.yaml b/ci-operator/jobs/openshift/ibm-roks-toolkit/openshift-ibm-roks-toolkit-release-4.4-presubmits.yaml index aae1a8804cd7..138a31d03a98 100644 --- a/ci-operator/jobs/openshift/ibm-roks-toolkit/openshift-ibm-roks-toolkit-release-4.4-presubmits.yaml +++ b/ci-operator/jobs/openshift/ibm-roks-toolkit/openshift-ibm-roks-toolkit-release-4.4-presubmits.yaml @@ -17,10 +17,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/secrets/ibm-gate-test-secrets - --target=create-cluster command: @@ -41,6 +41,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,6 +58,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )create-cluster,?($|\s.*) - agent: kubernetes always_run: true @@ -73,10 +79,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -93,6 +99,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -104,6 +113,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -122,10 +134,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -142,6 +154,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -153,4 +168,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) diff --git a/ci-operator/jobs/openshift/image-registry/openshift-image-registry-master-postsubmits.yaml b/ci-operator/jobs/openshift/image-registry/openshift-image-registry-master-postsubmits.yaml index 5b8f24136cee..39145a5136b3 100644 --- a/ci-operator/jobs/openshift/image-registry/openshift-image-registry-master-postsubmits.yaml +++ b/ci-operator/jobs/openshift/image-registry/openshift-image-registry-master-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-image-registry-master-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/image-registry/openshift-image-registry-master-presubmits.yaml b/ci-operator/jobs/openshift/image-registry/openshift-image-registry-master-presubmits.yaml index 0f55584a1b59..0bd1a4716772 100644 --- a/ci-operator/jobs/openshift/image-registry/openshift-image-registry-master-presubmits.yaml +++ b/ci-operator/jobs/openshift/image-registry/openshift-image-registry-master-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -46,6 +44,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -68,6 +69,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -86,13 +90,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-image-registry-cluster-profile - --target=e2e-aws-image-registry - --template=/usr/local/e2e-aws-image-registry @@ -126,6 +128,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -151,6 +156,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-image-registry,?($|\s.*) - agent: kubernetes always_run: true @@ -169,13 +177,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -198,6 +204,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -220,6 +229,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -238,10 +250,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -259,6 +271,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -270,6 +285,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -346,10 +364,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -366,6 +384,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -377,6 +398,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -395,10 +419,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -415,6 +439,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -426,4 +453,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) diff --git a/ci-operator/jobs/openshift/image-registry/openshift-image-registry-release-3.10-presubmits.yaml b/ci-operator/jobs/openshift/image-registry/openshift-image-registry-release-3.10-presubmits.yaml index 7ff3d4ab683a..65fb966e5493 100644 --- a/ci-operator/jobs/openshift/image-registry/openshift-image-registry-release-3.10-presubmits.yaml +++ b/ci-operator/jobs/openshift/image-registry/openshift-image-registry-release-3.10-presubmits.yaml @@ -100,10 +100,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -120,6 +120,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -131,6 +134,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -205,10 +211,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -225,6 +231,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -236,4 +245,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift/image-registry/openshift-image-registry-release-3.11-presubmits.yaml b/ci-operator/jobs/openshift/image-registry/openshift-image-registry-release-3.11-presubmits.yaml index 4662f27a9a56..192c4a7445fb 100644 --- a/ci-operator/jobs/openshift/image-registry/openshift-image-registry-release-3.11-presubmits.yaml +++ b/ci-operator/jobs/openshift/image-registry/openshift-image-registry-release-3.11-presubmits.yaml @@ -17,10 +17,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-gcp-cluster-profile - --target=e2e-gcp - --template=/usr/local/e2e-gcp @@ -54,6 +54,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -75,6 +78,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-gcp,?($|\s.*) - agent: kubernetes always_run: true @@ -93,10 +99,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -113,6 +119,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -124,6 +133,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -198,10 +210,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -218,6 +230,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -229,4 +244,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift/image-registry/openshift-image-registry-release-4.1-postsubmits.yaml b/ci-operator/jobs/openshift/image-registry/openshift-image-registry-release-4.1-postsubmits.yaml index 1c1a32a501c6..4221e2b07ec1 100644 --- a/ci-operator/jobs/openshift/image-registry/openshift-image-registry-release-4.1-postsubmits.yaml +++ b/ci-operator/jobs/openshift/image-registry/openshift-image-registry-release-4.1-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-image-registry-release-4.1-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/image-registry/openshift-image-registry-release-4.1-presubmits.yaml b/ci-operator/jobs/openshift/image-registry/openshift-image-registry-release-4.1-presubmits.yaml index 31b477117ab5..1d0af4360b0a 100644 --- a/ci-operator/jobs/openshift/image-registry/openshift-image-registry-release-4.1-presubmits.yaml +++ b/ci-operator/jobs/openshift/image-registry/openshift-image-registry-release-4.1-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -46,6 +44,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -68,6 +69,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -86,13 +90,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-image-registry-cluster-profile - --target=e2e-aws-image-registry - --template=/usr/local/e2e-aws-image-registry @@ -126,6 +128,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -151,6 +156,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-image-registry,?($|\s.*) - agent: kubernetes always_run: true @@ -169,13 +177,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -198,6 +204,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -220,6 +229,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -238,10 +250,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -259,6 +271,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -270,6 +285,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -288,10 +306,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -308,6 +326,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -319,6 +340,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -337,10 +361,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -357,6 +381,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -368,4 +395,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) diff --git a/ci-operator/jobs/openshift/image-registry/openshift-image-registry-release-4.2-postsubmits.yaml b/ci-operator/jobs/openshift/image-registry/openshift-image-registry-release-4.2-postsubmits.yaml index e2fb72e8da8e..53e3fcaf35fe 100644 --- a/ci-operator/jobs/openshift/image-registry/openshift-image-registry-release-4.2-postsubmits.yaml +++ b/ci-operator/jobs/openshift/image-registry/openshift-image-registry-release-4.2-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-image-registry-release-4.2-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/image-registry/openshift-image-registry-release-4.2-presubmits.yaml b/ci-operator/jobs/openshift/image-registry/openshift-image-registry-release-4.2-presubmits.yaml index 31e33d57a463..8e19057929b0 100644 --- a/ci-operator/jobs/openshift/image-registry/openshift-image-registry-release-4.2-presubmits.yaml +++ b/ci-operator/jobs/openshift/image-registry/openshift-image-registry-release-4.2-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -46,6 +44,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -68,6 +69,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -86,13 +90,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-image-registry-cluster-profile - --target=e2e-aws-image-registry - --template=/usr/local/e2e-aws-image-registry @@ -126,6 +128,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -151,6 +156,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-image-registry,?($|\s.*) - agent: kubernetes always_run: true @@ -169,13 +177,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -198,6 +204,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -220,6 +229,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -238,10 +250,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -259,6 +271,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -270,6 +285,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -346,10 +364,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -366,6 +384,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -377,6 +398,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -395,10 +419,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -415,6 +439,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -426,4 +453,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) diff --git a/ci-operator/jobs/openshift/image-registry/openshift-image-registry-release-4.3-postsubmits.yaml b/ci-operator/jobs/openshift/image-registry/openshift-image-registry-release-4.3-postsubmits.yaml index ff040e424b61..040d1db475ee 100644 --- a/ci-operator/jobs/openshift/image-registry/openshift-image-registry-release-4.3-postsubmits.yaml +++ b/ci-operator/jobs/openshift/image-registry/openshift-image-registry-release-4.3-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-image-registry-release-4.3-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/image-registry/openshift-image-registry-release-4.3-presubmits.yaml b/ci-operator/jobs/openshift/image-registry/openshift-image-registry-release-4.3-presubmits.yaml index 979a4d4aacc5..13de3793d13f 100644 --- a/ci-operator/jobs/openshift/image-registry/openshift-image-registry-release-4.3-presubmits.yaml +++ b/ci-operator/jobs/openshift/image-registry/openshift-image-registry-release-4.3-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -46,6 +44,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -68,6 +69,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -86,13 +90,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-image-registry-cluster-profile - --target=e2e-aws-image-registry - --template=/usr/local/e2e-aws-image-registry @@ -126,6 +128,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -151,6 +156,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-image-registry,?($|\s.*) - agent: kubernetes always_run: true @@ -169,13 +177,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -198,6 +204,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -220,6 +229,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -238,10 +250,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -259,6 +271,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -270,6 +285,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -346,10 +364,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -366,6 +384,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -377,6 +398,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -395,10 +419,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -415,6 +439,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -426,4 +453,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) diff --git a/ci-operator/jobs/openshift/image-registry/openshift-image-registry-release-4.4-postsubmits.yaml b/ci-operator/jobs/openshift/image-registry/openshift-image-registry-release-4.4-postsubmits.yaml index c7c15ef00c02..51e8a4ebfd2f 100644 --- a/ci-operator/jobs/openshift/image-registry/openshift-image-registry-release-4.4-postsubmits.yaml +++ b/ci-operator/jobs/openshift/image-registry/openshift-image-registry-release-4.4-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-image-registry-release-4.4-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/image-registry/openshift-image-registry-release-4.4-presubmits.yaml b/ci-operator/jobs/openshift/image-registry/openshift-image-registry-release-4.4-presubmits.yaml index 76e4cc279a08..4e028f4b2fb8 100644 --- a/ci-operator/jobs/openshift/image-registry/openshift-image-registry-release-4.4-presubmits.yaml +++ b/ci-operator/jobs/openshift/image-registry/openshift-image-registry-release-4.4-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -46,6 +44,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -68,6 +69,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -86,13 +90,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-image-registry-cluster-profile - --target=e2e-aws-image-registry - --template=/usr/local/e2e-aws-image-registry @@ -126,6 +128,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -151,6 +156,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-image-registry,?($|\s.*) - agent: kubernetes always_run: true @@ -169,13 +177,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -198,6 +204,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -220,6 +229,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -238,10 +250,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -259,6 +271,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -270,6 +285,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -346,10 +364,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -366,6 +384,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -377,6 +398,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -395,10 +419,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -415,6 +439,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -426,4 +453,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) diff --git a/ci-operator/jobs/openshift/image-registry/openshift-image-registry-release-4.5-postsubmits.yaml b/ci-operator/jobs/openshift/image-registry/openshift-image-registry-release-4.5-postsubmits.yaml index 18f37a0fd05a..81c01d4c0937 100644 --- a/ci-operator/jobs/openshift/image-registry/openshift-image-registry-release-4.5-postsubmits.yaml +++ b/ci-operator/jobs/openshift/image-registry/openshift-image-registry-release-4.5-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-image-registry-release-4.5-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/image-registry/openshift-image-registry-release-4.5-presubmits.yaml b/ci-operator/jobs/openshift/image-registry/openshift-image-registry-release-4.5-presubmits.yaml index b01064214c17..f89a43f8dacc 100644 --- a/ci-operator/jobs/openshift/image-registry/openshift-image-registry-release-4.5-presubmits.yaml +++ b/ci-operator/jobs/openshift/image-registry/openshift-image-registry-release-4.5-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -46,6 +44,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -68,6 +69,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -86,13 +90,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-image-registry-cluster-profile - --target=e2e-aws-image-registry - --template=/usr/local/e2e-aws-image-registry @@ -126,6 +128,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -151,6 +156,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-image-registry,?($|\s.*) - agent: kubernetes always_run: true @@ -169,13 +177,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -198,6 +204,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -220,6 +229,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -238,10 +250,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -258,6 +270,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -269,6 +284,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -345,10 +363,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -365,6 +383,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -376,6 +397,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -394,10 +418,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -414,6 +438,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -425,4 +452,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) diff --git a/ci-operator/jobs/openshift/image-registry/openshift-image-registry-release-4.6-postsubmits.yaml b/ci-operator/jobs/openshift/image-registry/openshift-image-registry-release-4.6-postsubmits.yaml index 0ef45946b786..f18b9a94b720 100644 --- a/ci-operator/jobs/openshift/image-registry/openshift-image-registry-release-4.6-postsubmits.yaml +++ b/ci-operator/jobs/openshift/image-registry/openshift-image-registry-release-4.6-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-image-registry-release-4.6-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/image-registry/openshift-image-registry-release-4.6-presubmits.yaml b/ci-operator/jobs/openshift/image-registry/openshift-image-registry-release-4.6-presubmits.yaml index 3afca59ef927..9f2a5131733c 100644 --- a/ci-operator/jobs/openshift/image-registry/openshift-image-registry-release-4.6-presubmits.yaml +++ b/ci-operator/jobs/openshift/image-registry/openshift-image-registry-release-4.6-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -46,6 +44,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -68,6 +69,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -86,13 +90,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-image-registry-cluster-profile - --target=e2e-aws-image-registry - --template=/usr/local/e2e-aws-image-registry @@ -126,6 +128,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -151,6 +156,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-image-registry,?($|\s.*) - agent: kubernetes always_run: true @@ -169,13 +177,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -198,6 +204,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -220,6 +229,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -238,10 +250,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -259,6 +271,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -270,6 +285,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -346,10 +364,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -366,6 +384,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -377,6 +398,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -395,10 +419,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -415,6 +439,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -426,4 +453,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) diff --git a/ci-operator/jobs/openshift/image-registry/openshift-image-registry-release-4.7-postsubmits.yaml b/ci-operator/jobs/openshift/image-registry/openshift-image-registry-release-4.7-postsubmits.yaml index 38a2af84c486..6c3ef5c31870 100644 --- a/ci-operator/jobs/openshift/image-registry/openshift-image-registry-release-4.7-postsubmits.yaml +++ b/ci-operator/jobs/openshift/image-registry/openshift-image-registry-release-4.7-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-image-registry-release-4.7-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/image-registry/openshift-image-registry-release-4.7-presubmits.yaml b/ci-operator/jobs/openshift/image-registry/openshift-image-registry-release-4.7-presubmits.yaml index 68a9a9e0226e..d80ecd42abc8 100644 --- a/ci-operator/jobs/openshift/image-registry/openshift-image-registry-release-4.7-presubmits.yaml +++ b/ci-operator/jobs/openshift/image-registry/openshift-image-registry-release-4.7-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -46,6 +44,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -68,6 +69,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -86,13 +90,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-image-registry-cluster-profile - --target=e2e-aws-image-registry - --template=/usr/local/e2e-aws-image-registry @@ -126,6 +128,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -151,6 +156,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-image-registry,?($|\s.*) - agent: kubernetes always_run: true @@ -169,13 +177,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -198,6 +204,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -220,6 +229,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -238,10 +250,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -259,6 +271,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -270,6 +285,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -346,10 +364,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -366,6 +384,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -377,6 +398,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -395,10 +419,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -415,6 +439,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -426,4 +453,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) diff --git a/ci-operator/jobs/openshift/imagebuilder/openshift-imagebuilder-master-presubmits.yaml b/ci-operator/jobs/openshift/imagebuilder/openshift-imagebuilder-master-presubmits.yaml index 3336f0eb7fe7..e627e9cb25b7 100644 --- a/ci-operator/jobs/openshift/imagebuilder/openshift-imagebuilder-master-presubmits.yaml +++ b/ci-operator/jobs/openshift/imagebuilder/openshift-imagebuilder-master-presubmits.yaml @@ -17,10 +17,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -37,6 +37,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -48,4 +51,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift/images/openshift-images-master-postsubmits.yaml b/ci-operator/jobs/openshift/images/openshift-images-master-postsubmits.yaml index 382c39f127d2..576df5ae3b3e 100644 --- a/ci-operator/jobs/openshift/images/openshift-images-master-postsubmits.yaml +++ b/ci-operator/jobs/openshift/images/openshift-images-master-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-images-master-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=base command: @@ -35,6 +37,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -46,3 +51,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/images/openshift-images-master-presubmits.yaml b/ci-operator/jobs/openshift/images/openshift-images-master-presubmits.yaml index 8ce5a6949c11..6ebb278949bf 100644 --- a/ci-operator/jobs/openshift/images/openshift-images-master-presubmits.yaml +++ b/ci-operator/jobs/openshift/images/openshift-images-master-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -46,6 +44,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -68,6 +69,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -86,13 +90,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -115,6 +117,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -137,6 +142,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -155,10 +163,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] - --target=base @@ -177,6 +185,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -188,4 +199,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift/images/openshift-images-release-4.1-postsubmits.yaml b/ci-operator/jobs/openshift/images/openshift-images-release-4.1-postsubmits.yaml index 0639dbc91ca8..6aa45fb55b33 100644 --- a/ci-operator/jobs/openshift/images/openshift-images-release-4.1-postsubmits.yaml +++ b/ci-operator/jobs/openshift/images/openshift-images-release-4.1-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-images-release-4.1-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=base command: @@ -35,6 +37,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -46,3 +51,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/images/openshift-images-release-4.1-presubmits.yaml b/ci-operator/jobs/openshift/images/openshift-images-release-4.1-presubmits.yaml index 28aa8673db58..4182598d5553 100644 --- a/ci-operator/jobs/openshift/images/openshift-images-release-4.1-presubmits.yaml +++ b/ci-operator/jobs/openshift/images/openshift-images-release-4.1-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -46,6 +44,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -68,6 +69,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -86,13 +90,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -115,6 +117,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -137,6 +142,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -155,10 +163,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] - --target=base @@ -177,6 +185,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -188,4 +199,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift/images/openshift-images-release-4.2-postsubmits.yaml b/ci-operator/jobs/openshift/images/openshift-images-release-4.2-postsubmits.yaml index 360248e99b9b..6bbd26d5995b 100644 --- a/ci-operator/jobs/openshift/images/openshift-images-release-4.2-postsubmits.yaml +++ b/ci-operator/jobs/openshift/images/openshift-images-release-4.2-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-images-release-4.2-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=base command: @@ -35,6 +37,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -46,3 +51,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/images/openshift-images-release-4.2-presubmits.yaml b/ci-operator/jobs/openshift/images/openshift-images-release-4.2-presubmits.yaml index e74a72db1abc..5434435d6a89 100644 --- a/ci-operator/jobs/openshift/images/openshift-images-release-4.2-presubmits.yaml +++ b/ci-operator/jobs/openshift/images/openshift-images-release-4.2-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -46,6 +44,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -68,6 +69,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -86,13 +90,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -115,6 +117,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -137,6 +142,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -155,10 +163,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] - --target=base @@ -177,6 +185,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -188,4 +199,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift/images/openshift-images-release-4.3-postsubmits.yaml b/ci-operator/jobs/openshift/images/openshift-images-release-4.3-postsubmits.yaml index 2f4937649496..813bdca270c4 100644 --- a/ci-operator/jobs/openshift/images/openshift-images-release-4.3-postsubmits.yaml +++ b/ci-operator/jobs/openshift/images/openshift-images-release-4.3-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-images-release-4.3-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=base command: @@ -35,6 +37,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -46,3 +51,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/images/openshift-images-release-4.3-presubmits.yaml b/ci-operator/jobs/openshift/images/openshift-images-release-4.3-presubmits.yaml index 9287b169846c..0016a5da1cad 100644 --- a/ci-operator/jobs/openshift/images/openshift-images-release-4.3-presubmits.yaml +++ b/ci-operator/jobs/openshift/images/openshift-images-release-4.3-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -46,6 +44,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -68,6 +69,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -86,13 +90,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -115,6 +117,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -137,6 +142,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -155,10 +163,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] - --target=base @@ -177,6 +185,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -188,4 +199,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift/images/openshift-images-release-4.4-postsubmits.yaml b/ci-operator/jobs/openshift/images/openshift-images-release-4.4-postsubmits.yaml index 93c2ae80fcc4..0914ba00795d 100644 --- a/ci-operator/jobs/openshift/images/openshift-images-release-4.4-postsubmits.yaml +++ b/ci-operator/jobs/openshift/images/openshift-images-release-4.4-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-images-release-4.4-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=base command: @@ -35,6 +37,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -46,3 +51,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/images/openshift-images-release-4.4-presubmits.yaml b/ci-operator/jobs/openshift/images/openshift-images-release-4.4-presubmits.yaml index cb21f98fd4b4..cd6f48a3be9f 100644 --- a/ci-operator/jobs/openshift/images/openshift-images-release-4.4-presubmits.yaml +++ b/ci-operator/jobs/openshift/images/openshift-images-release-4.4-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -46,6 +44,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -68,6 +69,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -86,13 +90,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -115,6 +117,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -137,6 +142,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -155,10 +163,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] - --target=base @@ -177,6 +185,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -188,4 +199,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift/images/openshift-images-release-4.5-postsubmits.yaml b/ci-operator/jobs/openshift/images/openshift-images-release-4.5-postsubmits.yaml index 60b8d8d550a9..a2acb751c629 100644 --- a/ci-operator/jobs/openshift/images/openshift-images-release-4.5-postsubmits.yaml +++ b/ci-operator/jobs/openshift/images/openshift-images-release-4.5-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-images-release-4.5-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=base command: @@ -35,6 +37,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -46,3 +51,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/images/openshift-images-release-4.5-presubmits.yaml b/ci-operator/jobs/openshift/images/openshift-images-release-4.5-presubmits.yaml index c474cbe431cf..bb626c075d01 100644 --- a/ci-operator/jobs/openshift/images/openshift-images-release-4.5-presubmits.yaml +++ b/ci-operator/jobs/openshift/images/openshift-images-release-4.5-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -46,6 +44,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -68,6 +69,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -86,13 +90,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -115,6 +117,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -137,6 +142,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -155,10 +163,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=base command: @@ -176,6 +184,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -187,4 +198,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift/images/openshift-images-release-4.6-postsubmits.yaml b/ci-operator/jobs/openshift/images/openshift-images-release-4.6-postsubmits.yaml index b6252f2eb3b6..2d656b40d525 100644 --- a/ci-operator/jobs/openshift/images/openshift-images-release-4.6-postsubmits.yaml +++ b/ci-operator/jobs/openshift/images/openshift-images-release-4.6-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-images-release-4.6-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=base command: @@ -35,6 +37,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -46,3 +51,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/images/openshift-images-release-4.6-presubmits.yaml b/ci-operator/jobs/openshift/images/openshift-images-release-4.6-presubmits.yaml index 43bcea935ae9..f1b2c3170669 100644 --- a/ci-operator/jobs/openshift/images/openshift-images-release-4.6-presubmits.yaml +++ b/ci-operator/jobs/openshift/images/openshift-images-release-4.6-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -46,6 +44,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -68,6 +69,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -86,13 +90,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -115,6 +117,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -137,6 +142,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -155,10 +163,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] - --target=base @@ -177,6 +185,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -188,4 +199,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift/images/openshift-images-release-4.7-postsubmits.yaml b/ci-operator/jobs/openshift/images/openshift-images-release-4.7-postsubmits.yaml index 3f785c62c8af..b1882809328b 100644 --- a/ci-operator/jobs/openshift/images/openshift-images-release-4.7-postsubmits.yaml +++ b/ci-operator/jobs/openshift/images/openshift-images-release-4.7-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-images-release-4.7-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=base command: @@ -35,6 +37,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -46,3 +51,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/images/openshift-images-release-4.7-presubmits.yaml b/ci-operator/jobs/openshift/images/openshift-images-release-4.7-presubmits.yaml index a0a62371dc86..0be93eba1a76 100644 --- a/ci-operator/jobs/openshift/images/openshift-images-release-4.7-presubmits.yaml +++ b/ci-operator/jobs/openshift/images/openshift-images-release-4.7-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -46,6 +44,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -68,6 +69,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -86,13 +90,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -115,6 +117,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -137,6 +142,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -155,10 +163,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] - --target=base @@ -177,6 +185,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -188,4 +199,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift/insights-operator/openshift-insights-operator-master-postsubmits.yaml b/ci-operator/jobs/openshift/insights-operator/openshift-insights-operator-master-postsubmits.yaml index 7a8423f7c01d..fd6671f9a529 100644 --- a/ci-operator/jobs/openshift/insights-operator/openshift-insights-operator-master-postsubmits.yaml +++ b/ci-operator/jobs/openshift/insights-operator/openshift-insights-operator-master-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-insights-operator-master-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/insights-operator/openshift-insights-operator-master-presubmits.yaml b/ci-operator/jobs/openshift/insights-operator/openshift-insights-operator-master-presubmits.yaml index 29cf327832fb..06a2121571bb 100644 --- a/ci-operator/jobs/openshift/insights-operator/openshift-insights-operator-master-presubmits.yaml +++ b/ci-operator/jobs/openshift/insights-operator/openshift-insights-operator-master-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -46,6 +44,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -68,6 +69,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -86,13 +90,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -115,6 +117,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -137,6 +142,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -155,10 +163,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -176,6 +184,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -187,6 +198,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -205,13 +219,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/insights-operator-e2e-tests-cluster-profile - --target=insights-operator-e2e-tests - --template=/usr/local/insights-operator-e2e-tests @@ -245,6 +257,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -270,6 +285,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )insights-operator-e2e-tests,?($|\s.*) - agent: kubernetes always_run: true @@ -288,10 +306,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -308,6 +326,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -319,4 +340,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift/insights-operator/openshift-insights-operator-release-4.2-postsubmits.yaml b/ci-operator/jobs/openshift/insights-operator/openshift-insights-operator-release-4.2-postsubmits.yaml index 0849d150b8e0..4cd4de30ef3c 100644 --- a/ci-operator/jobs/openshift/insights-operator/openshift-insights-operator-release-4.2-postsubmits.yaml +++ b/ci-operator/jobs/openshift/insights-operator/openshift-insights-operator-release-4.2-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-insights-operator-release-4.2-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/insights-operator/openshift-insights-operator-release-4.2-presubmits.yaml b/ci-operator/jobs/openshift/insights-operator/openshift-insights-operator-release-4.2-presubmits.yaml index 044be2756b57..32a48dcdc2ab 100644 --- a/ci-operator/jobs/openshift/insights-operator/openshift-insights-operator-release-4.2-presubmits.yaml +++ b/ci-operator/jobs/openshift/insights-operator/openshift-insights-operator-release-4.2-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -46,6 +44,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -68,6 +69,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -86,13 +90,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -115,6 +117,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -137,6 +142,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -155,10 +163,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -176,6 +184,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -187,6 +198,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -205,13 +219,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/insights-operator-e2e-tests-cluster-profile - --target=insights-operator-e2e-tests - --template=/usr/local/insights-operator-e2e-tests @@ -245,6 +257,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -270,6 +285,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )insights-operator-e2e-tests,?($|\s.*) - agent: kubernetes always_run: true @@ -288,10 +306,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -308,6 +326,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -319,4 +340,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift/insights-operator/openshift-insights-operator-release-4.3-postsubmits.yaml b/ci-operator/jobs/openshift/insights-operator/openshift-insights-operator-release-4.3-postsubmits.yaml index 0ec741caf126..387b19cd3144 100644 --- a/ci-operator/jobs/openshift/insights-operator/openshift-insights-operator-release-4.3-postsubmits.yaml +++ b/ci-operator/jobs/openshift/insights-operator/openshift-insights-operator-release-4.3-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-insights-operator-release-4.3-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/insights-operator/openshift-insights-operator-release-4.3-presubmits.yaml b/ci-operator/jobs/openshift/insights-operator/openshift-insights-operator-release-4.3-presubmits.yaml index f7097bb5a6f1..6316e1c9728f 100644 --- a/ci-operator/jobs/openshift/insights-operator/openshift-insights-operator-release-4.3-presubmits.yaml +++ b/ci-operator/jobs/openshift/insights-operator/openshift-insights-operator-release-4.3-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -46,6 +44,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -68,6 +69,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -86,13 +90,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -115,6 +117,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -137,6 +142,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -155,10 +163,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -176,6 +184,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -187,6 +198,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -205,13 +219,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/insights-operator-e2e-tests-cluster-profile - --target=insights-operator-e2e-tests - --template=/usr/local/insights-operator-e2e-tests @@ -245,6 +257,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -270,6 +285,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )insights-operator-e2e-tests,?($|\s.*) - agent: kubernetes always_run: true @@ -288,10 +306,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -308,6 +326,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -319,4 +340,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift/insights-operator/openshift-insights-operator-release-4.4-postsubmits.yaml b/ci-operator/jobs/openshift/insights-operator/openshift-insights-operator-release-4.4-postsubmits.yaml index bdcc51d74d84..cc3513effc03 100644 --- a/ci-operator/jobs/openshift/insights-operator/openshift-insights-operator-release-4.4-postsubmits.yaml +++ b/ci-operator/jobs/openshift/insights-operator/openshift-insights-operator-release-4.4-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-insights-operator-release-4.4-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/insights-operator/openshift-insights-operator-release-4.4-presubmits.yaml b/ci-operator/jobs/openshift/insights-operator/openshift-insights-operator-release-4.4-presubmits.yaml index 7b1ff1093d53..0d8bd708e1a9 100644 --- a/ci-operator/jobs/openshift/insights-operator/openshift-insights-operator-release-4.4-presubmits.yaml +++ b/ci-operator/jobs/openshift/insights-operator/openshift-insights-operator-release-4.4-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -46,6 +44,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -68,6 +69,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -86,13 +90,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -115,6 +117,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -137,6 +142,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -155,10 +163,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -176,6 +184,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -187,6 +198,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -205,13 +219,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/insights-operator-e2e-tests-cluster-profile - --target=insights-operator-e2e-tests - --template=/usr/local/insights-operator-e2e-tests @@ -245,6 +257,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -270,6 +285,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )insights-operator-e2e-tests,?($|\s.*) - agent: kubernetes always_run: true @@ -288,10 +306,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -308,6 +326,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -319,4 +340,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift/insights-operator/openshift-insights-operator-release-4.5-postsubmits.yaml b/ci-operator/jobs/openshift/insights-operator/openshift-insights-operator-release-4.5-postsubmits.yaml index 636f9d341b46..ab4debd2745b 100644 --- a/ci-operator/jobs/openshift/insights-operator/openshift-insights-operator-release-4.5-postsubmits.yaml +++ b/ci-operator/jobs/openshift/insights-operator/openshift-insights-operator-release-4.5-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-insights-operator-release-4.5-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/insights-operator/openshift-insights-operator-release-4.5-presubmits.yaml b/ci-operator/jobs/openshift/insights-operator/openshift-insights-operator-release-4.5-presubmits.yaml index 9d8e2219d3e7..d56bc5d09608 100644 --- a/ci-operator/jobs/openshift/insights-operator/openshift-insights-operator-release-4.5-presubmits.yaml +++ b/ci-operator/jobs/openshift/insights-operator/openshift-insights-operator-release-4.5-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -46,6 +44,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -68,6 +69,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -86,13 +90,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -115,6 +117,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -137,6 +142,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -155,10 +163,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -175,6 +183,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -186,6 +197,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -204,13 +218,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/insights-operator-e2e-tests-cluster-profile - --target=insights-operator-e2e-tests - --template=/usr/local/insights-operator-e2e-tests @@ -244,6 +256,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -269,6 +284,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )insights-operator-e2e-tests,?($|\s.*) - agent: kubernetes always_run: true @@ -287,10 +305,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -307,6 +325,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -318,4 +339,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift/insights-operator/openshift-insights-operator-release-4.6-postsubmits.yaml b/ci-operator/jobs/openshift/insights-operator/openshift-insights-operator-release-4.6-postsubmits.yaml index bebb1a53b47c..ca086fa96ca1 100644 --- a/ci-operator/jobs/openshift/insights-operator/openshift-insights-operator-release-4.6-postsubmits.yaml +++ b/ci-operator/jobs/openshift/insights-operator/openshift-insights-operator-release-4.6-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-insights-operator-release-4.6-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/insights-operator/openshift-insights-operator-release-4.6-presubmits.yaml b/ci-operator/jobs/openshift/insights-operator/openshift-insights-operator-release-4.6-presubmits.yaml index 7966aed48b38..deb06d11d390 100644 --- a/ci-operator/jobs/openshift/insights-operator/openshift-insights-operator-release-4.6-presubmits.yaml +++ b/ci-operator/jobs/openshift/insights-operator/openshift-insights-operator-release-4.6-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -46,6 +44,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -68,6 +69,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -86,13 +90,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -115,6 +117,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -137,6 +142,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -155,10 +163,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -176,6 +184,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -187,6 +198,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -205,13 +219,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/insights-operator-e2e-tests-cluster-profile - --target=insights-operator-e2e-tests - --template=/usr/local/insights-operator-e2e-tests @@ -245,6 +257,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -270,6 +285,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )insights-operator-e2e-tests,?($|\s.*) - agent: kubernetes always_run: true @@ -288,10 +306,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -308,6 +326,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -319,4 +340,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift/insights-operator/openshift-insights-operator-release-4.7-postsubmits.yaml b/ci-operator/jobs/openshift/insights-operator/openshift-insights-operator-release-4.7-postsubmits.yaml index ae3892204707..3bf846f6f92e 100644 --- a/ci-operator/jobs/openshift/insights-operator/openshift-insights-operator-release-4.7-postsubmits.yaml +++ b/ci-operator/jobs/openshift/insights-operator/openshift-insights-operator-release-4.7-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-insights-operator-release-4.7-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/insights-operator/openshift-insights-operator-release-4.7-presubmits.yaml b/ci-operator/jobs/openshift/insights-operator/openshift-insights-operator-release-4.7-presubmits.yaml index 619613f703c4..75b8d832ea2e 100644 --- a/ci-operator/jobs/openshift/insights-operator/openshift-insights-operator-release-4.7-presubmits.yaml +++ b/ci-operator/jobs/openshift/insights-operator/openshift-insights-operator-release-4.7-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -46,6 +44,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -68,6 +69,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -86,13 +90,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -115,6 +117,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -137,6 +142,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -155,10 +163,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -176,6 +184,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -187,6 +198,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -205,13 +219,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/insights-operator-e2e-tests-cluster-profile - --target=insights-operator-e2e-tests - --template=/usr/local/insights-operator-e2e-tests @@ -245,6 +257,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -270,6 +285,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )insights-operator-e2e-tests,?($|\s.*) - agent: kubernetes always_run: true @@ -288,10 +306,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -308,6 +326,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -319,4 +340,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift/installer/openshift-installer-fcos-postsubmits.yaml b/ci-operator/jobs/openshift/installer/openshift-installer-fcos-postsubmits.yaml index c9ce8d32aa73..dd4757da0558 100644 --- a/ci-operator/jobs/openshift/installer/openshift-installer-fcos-postsubmits.yaml +++ b/ci-operator/jobs/openshift/installer/openshift-installer-fcos-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-installer-fcos-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/installer/openshift-installer-fcos-presubmits.yaml b/ci-operator/jobs/openshift/installer/openshift-installer-fcos-presubmits.yaml index 02b299f92d3a..a3a8c52788bc 100644 --- a/ci-operator/jobs/openshift/installer/openshift-installer-fcos-presubmits.yaml +++ b/ci-operator/jobs/openshift/installer/openshift-installer-fcos-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -46,6 +44,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -68,6 +69,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -86,13 +90,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-vsphere-cluster-profile - --target=e2e-vsphere - --template=/usr/local/e2e-vsphere @@ -126,6 +128,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -151,6 +156,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-vsphere,?($|\s.*) - agent: kubernetes always_run: true @@ -169,10 +177,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=gofmt command: - ci-operator @@ -189,6 +197,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -200,6 +211,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )gofmt,?($|\s.*) - agent: kubernetes always_run: true @@ -218,10 +232,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=golint command: - ci-operator @@ -238,6 +252,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -249,6 +266,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )golint,?($|\s.*) - agent: kubernetes always_run: true @@ -267,10 +287,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=govet command: - ci-operator @@ -287,6 +307,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -298,6 +321,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )govet,?($|\s.*) - agent: kubernetes always_run: true @@ -316,10 +342,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -336,6 +362,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -347,6 +376,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -365,10 +397,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -385,6 +417,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -396,6 +431,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -414,10 +452,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify-vendor command: - ci-operator @@ -434,6 +472,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -445,4 +486,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify-vendor,?($|\s.*) diff --git a/ci-operator/jobs/openshift/installer/openshift-installer-master-postsubmits.yaml b/ci-operator/jobs/openshift/installer/openshift-installer-master-postsubmits.yaml index 25b38b48f742..9da3bc56f5c4 100644 --- a/ci-operator/jobs/openshift/installer/openshift-installer-master-postsubmits.yaml +++ b/ci-operator/jobs/openshift/installer/openshift-installer-master-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-installer-master-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/installer/openshift-installer-master-presubmits.yaml b/ci-operator/jobs/openshift/installer/openshift-installer-master-presubmits.yaml index 3d1e4633b015..21c6d6d63b44 100644 --- a/ci-operator/jobs/openshift/installer/openshift-installer-master-presubmits.yaml +++ b/ci-operator/jobs/openshift/installer/openshift-installer-master-presubmits.yaml @@ -18,13 +18,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -47,6 +45,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -69,6 +70,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: false @@ -88,13 +92,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-disruptive-cluster-profile - --target=e2e-aws-disruptive - --template=/usr/local/e2e-aws-disruptive @@ -129,6 +131,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -154,6 +159,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-disruptive,?($|\s.*) - agent: kubernetes always_run: false @@ -493,13 +501,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-scaleup-rhel7-cluster-profile - --target=e2e-aws-scaleup-rhel7 - --template=/usr/local/e2e-aws-scaleup-rhel7 @@ -537,6 +543,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -564,6 +573,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-scaleup-rhel7,?($|\s.*) - agent: kubernetes always_run: false @@ -675,13 +687,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -704,6 +714,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -726,6 +739,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: false @@ -745,13 +761,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upi-cluster-profile - --target=e2e-aws-upi - --template=/usr/local/e2e-aws-upi @@ -785,6 +799,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -810,6 +827,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upi,?($|\s.*) - agent: kubernetes always_run: false @@ -829,13 +849,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-azure-cluster-profile - --target=e2e-azure - --template=/usr/local/e2e-azure @@ -869,6 +887,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -894,6 +915,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-azure,?($|\s.*) - agent: kubernetes always_run: false @@ -1005,13 +1029,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-azure-upi-cluster-profile - --target=e2e-azure-upi - --template=/usr/local/e2e-azure-upi @@ -1045,6 +1067,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -1070,6 +1095,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-azure-upi,?($|\s.*) - agent: kubernetes always_run: false @@ -1089,13 +1117,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-gcp-cluster-profile - --target=e2e-gcp - --template=/usr/local/e2e-gcp @@ -1129,6 +1155,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -1156,6 +1185,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-gcp,?($|\s.*) - agent: kubernetes always_run: false @@ -1268,13 +1300,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-gcp-upgrade-cluster-profile - --target=e2e-gcp-upgrade command: @@ -1297,6 +1327,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -1321,6 +1354,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-gcp-upgrade,?($|\s.*) - agent: kubernetes always_run: false @@ -1340,13 +1376,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-gcp-upi-cluster-profile - --target=e2e-gcp-upi - --template=/usr/local/e2e-gcp-upi @@ -1380,6 +1414,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -1407,6 +1444,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-gcp-upi,?($|\s.*) - agent: kubernetes always_run: false @@ -1704,13 +1744,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-metal-ipi-cluster-profile - --target=e2e-metal-ipi command: @@ -1733,6 +1771,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -1757,6 +1798,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-metal-ipi,?($|\s.*) - agent: kubernetes always_run: false @@ -2028,13 +2072,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-vsphere-cluster-profile - --target=e2e-vsphere command: @@ -2057,6 +2099,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -2079,6 +2124,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-vsphere,?($|\s.*) - agent: kubernetes always_run: false @@ -2098,13 +2146,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-vsphere-upi-cluster-profile - --target=e2e-vsphere-upi - --template=/usr/local/e2e-vsphere-upi @@ -2138,6 +2184,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -2163,6 +2212,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-vsphere-upi,?($|\s.*) - agent: kubernetes always_run: false @@ -2182,10 +2234,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=gofmt command: - ci-operator @@ -2202,6 +2254,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -2213,6 +2268,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )gofmt,?($|\s.*) - agent: kubernetes always_run: false @@ -2232,10 +2290,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=golint command: - ci-operator @@ -2252,6 +2310,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -2263,6 +2324,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )golint,?($|\s.*) - agent: kubernetes always_run: false @@ -2282,10 +2346,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=govet command: - ci-operator @@ -2302,6 +2366,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -2313,6 +2380,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )govet,?($|\s.*) - agent: kubernetes always_run: false @@ -2332,10 +2402,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -2353,6 +2423,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -2364,6 +2437,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: false @@ -2466,10 +2542,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -2486,6 +2562,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -2497,6 +2576,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: false @@ -2516,10 +2598,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify-vendor command: - ci-operator @@ -2536,6 +2618,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -2547,6 +2632,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify-vendor,?($|\s.*) - agent: kubernetes always_run: false diff --git a/ci-operator/jobs/openshift/installer/openshift-installer-release-4.1-postsubmits.yaml b/ci-operator/jobs/openshift/installer/openshift-installer-release-4.1-postsubmits.yaml index 39c3fb1a9686..327049da8839 100644 --- a/ci-operator/jobs/openshift/installer/openshift-installer-release-4.1-postsubmits.yaml +++ b/ci-operator/jobs/openshift/installer/openshift-installer-release-4.1-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-installer-release-4.1-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/installer/openshift-installer-release-4.1-presubmits.yaml b/ci-operator/jobs/openshift/installer/openshift-installer-release-4.1-presubmits.yaml index 7f4b34968279..dc7b1deaf4a5 100644 --- a/ci-operator/jobs/openshift/installer/openshift-installer-release-4.1-presubmits.yaml +++ b/ci-operator/jobs/openshift/installer/openshift-installer-release-4.1-presubmits.yaml @@ -18,13 +18,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -47,6 +45,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -69,6 +70,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -88,13 +92,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-scaleup-rhel7-cluster-profile - --target=e2e-aws-scaleup-rhel7 - --template=/usr/local/e2e-aws-scaleup-rhel7 @@ -132,6 +134,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -159,6 +164,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-scaleup-rhel7,?($|\s.*) - agent: kubernetes always_run: true @@ -177,13 +185,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -206,6 +212,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -228,6 +237,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: false @@ -247,13 +259,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upi-cluster-profile - --target=e2e-aws-upi - --template=/usr/local/e2e-aws-upi @@ -287,6 +297,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -312,6 +325,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upi,?($|\s.*) - agent: kubernetes always_run: false @@ -331,13 +347,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-vsphere-cluster-profile - --target=e2e-vsphere - --template=/usr/local/e2e-vsphere @@ -371,6 +385,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -396,6 +413,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-vsphere,?($|\s.*) - agent: kubernetes always_run: true @@ -414,10 +434,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=gofmt command: - ci-operator @@ -434,6 +454,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -445,6 +468,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )gofmt,?($|\s.*) - agent: kubernetes always_run: true @@ -463,10 +489,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=golint command: - ci-operator @@ -483,6 +509,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -494,6 +523,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )golint,?($|\s.*) - agent: kubernetes always_run: true @@ -512,10 +544,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=govet command: - ci-operator @@ -532,6 +564,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -543,6 +578,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )govet,?($|\s.*) - agent: kubernetes always_run: true @@ -561,10 +599,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -582,6 +620,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -593,6 +634,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -693,10 +737,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -713,6 +757,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -724,6 +771,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -742,10 +792,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify-vendor command: - ci-operator @@ -762,6 +812,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -773,6 +826,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify-vendor,?($|\s.*) - agent: kubernetes always_run: true diff --git a/ci-operator/jobs/openshift/installer/openshift-installer-release-4.2-postsubmits.yaml b/ci-operator/jobs/openshift/installer/openshift-installer-release-4.2-postsubmits.yaml index 3f015dbb10db..21224e5cc330 100644 --- a/ci-operator/jobs/openshift/installer/openshift-installer-release-4.2-postsubmits.yaml +++ b/ci-operator/jobs/openshift/installer/openshift-installer-release-4.2-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-installer-release-4.2-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/installer/openshift-installer-release-4.2-presubmits.yaml b/ci-operator/jobs/openshift/installer/openshift-installer-release-4.2-presubmits.yaml index f3a39fa02c76..0a34a570ef34 100644 --- a/ci-operator/jobs/openshift/installer/openshift-installer-release-4.2-presubmits.yaml +++ b/ci-operator/jobs/openshift/installer/openshift-installer-release-4.2-presubmits.yaml @@ -18,13 +18,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -47,6 +45,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -69,6 +70,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: false @@ -88,13 +92,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-disruptive-cluster-profile - --target=e2e-aws-disruptive - --template=/usr/local/e2e-aws-disruptive @@ -129,6 +131,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -154,6 +159,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-disruptive,?($|\s.*) - agent: kubernetes always_run: true @@ -173,13 +181,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-scaleup-rhel7-cluster-profile - --target=e2e-aws-scaleup-rhel7 - --template=/usr/local/e2e-aws-scaleup-rhel7 @@ -217,6 +223,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -244,6 +253,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-scaleup-rhel7,?($|\s.*) - agent: kubernetes always_run: true @@ -262,13 +274,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -291,6 +301,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -313,6 +326,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: false @@ -332,13 +348,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upi-cluster-profile - --target=e2e-aws-upi - --template=/usr/local/e2e-aws-upi @@ -372,6 +386,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -397,6 +414,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upi,?($|\s.*) - agent: kubernetes always_run: true @@ -415,13 +435,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-azure-cluster-profile - --target=e2e-azure - --template=/usr/local/e2e-azure @@ -455,6 +473,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -480,6 +501,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-azure,?($|\s.*) - agent: kubernetes always_run: true @@ -498,13 +522,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-gcp-cluster-profile - --target=e2e-gcp - --template=/usr/local/e2e-gcp @@ -538,6 +560,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -565,6 +590,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-gcp,?($|\s.*) - agent: kubernetes always_run: false @@ -829,13 +857,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-vsphere-cluster-profile - --target=e2e-vsphere - --template=/usr/local/e2e-vsphere @@ -869,6 +895,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -894,6 +923,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-vsphere,?($|\s.*) - agent: kubernetes always_run: true @@ -912,10 +944,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=gofmt command: - ci-operator @@ -932,6 +964,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -943,6 +978,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )gofmt,?($|\s.*) - agent: kubernetes always_run: true @@ -961,10 +999,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=golint command: - ci-operator @@ -981,6 +1019,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -992,6 +1033,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )golint,?($|\s.*) - agent: kubernetes always_run: true @@ -1010,10 +1054,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=govet command: - ci-operator @@ -1030,6 +1074,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -1041,6 +1088,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )govet,?($|\s.*) - agent: kubernetes always_run: true @@ -1059,10 +1109,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -1080,6 +1130,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -1091,6 +1144,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -1191,10 +1247,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -1211,6 +1267,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -1222,6 +1281,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -1240,10 +1302,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify-vendor command: - ci-operator @@ -1260,6 +1322,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -1271,6 +1336,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify-vendor,?($|\s.*) - agent: kubernetes always_run: true diff --git a/ci-operator/jobs/openshift/installer/openshift-installer-release-4.3-postsubmits.yaml b/ci-operator/jobs/openshift/installer/openshift-installer-release-4.3-postsubmits.yaml index 4715e994886c..71ba61c715ac 100644 --- a/ci-operator/jobs/openshift/installer/openshift-installer-release-4.3-postsubmits.yaml +++ b/ci-operator/jobs/openshift/installer/openshift-installer-release-4.3-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-installer-release-4.3-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/installer/openshift-installer-release-4.3-presubmits.yaml b/ci-operator/jobs/openshift/installer/openshift-installer-release-4.3-presubmits.yaml index 5196bc8cfa97..52ca4d194ed9 100644 --- a/ci-operator/jobs/openshift/installer/openshift-installer-release-4.3-presubmits.yaml +++ b/ci-operator/jobs/openshift/installer/openshift-installer-release-4.3-presubmits.yaml @@ -18,13 +18,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -47,6 +45,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -69,6 +70,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: false @@ -88,13 +92,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-disruptive-cluster-profile - --target=e2e-aws-disruptive - --template=/usr/local/e2e-aws-disruptive @@ -129,6 +131,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -154,6 +159,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-disruptive,?($|\s.*) - agent: kubernetes always_run: true @@ -173,13 +181,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-scaleup-rhel7-cluster-profile - --target=e2e-aws-scaleup-rhel7 - --template=/usr/local/e2e-aws-scaleup-rhel7 @@ -217,6 +223,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -244,6 +253,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-scaleup-rhel7,?($|\s.*) - agent: kubernetes always_run: true @@ -262,13 +274,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -291,6 +301,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -313,6 +326,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: false @@ -332,13 +348,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upi-cluster-profile - --target=e2e-aws-upi - --template=/usr/local/e2e-aws-upi @@ -372,6 +386,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -397,6 +414,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upi,?($|\s.*) - agent: kubernetes always_run: false @@ -416,13 +436,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-azure-cluster-profile - --target=e2e-azure - --template=/usr/local/e2e-azure @@ -456,6 +474,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -481,6 +502,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-azure,?($|\s.*) - agent: kubernetes always_run: true @@ -500,13 +524,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-gcp-cluster-profile - --target=e2e-gcp - --template=/usr/local/e2e-gcp @@ -540,6 +562,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -567,6 +592,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-gcp,?($|\s.*) - agent: kubernetes always_run: true @@ -585,13 +613,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-gcp-upgrade-cluster-profile - --target=e2e-gcp-upgrade command: @@ -614,6 +640,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -638,6 +667,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-gcp-upgrade,?($|\s.*) - agent: kubernetes always_run: false @@ -657,13 +689,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-gcp-upi-cluster-profile - --target=e2e-gcp-upi - --template=/usr/local/e2e-gcp-upi @@ -697,6 +727,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -724,6 +757,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-gcp-upi,?($|\s.*) - agent: kubernetes always_run: false @@ -902,13 +938,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-vsphere-cluster-profile - --target=e2e-vsphere - --template=/usr/local/e2e-vsphere @@ -942,6 +976,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -967,6 +1004,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-vsphere,?($|\s.*) - agent: kubernetes always_run: true @@ -985,10 +1025,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=gofmt command: - ci-operator @@ -1005,6 +1045,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -1016,6 +1059,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )gofmt,?($|\s.*) - agent: kubernetes always_run: true @@ -1034,10 +1080,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=golint command: - ci-operator @@ -1054,6 +1100,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -1065,6 +1114,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )golint,?($|\s.*) - agent: kubernetes always_run: true @@ -1083,10 +1135,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=govet command: - ci-operator @@ -1103,6 +1155,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -1114,6 +1169,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )govet,?($|\s.*) - agent: kubernetes always_run: true @@ -1132,10 +1190,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -1153,6 +1211,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -1164,6 +1225,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -1264,10 +1328,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -1284,6 +1348,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -1295,6 +1362,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -1313,10 +1383,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify-vendor command: - ci-operator @@ -1333,6 +1403,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -1344,6 +1417,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify-vendor,?($|\s.*) - agent: kubernetes always_run: true diff --git a/ci-operator/jobs/openshift/installer/openshift-installer-release-4.4-postsubmits.yaml b/ci-operator/jobs/openshift/installer/openshift-installer-release-4.4-postsubmits.yaml index f10dec9347f0..86336243b0ea 100644 --- a/ci-operator/jobs/openshift/installer/openshift-installer-release-4.4-postsubmits.yaml +++ b/ci-operator/jobs/openshift/installer/openshift-installer-release-4.4-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-installer-release-4.4-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/installer/openshift-installer-release-4.4-presubmits.yaml b/ci-operator/jobs/openshift/installer/openshift-installer-release-4.4-presubmits.yaml index 7e84ab2d2448..feca9874f9b1 100644 --- a/ci-operator/jobs/openshift/installer/openshift-installer-release-4.4-presubmits.yaml +++ b/ci-operator/jobs/openshift/installer/openshift-installer-release-4.4-presubmits.yaml @@ -18,13 +18,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -47,6 +45,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -69,6 +70,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: false @@ -88,13 +92,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-disruptive-cluster-profile - --target=e2e-aws-disruptive - --template=/usr/local/e2e-aws-disruptive @@ -129,6 +131,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -154,6 +159,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-disruptive,?($|\s.*) - agent: kubernetes always_run: true @@ -491,13 +499,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-scaleup-rhel7-cluster-profile - --target=e2e-aws-scaleup-rhel7 - --template=/usr/local/e2e-aws-scaleup-rhel7 @@ -535,6 +541,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -562,6 +571,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-scaleup-rhel7,?($|\s.*) - agent: kubernetes always_run: false @@ -672,13 +684,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -701,6 +711,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -723,6 +736,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: false @@ -742,13 +758,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upi-cluster-profile - --target=e2e-aws-upi - --template=/usr/local/e2e-aws-upi @@ -782,6 +796,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -807,6 +824,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upi,?($|\s.*) - agent: kubernetes always_run: false @@ -826,13 +846,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-azure-cluster-profile - --target=e2e-azure - --template=/usr/local/e2e-azure @@ -866,6 +884,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -891,6 +912,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-azure,?($|\s.*) - agent: kubernetes always_run: false @@ -1002,13 +1026,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-gcp-cluster-profile - --target=e2e-gcp - --template=/usr/local/e2e-gcp @@ -1042,6 +1064,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -1069,6 +1094,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-gcp,?($|\s.*) - agent: kubernetes always_run: false @@ -1181,13 +1209,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-gcp-upgrade-cluster-profile - --target=e2e-gcp-upgrade command: @@ -1210,6 +1236,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -1234,6 +1263,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-gcp-upgrade,?($|\s.*) - agent: kubernetes always_run: false @@ -1253,13 +1285,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-gcp-upi-cluster-profile - --target=e2e-gcp-upi - --template=/usr/local/e2e-gcp-upi @@ -1293,6 +1323,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -1320,6 +1353,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-gcp-upi,?($|\s.*) - agent: kubernetes always_run: false @@ -1615,13 +1651,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-metal-ipi-cluster-profile - --target=e2e-metal-ipi command: @@ -1644,6 +1678,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -1668,6 +1705,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-metal-ipi,?($|\s.*) - agent: kubernetes always_run: false @@ -1939,13 +1979,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-vsphere-cluster-profile - --target=e2e-vsphere - --template=/usr/local/e2e-vsphere @@ -1979,6 +2017,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -2004,6 +2045,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-vsphere,?($|\s.*) - agent: kubernetes always_run: true @@ -2022,10 +2066,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=gofmt command: - ci-operator @@ -2042,6 +2086,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -2053,6 +2100,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )gofmt,?($|\s.*) - agent: kubernetes always_run: true @@ -2071,10 +2121,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=golint command: - ci-operator @@ -2091,6 +2141,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -2102,6 +2155,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )golint,?($|\s.*) - agent: kubernetes always_run: true @@ -2120,10 +2176,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=govet command: - ci-operator @@ -2140,6 +2196,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -2151,6 +2210,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )govet,?($|\s.*) - agent: kubernetes always_run: true @@ -2169,10 +2231,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -2190,6 +2252,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -2201,6 +2266,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -2301,10 +2369,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -2321,6 +2389,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -2332,6 +2403,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -2350,10 +2424,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify-vendor command: - ci-operator @@ -2370,6 +2444,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -2381,6 +2458,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify-vendor,?($|\s.*) - agent: kubernetes always_run: true diff --git a/ci-operator/jobs/openshift/installer/openshift-installer-release-4.5-postsubmits.yaml b/ci-operator/jobs/openshift/installer/openshift-installer-release-4.5-postsubmits.yaml index fb81b318fbf9..647970aedfbf 100644 --- a/ci-operator/jobs/openshift/installer/openshift-installer-release-4.5-postsubmits.yaml +++ b/ci-operator/jobs/openshift/installer/openshift-installer-release-4.5-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-installer-release-4.5-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/installer/openshift-installer-release-4.5-presubmits.yaml b/ci-operator/jobs/openshift/installer/openshift-installer-release-4.5-presubmits.yaml index b0fc1ea37f01..e1341bb174eb 100644 --- a/ci-operator/jobs/openshift/installer/openshift-installer-release-4.5-presubmits.yaml +++ b/ci-operator/jobs/openshift/installer/openshift-installer-release-4.5-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -46,6 +44,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -68,6 +69,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -86,13 +90,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-disruptive-cluster-profile - --target=e2e-aws-disruptive - --template=/usr/local/e2e-aws-disruptive @@ -127,6 +129,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -152,6 +157,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-disruptive,?($|\s.*) - agent: kubernetes always_run: true @@ -170,13 +178,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-scaleup-rhel7-cluster-profile - --target=e2e-aws-scaleup-rhel7 - --template=/usr/local/e2e-aws-scaleup-rhel7 @@ -214,6 +220,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -241,6 +250,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-scaleup-rhel7,?($|\s.*) - agent: kubernetes always_run: true @@ -259,13 +271,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -288,6 +298,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -310,6 +323,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -328,13 +344,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upi-cluster-profile - --target=e2e-aws-upi - --template=/usr/local/e2e-aws-upi @@ -368,6 +382,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -393,6 +410,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upi,?($|\s.*) - agent: kubernetes always_run: true @@ -411,13 +431,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-azure-cluster-profile - --target=e2e-azure - --template=/usr/local/e2e-azure @@ -451,6 +469,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -476,6 +497,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-azure,?($|\s.*) - agent: kubernetes always_run: true @@ -494,13 +518,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-azure-upi-cluster-profile - --target=e2e-azure-upi - --template=/usr/local/e2e-azure-upi @@ -534,6 +556,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -559,6 +584,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-azure-upi,?($|\s.*) - agent: kubernetes always_run: true @@ -577,13 +605,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-gcp-cluster-profile - --target=e2e-gcp - --template=/usr/local/e2e-gcp @@ -617,6 +643,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -644,6 +673,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-gcp,?($|\s.*) - agent: kubernetes always_run: true @@ -662,13 +694,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-gcp-upgrade-cluster-profile - --target=e2e-gcp-upgrade command: @@ -691,6 +721,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -715,6 +748,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-gcp-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -733,13 +769,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-gcp-upi-cluster-profile - --target=e2e-gcp-upi - --template=/usr/local/e2e-gcp-upi @@ -773,6 +807,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -800,6 +837,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-gcp-upi,?($|\s.*) - agent: kubernetes always_run: true @@ -818,13 +858,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-metal-ipi-cluster-profile - --target=e2e-metal-ipi command: @@ -847,6 +885,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -871,6 +912,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-metal-ipi,?($|\s.*) - agent: kubernetes always_run: false @@ -976,13 +1020,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-vsphere-cluster-profile - --target=e2e-vsphere command: @@ -1005,6 +1047,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -1027,6 +1072,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-vsphere,?($|\s.*) - agent: kubernetes always_run: true @@ -1045,13 +1093,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-vsphere-upi-cluster-profile - --target=e2e-vsphere-upi - --template=/usr/local/e2e-vsphere-upi @@ -1085,6 +1131,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -1110,6 +1159,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-vsphere-upi,?($|\s.*) - agent: kubernetes always_run: true @@ -1128,10 +1180,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=gofmt command: - ci-operator @@ -1148,6 +1200,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -1159,6 +1214,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )gofmt,?($|\s.*) - agent: kubernetes always_run: true @@ -1177,10 +1235,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=golint command: - ci-operator @@ -1197,6 +1255,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -1208,6 +1269,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )golint,?($|\s.*) - agent: kubernetes always_run: true @@ -1226,10 +1290,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=govet command: - ci-operator @@ -1246,6 +1310,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -1257,6 +1324,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )govet,?($|\s.*) - agent: kubernetes always_run: true @@ -1275,10 +1345,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -1295,6 +1365,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -1306,6 +1379,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -1406,10 +1482,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -1426,6 +1502,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -1437,6 +1516,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -1455,10 +1537,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify-vendor command: - ci-operator @@ -1475,6 +1557,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -1486,6 +1571,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify-vendor,?($|\s.*) - agent: kubernetes always_run: true diff --git a/ci-operator/jobs/openshift/installer/openshift-installer-release-4.6-postsubmits.yaml b/ci-operator/jobs/openshift/installer/openshift-installer-release-4.6-postsubmits.yaml index 103c3af4c5a1..72432da1f1a5 100644 --- a/ci-operator/jobs/openshift/installer/openshift-installer-release-4.6-postsubmits.yaml +++ b/ci-operator/jobs/openshift/installer/openshift-installer-release-4.6-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-installer-release-4.6-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/installer/openshift-installer-release-4.6-presubmits.yaml b/ci-operator/jobs/openshift/installer/openshift-installer-release-4.6-presubmits.yaml index 0cee65bf2bfc..6d3cdd23d414 100644 --- a/ci-operator/jobs/openshift/installer/openshift-installer-release-4.6-presubmits.yaml +++ b/ci-operator/jobs/openshift/installer/openshift-installer-release-4.6-presubmits.yaml @@ -18,13 +18,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -47,6 +45,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -69,6 +70,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: false @@ -88,13 +92,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-disruptive-cluster-profile - --target=e2e-aws-disruptive - --template=/usr/local/e2e-aws-disruptive @@ -129,6 +131,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -154,6 +159,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-disruptive,?($|\s.*) - agent: kubernetes always_run: true @@ -491,13 +499,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-scaleup-rhel7-cluster-profile - --target=e2e-aws-scaleup-rhel7 - --template=/usr/local/e2e-aws-scaleup-rhel7 @@ -535,6 +541,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -562,6 +571,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-scaleup-rhel7,?($|\s.*) - agent: kubernetes always_run: false @@ -672,13 +684,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -701,6 +711,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -723,6 +736,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: false @@ -742,13 +758,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upi-cluster-profile - --target=e2e-aws-upi - --template=/usr/local/e2e-aws-upi @@ -782,6 +796,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -807,6 +824,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upi,?($|\s.*) - agent: kubernetes always_run: false @@ -826,13 +846,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-azure-cluster-profile - --target=e2e-azure - --template=/usr/local/e2e-azure @@ -866,6 +884,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -891,6 +912,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-azure,?($|\s.*) - agent: kubernetes always_run: false @@ -1001,13 +1025,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-azure-upi-cluster-profile - --target=e2e-azure-upi - --template=/usr/local/e2e-azure-upi @@ -1041,6 +1063,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -1066,6 +1091,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-azure-upi,?($|\s.*) - agent: kubernetes always_run: false @@ -1085,13 +1113,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-gcp-cluster-profile - --target=e2e-gcp - --template=/usr/local/e2e-gcp @@ -1125,6 +1151,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -1152,6 +1181,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-gcp,?($|\s.*) - agent: kubernetes always_run: false @@ -1264,13 +1296,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-gcp-upgrade-cluster-profile - --target=e2e-gcp-upgrade command: @@ -1293,6 +1323,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -1317,6 +1350,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-gcp-upgrade,?($|\s.*) - agent: kubernetes always_run: false @@ -1336,13 +1372,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-gcp-upi-cluster-profile - --target=e2e-gcp-upi - --template=/usr/local/e2e-gcp-upi @@ -1376,6 +1410,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -1403,6 +1440,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-gcp-upi,?($|\s.*) - agent: kubernetes always_run: false @@ -1696,13 +1736,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-metal-ipi-cluster-profile - --target=e2e-metal-ipi command: @@ -1725,6 +1763,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -1749,6 +1790,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-metal-ipi,?($|\s.*) - agent: kubernetes always_run: false @@ -2020,13 +2064,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-vsphere-cluster-profile - --target=e2e-vsphere command: @@ -2049,6 +2091,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -2071,6 +2116,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-vsphere,?($|\s.*) - agent: kubernetes always_run: true @@ -2089,13 +2137,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-vsphere-upi-cluster-profile - --target=e2e-vsphere-upi - --template=/usr/local/e2e-vsphere-upi @@ -2129,6 +2175,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -2154,6 +2203,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-vsphere-upi,?($|\s.*) - agent: kubernetes always_run: true @@ -2172,10 +2224,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=gofmt command: - ci-operator @@ -2192,6 +2244,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -2203,6 +2258,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )gofmt,?($|\s.*) - agent: kubernetes always_run: true @@ -2221,10 +2279,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=golint command: - ci-operator @@ -2241,6 +2299,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -2252,6 +2313,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )golint,?($|\s.*) - agent: kubernetes always_run: true @@ -2270,10 +2334,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=govet command: - ci-operator @@ -2290,6 +2354,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -2301,6 +2368,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )govet,?($|\s.*) - agent: kubernetes always_run: true @@ -2319,10 +2389,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -2340,6 +2410,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -2351,6 +2424,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -2451,10 +2527,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -2471,6 +2547,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -2482,6 +2561,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -2500,10 +2582,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify-vendor command: - ci-operator @@ -2520,6 +2602,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -2531,6 +2616,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify-vendor,?($|\s.*) - agent: kubernetes always_run: true diff --git a/ci-operator/jobs/openshift/installer/openshift-installer-release-4.7-postsubmits.yaml b/ci-operator/jobs/openshift/installer/openshift-installer-release-4.7-postsubmits.yaml index ba66e5e482d8..8cd041e15c37 100644 --- a/ci-operator/jobs/openshift/installer/openshift-installer-release-4.7-postsubmits.yaml +++ b/ci-operator/jobs/openshift/installer/openshift-installer-release-4.7-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-installer-release-4.7-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/installer/openshift-installer-release-4.7-presubmits.yaml b/ci-operator/jobs/openshift/installer/openshift-installer-release-4.7-presubmits.yaml index 481781cec117..52fe696ba3e4 100644 --- a/ci-operator/jobs/openshift/installer/openshift-installer-release-4.7-presubmits.yaml +++ b/ci-operator/jobs/openshift/installer/openshift-installer-release-4.7-presubmits.yaml @@ -18,13 +18,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -47,6 +45,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -69,6 +70,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: false @@ -88,13 +92,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-disruptive-cluster-profile - --target=e2e-aws-disruptive - --template=/usr/local/e2e-aws-disruptive @@ -129,6 +131,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -154,6 +159,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-disruptive,?($|\s.*) - agent: kubernetes always_run: true @@ -491,13 +499,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-scaleup-rhel7-cluster-profile - --target=e2e-aws-scaleup-rhel7 - --template=/usr/local/e2e-aws-scaleup-rhel7 @@ -535,6 +541,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -562,6 +571,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-scaleup-rhel7,?($|\s.*) - agent: kubernetes always_run: false @@ -672,13 +684,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -701,6 +711,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -723,6 +736,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: false @@ -742,13 +758,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upi-cluster-profile - --target=e2e-aws-upi - --template=/usr/local/e2e-aws-upi @@ -782,6 +796,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -807,6 +824,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upi,?($|\s.*) - agent: kubernetes always_run: false @@ -826,13 +846,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-azure-cluster-profile - --target=e2e-azure - --template=/usr/local/e2e-azure @@ -866,6 +884,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -891,6 +912,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-azure,?($|\s.*) - agent: kubernetes always_run: false @@ -1001,13 +1025,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-azure-upi-cluster-profile - --target=e2e-azure-upi - --template=/usr/local/e2e-azure-upi @@ -1041,6 +1063,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -1066,6 +1091,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-azure-upi,?($|\s.*) - agent: kubernetes always_run: false @@ -1085,13 +1113,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-gcp-cluster-profile - --target=e2e-gcp - --template=/usr/local/e2e-gcp @@ -1125,6 +1151,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -1152,6 +1181,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-gcp,?($|\s.*) - agent: kubernetes always_run: false @@ -1264,13 +1296,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-gcp-upgrade-cluster-profile - --target=e2e-gcp-upgrade command: @@ -1293,6 +1323,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -1317,6 +1350,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-gcp-upgrade,?($|\s.*) - agent: kubernetes always_run: false @@ -1336,13 +1372,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-gcp-upi-cluster-profile - --target=e2e-gcp-upi - --template=/usr/local/e2e-gcp-upi @@ -1376,6 +1410,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -1403,6 +1440,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-gcp-upi,?($|\s.*) - agent: kubernetes always_run: false @@ -1696,13 +1736,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-metal-ipi-cluster-profile - --target=e2e-metal-ipi command: @@ -1725,6 +1763,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -1749,6 +1790,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-metal-ipi,?($|\s.*) - agent: kubernetes always_run: false @@ -2020,13 +2064,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-vsphere-cluster-profile - --target=e2e-vsphere command: @@ -2049,6 +2091,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -2071,6 +2116,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-vsphere,?($|\s.*) - agent: kubernetes always_run: true @@ -2089,13 +2137,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-vsphere-upi-cluster-profile - --target=e2e-vsphere-upi - --template=/usr/local/e2e-vsphere-upi @@ -2129,6 +2175,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -2154,6 +2203,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-vsphere-upi,?($|\s.*) - agent: kubernetes always_run: true @@ -2172,10 +2224,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=gofmt command: - ci-operator @@ -2192,6 +2244,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -2203,6 +2258,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )gofmt,?($|\s.*) - agent: kubernetes always_run: true @@ -2221,10 +2279,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=golint command: - ci-operator @@ -2241,6 +2299,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -2252,6 +2313,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )golint,?($|\s.*) - agent: kubernetes always_run: true @@ -2270,10 +2334,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=govet command: - ci-operator @@ -2290,6 +2354,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -2301,6 +2368,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )govet,?($|\s.*) - agent: kubernetes always_run: true @@ -2319,10 +2389,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -2340,6 +2410,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -2351,6 +2424,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -2451,10 +2527,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -2471,6 +2547,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -2482,6 +2561,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -2500,10 +2582,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify-vendor command: - ci-operator @@ -2520,6 +2602,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -2531,6 +2616,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify-vendor,?($|\s.*) - agent: kubernetes always_run: true diff --git a/ci-operator/jobs/openshift/ironic-hardware-inventory-recorder-image/openshift-ironic-hardware-inventory-recorder-image-master-postsubmits.yaml b/ci-operator/jobs/openshift/ironic-hardware-inventory-recorder-image/openshift-ironic-hardware-inventory-recorder-image-master-postsubmits.yaml index 435d97d0dade..f350e4b2c6de 100644 --- a/ci-operator/jobs/openshift/ironic-hardware-inventory-recorder-image/openshift-ironic-hardware-inventory-recorder-image-master-postsubmits.yaml +++ b/ci-operator/jobs/openshift/ironic-hardware-inventory-recorder-image/openshift-ironic-hardware-inventory-recorder-image-master-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-ironic-hardware-inventory-recorder-image-master-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/ironic-hardware-inventory-recorder-image/openshift-ironic-hardware-inventory-recorder-image-master-presubmits.yaml b/ci-operator/jobs/openshift/ironic-hardware-inventory-recorder-image/openshift-ironic-hardware-inventory-recorder-image-master-presubmits.yaml index 86d4b15296dc..0cbfdd032a4b 100644 --- a/ci-operator/jobs/openshift/ironic-hardware-inventory-recorder-image/openshift-ironic-hardware-inventory-recorder-image-master-presubmits.yaml +++ b/ci-operator/jobs/openshift/ironic-hardware-inventory-recorder-image/openshift-ironic-hardware-inventory-recorder-image-master-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-metal-ipi-cluster-profile - --target=e2e-metal-ipi command: @@ -46,6 +44,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -70,6 +71,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-metal-ipi,?($|\s.*) - agent: kubernetes always_run: true @@ -88,10 +92,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -109,6 +113,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -120,4 +127,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift/ironic-hardware-inventory-recorder-image/openshift-ironic-hardware-inventory-recorder-image-release-4.3-postsubmits.yaml b/ci-operator/jobs/openshift/ironic-hardware-inventory-recorder-image/openshift-ironic-hardware-inventory-recorder-image-release-4.3-postsubmits.yaml index 4ad2f854aaa1..d4ca8334783c 100644 --- a/ci-operator/jobs/openshift/ironic-hardware-inventory-recorder-image/openshift-ironic-hardware-inventory-recorder-image-release-4.3-postsubmits.yaml +++ b/ci-operator/jobs/openshift/ironic-hardware-inventory-recorder-image/openshift-ironic-hardware-inventory-recorder-image-release-4.3-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-ironic-hardware-inventory-recorder-image-release-4.3-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/ironic-hardware-inventory-recorder-image/openshift-ironic-hardware-inventory-recorder-image-release-4.3-presubmits.yaml b/ci-operator/jobs/openshift/ironic-hardware-inventory-recorder-image/openshift-ironic-hardware-inventory-recorder-image-release-4.3-presubmits.yaml index 63bcd0114400..4dee1a147f72 100644 --- a/ci-operator/jobs/openshift/ironic-hardware-inventory-recorder-image/openshift-ironic-hardware-inventory-recorder-image-release-4.3-presubmits.yaml +++ b/ci-operator/jobs/openshift/ironic-hardware-inventory-recorder-image/openshift-ironic-hardware-inventory-recorder-image-release-4.3-presubmits.yaml @@ -17,10 +17,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -38,6 +38,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -49,4 +52,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift/ironic-hardware-inventory-recorder-image/openshift-ironic-hardware-inventory-recorder-image-release-4.4-postsubmits.yaml b/ci-operator/jobs/openshift/ironic-hardware-inventory-recorder-image/openshift-ironic-hardware-inventory-recorder-image-release-4.4-postsubmits.yaml index dfc7943880ed..c2c518515786 100644 --- a/ci-operator/jobs/openshift/ironic-hardware-inventory-recorder-image/openshift-ironic-hardware-inventory-recorder-image-release-4.4-postsubmits.yaml +++ b/ci-operator/jobs/openshift/ironic-hardware-inventory-recorder-image/openshift-ironic-hardware-inventory-recorder-image-release-4.4-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-ironic-hardware-inventory-recorder-image-release-4.4-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/ironic-hardware-inventory-recorder-image/openshift-ironic-hardware-inventory-recorder-image-release-4.4-presubmits.yaml b/ci-operator/jobs/openshift/ironic-hardware-inventory-recorder-image/openshift-ironic-hardware-inventory-recorder-image-release-4.4-presubmits.yaml index a9f52f576a34..67c3811945b5 100644 --- a/ci-operator/jobs/openshift/ironic-hardware-inventory-recorder-image/openshift-ironic-hardware-inventory-recorder-image-release-4.4-presubmits.yaml +++ b/ci-operator/jobs/openshift/ironic-hardware-inventory-recorder-image/openshift-ironic-hardware-inventory-recorder-image-release-4.4-presubmits.yaml @@ -17,10 +17,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -38,6 +38,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -49,4 +52,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift/ironic-hardware-inventory-recorder-image/openshift-ironic-hardware-inventory-recorder-image-release-4.5-postsubmits.yaml b/ci-operator/jobs/openshift/ironic-hardware-inventory-recorder-image/openshift-ironic-hardware-inventory-recorder-image-release-4.5-postsubmits.yaml index 6b6cedd2349c..d777d1ee0ad1 100644 --- a/ci-operator/jobs/openshift/ironic-hardware-inventory-recorder-image/openshift-ironic-hardware-inventory-recorder-image-release-4.5-postsubmits.yaml +++ b/ci-operator/jobs/openshift/ironic-hardware-inventory-recorder-image/openshift-ironic-hardware-inventory-recorder-image-release-4.5-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-ironic-hardware-inventory-recorder-image-release-4.5-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/ironic-hardware-inventory-recorder-image/openshift-ironic-hardware-inventory-recorder-image-release-4.5-presubmits.yaml b/ci-operator/jobs/openshift/ironic-hardware-inventory-recorder-image/openshift-ironic-hardware-inventory-recorder-image-release-4.5-presubmits.yaml index eb09d9d8acc4..9317b695bc91 100644 --- a/ci-operator/jobs/openshift/ironic-hardware-inventory-recorder-image/openshift-ironic-hardware-inventory-recorder-image-release-4.5-presubmits.yaml +++ b/ci-operator/jobs/openshift/ironic-hardware-inventory-recorder-image/openshift-ironic-hardware-inventory-recorder-image-release-4.5-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-metal-ipi-cluster-profile - --target=e2e-metal-ipi command: @@ -46,6 +44,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -70,6 +71,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-metal-ipi,?($|\s.*) - agent: kubernetes always_run: true @@ -88,10 +92,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -108,6 +112,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -119,4 +126,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift/ironic-hardware-inventory-recorder-image/openshift-ironic-hardware-inventory-recorder-image-release-4.6-postsubmits.yaml b/ci-operator/jobs/openshift/ironic-hardware-inventory-recorder-image/openshift-ironic-hardware-inventory-recorder-image-release-4.6-postsubmits.yaml index 364bd256c315..f6ec201584a9 100644 --- a/ci-operator/jobs/openshift/ironic-hardware-inventory-recorder-image/openshift-ironic-hardware-inventory-recorder-image-release-4.6-postsubmits.yaml +++ b/ci-operator/jobs/openshift/ironic-hardware-inventory-recorder-image/openshift-ironic-hardware-inventory-recorder-image-release-4.6-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-ironic-hardware-inventory-recorder-image-release-4.6-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/ironic-hardware-inventory-recorder-image/openshift-ironic-hardware-inventory-recorder-image-release-4.6-presubmits.yaml b/ci-operator/jobs/openshift/ironic-hardware-inventory-recorder-image/openshift-ironic-hardware-inventory-recorder-image-release-4.6-presubmits.yaml index a7adda37cbec..70e09339c69c 100644 --- a/ci-operator/jobs/openshift/ironic-hardware-inventory-recorder-image/openshift-ironic-hardware-inventory-recorder-image-release-4.6-presubmits.yaml +++ b/ci-operator/jobs/openshift/ironic-hardware-inventory-recorder-image/openshift-ironic-hardware-inventory-recorder-image-release-4.6-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-metal-ipi-cluster-profile - --target=e2e-metal-ipi command: @@ -46,6 +44,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -70,6 +71,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-metal-ipi,?($|\s.*) - agent: kubernetes always_run: true @@ -88,10 +92,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -109,6 +113,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -120,4 +127,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift/ironic-hardware-inventory-recorder-image/openshift-ironic-hardware-inventory-recorder-image-release-4.7-postsubmits.yaml b/ci-operator/jobs/openshift/ironic-hardware-inventory-recorder-image/openshift-ironic-hardware-inventory-recorder-image-release-4.7-postsubmits.yaml index 80c4c6d6e15f..6baa3c95b918 100644 --- a/ci-operator/jobs/openshift/ironic-hardware-inventory-recorder-image/openshift-ironic-hardware-inventory-recorder-image-release-4.7-postsubmits.yaml +++ b/ci-operator/jobs/openshift/ironic-hardware-inventory-recorder-image/openshift-ironic-hardware-inventory-recorder-image-release-4.7-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-ironic-hardware-inventory-recorder-image-release-4.7-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/ironic-hardware-inventory-recorder-image/openshift-ironic-hardware-inventory-recorder-image-release-4.7-presubmits.yaml b/ci-operator/jobs/openshift/ironic-hardware-inventory-recorder-image/openshift-ironic-hardware-inventory-recorder-image-release-4.7-presubmits.yaml index e421e7082837..8dc2f784531c 100644 --- a/ci-operator/jobs/openshift/ironic-hardware-inventory-recorder-image/openshift-ironic-hardware-inventory-recorder-image-release-4.7-presubmits.yaml +++ b/ci-operator/jobs/openshift/ironic-hardware-inventory-recorder-image/openshift-ironic-hardware-inventory-recorder-image-release-4.7-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-metal-ipi-cluster-profile - --target=e2e-metal-ipi command: @@ -46,6 +44,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -70,6 +71,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-metal-ipi,?($|\s.*) - agent: kubernetes always_run: true @@ -88,10 +92,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -109,6 +113,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -120,4 +127,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift/ironic-image/openshift-ironic-image-master-postsubmits.yaml b/ci-operator/jobs/openshift/ironic-image/openshift-ironic-image-master-postsubmits.yaml index 945b71dc1ccf..ad8ae859e2f9 100644 --- a/ci-operator/jobs/openshift/ironic-image/openshift-ironic-image-master-postsubmits.yaml +++ b/ci-operator/jobs/openshift/ironic-image/openshift-ironic-image-master-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-ironic-image-master-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/ironic-image/openshift-ironic-image-master-presubmits.yaml b/ci-operator/jobs/openshift/ironic-image/openshift-ironic-image-master-presubmits.yaml index 65927d0bb75e..24d350d0f834 100644 --- a/ci-operator/jobs/openshift/ironic-image/openshift-ironic-image-master-presubmits.yaml +++ b/ci-operator/jobs/openshift/ironic-image/openshift-ironic-image-master-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-metal-ipi-cluster-profile - --target=e2e-metal-ipi command: @@ -46,6 +44,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -70,6 +71,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-metal-ipi,?($|\s.*) - agent: kubernetes always_run: true @@ -88,10 +92,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -109,6 +113,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -120,4 +127,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift/ironic-image/openshift-ironic-image-release-4.2-postsubmits.yaml b/ci-operator/jobs/openshift/ironic-image/openshift-ironic-image-release-4.2-postsubmits.yaml index 33f5aa1ce7b6..c1569c349cb0 100644 --- a/ci-operator/jobs/openshift/ironic-image/openshift-ironic-image-release-4.2-postsubmits.yaml +++ b/ci-operator/jobs/openshift/ironic-image/openshift-ironic-image-release-4.2-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-ironic-image-release-4.2-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/ironic-image/openshift-ironic-image-release-4.2-presubmits.yaml b/ci-operator/jobs/openshift/ironic-image/openshift-ironic-image-release-4.2-presubmits.yaml index 941239ec34bb..ac957abddb5b 100644 --- a/ci-operator/jobs/openshift/ironic-image/openshift-ironic-image-release-4.2-presubmits.yaml +++ b/ci-operator/jobs/openshift/ironic-image/openshift-ironic-image-release-4.2-presubmits.yaml @@ -17,10 +17,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -38,6 +38,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -49,4 +52,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift/ironic-image/openshift-ironic-image-release-4.3-postsubmits.yaml b/ci-operator/jobs/openshift/ironic-image/openshift-ironic-image-release-4.3-postsubmits.yaml index d0fd097db8a8..73dd42263b59 100644 --- a/ci-operator/jobs/openshift/ironic-image/openshift-ironic-image-release-4.3-postsubmits.yaml +++ b/ci-operator/jobs/openshift/ironic-image/openshift-ironic-image-release-4.3-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-ironic-image-release-4.3-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/ironic-image/openshift-ironic-image-release-4.3-presubmits.yaml b/ci-operator/jobs/openshift/ironic-image/openshift-ironic-image-release-4.3-presubmits.yaml index 58998e5e1c58..c59cdae10290 100644 --- a/ci-operator/jobs/openshift/ironic-image/openshift-ironic-image-release-4.3-presubmits.yaml +++ b/ci-operator/jobs/openshift/ironic-image/openshift-ironic-image-release-4.3-presubmits.yaml @@ -17,10 +17,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -38,6 +38,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -49,4 +52,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift/ironic-image/openshift-ironic-image-release-4.4-postsubmits.yaml b/ci-operator/jobs/openshift/ironic-image/openshift-ironic-image-release-4.4-postsubmits.yaml index 9236e171ea39..21a55526ec19 100644 --- a/ci-operator/jobs/openshift/ironic-image/openshift-ironic-image-release-4.4-postsubmits.yaml +++ b/ci-operator/jobs/openshift/ironic-image/openshift-ironic-image-release-4.4-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-ironic-image-release-4.4-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/ironic-image/openshift-ironic-image-release-4.4-presubmits.yaml b/ci-operator/jobs/openshift/ironic-image/openshift-ironic-image-release-4.4-presubmits.yaml index 3906617e6c17..5339c4f60800 100644 --- a/ci-operator/jobs/openshift/ironic-image/openshift-ironic-image-release-4.4-presubmits.yaml +++ b/ci-operator/jobs/openshift/ironic-image/openshift-ironic-image-release-4.4-presubmits.yaml @@ -17,10 +17,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -38,6 +38,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -49,4 +52,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift/ironic-image/openshift-ironic-image-release-4.5-postsubmits.yaml b/ci-operator/jobs/openshift/ironic-image/openshift-ironic-image-release-4.5-postsubmits.yaml index 22e341d345a2..f9018d75a5c4 100644 --- a/ci-operator/jobs/openshift/ironic-image/openshift-ironic-image-release-4.5-postsubmits.yaml +++ b/ci-operator/jobs/openshift/ironic-image/openshift-ironic-image-release-4.5-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-ironic-image-release-4.5-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/ironic-image/openshift-ironic-image-release-4.5-presubmits.yaml b/ci-operator/jobs/openshift/ironic-image/openshift-ironic-image-release-4.5-presubmits.yaml index d5cc0c2b10bb..3593a9d74519 100644 --- a/ci-operator/jobs/openshift/ironic-image/openshift-ironic-image-release-4.5-presubmits.yaml +++ b/ci-operator/jobs/openshift/ironic-image/openshift-ironic-image-release-4.5-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-metal-ipi-cluster-profile - --target=e2e-metal-ipi command: @@ -46,6 +44,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -70,6 +71,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-metal-ipi,?($|\s.*) - agent: kubernetes always_run: true @@ -88,10 +92,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -108,6 +112,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -119,4 +126,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift/ironic-image/openshift-ironic-image-release-4.6-postsubmits.yaml b/ci-operator/jobs/openshift/ironic-image/openshift-ironic-image-release-4.6-postsubmits.yaml index e1c10c3639c4..5751d3ae897e 100644 --- a/ci-operator/jobs/openshift/ironic-image/openshift-ironic-image-release-4.6-postsubmits.yaml +++ b/ci-operator/jobs/openshift/ironic-image/openshift-ironic-image-release-4.6-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-ironic-image-release-4.6-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/ironic-image/openshift-ironic-image-release-4.6-presubmits.yaml b/ci-operator/jobs/openshift/ironic-image/openshift-ironic-image-release-4.6-presubmits.yaml index c607c26d6988..09d0e091fe4f 100644 --- a/ci-operator/jobs/openshift/ironic-image/openshift-ironic-image-release-4.6-presubmits.yaml +++ b/ci-operator/jobs/openshift/ironic-image/openshift-ironic-image-release-4.6-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-metal-ipi-cluster-profile - --target=e2e-metal-ipi command: @@ -46,6 +44,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -70,6 +71,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-metal-ipi,?($|\s.*) - agent: kubernetes always_run: true @@ -88,10 +92,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -109,6 +113,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -120,4 +127,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift/ironic-image/openshift-ironic-image-release-4.7-postsubmits.yaml b/ci-operator/jobs/openshift/ironic-image/openshift-ironic-image-release-4.7-postsubmits.yaml index fc87d730e371..4109f0134a2f 100644 --- a/ci-operator/jobs/openshift/ironic-image/openshift-ironic-image-release-4.7-postsubmits.yaml +++ b/ci-operator/jobs/openshift/ironic-image/openshift-ironic-image-release-4.7-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-ironic-image-release-4.7-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/ironic-image/openshift-ironic-image-release-4.7-presubmits.yaml b/ci-operator/jobs/openshift/ironic-image/openshift-ironic-image-release-4.7-presubmits.yaml index b454d6f83178..1bd5772fdab6 100644 --- a/ci-operator/jobs/openshift/ironic-image/openshift-ironic-image-release-4.7-presubmits.yaml +++ b/ci-operator/jobs/openshift/ironic-image/openshift-ironic-image-release-4.7-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-metal-ipi-cluster-profile - --target=e2e-metal-ipi command: @@ -46,6 +44,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -70,6 +71,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-metal-ipi,?($|\s.*) - agent: kubernetes always_run: true @@ -88,10 +92,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -109,6 +113,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -120,4 +127,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift/ironic-inspector-image/openshift-ironic-inspector-image-master-postsubmits.yaml b/ci-operator/jobs/openshift/ironic-inspector-image/openshift-ironic-inspector-image-master-postsubmits.yaml index cd7120069372..936c6fe79e2a 100644 --- a/ci-operator/jobs/openshift/ironic-inspector-image/openshift-ironic-inspector-image-master-postsubmits.yaml +++ b/ci-operator/jobs/openshift/ironic-inspector-image/openshift-ironic-inspector-image-master-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-ironic-inspector-image-master-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/ironic-inspector-image/openshift-ironic-inspector-image-master-presubmits.yaml b/ci-operator/jobs/openshift/ironic-inspector-image/openshift-ironic-inspector-image-master-presubmits.yaml index 61d1dadc13dd..241413eae04e 100644 --- a/ci-operator/jobs/openshift/ironic-inspector-image/openshift-ironic-inspector-image-master-presubmits.yaml +++ b/ci-operator/jobs/openshift/ironic-inspector-image/openshift-ironic-inspector-image-master-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-metal-ipi-cluster-profile - --target=e2e-metal-ipi command: @@ -46,6 +44,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -70,6 +71,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-metal-ipi,?($|\s.*) - agent: kubernetes always_run: true @@ -88,10 +92,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -109,6 +113,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -120,4 +127,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift/ironic-inspector-image/openshift-ironic-inspector-image-release-4.2-postsubmits.yaml b/ci-operator/jobs/openshift/ironic-inspector-image/openshift-ironic-inspector-image-release-4.2-postsubmits.yaml index 178a4dfd156f..163ed0da69ea 100644 --- a/ci-operator/jobs/openshift/ironic-inspector-image/openshift-ironic-inspector-image-release-4.2-postsubmits.yaml +++ b/ci-operator/jobs/openshift/ironic-inspector-image/openshift-ironic-inspector-image-release-4.2-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-ironic-inspector-image-release-4.2-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/ironic-inspector-image/openshift-ironic-inspector-image-release-4.2-presubmits.yaml b/ci-operator/jobs/openshift/ironic-inspector-image/openshift-ironic-inspector-image-release-4.2-presubmits.yaml index 71727ae5e75c..4ac07be1354d 100644 --- a/ci-operator/jobs/openshift/ironic-inspector-image/openshift-ironic-inspector-image-release-4.2-presubmits.yaml +++ b/ci-operator/jobs/openshift/ironic-inspector-image/openshift-ironic-inspector-image-release-4.2-presubmits.yaml @@ -17,10 +17,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -38,6 +38,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -49,4 +52,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift/ironic-inspector-image/openshift-ironic-inspector-image-release-4.3-postsubmits.yaml b/ci-operator/jobs/openshift/ironic-inspector-image/openshift-ironic-inspector-image-release-4.3-postsubmits.yaml index 0ef3beec4ea1..aad2369e5db0 100644 --- a/ci-operator/jobs/openshift/ironic-inspector-image/openshift-ironic-inspector-image-release-4.3-postsubmits.yaml +++ b/ci-operator/jobs/openshift/ironic-inspector-image/openshift-ironic-inspector-image-release-4.3-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-ironic-inspector-image-release-4.3-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/ironic-inspector-image/openshift-ironic-inspector-image-release-4.3-presubmits.yaml b/ci-operator/jobs/openshift/ironic-inspector-image/openshift-ironic-inspector-image-release-4.3-presubmits.yaml index f929e67d59b4..f470586df541 100644 --- a/ci-operator/jobs/openshift/ironic-inspector-image/openshift-ironic-inspector-image-release-4.3-presubmits.yaml +++ b/ci-operator/jobs/openshift/ironic-inspector-image/openshift-ironic-inspector-image-release-4.3-presubmits.yaml @@ -17,10 +17,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -38,6 +38,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -49,4 +52,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift/ironic-inspector-image/openshift-ironic-inspector-image-release-4.4-postsubmits.yaml b/ci-operator/jobs/openshift/ironic-inspector-image/openshift-ironic-inspector-image-release-4.4-postsubmits.yaml index 1edbb727f096..9d22a0d6fd51 100644 --- a/ci-operator/jobs/openshift/ironic-inspector-image/openshift-ironic-inspector-image-release-4.4-postsubmits.yaml +++ b/ci-operator/jobs/openshift/ironic-inspector-image/openshift-ironic-inspector-image-release-4.4-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-ironic-inspector-image-release-4.4-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/ironic-inspector-image/openshift-ironic-inspector-image-release-4.4-presubmits.yaml b/ci-operator/jobs/openshift/ironic-inspector-image/openshift-ironic-inspector-image-release-4.4-presubmits.yaml index 17f5c0dc0f27..f253c7fff208 100644 --- a/ci-operator/jobs/openshift/ironic-inspector-image/openshift-ironic-inspector-image-release-4.4-presubmits.yaml +++ b/ci-operator/jobs/openshift/ironic-inspector-image/openshift-ironic-inspector-image-release-4.4-presubmits.yaml @@ -17,10 +17,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -38,6 +38,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -49,4 +52,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift/ironic-inspector-image/openshift-ironic-inspector-image-release-4.5-postsubmits.yaml b/ci-operator/jobs/openshift/ironic-inspector-image/openshift-ironic-inspector-image-release-4.5-postsubmits.yaml index 2bfba50d8ac3..49cf643a9ead 100644 --- a/ci-operator/jobs/openshift/ironic-inspector-image/openshift-ironic-inspector-image-release-4.5-postsubmits.yaml +++ b/ci-operator/jobs/openshift/ironic-inspector-image/openshift-ironic-inspector-image-release-4.5-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-ironic-inspector-image-release-4.5-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/ironic-inspector-image/openshift-ironic-inspector-image-release-4.5-presubmits.yaml b/ci-operator/jobs/openshift/ironic-inspector-image/openshift-ironic-inspector-image-release-4.5-presubmits.yaml index 49a891bceef8..b25bcf78bb58 100644 --- a/ci-operator/jobs/openshift/ironic-inspector-image/openshift-ironic-inspector-image-release-4.5-presubmits.yaml +++ b/ci-operator/jobs/openshift/ironic-inspector-image/openshift-ironic-inspector-image-release-4.5-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-metal-ipi-cluster-profile - --target=e2e-metal-ipi command: @@ -46,6 +44,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -70,6 +71,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-metal-ipi,?($|\s.*) - agent: kubernetes always_run: true @@ -88,10 +92,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -108,6 +112,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -119,4 +126,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift/ironic-inspector-image/openshift-ironic-inspector-image-release-4.6-postsubmits.yaml b/ci-operator/jobs/openshift/ironic-inspector-image/openshift-ironic-inspector-image-release-4.6-postsubmits.yaml index 7be661866b8e..d490aae075b2 100644 --- a/ci-operator/jobs/openshift/ironic-inspector-image/openshift-ironic-inspector-image-release-4.6-postsubmits.yaml +++ b/ci-operator/jobs/openshift/ironic-inspector-image/openshift-ironic-inspector-image-release-4.6-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-ironic-inspector-image-release-4.6-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/ironic-inspector-image/openshift-ironic-inspector-image-release-4.6-presubmits.yaml b/ci-operator/jobs/openshift/ironic-inspector-image/openshift-ironic-inspector-image-release-4.6-presubmits.yaml index 0049d5ae17cc..7dfcd4bca8c5 100644 --- a/ci-operator/jobs/openshift/ironic-inspector-image/openshift-ironic-inspector-image-release-4.6-presubmits.yaml +++ b/ci-operator/jobs/openshift/ironic-inspector-image/openshift-ironic-inspector-image-release-4.6-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-metal-ipi-cluster-profile - --target=e2e-metal-ipi command: @@ -46,6 +44,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -70,6 +71,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-metal-ipi,?($|\s.*) - agent: kubernetes always_run: true @@ -88,10 +92,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -109,6 +113,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -120,4 +127,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift/ironic-inspector-image/openshift-ironic-inspector-image-release-4.7-postsubmits.yaml b/ci-operator/jobs/openshift/ironic-inspector-image/openshift-ironic-inspector-image-release-4.7-postsubmits.yaml index 401a019b948c..af4e73501519 100644 --- a/ci-operator/jobs/openshift/ironic-inspector-image/openshift-ironic-inspector-image-release-4.7-postsubmits.yaml +++ b/ci-operator/jobs/openshift/ironic-inspector-image/openshift-ironic-inspector-image-release-4.7-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-ironic-inspector-image-release-4.7-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/ironic-inspector-image/openshift-ironic-inspector-image-release-4.7-presubmits.yaml b/ci-operator/jobs/openshift/ironic-inspector-image/openshift-ironic-inspector-image-release-4.7-presubmits.yaml index fb112ec7b0a5..0e3da2e3a993 100644 --- a/ci-operator/jobs/openshift/ironic-inspector-image/openshift-ironic-inspector-image-release-4.7-presubmits.yaml +++ b/ci-operator/jobs/openshift/ironic-inspector-image/openshift-ironic-inspector-image-release-4.7-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-metal-ipi-cluster-profile - --target=e2e-metal-ipi command: @@ -46,6 +44,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -70,6 +71,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-metal-ipi,?($|\s.*) - agent: kubernetes always_run: true @@ -88,10 +92,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -109,6 +113,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -120,4 +127,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift/ironic-ipa-downloader/openshift-ironic-ipa-downloader-master-postsubmits.yaml b/ci-operator/jobs/openshift/ironic-ipa-downloader/openshift-ironic-ipa-downloader-master-postsubmits.yaml index 406e2bb0a6e9..03ce15be2b9e 100644 --- a/ci-operator/jobs/openshift/ironic-ipa-downloader/openshift-ironic-ipa-downloader-master-postsubmits.yaml +++ b/ci-operator/jobs/openshift/ironic-ipa-downloader/openshift-ironic-ipa-downloader-master-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-ironic-ipa-downloader-master-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/ironic-ipa-downloader/openshift-ironic-ipa-downloader-master-presubmits.yaml b/ci-operator/jobs/openshift/ironic-ipa-downloader/openshift-ironic-ipa-downloader-master-presubmits.yaml index eaa235f4a3e0..f5eb7e396ff3 100644 --- a/ci-operator/jobs/openshift/ironic-ipa-downloader/openshift-ironic-ipa-downloader-master-presubmits.yaml +++ b/ci-operator/jobs/openshift/ironic-ipa-downloader/openshift-ironic-ipa-downloader-master-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-metal-ipi-cluster-profile - --target=e2e-metal-ipi command: @@ -46,6 +44,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -70,6 +71,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-metal-ipi,?($|\s.*) - agent: kubernetes always_run: true @@ -88,10 +92,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -109,6 +113,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -120,4 +127,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift/ironic-ipa-downloader/openshift-ironic-ipa-downloader-release-4.2-postsubmits.yaml b/ci-operator/jobs/openshift/ironic-ipa-downloader/openshift-ironic-ipa-downloader-release-4.2-postsubmits.yaml index dc80682f14ac..2219aff342e0 100644 --- a/ci-operator/jobs/openshift/ironic-ipa-downloader/openshift-ironic-ipa-downloader-release-4.2-postsubmits.yaml +++ b/ci-operator/jobs/openshift/ironic-ipa-downloader/openshift-ironic-ipa-downloader-release-4.2-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-ironic-ipa-downloader-release-4.2-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/ironic-ipa-downloader/openshift-ironic-ipa-downloader-release-4.2-presubmits.yaml b/ci-operator/jobs/openshift/ironic-ipa-downloader/openshift-ironic-ipa-downloader-release-4.2-presubmits.yaml index ce9dbd85e133..91587409faea 100644 --- a/ci-operator/jobs/openshift/ironic-ipa-downloader/openshift-ironic-ipa-downloader-release-4.2-presubmits.yaml +++ b/ci-operator/jobs/openshift/ironic-ipa-downloader/openshift-ironic-ipa-downloader-release-4.2-presubmits.yaml @@ -17,10 +17,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -38,6 +38,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -49,4 +52,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift/ironic-ipa-downloader/openshift-ironic-ipa-downloader-release-4.3-postsubmits.yaml b/ci-operator/jobs/openshift/ironic-ipa-downloader/openshift-ironic-ipa-downloader-release-4.3-postsubmits.yaml index c9561759e222..184ddde8b672 100644 --- a/ci-operator/jobs/openshift/ironic-ipa-downloader/openshift-ironic-ipa-downloader-release-4.3-postsubmits.yaml +++ b/ci-operator/jobs/openshift/ironic-ipa-downloader/openshift-ironic-ipa-downloader-release-4.3-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-ironic-ipa-downloader-release-4.3-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/ironic-ipa-downloader/openshift-ironic-ipa-downloader-release-4.3-presubmits.yaml b/ci-operator/jobs/openshift/ironic-ipa-downloader/openshift-ironic-ipa-downloader-release-4.3-presubmits.yaml index 152bbaa162e3..fef49f643403 100644 --- a/ci-operator/jobs/openshift/ironic-ipa-downloader/openshift-ironic-ipa-downloader-release-4.3-presubmits.yaml +++ b/ci-operator/jobs/openshift/ironic-ipa-downloader/openshift-ironic-ipa-downloader-release-4.3-presubmits.yaml @@ -17,10 +17,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -38,6 +38,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -49,4 +52,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift/ironic-ipa-downloader/openshift-ironic-ipa-downloader-release-4.4-postsubmits.yaml b/ci-operator/jobs/openshift/ironic-ipa-downloader/openshift-ironic-ipa-downloader-release-4.4-postsubmits.yaml index 3f3eaaecbd13..2577f698c5a3 100644 --- a/ci-operator/jobs/openshift/ironic-ipa-downloader/openshift-ironic-ipa-downloader-release-4.4-postsubmits.yaml +++ b/ci-operator/jobs/openshift/ironic-ipa-downloader/openshift-ironic-ipa-downloader-release-4.4-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-ironic-ipa-downloader-release-4.4-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/ironic-ipa-downloader/openshift-ironic-ipa-downloader-release-4.4-presubmits.yaml b/ci-operator/jobs/openshift/ironic-ipa-downloader/openshift-ironic-ipa-downloader-release-4.4-presubmits.yaml index 35da6b4e4eac..203fa28cddc9 100644 --- a/ci-operator/jobs/openshift/ironic-ipa-downloader/openshift-ironic-ipa-downloader-release-4.4-presubmits.yaml +++ b/ci-operator/jobs/openshift/ironic-ipa-downloader/openshift-ironic-ipa-downloader-release-4.4-presubmits.yaml @@ -17,10 +17,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -38,6 +38,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -49,4 +52,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift/ironic-ipa-downloader/openshift-ironic-ipa-downloader-release-4.5-postsubmits.yaml b/ci-operator/jobs/openshift/ironic-ipa-downloader/openshift-ironic-ipa-downloader-release-4.5-postsubmits.yaml index ae1bd31bb83f..7ab613bb8de7 100644 --- a/ci-operator/jobs/openshift/ironic-ipa-downloader/openshift-ironic-ipa-downloader-release-4.5-postsubmits.yaml +++ b/ci-operator/jobs/openshift/ironic-ipa-downloader/openshift-ironic-ipa-downloader-release-4.5-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-ironic-ipa-downloader-release-4.5-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/ironic-ipa-downloader/openshift-ironic-ipa-downloader-release-4.5-presubmits.yaml b/ci-operator/jobs/openshift/ironic-ipa-downloader/openshift-ironic-ipa-downloader-release-4.5-presubmits.yaml index 654793c99ec9..bd5f66d74cb2 100644 --- a/ci-operator/jobs/openshift/ironic-ipa-downloader/openshift-ironic-ipa-downloader-release-4.5-presubmits.yaml +++ b/ci-operator/jobs/openshift/ironic-ipa-downloader/openshift-ironic-ipa-downloader-release-4.5-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-metal-ipi-cluster-profile - --target=e2e-metal-ipi command: @@ -46,6 +44,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -70,6 +71,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-metal-ipi,?($|\s.*) - agent: kubernetes always_run: true @@ -88,10 +92,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -108,6 +112,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -119,4 +126,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift/ironic-ipa-downloader/openshift-ironic-ipa-downloader-release-4.6-postsubmits.yaml b/ci-operator/jobs/openshift/ironic-ipa-downloader/openshift-ironic-ipa-downloader-release-4.6-postsubmits.yaml index 68fb491eb0e4..d0a28db309b8 100644 --- a/ci-operator/jobs/openshift/ironic-ipa-downloader/openshift-ironic-ipa-downloader-release-4.6-postsubmits.yaml +++ b/ci-operator/jobs/openshift/ironic-ipa-downloader/openshift-ironic-ipa-downloader-release-4.6-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-ironic-ipa-downloader-release-4.6-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/ironic-ipa-downloader/openshift-ironic-ipa-downloader-release-4.6-presubmits.yaml b/ci-operator/jobs/openshift/ironic-ipa-downloader/openshift-ironic-ipa-downloader-release-4.6-presubmits.yaml index 65bf90243f24..4d58a6babae5 100644 --- a/ci-operator/jobs/openshift/ironic-ipa-downloader/openshift-ironic-ipa-downloader-release-4.6-presubmits.yaml +++ b/ci-operator/jobs/openshift/ironic-ipa-downloader/openshift-ironic-ipa-downloader-release-4.6-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-metal-ipi-cluster-profile - --target=e2e-metal-ipi command: @@ -46,6 +44,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -70,6 +71,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-metal-ipi,?($|\s.*) - agent: kubernetes always_run: true @@ -88,10 +92,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -109,6 +113,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -120,4 +127,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift/ironic-ipa-downloader/openshift-ironic-ipa-downloader-release-4.7-postsubmits.yaml b/ci-operator/jobs/openshift/ironic-ipa-downloader/openshift-ironic-ipa-downloader-release-4.7-postsubmits.yaml index 62899652acc2..5776e9d0ab18 100644 --- a/ci-operator/jobs/openshift/ironic-ipa-downloader/openshift-ironic-ipa-downloader-release-4.7-postsubmits.yaml +++ b/ci-operator/jobs/openshift/ironic-ipa-downloader/openshift-ironic-ipa-downloader-release-4.7-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-ironic-ipa-downloader-release-4.7-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/ironic-ipa-downloader/openshift-ironic-ipa-downloader-release-4.7-presubmits.yaml b/ci-operator/jobs/openshift/ironic-ipa-downloader/openshift-ironic-ipa-downloader-release-4.7-presubmits.yaml index 1f42d2e2e590..8ba28ead1f91 100644 --- a/ci-operator/jobs/openshift/ironic-ipa-downloader/openshift-ironic-ipa-downloader-release-4.7-presubmits.yaml +++ b/ci-operator/jobs/openshift/ironic-ipa-downloader/openshift-ironic-ipa-downloader-release-4.7-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-metal-ipi-cluster-profile - --target=e2e-metal-ipi command: @@ -46,6 +44,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -70,6 +71,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-metal-ipi,?($|\s.*) - agent: kubernetes always_run: true @@ -88,10 +92,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -109,6 +113,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -120,4 +127,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift/ironic-rhcos-downloader/openshift-ironic-rhcos-downloader-master-postsubmits.yaml b/ci-operator/jobs/openshift/ironic-rhcos-downloader/openshift-ironic-rhcos-downloader-master-postsubmits.yaml index 3f026029306b..cb480b4b5dca 100644 --- a/ci-operator/jobs/openshift/ironic-rhcos-downloader/openshift-ironic-rhcos-downloader-master-postsubmits.yaml +++ b/ci-operator/jobs/openshift/ironic-rhcos-downloader/openshift-ironic-rhcos-downloader-master-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-ironic-rhcos-downloader-master-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/ironic-rhcos-downloader/openshift-ironic-rhcos-downloader-master-presubmits.yaml b/ci-operator/jobs/openshift/ironic-rhcos-downloader/openshift-ironic-rhcos-downloader-master-presubmits.yaml index 457df754e90b..ac8081bf2a53 100644 --- a/ci-operator/jobs/openshift/ironic-rhcos-downloader/openshift-ironic-rhcos-downloader-master-presubmits.yaml +++ b/ci-operator/jobs/openshift/ironic-rhcos-downloader/openshift-ironic-rhcos-downloader-master-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-metal-ipi-cluster-profile - --target=e2e-metal-ipi command: @@ -46,6 +44,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -70,6 +71,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-metal-ipi,?($|\s.*) - agent: kubernetes always_run: true @@ -88,10 +92,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -109,6 +113,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -120,4 +127,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift/ironic-rhcos-downloader/openshift-ironic-rhcos-downloader-release-4.2-postsubmits.yaml b/ci-operator/jobs/openshift/ironic-rhcos-downloader/openshift-ironic-rhcos-downloader-release-4.2-postsubmits.yaml index 4e19d50c887c..e8f2b868dfa5 100644 --- a/ci-operator/jobs/openshift/ironic-rhcos-downloader/openshift-ironic-rhcos-downloader-release-4.2-postsubmits.yaml +++ b/ci-operator/jobs/openshift/ironic-rhcos-downloader/openshift-ironic-rhcos-downloader-release-4.2-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-ironic-rhcos-downloader-release-4.2-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/ironic-rhcos-downloader/openshift-ironic-rhcos-downloader-release-4.2-presubmits.yaml b/ci-operator/jobs/openshift/ironic-rhcos-downloader/openshift-ironic-rhcos-downloader-release-4.2-presubmits.yaml index 0d657aa74dcc..f34fabd11f4b 100644 --- a/ci-operator/jobs/openshift/ironic-rhcos-downloader/openshift-ironic-rhcos-downloader-release-4.2-presubmits.yaml +++ b/ci-operator/jobs/openshift/ironic-rhcos-downloader/openshift-ironic-rhcos-downloader-release-4.2-presubmits.yaml @@ -17,10 +17,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -38,6 +38,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -49,4 +52,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift/ironic-rhcos-downloader/openshift-ironic-rhcos-downloader-release-4.3-postsubmits.yaml b/ci-operator/jobs/openshift/ironic-rhcos-downloader/openshift-ironic-rhcos-downloader-release-4.3-postsubmits.yaml index 35263189b5ac..6a337b91ca18 100644 --- a/ci-operator/jobs/openshift/ironic-rhcos-downloader/openshift-ironic-rhcos-downloader-release-4.3-postsubmits.yaml +++ b/ci-operator/jobs/openshift/ironic-rhcos-downloader/openshift-ironic-rhcos-downloader-release-4.3-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-ironic-rhcos-downloader-release-4.3-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/ironic-rhcos-downloader/openshift-ironic-rhcos-downloader-release-4.3-presubmits.yaml b/ci-operator/jobs/openshift/ironic-rhcos-downloader/openshift-ironic-rhcos-downloader-release-4.3-presubmits.yaml index 84bff27cdeee..5168bea7975e 100644 --- a/ci-operator/jobs/openshift/ironic-rhcos-downloader/openshift-ironic-rhcos-downloader-release-4.3-presubmits.yaml +++ b/ci-operator/jobs/openshift/ironic-rhcos-downloader/openshift-ironic-rhcos-downloader-release-4.3-presubmits.yaml @@ -17,10 +17,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -38,6 +38,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -49,4 +52,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift/ironic-rhcos-downloader/openshift-ironic-rhcos-downloader-release-4.4-postsubmits.yaml b/ci-operator/jobs/openshift/ironic-rhcos-downloader/openshift-ironic-rhcos-downloader-release-4.4-postsubmits.yaml index 5ec2242f843f..0866de484e15 100644 --- a/ci-operator/jobs/openshift/ironic-rhcos-downloader/openshift-ironic-rhcos-downloader-release-4.4-postsubmits.yaml +++ b/ci-operator/jobs/openshift/ironic-rhcos-downloader/openshift-ironic-rhcos-downloader-release-4.4-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-ironic-rhcos-downloader-release-4.4-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/ironic-rhcos-downloader/openshift-ironic-rhcos-downloader-release-4.4-presubmits.yaml b/ci-operator/jobs/openshift/ironic-rhcos-downloader/openshift-ironic-rhcos-downloader-release-4.4-presubmits.yaml index dc07daccc44e..f0b12bad5274 100644 --- a/ci-operator/jobs/openshift/ironic-rhcos-downloader/openshift-ironic-rhcos-downloader-release-4.4-presubmits.yaml +++ b/ci-operator/jobs/openshift/ironic-rhcos-downloader/openshift-ironic-rhcos-downloader-release-4.4-presubmits.yaml @@ -17,10 +17,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -38,6 +38,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -49,4 +52,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift/ironic-rhcos-downloader/openshift-ironic-rhcos-downloader-release-4.5-postsubmits.yaml b/ci-operator/jobs/openshift/ironic-rhcos-downloader/openshift-ironic-rhcos-downloader-release-4.5-postsubmits.yaml index ba4ad44cdb35..92f8eb7a870f 100644 --- a/ci-operator/jobs/openshift/ironic-rhcos-downloader/openshift-ironic-rhcos-downloader-release-4.5-postsubmits.yaml +++ b/ci-operator/jobs/openshift/ironic-rhcos-downloader/openshift-ironic-rhcos-downloader-release-4.5-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-ironic-rhcos-downloader-release-4.5-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/ironic-rhcos-downloader/openshift-ironic-rhcos-downloader-release-4.5-presubmits.yaml b/ci-operator/jobs/openshift/ironic-rhcos-downloader/openshift-ironic-rhcos-downloader-release-4.5-presubmits.yaml index 941adac9a0a7..8771d1af840a 100644 --- a/ci-operator/jobs/openshift/ironic-rhcos-downloader/openshift-ironic-rhcos-downloader-release-4.5-presubmits.yaml +++ b/ci-operator/jobs/openshift/ironic-rhcos-downloader/openshift-ironic-rhcos-downloader-release-4.5-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-metal-ipi-cluster-profile - --target=e2e-metal-ipi command: @@ -46,6 +44,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -70,6 +71,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-metal-ipi,?($|\s.*) - agent: kubernetes always_run: true @@ -88,10 +92,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -108,6 +112,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -119,4 +126,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift/ironic-rhcos-downloader/openshift-ironic-rhcos-downloader-release-4.6-postsubmits.yaml b/ci-operator/jobs/openshift/ironic-rhcos-downloader/openshift-ironic-rhcos-downloader-release-4.6-postsubmits.yaml index cfd90e4b8406..0a7da26ea856 100644 --- a/ci-operator/jobs/openshift/ironic-rhcos-downloader/openshift-ironic-rhcos-downloader-release-4.6-postsubmits.yaml +++ b/ci-operator/jobs/openshift/ironic-rhcos-downloader/openshift-ironic-rhcos-downloader-release-4.6-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-ironic-rhcos-downloader-release-4.6-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/ironic-rhcos-downloader/openshift-ironic-rhcos-downloader-release-4.6-presubmits.yaml b/ci-operator/jobs/openshift/ironic-rhcos-downloader/openshift-ironic-rhcos-downloader-release-4.6-presubmits.yaml index b83b4591259b..d7eb4aae2c18 100644 --- a/ci-operator/jobs/openshift/ironic-rhcos-downloader/openshift-ironic-rhcos-downloader-release-4.6-presubmits.yaml +++ b/ci-operator/jobs/openshift/ironic-rhcos-downloader/openshift-ironic-rhcos-downloader-release-4.6-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-metal-ipi-cluster-profile - --target=e2e-metal-ipi command: @@ -46,6 +44,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -70,6 +71,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-metal-ipi,?($|\s.*) - agent: kubernetes always_run: true @@ -88,10 +92,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -109,6 +113,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -120,4 +127,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift/ironic-rhcos-downloader/openshift-ironic-rhcos-downloader-release-4.7-postsubmits.yaml b/ci-operator/jobs/openshift/ironic-rhcos-downloader/openshift-ironic-rhcos-downloader-release-4.7-postsubmits.yaml index 98a35be0e6f6..6994ed5d0339 100644 --- a/ci-operator/jobs/openshift/ironic-rhcos-downloader/openshift-ironic-rhcos-downloader-release-4.7-postsubmits.yaml +++ b/ci-operator/jobs/openshift/ironic-rhcos-downloader/openshift-ironic-rhcos-downloader-release-4.7-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-ironic-rhcos-downloader-release-4.7-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/ironic-rhcos-downloader/openshift-ironic-rhcos-downloader-release-4.7-presubmits.yaml b/ci-operator/jobs/openshift/ironic-rhcos-downloader/openshift-ironic-rhcos-downloader-release-4.7-presubmits.yaml index 256619ef99b9..07a6abc2ecd0 100644 --- a/ci-operator/jobs/openshift/ironic-rhcos-downloader/openshift-ironic-rhcos-downloader-release-4.7-presubmits.yaml +++ b/ci-operator/jobs/openshift/ironic-rhcos-downloader/openshift-ironic-rhcos-downloader-release-4.7-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-metal-ipi-cluster-profile - --target=e2e-metal-ipi command: @@ -46,6 +44,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -70,6 +71,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-metal-ipi,?($|\s.*) - agent: kubernetes always_run: true @@ -88,10 +92,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -109,6 +113,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -120,4 +127,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift/ironic-static-ip-manager/openshift-ironic-static-ip-manager-master-postsubmits.yaml b/ci-operator/jobs/openshift/ironic-static-ip-manager/openshift-ironic-static-ip-manager-master-postsubmits.yaml index b13861037c04..64d13803c3bc 100644 --- a/ci-operator/jobs/openshift/ironic-static-ip-manager/openshift-ironic-static-ip-manager-master-postsubmits.yaml +++ b/ci-operator/jobs/openshift/ironic-static-ip-manager/openshift-ironic-static-ip-manager-master-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-ironic-static-ip-manager-master-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/ironic-static-ip-manager/openshift-ironic-static-ip-manager-master-presubmits.yaml b/ci-operator/jobs/openshift/ironic-static-ip-manager/openshift-ironic-static-ip-manager-master-presubmits.yaml index 5e7de82dcbfe..13eafbc31db2 100644 --- a/ci-operator/jobs/openshift/ironic-static-ip-manager/openshift-ironic-static-ip-manager-master-presubmits.yaml +++ b/ci-operator/jobs/openshift/ironic-static-ip-manager/openshift-ironic-static-ip-manager-master-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-metal-ipi-cluster-profile - --target=e2e-metal-ipi command: @@ -46,6 +44,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -70,6 +71,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-metal-ipi,?($|\s.*) - agent: kubernetes always_run: true @@ -88,10 +92,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -109,6 +113,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -120,4 +127,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift/ironic-static-ip-manager/openshift-ironic-static-ip-manager-release-4.2-postsubmits.yaml b/ci-operator/jobs/openshift/ironic-static-ip-manager/openshift-ironic-static-ip-manager-release-4.2-postsubmits.yaml index d3454e6c94e4..3c7a6e538869 100644 --- a/ci-operator/jobs/openshift/ironic-static-ip-manager/openshift-ironic-static-ip-manager-release-4.2-postsubmits.yaml +++ b/ci-operator/jobs/openshift/ironic-static-ip-manager/openshift-ironic-static-ip-manager-release-4.2-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-ironic-static-ip-manager-release-4.2-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/ironic-static-ip-manager/openshift-ironic-static-ip-manager-release-4.2-presubmits.yaml b/ci-operator/jobs/openshift/ironic-static-ip-manager/openshift-ironic-static-ip-manager-release-4.2-presubmits.yaml index 331e48159e67..5b52fbcaf3dc 100644 --- a/ci-operator/jobs/openshift/ironic-static-ip-manager/openshift-ironic-static-ip-manager-release-4.2-presubmits.yaml +++ b/ci-operator/jobs/openshift/ironic-static-ip-manager/openshift-ironic-static-ip-manager-release-4.2-presubmits.yaml @@ -17,10 +17,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -38,6 +38,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -49,4 +52,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift/ironic-static-ip-manager/openshift-ironic-static-ip-manager-release-4.3-postsubmits.yaml b/ci-operator/jobs/openshift/ironic-static-ip-manager/openshift-ironic-static-ip-manager-release-4.3-postsubmits.yaml index b1ab38cc2feb..2b164f68461d 100644 --- a/ci-operator/jobs/openshift/ironic-static-ip-manager/openshift-ironic-static-ip-manager-release-4.3-postsubmits.yaml +++ b/ci-operator/jobs/openshift/ironic-static-ip-manager/openshift-ironic-static-ip-manager-release-4.3-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-ironic-static-ip-manager-release-4.3-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/ironic-static-ip-manager/openshift-ironic-static-ip-manager-release-4.3-presubmits.yaml b/ci-operator/jobs/openshift/ironic-static-ip-manager/openshift-ironic-static-ip-manager-release-4.3-presubmits.yaml index 30755ae19625..89ee1ebf989b 100644 --- a/ci-operator/jobs/openshift/ironic-static-ip-manager/openshift-ironic-static-ip-manager-release-4.3-presubmits.yaml +++ b/ci-operator/jobs/openshift/ironic-static-ip-manager/openshift-ironic-static-ip-manager-release-4.3-presubmits.yaml @@ -17,10 +17,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -38,6 +38,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -49,4 +52,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift/ironic-static-ip-manager/openshift-ironic-static-ip-manager-release-4.4-postsubmits.yaml b/ci-operator/jobs/openshift/ironic-static-ip-manager/openshift-ironic-static-ip-manager-release-4.4-postsubmits.yaml index 09adb1bdf37b..36e0ef43a878 100644 --- a/ci-operator/jobs/openshift/ironic-static-ip-manager/openshift-ironic-static-ip-manager-release-4.4-postsubmits.yaml +++ b/ci-operator/jobs/openshift/ironic-static-ip-manager/openshift-ironic-static-ip-manager-release-4.4-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-ironic-static-ip-manager-release-4.4-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/ironic-static-ip-manager/openshift-ironic-static-ip-manager-release-4.4-presubmits.yaml b/ci-operator/jobs/openshift/ironic-static-ip-manager/openshift-ironic-static-ip-manager-release-4.4-presubmits.yaml index 76fc37db9dea..30d7764828f2 100644 --- a/ci-operator/jobs/openshift/ironic-static-ip-manager/openshift-ironic-static-ip-manager-release-4.4-presubmits.yaml +++ b/ci-operator/jobs/openshift/ironic-static-ip-manager/openshift-ironic-static-ip-manager-release-4.4-presubmits.yaml @@ -17,10 +17,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -38,6 +38,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -49,4 +52,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift/ironic-static-ip-manager/openshift-ironic-static-ip-manager-release-4.5-postsubmits.yaml b/ci-operator/jobs/openshift/ironic-static-ip-manager/openshift-ironic-static-ip-manager-release-4.5-postsubmits.yaml index 997dad496d96..deb46a05b0e9 100644 --- a/ci-operator/jobs/openshift/ironic-static-ip-manager/openshift-ironic-static-ip-manager-release-4.5-postsubmits.yaml +++ b/ci-operator/jobs/openshift/ironic-static-ip-manager/openshift-ironic-static-ip-manager-release-4.5-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-ironic-static-ip-manager-release-4.5-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/ironic-static-ip-manager/openshift-ironic-static-ip-manager-release-4.5-presubmits.yaml b/ci-operator/jobs/openshift/ironic-static-ip-manager/openshift-ironic-static-ip-manager-release-4.5-presubmits.yaml index f821f4cbf0d5..16a609f0a7b1 100644 --- a/ci-operator/jobs/openshift/ironic-static-ip-manager/openshift-ironic-static-ip-manager-release-4.5-presubmits.yaml +++ b/ci-operator/jobs/openshift/ironic-static-ip-manager/openshift-ironic-static-ip-manager-release-4.5-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-metal-ipi-cluster-profile - --target=e2e-metal-ipi command: @@ -46,6 +44,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -70,6 +71,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-metal-ipi,?($|\s.*) - agent: kubernetes always_run: true @@ -88,10 +92,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -108,6 +112,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -119,4 +126,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift/ironic-static-ip-manager/openshift-ironic-static-ip-manager-release-4.6-postsubmits.yaml b/ci-operator/jobs/openshift/ironic-static-ip-manager/openshift-ironic-static-ip-manager-release-4.6-postsubmits.yaml index 4accf874f13b..a218a7982a64 100644 --- a/ci-operator/jobs/openshift/ironic-static-ip-manager/openshift-ironic-static-ip-manager-release-4.6-postsubmits.yaml +++ b/ci-operator/jobs/openshift/ironic-static-ip-manager/openshift-ironic-static-ip-manager-release-4.6-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-ironic-static-ip-manager-release-4.6-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/ironic-static-ip-manager/openshift-ironic-static-ip-manager-release-4.6-presubmits.yaml b/ci-operator/jobs/openshift/ironic-static-ip-manager/openshift-ironic-static-ip-manager-release-4.6-presubmits.yaml index 432c8a50efed..d87dfcec8a91 100644 --- a/ci-operator/jobs/openshift/ironic-static-ip-manager/openshift-ironic-static-ip-manager-release-4.6-presubmits.yaml +++ b/ci-operator/jobs/openshift/ironic-static-ip-manager/openshift-ironic-static-ip-manager-release-4.6-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-metal-ipi-cluster-profile - --target=e2e-metal-ipi command: @@ -46,6 +44,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -70,6 +71,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-metal-ipi,?($|\s.*) - agent: kubernetes always_run: true @@ -88,10 +92,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -109,6 +113,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -120,4 +127,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift/ironic-static-ip-manager/openshift-ironic-static-ip-manager-release-4.7-postsubmits.yaml b/ci-operator/jobs/openshift/ironic-static-ip-manager/openshift-ironic-static-ip-manager-release-4.7-postsubmits.yaml index ca47d7f9f11d..7c9f8eaba960 100644 --- a/ci-operator/jobs/openshift/ironic-static-ip-manager/openshift-ironic-static-ip-manager-release-4.7-postsubmits.yaml +++ b/ci-operator/jobs/openshift/ironic-static-ip-manager/openshift-ironic-static-ip-manager-release-4.7-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-ironic-static-ip-manager-release-4.7-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/ironic-static-ip-manager/openshift-ironic-static-ip-manager-release-4.7-presubmits.yaml b/ci-operator/jobs/openshift/ironic-static-ip-manager/openshift-ironic-static-ip-manager-release-4.7-presubmits.yaml index aaa8c0339e7e..2e589d616948 100644 --- a/ci-operator/jobs/openshift/ironic-static-ip-manager/openshift-ironic-static-ip-manager-release-4.7-presubmits.yaml +++ b/ci-operator/jobs/openshift/ironic-static-ip-manager/openshift-ironic-static-ip-manager-release-4.7-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-metal-ipi-cluster-profile - --target=e2e-metal-ipi command: @@ -46,6 +44,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -70,6 +71,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-metal-ipi,?($|\s.*) - agent: kubernetes always_run: true @@ -88,10 +92,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -109,6 +113,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -120,4 +127,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift/jenkins-client-plugin/openshift-jenkins-client-plugin-master-postsubmits.yaml b/ci-operator/jobs/openshift/jenkins-client-plugin/openshift-jenkins-client-plugin-master-postsubmits.yaml index e914def046e1..17685f407e7c 100644 --- a/ci-operator/jobs/openshift/jenkins-client-plugin/openshift-jenkins-client-plugin-master-postsubmits.yaml +++ b/ci-operator/jobs/openshift/jenkins-client-plugin/openshift-jenkins-client-plugin-master-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-jenkins-client-plugin-master-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/jenkins-client-plugin/openshift-jenkins-client-plugin-master-presubmits.yaml b/ci-operator/jobs/openshift/jenkins-client-plugin/openshift-jenkins-client-plugin-master-presubmits.yaml index 8ab78d121091..a3c642faaa47 100644 --- a/ci-operator/jobs/openshift/jenkins-client-plugin/openshift-jenkins-client-plugin-master-presubmits.yaml +++ b/ci-operator/jobs/openshift/jenkins-client-plugin/openshift-jenkins-client-plugin-master-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-jenkins-cluster-profile - --target=e2e-aws-jenkins - --template=/usr/local/e2e-aws-jenkins @@ -57,6 +55,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -82,6 +83,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-jenkins,?($|\s.*) - agent: kubernetes always_run: true @@ -100,10 +104,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -121,6 +125,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -132,4 +139,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift/jenkins-client-plugin/openshift-jenkins-client-plugin-release-4.3-postsubmits.yaml b/ci-operator/jobs/openshift/jenkins-client-plugin/openshift-jenkins-client-plugin-release-4.3-postsubmits.yaml index 9d01f52c82c4..2d86bf12c71c 100644 --- a/ci-operator/jobs/openshift/jenkins-client-plugin/openshift-jenkins-client-plugin-release-4.3-postsubmits.yaml +++ b/ci-operator/jobs/openshift/jenkins-client-plugin/openshift-jenkins-client-plugin-release-4.3-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-jenkins-client-plugin-release-4.3-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/jenkins-client-plugin/openshift-jenkins-client-plugin-release-4.3-presubmits.yaml b/ci-operator/jobs/openshift/jenkins-client-plugin/openshift-jenkins-client-plugin-release-4.3-presubmits.yaml index db099c74d2d9..77777e363582 100644 --- a/ci-operator/jobs/openshift/jenkins-client-plugin/openshift-jenkins-client-plugin-release-4.3-presubmits.yaml +++ b/ci-operator/jobs/openshift/jenkins-client-plugin/openshift-jenkins-client-plugin-release-4.3-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-jenkins-cluster-profile - --target=e2e-aws-jenkins - --template=/usr/local/e2e-aws-jenkins @@ -57,6 +55,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -82,6 +83,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-jenkins,?($|\s.*) - agent: kubernetes always_run: true @@ -100,10 +104,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -121,6 +125,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -132,4 +139,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift/jenkins-client-plugin/openshift-jenkins-client-plugin-release-4.4-postsubmits.yaml b/ci-operator/jobs/openshift/jenkins-client-plugin/openshift-jenkins-client-plugin-release-4.4-postsubmits.yaml index d872a51b3d13..0bfe65db543f 100644 --- a/ci-operator/jobs/openshift/jenkins-client-plugin/openshift-jenkins-client-plugin-release-4.4-postsubmits.yaml +++ b/ci-operator/jobs/openshift/jenkins-client-plugin/openshift-jenkins-client-plugin-release-4.4-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-jenkins-client-plugin-release-4.4-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/jenkins-client-plugin/openshift-jenkins-client-plugin-release-4.4-presubmits.yaml b/ci-operator/jobs/openshift/jenkins-client-plugin/openshift-jenkins-client-plugin-release-4.4-presubmits.yaml index 8ddc88a242f1..7596f2f2a27d 100644 --- a/ci-operator/jobs/openshift/jenkins-client-plugin/openshift-jenkins-client-plugin-release-4.4-presubmits.yaml +++ b/ci-operator/jobs/openshift/jenkins-client-plugin/openshift-jenkins-client-plugin-release-4.4-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-jenkins-cluster-profile - --target=e2e-aws-jenkins - --template=/usr/local/e2e-aws-jenkins @@ -57,6 +55,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -82,6 +83,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-jenkins,?($|\s.*) - agent: kubernetes always_run: true @@ -100,10 +104,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -121,6 +125,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -132,4 +139,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift/jenkins-client-plugin/openshift-jenkins-client-plugin-release-4.5-postsubmits.yaml b/ci-operator/jobs/openshift/jenkins-client-plugin/openshift-jenkins-client-plugin-release-4.5-postsubmits.yaml index 921d545b6903..6fcf9a3cd44e 100644 --- a/ci-operator/jobs/openshift/jenkins-client-plugin/openshift-jenkins-client-plugin-release-4.5-postsubmits.yaml +++ b/ci-operator/jobs/openshift/jenkins-client-plugin/openshift-jenkins-client-plugin-release-4.5-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-jenkins-client-plugin-release-4.5-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/jenkins-client-plugin/openshift-jenkins-client-plugin-release-4.5-presubmits.yaml b/ci-operator/jobs/openshift/jenkins-client-plugin/openshift-jenkins-client-plugin-release-4.5-presubmits.yaml index c1c8d9d86151..e68d941f4acf 100644 --- a/ci-operator/jobs/openshift/jenkins-client-plugin/openshift-jenkins-client-plugin-release-4.5-presubmits.yaml +++ b/ci-operator/jobs/openshift/jenkins-client-plugin/openshift-jenkins-client-plugin-release-4.5-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-jenkins-cluster-profile - --target=e2e-aws-jenkins - --template=/usr/local/e2e-aws-jenkins @@ -57,6 +55,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -82,6 +83,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-jenkins,?($|\s.*) - agent: kubernetes always_run: true @@ -100,10 +104,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -120,6 +124,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -131,4 +138,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift/jenkins-client-plugin/openshift-jenkins-client-plugin-release-4.6-postsubmits.yaml b/ci-operator/jobs/openshift/jenkins-client-plugin/openshift-jenkins-client-plugin-release-4.6-postsubmits.yaml index 088e3fa4221c..fbcb481c627a 100644 --- a/ci-operator/jobs/openshift/jenkins-client-plugin/openshift-jenkins-client-plugin-release-4.6-postsubmits.yaml +++ b/ci-operator/jobs/openshift/jenkins-client-plugin/openshift-jenkins-client-plugin-release-4.6-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-jenkins-client-plugin-release-4.6-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/jenkins-client-plugin/openshift-jenkins-client-plugin-release-4.6-presubmits.yaml b/ci-operator/jobs/openshift/jenkins-client-plugin/openshift-jenkins-client-plugin-release-4.6-presubmits.yaml index f2e49b4271e7..d5db4f227538 100644 --- a/ci-operator/jobs/openshift/jenkins-client-plugin/openshift-jenkins-client-plugin-release-4.6-presubmits.yaml +++ b/ci-operator/jobs/openshift/jenkins-client-plugin/openshift-jenkins-client-plugin-release-4.6-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-jenkins-cluster-profile - --target=e2e-aws-jenkins - --template=/usr/local/e2e-aws-jenkins @@ -57,6 +55,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -82,6 +83,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-jenkins,?($|\s.*) - agent: kubernetes always_run: true @@ -100,10 +104,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -121,6 +125,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -132,4 +139,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift/jenkins-client-plugin/openshift-jenkins-client-plugin-release-4.7-postsubmits.yaml b/ci-operator/jobs/openshift/jenkins-client-plugin/openshift-jenkins-client-plugin-release-4.7-postsubmits.yaml index a96b55ee37ab..7ad5855bee2a 100644 --- a/ci-operator/jobs/openshift/jenkins-client-plugin/openshift-jenkins-client-plugin-release-4.7-postsubmits.yaml +++ b/ci-operator/jobs/openshift/jenkins-client-plugin/openshift-jenkins-client-plugin-release-4.7-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-jenkins-client-plugin-release-4.7-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/jenkins-client-plugin/openshift-jenkins-client-plugin-release-4.7-presubmits.yaml b/ci-operator/jobs/openshift/jenkins-client-plugin/openshift-jenkins-client-plugin-release-4.7-presubmits.yaml index adfaefe08d08..a7916ccd362b 100644 --- a/ci-operator/jobs/openshift/jenkins-client-plugin/openshift-jenkins-client-plugin-release-4.7-presubmits.yaml +++ b/ci-operator/jobs/openshift/jenkins-client-plugin/openshift-jenkins-client-plugin-release-4.7-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-jenkins-cluster-profile - --target=e2e-aws-jenkins - --template=/usr/local/e2e-aws-jenkins @@ -57,6 +55,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -82,6 +83,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-jenkins,?($|\s.*) - agent: kubernetes always_run: true @@ -100,10 +104,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -121,6 +125,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -132,4 +139,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift/jenkins-openshift-login-plugin/openshift-jenkins-openshift-login-plugin-master-postsubmits.yaml b/ci-operator/jobs/openshift/jenkins-openshift-login-plugin/openshift-jenkins-openshift-login-plugin-master-postsubmits.yaml index d6d36aa3ae4d..8e1b5e9f7429 100644 --- a/ci-operator/jobs/openshift/jenkins-openshift-login-plugin/openshift-jenkins-openshift-login-plugin-master-postsubmits.yaml +++ b/ci-operator/jobs/openshift/jenkins-openshift-login-plugin/openshift-jenkins-openshift-login-plugin-master-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-jenkins-openshift-login-plugin-master-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/jenkins-openshift-login-plugin/openshift-jenkins-openshift-login-plugin-master-presubmits.yaml b/ci-operator/jobs/openshift/jenkins-openshift-login-plugin/openshift-jenkins-openshift-login-plugin-master-presubmits.yaml index 2651e31217df..ed2fc28d0a37 100644 --- a/ci-operator/jobs/openshift/jenkins-openshift-login-plugin/openshift-jenkins-openshift-login-plugin-master-presubmits.yaml +++ b/ci-operator/jobs/openshift/jenkins-openshift-login-plugin/openshift-jenkins-openshift-login-plugin-master-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-jenkins-cluster-profile - --target=e2e-aws-jenkins - --template=/usr/local/e2e-aws-jenkins @@ -57,6 +55,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -82,6 +83,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-jenkins,?($|\s.*) - agent: kubernetes always_run: true @@ -100,10 +104,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -121,6 +125,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -132,4 +139,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift/jenkins-openshift-login-plugin/openshift-jenkins-openshift-login-plugin-release-4.3-postsubmits.yaml b/ci-operator/jobs/openshift/jenkins-openshift-login-plugin/openshift-jenkins-openshift-login-plugin-release-4.3-postsubmits.yaml index 920dd3d04a10..851d8e5e8e1e 100644 --- a/ci-operator/jobs/openshift/jenkins-openshift-login-plugin/openshift-jenkins-openshift-login-plugin-release-4.3-postsubmits.yaml +++ b/ci-operator/jobs/openshift/jenkins-openshift-login-plugin/openshift-jenkins-openshift-login-plugin-release-4.3-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-jenkins-openshift-login-plugin-release-4.3-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/jenkins-openshift-login-plugin/openshift-jenkins-openshift-login-plugin-release-4.3-presubmits.yaml b/ci-operator/jobs/openshift/jenkins-openshift-login-plugin/openshift-jenkins-openshift-login-plugin-release-4.3-presubmits.yaml index 036871f28425..dfead30f7bc6 100644 --- a/ci-operator/jobs/openshift/jenkins-openshift-login-plugin/openshift-jenkins-openshift-login-plugin-release-4.3-presubmits.yaml +++ b/ci-operator/jobs/openshift/jenkins-openshift-login-plugin/openshift-jenkins-openshift-login-plugin-release-4.3-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-jenkins-cluster-profile - --target=e2e-aws-jenkins - --template=/usr/local/e2e-aws-jenkins @@ -57,6 +55,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -82,6 +83,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-jenkins,?($|\s.*) - agent: kubernetes always_run: true @@ -100,10 +104,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -121,6 +125,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -132,4 +139,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift/jenkins-openshift-login-plugin/openshift-jenkins-openshift-login-plugin-release-4.4-postsubmits.yaml b/ci-operator/jobs/openshift/jenkins-openshift-login-plugin/openshift-jenkins-openshift-login-plugin-release-4.4-postsubmits.yaml index 40bb440f1770..8820470065fb 100644 --- a/ci-operator/jobs/openshift/jenkins-openshift-login-plugin/openshift-jenkins-openshift-login-plugin-release-4.4-postsubmits.yaml +++ b/ci-operator/jobs/openshift/jenkins-openshift-login-plugin/openshift-jenkins-openshift-login-plugin-release-4.4-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-jenkins-openshift-login-plugin-release-4.4-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/jenkins-openshift-login-plugin/openshift-jenkins-openshift-login-plugin-release-4.4-presubmits.yaml b/ci-operator/jobs/openshift/jenkins-openshift-login-plugin/openshift-jenkins-openshift-login-plugin-release-4.4-presubmits.yaml index fdca4de17c80..39c704f1b33e 100644 --- a/ci-operator/jobs/openshift/jenkins-openshift-login-plugin/openshift-jenkins-openshift-login-plugin-release-4.4-presubmits.yaml +++ b/ci-operator/jobs/openshift/jenkins-openshift-login-plugin/openshift-jenkins-openshift-login-plugin-release-4.4-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-jenkins-cluster-profile - --target=e2e-aws-jenkins - --template=/usr/local/e2e-aws-jenkins @@ -57,6 +55,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -82,6 +83,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-jenkins,?($|\s.*) - agent: kubernetes always_run: true @@ -100,10 +104,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -121,6 +125,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -132,4 +139,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift/jenkins-openshift-login-plugin/openshift-jenkins-openshift-login-plugin-release-4.5-postsubmits.yaml b/ci-operator/jobs/openshift/jenkins-openshift-login-plugin/openshift-jenkins-openshift-login-plugin-release-4.5-postsubmits.yaml index 00d793dca1ba..4c338fbe9a53 100644 --- a/ci-operator/jobs/openshift/jenkins-openshift-login-plugin/openshift-jenkins-openshift-login-plugin-release-4.5-postsubmits.yaml +++ b/ci-operator/jobs/openshift/jenkins-openshift-login-plugin/openshift-jenkins-openshift-login-plugin-release-4.5-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-jenkins-openshift-login-plugin-release-4.5-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/jenkins-openshift-login-plugin/openshift-jenkins-openshift-login-plugin-release-4.5-presubmits.yaml b/ci-operator/jobs/openshift/jenkins-openshift-login-plugin/openshift-jenkins-openshift-login-plugin-release-4.5-presubmits.yaml index 6c0c3a3c30df..0a5ca73f4534 100644 --- a/ci-operator/jobs/openshift/jenkins-openshift-login-plugin/openshift-jenkins-openshift-login-plugin-release-4.5-presubmits.yaml +++ b/ci-operator/jobs/openshift/jenkins-openshift-login-plugin/openshift-jenkins-openshift-login-plugin-release-4.5-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-jenkins-cluster-profile - --target=e2e-aws-jenkins - --template=/usr/local/e2e-aws-jenkins @@ -57,6 +55,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -82,6 +83,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-jenkins,?($|\s.*) - agent: kubernetes always_run: true @@ -100,10 +104,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -120,6 +124,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -131,4 +138,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift/jenkins-openshift-login-plugin/openshift-jenkins-openshift-login-plugin-release-4.6-postsubmits.yaml b/ci-operator/jobs/openshift/jenkins-openshift-login-plugin/openshift-jenkins-openshift-login-plugin-release-4.6-postsubmits.yaml index bb34c5a99049..bf6be3da5667 100644 --- a/ci-operator/jobs/openshift/jenkins-openshift-login-plugin/openshift-jenkins-openshift-login-plugin-release-4.6-postsubmits.yaml +++ b/ci-operator/jobs/openshift/jenkins-openshift-login-plugin/openshift-jenkins-openshift-login-plugin-release-4.6-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-jenkins-openshift-login-plugin-release-4.6-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/jenkins-openshift-login-plugin/openshift-jenkins-openshift-login-plugin-release-4.6-presubmits.yaml b/ci-operator/jobs/openshift/jenkins-openshift-login-plugin/openshift-jenkins-openshift-login-plugin-release-4.6-presubmits.yaml index 6183a2ee93ee..6c73efca913e 100644 --- a/ci-operator/jobs/openshift/jenkins-openshift-login-plugin/openshift-jenkins-openshift-login-plugin-release-4.6-presubmits.yaml +++ b/ci-operator/jobs/openshift/jenkins-openshift-login-plugin/openshift-jenkins-openshift-login-plugin-release-4.6-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-jenkins-cluster-profile - --target=e2e-aws-jenkins - --template=/usr/local/e2e-aws-jenkins @@ -57,6 +55,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -82,6 +83,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-jenkins,?($|\s.*) - agent: kubernetes always_run: true @@ -100,10 +104,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -121,6 +125,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -132,4 +139,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift/jenkins-openshift-login-plugin/openshift-jenkins-openshift-login-plugin-release-4.7-postsubmits.yaml b/ci-operator/jobs/openshift/jenkins-openshift-login-plugin/openshift-jenkins-openshift-login-plugin-release-4.7-postsubmits.yaml index 7ecd93e79341..1461e7edf5fa 100644 --- a/ci-operator/jobs/openshift/jenkins-openshift-login-plugin/openshift-jenkins-openshift-login-plugin-release-4.7-postsubmits.yaml +++ b/ci-operator/jobs/openshift/jenkins-openshift-login-plugin/openshift-jenkins-openshift-login-plugin-release-4.7-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-jenkins-openshift-login-plugin-release-4.7-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/jenkins-openshift-login-plugin/openshift-jenkins-openshift-login-plugin-release-4.7-presubmits.yaml b/ci-operator/jobs/openshift/jenkins-openshift-login-plugin/openshift-jenkins-openshift-login-plugin-release-4.7-presubmits.yaml index 03ca662bcdb3..69a166bf2536 100644 --- a/ci-operator/jobs/openshift/jenkins-openshift-login-plugin/openshift-jenkins-openshift-login-plugin-release-4.7-presubmits.yaml +++ b/ci-operator/jobs/openshift/jenkins-openshift-login-plugin/openshift-jenkins-openshift-login-plugin-release-4.7-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-jenkins-cluster-profile - --target=e2e-aws-jenkins - --template=/usr/local/e2e-aws-jenkins @@ -57,6 +55,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -82,6 +83,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-jenkins,?($|\s.*) - agent: kubernetes always_run: true @@ -100,10 +104,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -121,6 +125,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -132,4 +139,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift/jenkins-sync-plugin/openshift-jenkins-sync-plugin-master-postsubmits.yaml b/ci-operator/jobs/openshift/jenkins-sync-plugin/openshift-jenkins-sync-plugin-master-postsubmits.yaml index 322a4d9ded84..7fda81bc1a68 100644 --- a/ci-operator/jobs/openshift/jenkins-sync-plugin/openshift-jenkins-sync-plugin-master-postsubmits.yaml +++ b/ci-operator/jobs/openshift/jenkins-sync-plugin/openshift-jenkins-sync-plugin-master-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-jenkins-sync-plugin-master-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/jenkins-sync-plugin/openshift-jenkins-sync-plugin-master-presubmits.yaml b/ci-operator/jobs/openshift/jenkins-sync-plugin/openshift-jenkins-sync-plugin-master-presubmits.yaml index 523ff0efe05a..3fe1a887675b 100644 --- a/ci-operator/jobs/openshift/jenkins-sync-plugin/openshift-jenkins-sync-plugin-master-presubmits.yaml +++ b/ci-operator/jobs/openshift/jenkins-sync-plugin/openshift-jenkins-sync-plugin-master-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-jenkins-cluster-profile - --target=e2e-aws-jenkins - --template=/usr/local/e2e-aws-jenkins @@ -57,6 +55,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -82,6 +83,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-jenkins,?($|\s.*) - agent: kubernetes always_run: true @@ -100,10 +104,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -121,6 +125,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -132,4 +139,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift/jenkins-sync-plugin/openshift-jenkins-sync-plugin-release-4.3-postsubmits.yaml b/ci-operator/jobs/openshift/jenkins-sync-plugin/openshift-jenkins-sync-plugin-release-4.3-postsubmits.yaml index 4d7982ff4790..d1ef7aa78c00 100644 --- a/ci-operator/jobs/openshift/jenkins-sync-plugin/openshift-jenkins-sync-plugin-release-4.3-postsubmits.yaml +++ b/ci-operator/jobs/openshift/jenkins-sync-plugin/openshift-jenkins-sync-plugin-release-4.3-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-jenkins-sync-plugin-release-4.3-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/jenkins-sync-plugin/openshift-jenkins-sync-plugin-release-4.3-presubmits.yaml b/ci-operator/jobs/openshift/jenkins-sync-plugin/openshift-jenkins-sync-plugin-release-4.3-presubmits.yaml index d9a84eb1bf3d..f647dda8f8d5 100644 --- a/ci-operator/jobs/openshift/jenkins-sync-plugin/openshift-jenkins-sync-plugin-release-4.3-presubmits.yaml +++ b/ci-operator/jobs/openshift/jenkins-sync-plugin/openshift-jenkins-sync-plugin-release-4.3-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-jenkins-cluster-profile - --target=e2e-aws-jenkins - --template=/usr/local/e2e-aws-jenkins @@ -57,6 +55,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -82,6 +83,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-jenkins,?($|\s.*) - agent: kubernetes always_run: true @@ -100,10 +104,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -121,6 +125,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -132,4 +139,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift/jenkins-sync-plugin/openshift-jenkins-sync-plugin-release-4.4-postsubmits.yaml b/ci-operator/jobs/openshift/jenkins-sync-plugin/openshift-jenkins-sync-plugin-release-4.4-postsubmits.yaml index 730a2e71cd12..d32644815bd4 100644 --- a/ci-operator/jobs/openshift/jenkins-sync-plugin/openshift-jenkins-sync-plugin-release-4.4-postsubmits.yaml +++ b/ci-operator/jobs/openshift/jenkins-sync-plugin/openshift-jenkins-sync-plugin-release-4.4-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-jenkins-sync-plugin-release-4.4-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/jenkins-sync-plugin/openshift-jenkins-sync-plugin-release-4.4-presubmits.yaml b/ci-operator/jobs/openshift/jenkins-sync-plugin/openshift-jenkins-sync-plugin-release-4.4-presubmits.yaml index 4de05842f14f..33dd837ffb56 100644 --- a/ci-operator/jobs/openshift/jenkins-sync-plugin/openshift-jenkins-sync-plugin-release-4.4-presubmits.yaml +++ b/ci-operator/jobs/openshift/jenkins-sync-plugin/openshift-jenkins-sync-plugin-release-4.4-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-jenkins-cluster-profile - --target=e2e-aws-jenkins - --template=/usr/local/e2e-aws-jenkins @@ -57,6 +55,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -82,6 +83,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-jenkins,?($|\s.*) - agent: kubernetes always_run: true @@ -100,10 +104,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -121,6 +125,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -132,4 +139,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift/jenkins-sync-plugin/openshift-jenkins-sync-plugin-release-4.5-postsubmits.yaml b/ci-operator/jobs/openshift/jenkins-sync-plugin/openshift-jenkins-sync-plugin-release-4.5-postsubmits.yaml index ebd9a40137c2..35a0ee54ebc4 100644 --- a/ci-operator/jobs/openshift/jenkins-sync-plugin/openshift-jenkins-sync-plugin-release-4.5-postsubmits.yaml +++ b/ci-operator/jobs/openshift/jenkins-sync-plugin/openshift-jenkins-sync-plugin-release-4.5-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-jenkins-sync-plugin-release-4.5-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/jenkins-sync-plugin/openshift-jenkins-sync-plugin-release-4.5-presubmits.yaml b/ci-operator/jobs/openshift/jenkins-sync-plugin/openshift-jenkins-sync-plugin-release-4.5-presubmits.yaml index 75c3d375aa3f..cb95ab40591d 100644 --- a/ci-operator/jobs/openshift/jenkins-sync-plugin/openshift-jenkins-sync-plugin-release-4.5-presubmits.yaml +++ b/ci-operator/jobs/openshift/jenkins-sync-plugin/openshift-jenkins-sync-plugin-release-4.5-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-jenkins-cluster-profile - --target=e2e-aws-jenkins - --template=/usr/local/e2e-aws-jenkins @@ -57,6 +55,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -82,6 +83,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-jenkins,?($|\s.*) - agent: kubernetes always_run: true @@ -100,10 +104,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -120,6 +124,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -131,4 +138,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift/jenkins-sync-plugin/openshift-jenkins-sync-plugin-release-4.6-postsubmits.yaml b/ci-operator/jobs/openshift/jenkins-sync-plugin/openshift-jenkins-sync-plugin-release-4.6-postsubmits.yaml index 170368ba785b..3a6b39a29aa3 100644 --- a/ci-operator/jobs/openshift/jenkins-sync-plugin/openshift-jenkins-sync-plugin-release-4.6-postsubmits.yaml +++ b/ci-operator/jobs/openshift/jenkins-sync-plugin/openshift-jenkins-sync-plugin-release-4.6-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-jenkins-sync-plugin-release-4.6-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/jenkins-sync-plugin/openshift-jenkins-sync-plugin-release-4.6-presubmits.yaml b/ci-operator/jobs/openshift/jenkins-sync-plugin/openshift-jenkins-sync-plugin-release-4.6-presubmits.yaml index ea2bb823c0e9..1e71fcd5f1fd 100644 --- a/ci-operator/jobs/openshift/jenkins-sync-plugin/openshift-jenkins-sync-plugin-release-4.6-presubmits.yaml +++ b/ci-operator/jobs/openshift/jenkins-sync-plugin/openshift-jenkins-sync-plugin-release-4.6-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-jenkins-cluster-profile - --target=e2e-aws-jenkins - --template=/usr/local/e2e-aws-jenkins @@ -57,6 +55,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -82,6 +83,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-jenkins,?($|\s.*) - agent: kubernetes always_run: true @@ -100,10 +104,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -121,6 +125,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -132,4 +139,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift/jenkins-sync-plugin/openshift-jenkins-sync-plugin-release-4.7-postsubmits.yaml b/ci-operator/jobs/openshift/jenkins-sync-plugin/openshift-jenkins-sync-plugin-release-4.7-postsubmits.yaml index 59dad0c72788..4944f011b68a 100644 --- a/ci-operator/jobs/openshift/jenkins-sync-plugin/openshift-jenkins-sync-plugin-release-4.7-postsubmits.yaml +++ b/ci-operator/jobs/openshift/jenkins-sync-plugin/openshift-jenkins-sync-plugin-release-4.7-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-jenkins-sync-plugin-release-4.7-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/jenkins-sync-plugin/openshift-jenkins-sync-plugin-release-4.7-presubmits.yaml b/ci-operator/jobs/openshift/jenkins-sync-plugin/openshift-jenkins-sync-plugin-release-4.7-presubmits.yaml index ea161ddf187b..9941898d393f 100644 --- a/ci-operator/jobs/openshift/jenkins-sync-plugin/openshift-jenkins-sync-plugin-release-4.7-presubmits.yaml +++ b/ci-operator/jobs/openshift/jenkins-sync-plugin/openshift-jenkins-sync-plugin-release-4.7-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-jenkins-cluster-profile - --target=e2e-aws-jenkins - --template=/usr/local/e2e-aws-jenkins @@ -57,6 +55,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -82,6 +83,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-jenkins,?($|\s.*) - agent: kubernetes always_run: true @@ -100,10 +104,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -121,6 +125,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -132,4 +139,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift/jenkins/openshift-jenkins-master-postsubmits.yaml b/ci-operator/jobs/openshift/jenkins/openshift-jenkins-master-postsubmits.yaml index 31344bb46991..7c1e8b5de9c8 100644 --- a/ci-operator/jobs/openshift/jenkins/openshift-jenkins-master-postsubmits.yaml +++ b/ci-operator/jobs/openshift/jenkins/openshift-jenkins-master-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-jenkins-master-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/jenkins/openshift-jenkins-master-presubmits.yaml b/ci-operator/jobs/openshift/jenkins/openshift-jenkins-master-presubmits.yaml index 0e2c53d0cde4..0bc7881ccfee 100644 --- a/ci-operator/jobs/openshift/jenkins/openshift-jenkins-master-presubmits.yaml +++ b/ci-operator/jobs/openshift/jenkins/openshift-jenkins-master-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -46,6 +44,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -68,6 +69,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -86,13 +90,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-jenkins-cluster-profile - --target=e2e-aws-jenkins - --template=/usr/local/e2e-aws-jenkins @@ -126,6 +128,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -151,6 +156,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-jenkins,?($|\s.*) - agent: kubernetes always_run: true @@ -169,10 +177,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -190,6 +198,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -201,4 +212,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift/jenkins/openshift-jenkins-openshift-3.11-presubmits.yaml b/ci-operator/jobs/openshift/jenkins/openshift-jenkins-openshift-3.11-presubmits.yaml index 80361266157b..5b8a622f3007 100644 --- a/ci-operator/jobs/openshift/jenkins/openshift-jenkins-openshift-3.11-presubmits.yaml +++ b/ci-operator/jobs/openshift/jenkins/openshift-jenkins-openshift-3.11-presubmits.yaml @@ -90,10 +90,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -110,6 +110,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -121,4 +124,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift/jenkins/openshift-jenkins-release-4.1-postsubmits.yaml b/ci-operator/jobs/openshift/jenkins/openshift-jenkins-release-4.1-postsubmits.yaml index 2c162e5c5d20..b3b97595369a 100644 --- a/ci-operator/jobs/openshift/jenkins/openshift-jenkins-release-4.1-postsubmits.yaml +++ b/ci-operator/jobs/openshift/jenkins/openshift-jenkins-release-4.1-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-jenkins-release-4.1-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/jenkins/openshift-jenkins-release-4.1-presubmits.yaml b/ci-operator/jobs/openshift/jenkins/openshift-jenkins-release-4.1-presubmits.yaml index 9661601f9062..9c4f04b656ca 100644 --- a/ci-operator/jobs/openshift/jenkins/openshift-jenkins-release-4.1-presubmits.yaml +++ b/ci-operator/jobs/openshift/jenkins/openshift-jenkins-release-4.1-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -46,6 +44,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -68,6 +69,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -86,13 +90,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-jenkins-cluster-profile - --target=e2e-aws-jenkins - --template=/usr/local/e2e-aws-jenkins @@ -126,6 +128,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -151,6 +156,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-jenkins,?($|\s.*) - agent: kubernetes always_run: true @@ -169,10 +177,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -190,6 +198,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -201,4 +212,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift/jenkins/openshift-jenkins-release-4.2-postsubmits.yaml b/ci-operator/jobs/openshift/jenkins/openshift-jenkins-release-4.2-postsubmits.yaml index 788dd2680579..424e7a86fed9 100644 --- a/ci-operator/jobs/openshift/jenkins/openshift-jenkins-release-4.2-postsubmits.yaml +++ b/ci-operator/jobs/openshift/jenkins/openshift-jenkins-release-4.2-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-jenkins-release-4.2-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/jenkins/openshift-jenkins-release-4.2-presubmits.yaml b/ci-operator/jobs/openshift/jenkins/openshift-jenkins-release-4.2-presubmits.yaml index e99a13e5919e..c80581bdbe1b 100644 --- a/ci-operator/jobs/openshift/jenkins/openshift-jenkins-release-4.2-presubmits.yaml +++ b/ci-operator/jobs/openshift/jenkins/openshift-jenkins-release-4.2-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -46,6 +44,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -68,6 +69,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -86,13 +90,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-jenkins-cluster-profile - --target=e2e-aws-jenkins - --template=/usr/local/e2e-aws-jenkins @@ -126,6 +128,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -151,6 +156,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-jenkins,?($|\s.*) - agent: kubernetes always_run: true @@ -169,10 +177,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -190,6 +198,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -201,4 +212,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift/jenkins/openshift-jenkins-release-4.3-postsubmits.yaml b/ci-operator/jobs/openshift/jenkins/openshift-jenkins-release-4.3-postsubmits.yaml index 61182a4cb32f..7061d731e5f7 100644 --- a/ci-operator/jobs/openshift/jenkins/openshift-jenkins-release-4.3-postsubmits.yaml +++ b/ci-operator/jobs/openshift/jenkins/openshift-jenkins-release-4.3-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-jenkins-release-4.3-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/jenkins/openshift-jenkins-release-4.3-presubmits.yaml b/ci-operator/jobs/openshift/jenkins/openshift-jenkins-release-4.3-presubmits.yaml index 51616a8ad15c..da62d72f1d8f 100644 --- a/ci-operator/jobs/openshift/jenkins/openshift-jenkins-release-4.3-presubmits.yaml +++ b/ci-operator/jobs/openshift/jenkins/openshift-jenkins-release-4.3-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -46,6 +44,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -68,6 +69,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -86,13 +90,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-jenkins-cluster-profile - --target=e2e-aws-jenkins - --template=/usr/local/e2e-aws-jenkins @@ -126,6 +128,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -151,6 +156,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-jenkins,?($|\s.*) - agent: kubernetes always_run: true @@ -169,10 +177,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -190,6 +198,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -201,4 +212,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift/jenkins/openshift-jenkins-release-4.4-postsubmits.yaml b/ci-operator/jobs/openshift/jenkins/openshift-jenkins-release-4.4-postsubmits.yaml index 6e075bda0e35..175c3d51964e 100644 --- a/ci-operator/jobs/openshift/jenkins/openshift-jenkins-release-4.4-postsubmits.yaml +++ b/ci-operator/jobs/openshift/jenkins/openshift-jenkins-release-4.4-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-jenkins-release-4.4-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/jenkins/openshift-jenkins-release-4.4-presubmits.yaml b/ci-operator/jobs/openshift/jenkins/openshift-jenkins-release-4.4-presubmits.yaml index f010d53bf574..320efc256d6b 100644 --- a/ci-operator/jobs/openshift/jenkins/openshift-jenkins-release-4.4-presubmits.yaml +++ b/ci-operator/jobs/openshift/jenkins/openshift-jenkins-release-4.4-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -46,6 +44,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -68,6 +69,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -86,13 +90,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-jenkins-cluster-profile - --target=e2e-aws-jenkins - --template=/usr/local/e2e-aws-jenkins @@ -126,6 +128,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -151,6 +156,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-jenkins,?($|\s.*) - agent: kubernetes always_run: true @@ -169,10 +177,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -190,6 +198,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -201,4 +212,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift/jenkins/openshift-jenkins-release-4.5-postsubmits.yaml b/ci-operator/jobs/openshift/jenkins/openshift-jenkins-release-4.5-postsubmits.yaml index 4773c96a6c17..71c871c6e4a5 100644 --- a/ci-operator/jobs/openshift/jenkins/openshift-jenkins-release-4.5-postsubmits.yaml +++ b/ci-operator/jobs/openshift/jenkins/openshift-jenkins-release-4.5-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-jenkins-release-4.5-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/jenkins/openshift-jenkins-release-4.5-presubmits.yaml b/ci-operator/jobs/openshift/jenkins/openshift-jenkins-release-4.5-presubmits.yaml index dc58354f0895..4a2cae05d195 100644 --- a/ci-operator/jobs/openshift/jenkins/openshift-jenkins-release-4.5-presubmits.yaml +++ b/ci-operator/jobs/openshift/jenkins/openshift-jenkins-release-4.5-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -46,6 +44,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -68,6 +69,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -86,13 +90,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-jenkins-cluster-profile - --target=e2e-aws-jenkins - --template=/usr/local/e2e-aws-jenkins @@ -126,6 +128,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -151,6 +156,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-jenkins,?($|\s.*) - agent: kubernetes always_run: true @@ -169,10 +177,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -189,6 +197,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -200,4 +211,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift/jenkins/openshift-jenkins-release-4.6-postsubmits.yaml b/ci-operator/jobs/openshift/jenkins/openshift-jenkins-release-4.6-postsubmits.yaml index 1ffb27a83bab..cce6f0110489 100644 --- a/ci-operator/jobs/openshift/jenkins/openshift-jenkins-release-4.6-postsubmits.yaml +++ b/ci-operator/jobs/openshift/jenkins/openshift-jenkins-release-4.6-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-jenkins-release-4.6-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/jenkins/openshift-jenkins-release-4.6-presubmits.yaml b/ci-operator/jobs/openshift/jenkins/openshift-jenkins-release-4.6-presubmits.yaml index 5267525e104f..0bd8be3c2ee6 100644 --- a/ci-operator/jobs/openshift/jenkins/openshift-jenkins-release-4.6-presubmits.yaml +++ b/ci-operator/jobs/openshift/jenkins/openshift-jenkins-release-4.6-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -46,6 +44,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -68,6 +69,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -86,13 +90,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-jenkins-cluster-profile - --target=e2e-aws-jenkins - --template=/usr/local/e2e-aws-jenkins @@ -126,6 +128,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -151,6 +156,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-jenkins,?($|\s.*) - agent: kubernetes always_run: true @@ -169,10 +177,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -190,6 +198,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -201,4 +212,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift/jenkins/openshift-jenkins-release-4.7-postsubmits.yaml b/ci-operator/jobs/openshift/jenkins/openshift-jenkins-release-4.7-postsubmits.yaml index 98ea0bba3aa4..22f88b791d1e 100644 --- a/ci-operator/jobs/openshift/jenkins/openshift-jenkins-release-4.7-postsubmits.yaml +++ b/ci-operator/jobs/openshift/jenkins/openshift-jenkins-release-4.7-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-jenkins-release-4.7-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/jenkins/openshift-jenkins-release-4.7-presubmits.yaml b/ci-operator/jobs/openshift/jenkins/openshift-jenkins-release-4.7-presubmits.yaml index 45513bba8424..d04c302cdf31 100644 --- a/ci-operator/jobs/openshift/jenkins/openshift-jenkins-release-4.7-presubmits.yaml +++ b/ci-operator/jobs/openshift/jenkins/openshift-jenkins-release-4.7-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -46,6 +44,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -68,6 +69,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -86,13 +90,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-jenkins-cluster-profile - --target=e2e-aws-jenkins - --template=/usr/local/e2e-aws-jenkins @@ -126,6 +128,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -151,6 +156,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-jenkins,?($|\s.*) - agent: kubernetes always_run: true @@ -169,10 +177,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -190,6 +198,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -201,4 +212,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift/k8s-prometheus-adapter/openshift-k8s-prometheus-adapter-master-postsubmits.yaml b/ci-operator/jobs/openshift/k8s-prometheus-adapter/openshift-k8s-prometheus-adapter-master-postsubmits.yaml index 01405855ac7c..deb3f2f4e387 100644 --- a/ci-operator/jobs/openshift/k8s-prometheus-adapter/openshift-k8s-prometheus-adapter-master-postsubmits.yaml +++ b/ci-operator/jobs/openshift/k8s-prometheus-adapter/openshift-k8s-prometheus-adapter-master-postsubmits.yaml @@ -8,17 +8,19 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-k8s-prometheus-adapter-master-images path_alias: github.com/directxman12/k8s-prometheus-adapter spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -35,6 +37,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -46,3 +51,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/k8s-prometheus-adapter/openshift-k8s-prometheus-adapter-master-presubmits.yaml b/ci-operator/jobs/openshift/k8s-prometheus-adapter/openshift-k8s-prometheus-adapter-master-presubmits.yaml index a4e6acfbd203..509b6468fc6f 100644 --- a/ci-operator/jobs/openshift/k8s-prometheus-adapter/openshift-k8s-prometheus-adapter-master-presubmits.yaml +++ b/ci-operator/jobs/openshift/k8s-prometheus-adapter/openshift-k8s-prometheus-adapter-master-presubmits.yaml @@ -18,13 +18,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -47,6 +45,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -69,6 +70,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -88,10 +92,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -109,6 +113,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -120,6 +127,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -140,10 +150,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -160,6 +170,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -171,4 +184,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift/k8s-prometheus-adapter/openshift-k8s-prometheus-adapter-release-4.1-postsubmits.yaml b/ci-operator/jobs/openshift/k8s-prometheus-adapter/openshift-k8s-prometheus-adapter-release-4.1-postsubmits.yaml index 86a0d4fcc598..1e9b6e421728 100644 --- a/ci-operator/jobs/openshift/k8s-prometheus-adapter/openshift-k8s-prometheus-adapter-release-4.1-postsubmits.yaml +++ b/ci-operator/jobs/openshift/k8s-prometheus-adapter/openshift-k8s-prometheus-adapter-release-4.1-postsubmits.yaml @@ -8,17 +8,19 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-k8s-prometheus-adapter-release-4.1-images path_alias: github.com/directxman12/k8s-prometheus-adapter spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -35,6 +37,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -46,3 +51,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/k8s-prometheus-adapter/openshift-k8s-prometheus-adapter-release-4.1-presubmits.yaml b/ci-operator/jobs/openshift/k8s-prometheus-adapter/openshift-k8s-prometheus-adapter-release-4.1-presubmits.yaml index 010dc38ba7cc..602fa5f0e726 100644 --- a/ci-operator/jobs/openshift/k8s-prometheus-adapter/openshift-k8s-prometheus-adapter-release-4.1-presubmits.yaml +++ b/ci-operator/jobs/openshift/k8s-prometheus-adapter/openshift-k8s-prometheus-adapter-release-4.1-presubmits.yaml @@ -18,13 +18,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -47,6 +45,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -69,6 +70,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -88,10 +92,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -109,6 +113,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -120,6 +127,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -140,10 +150,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -160,6 +170,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -171,4 +184,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift/k8s-prometheus-adapter/openshift-k8s-prometheus-adapter-release-4.2-postsubmits.yaml b/ci-operator/jobs/openshift/k8s-prometheus-adapter/openshift-k8s-prometheus-adapter-release-4.2-postsubmits.yaml index 1ae78e4960c7..4875e3eef0f5 100644 --- a/ci-operator/jobs/openshift/k8s-prometheus-adapter/openshift-k8s-prometheus-adapter-release-4.2-postsubmits.yaml +++ b/ci-operator/jobs/openshift/k8s-prometheus-adapter/openshift-k8s-prometheus-adapter-release-4.2-postsubmits.yaml @@ -8,17 +8,19 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-k8s-prometheus-adapter-release-4.2-images path_alias: github.com/directxman12/k8s-prometheus-adapter spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -35,6 +37,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -46,3 +51,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/k8s-prometheus-adapter/openshift-k8s-prometheus-adapter-release-4.2-presubmits.yaml b/ci-operator/jobs/openshift/k8s-prometheus-adapter/openshift-k8s-prometheus-adapter-release-4.2-presubmits.yaml index 50c46dea4536..a6863318866b 100644 --- a/ci-operator/jobs/openshift/k8s-prometheus-adapter/openshift-k8s-prometheus-adapter-release-4.2-presubmits.yaml +++ b/ci-operator/jobs/openshift/k8s-prometheus-adapter/openshift-k8s-prometheus-adapter-release-4.2-presubmits.yaml @@ -18,13 +18,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -47,6 +45,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -69,6 +70,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -88,10 +92,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -109,6 +113,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -120,6 +127,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -140,10 +150,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -160,6 +170,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -171,4 +184,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift/k8s-prometheus-adapter/openshift-k8s-prometheus-adapter-release-4.3-postsubmits.yaml b/ci-operator/jobs/openshift/k8s-prometheus-adapter/openshift-k8s-prometheus-adapter-release-4.3-postsubmits.yaml index ca974496ab9b..4d90439e39dd 100644 --- a/ci-operator/jobs/openshift/k8s-prometheus-adapter/openshift-k8s-prometheus-adapter-release-4.3-postsubmits.yaml +++ b/ci-operator/jobs/openshift/k8s-prometheus-adapter/openshift-k8s-prometheus-adapter-release-4.3-postsubmits.yaml @@ -8,17 +8,19 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-k8s-prometheus-adapter-release-4.3-images path_alias: github.com/directxman12/k8s-prometheus-adapter spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -35,6 +37,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -46,3 +51,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/k8s-prometheus-adapter/openshift-k8s-prometheus-adapter-release-4.3-presubmits.yaml b/ci-operator/jobs/openshift/k8s-prometheus-adapter/openshift-k8s-prometheus-adapter-release-4.3-presubmits.yaml index 7748ede9501a..1495395afb02 100644 --- a/ci-operator/jobs/openshift/k8s-prometheus-adapter/openshift-k8s-prometheus-adapter-release-4.3-presubmits.yaml +++ b/ci-operator/jobs/openshift/k8s-prometheus-adapter/openshift-k8s-prometheus-adapter-release-4.3-presubmits.yaml @@ -18,13 +18,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -47,6 +45,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -69,6 +70,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -88,10 +92,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -109,6 +113,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -120,6 +127,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -140,10 +150,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -160,6 +170,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -171,4 +184,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift/k8s-prometheus-adapter/openshift-k8s-prometheus-adapter-release-4.4-postsubmits.yaml b/ci-operator/jobs/openshift/k8s-prometheus-adapter/openshift-k8s-prometheus-adapter-release-4.4-postsubmits.yaml index c2a36badf228..03c9c34676a7 100644 --- a/ci-operator/jobs/openshift/k8s-prometheus-adapter/openshift-k8s-prometheus-adapter-release-4.4-postsubmits.yaml +++ b/ci-operator/jobs/openshift/k8s-prometheus-adapter/openshift-k8s-prometheus-adapter-release-4.4-postsubmits.yaml @@ -8,17 +8,19 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-k8s-prometheus-adapter-release-4.4-images path_alias: github.com/directxman12/k8s-prometheus-adapter spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -35,6 +37,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -46,3 +51,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/k8s-prometheus-adapter/openshift-k8s-prometheus-adapter-release-4.4-presubmits.yaml b/ci-operator/jobs/openshift/k8s-prometheus-adapter/openshift-k8s-prometheus-adapter-release-4.4-presubmits.yaml index 9cd2e8c4ed50..d7d075608d2e 100644 --- a/ci-operator/jobs/openshift/k8s-prometheus-adapter/openshift-k8s-prometheus-adapter-release-4.4-presubmits.yaml +++ b/ci-operator/jobs/openshift/k8s-prometheus-adapter/openshift-k8s-prometheus-adapter-release-4.4-presubmits.yaml @@ -18,13 +18,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -47,6 +45,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -69,6 +70,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -88,10 +92,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -109,6 +113,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -120,6 +127,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -140,10 +150,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -160,6 +170,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -171,4 +184,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift/k8s-prometheus-adapter/openshift-k8s-prometheus-adapter-release-4.5-postsubmits.yaml b/ci-operator/jobs/openshift/k8s-prometheus-adapter/openshift-k8s-prometheus-adapter-release-4.5-postsubmits.yaml index 5b495a5ae169..813cb1c4b2d7 100644 --- a/ci-operator/jobs/openshift/k8s-prometheus-adapter/openshift-k8s-prometheus-adapter-release-4.5-postsubmits.yaml +++ b/ci-operator/jobs/openshift/k8s-prometheus-adapter/openshift-k8s-prometheus-adapter-release-4.5-postsubmits.yaml @@ -8,17 +8,19 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-k8s-prometheus-adapter-release-4.5-images path_alias: github.com/directxman12/k8s-prometheus-adapter spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -35,6 +37,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -46,3 +51,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/k8s-prometheus-adapter/openshift-k8s-prometheus-adapter-release-4.5-presubmits.yaml b/ci-operator/jobs/openshift/k8s-prometheus-adapter/openshift-k8s-prometheus-adapter-release-4.5-presubmits.yaml index 21fa8af361fa..3eb19eb7d315 100644 --- a/ci-operator/jobs/openshift/k8s-prometheus-adapter/openshift-k8s-prometheus-adapter-release-4.5-presubmits.yaml +++ b/ci-operator/jobs/openshift/k8s-prometheus-adapter/openshift-k8s-prometheus-adapter-release-4.5-presubmits.yaml @@ -18,13 +18,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -47,6 +45,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -69,6 +70,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -88,10 +92,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -108,6 +112,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -119,6 +126,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -138,10 +148,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -158,6 +168,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -169,4 +182,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift/k8s-prometheus-adapter/openshift-k8s-prometheus-adapter-release-4.6-postsubmits.yaml b/ci-operator/jobs/openshift/k8s-prometheus-adapter/openshift-k8s-prometheus-adapter-release-4.6-postsubmits.yaml index 310dc0ed1936..e66f71710b54 100644 --- a/ci-operator/jobs/openshift/k8s-prometheus-adapter/openshift-k8s-prometheus-adapter-release-4.6-postsubmits.yaml +++ b/ci-operator/jobs/openshift/k8s-prometheus-adapter/openshift-k8s-prometheus-adapter-release-4.6-postsubmits.yaml @@ -8,17 +8,19 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-k8s-prometheus-adapter-release-4.6-images path_alias: github.com/directxman12/k8s-prometheus-adapter spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -35,6 +37,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -46,3 +51,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/k8s-prometheus-adapter/openshift-k8s-prometheus-adapter-release-4.6-presubmits.yaml b/ci-operator/jobs/openshift/k8s-prometheus-adapter/openshift-k8s-prometheus-adapter-release-4.6-presubmits.yaml index ad2031f70637..0ed50026e974 100644 --- a/ci-operator/jobs/openshift/k8s-prometheus-adapter/openshift-k8s-prometheus-adapter-release-4.6-presubmits.yaml +++ b/ci-operator/jobs/openshift/k8s-prometheus-adapter/openshift-k8s-prometheus-adapter-release-4.6-presubmits.yaml @@ -18,13 +18,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -47,6 +45,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -69,6 +70,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -88,10 +92,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -109,6 +113,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -120,6 +127,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -140,10 +150,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -160,6 +170,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -171,4 +184,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift/k8s-prometheus-adapter/openshift-k8s-prometheus-adapter-release-4.7-postsubmits.yaml b/ci-operator/jobs/openshift/k8s-prometheus-adapter/openshift-k8s-prometheus-adapter-release-4.7-postsubmits.yaml index d36854bfe993..d76d5a2206dd 100644 --- a/ci-operator/jobs/openshift/k8s-prometheus-adapter/openshift-k8s-prometheus-adapter-release-4.7-postsubmits.yaml +++ b/ci-operator/jobs/openshift/k8s-prometheus-adapter/openshift-k8s-prometheus-adapter-release-4.7-postsubmits.yaml @@ -8,17 +8,19 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-k8s-prometheus-adapter-release-4.7-images path_alias: github.com/directxman12/k8s-prometheus-adapter spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -35,6 +37,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -46,3 +51,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/k8s-prometheus-adapter/openshift-k8s-prometheus-adapter-release-4.7-presubmits.yaml b/ci-operator/jobs/openshift/k8s-prometheus-adapter/openshift-k8s-prometheus-adapter-release-4.7-presubmits.yaml index 4cfae89f2d56..10a3153c72df 100644 --- a/ci-operator/jobs/openshift/k8s-prometheus-adapter/openshift-k8s-prometheus-adapter-release-4.7-presubmits.yaml +++ b/ci-operator/jobs/openshift/k8s-prometheus-adapter/openshift-k8s-prometheus-adapter-release-4.7-presubmits.yaml @@ -18,13 +18,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -47,6 +45,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -69,6 +70,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -88,10 +92,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -109,6 +113,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -120,6 +127,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -140,10 +150,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -160,6 +170,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -171,4 +184,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift/knative-build/openshift-knative-build-release-0.2-postsubmits.yaml b/ci-operator/jobs/openshift/knative-build/openshift-knative-build-release-0.2-postsubmits.yaml index 16cd507d1400..9eb460f0eba3 100644 --- a/ci-operator/jobs/openshift/knative-build/openshift-knative-build-release-0.2-postsubmits.yaml +++ b/ci-operator/jobs/openshift/knative-build/openshift-knative-build-release-0.2-postsubmits.yaml @@ -8,17 +8,19 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-knative-build-release-0.2-images path_alias: github.com/knative/build spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -35,6 +37,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -46,3 +51,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/knative-build/openshift-knative-build-release-0.2-presubmits.yaml b/ci-operator/jobs/openshift/knative-build/openshift-knative-build-release-0.2-presubmits.yaml index 87189974c608..330e2acde7dd 100644 --- a/ci-operator/jobs/openshift/knative-build/openshift-knative-build-release-0.2-presubmits.yaml +++ b/ci-operator/jobs/openshift/knative-build/openshift-knative-build-release-0.2-presubmits.yaml @@ -18,10 +18,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-cluster-profile - --target=e2e - --template=/usr/local/e2e @@ -54,6 +54,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -75,6 +78,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e,?($|\s.*) - agent: kubernetes always_run: true @@ -94,10 +100,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -114,6 +120,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -125,4 +134,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift/knative-build/openshift-knative-build-release-0.3-postsubmits.yaml b/ci-operator/jobs/openshift/knative-build/openshift-knative-build-release-0.3-postsubmits.yaml index 823d2c32ea94..d21c3a79ced9 100644 --- a/ci-operator/jobs/openshift/knative-build/openshift-knative-build-release-0.3-postsubmits.yaml +++ b/ci-operator/jobs/openshift/knative-build/openshift-knative-build-release-0.3-postsubmits.yaml @@ -8,17 +8,19 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-knative-build-release-0.3-images path_alias: github.com/knative/build spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -35,6 +37,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -46,3 +51,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/knative-build/openshift-knative-build-release-0.3-presubmits.yaml b/ci-operator/jobs/openshift/knative-build/openshift-knative-build-release-0.3-presubmits.yaml index aeed5f512704..962042962216 100644 --- a/ci-operator/jobs/openshift/knative-build/openshift-knative-build-release-0.3-presubmits.yaml +++ b/ci-operator/jobs/openshift/knative-build/openshift-knative-build-release-0.3-presubmits.yaml @@ -18,13 +18,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws - --template=/usr/local/e2e-aws @@ -58,6 +56,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -83,6 +84,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -102,10 +106,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -122,6 +126,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -133,4 +140,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift/knative-build/openshift-knative-build-release-v0.4.0-postsubmits.yaml b/ci-operator/jobs/openshift/knative-build/openshift-knative-build-release-v0.4.0-postsubmits.yaml index 5d6c0dad47e6..2794af9c027a 100644 --- a/ci-operator/jobs/openshift/knative-build/openshift-knative-build-release-v0.4.0-postsubmits.yaml +++ b/ci-operator/jobs/openshift/knative-build/openshift-knative-build-release-v0.4.0-postsubmits.yaml @@ -8,17 +8,19 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-knative-build-release-v0.4.0-images path_alias: github.com/knative/build spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -35,6 +37,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -46,3 +51,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/knative-build/openshift-knative-build-release-v0.4.0-presubmits.yaml b/ci-operator/jobs/openshift/knative-build/openshift-knative-build-release-v0.4.0-presubmits.yaml index 05f4ffa5855b..e83dc334b1a8 100644 --- a/ci-operator/jobs/openshift/knative-build/openshift-knative-build-release-v0.4.0-presubmits.yaml +++ b/ci-operator/jobs/openshift/knative-build/openshift-knative-build-release-v0.4.0-presubmits.yaml @@ -18,13 +18,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws - --template=/usr/local/e2e-aws @@ -58,6 +56,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -83,6 +84,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -102,10 +106,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -122,6 +126,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -133,4 +140,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift/knative-build/openshift-knative-build-release-v0.5.0-postsubmits.yaml b/ci-operator/jobs/openshift/knative-build/openshift-knative-build-release-v0.5.0-postsubmits.yaml index feb8f5e2678b..cea60286c50c 100644 --- a/ci-operator/jobs/openshift/knative-build/openshift-knative-build-release-v0.5.0-postsubmits.yaml +++ b/ci-operator/jobs/openshift/knative-build/openshift-knative-build-release-v0.5.0-postsubmits.yaml @@ -8,17 +8,19 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-knative-build-release-v0.5.0-images path_alias: github.com/knative/build spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -35,6 +37,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -46,3 +51,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/knative-build/openshift-knative-build-release-v0.5.0-presubmits.yaml b/ci-operator/jobs/openshift/knative-build/openshift-knative-build-release-v0.5.0-presubmits.yaml index 76ecd2db7e12..7e1dd8e2ae1c 100644 --- a/ci-operator/jobs/openshift/knative-build/openshift-knative-build-release-v0.5.0-presubmits.yaml +++ b/ci-operator/jobs/openshift/knative-build/openshift-knative-build-release-v0.5.0-presubmits.yaml @@ -18,13 +18,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws - --template=/usr/local/e2e-aws @@ -58,6 +56,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -83,6 +84,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -102,10 +106,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -122,6 +126,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -133,4 +140,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift/knative-client/openshift-knative-client-release-next-postsubmits.yaml b/ci-operator/jobs/openshift/knative-client/openshift-knative-client-release-next-postsubmits.yaml index 91014447512a..6be75a3d3f55 100644 --- a/ci-operator/jobs/openshift/knative-client/openshift-knative-client-release-next-postsubmits.yaml +++ b/ci-operator/jobs/openshift/knative-client/openshift-knative-client-release-next-postsubmits.yaml @@ -8,17 +8,19 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-knative-client-release-next-images path_alias: github.com/knative/client spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -35,6 +37,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -46,3 +51,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/knative-client/openshift-knative-client-release-next-presubmits.yaml b/ci-operator/jobs/openshift/knative-client/openshift-knative-client-release-next-presubmits.yaml index f29ef0827d77..f0f4f87d783c 100644 --- a/ci-operator/jobs/openshift/knative-client/openshift-knative-client-release-next-presubmits.yaml +++ b/ci-operator/jobs/openshift/knative-client/openshift-knative-client-release-next-presubmits.yaml @@ -18,13 +18,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-ocp-43-cluster-profile - --target=e2e-aws-ocp-43 - --template=/usr/local/e2e-aws-ocp-43 @@ -58,6 +56,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -83,6 +84,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-ocp-43,?($|\s.*) - agent: kubernetes always_run: true @@ -102,10 +106,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -122,6 +126,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -133,4 +140,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift/knative-client/openshift-knative-client-release-v0.1.0-presubmits.yaml b/ci-operator/jobs/openshift/knative-client/openshift-knative-client-release-v0.1.0-presubmits.yaml index 108dcde515d5..4e5cb658560e 100644 --- a/ci-operator/jobs/openshift/knative-client/openshift-knative-client-release-v0.1.0-presubmits.yaml +++ b/ci-operator/jobs/openshift/knative-client/openshift-knative-client-release-v0.1.0-presubmits.yaml @@ -18,13 +18,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws - --template=/usr/local/e2e-aws @@ -58,6 +56,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -83,4 +84,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) diff --git a/ci-operator/jobs/openshift/knative-client/openshift-knative-client-release-v0.10.0-postsubmits.yaml b/ci-operator/jobs/openshift/knative-client/openshift-knative-client-release-v0.10.0-postsubmits.yaml index 35b56452de0b..4d5a0e54f5e6 100644 --- a/ci-operator/jobs/openshift/knative-client/openshift-knative-client-release-v0.10.0-postsubmits.yaml +++ b/ci-operator/jobs/openshift/knative-client/openshift-knative-client-release-v0.10.0-postsubmits.yaml @@ -8,17 +8,19 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-knative-client-release-v0.10.0-images path_alias: github.com/knative/client spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -35,6 +37,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -46,3 +51,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/knative-client/openshift-knative-client-release-v0.10.0-presubmits.yaml b/ci-operator/jobs/openshift/knative-client/openshift-knative-client-release-v0.10.0-presubmits.yaml index 50bd7d75390f..354243bfeb81 100644 --- a/ci-operator/jobs/openshift/knative-client/openshift-knative-client-release-v0.10.0-presubmits.yaml +++ b/ci-operator/jobs/openshift/knative-client/openshift-knative-client-release-v0.10.0-presubmits.yaml @@ -18,13 +18,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-ocp-42-cluster-profile - --target=e2e-aws-ocp-42 - --template=/usr/local/e2e-aws-ocp-42 @@ -58,6 +56,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -83,6 +84,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-ocp-42,?($|\s.*) - agent: kubernetes always_run: true @@ -102,10 +106,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -122,6 +126,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -133,4 +140,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift/knative-client/openshift-knative-client-release-v0.11.0-postsubmits.yaml b/ci-operator/jobs/openshift/knative-client/openshift-knative-client-release-v0.11.0-postsubmits.yaml index 03576eabb277..bef655282e35 100644 --- a/ci-operator/jobs/openshift/knative-client/openshift-knative-client-release-v0.11.0-postsubmits.yaml +++ b/ci-operator/jobs/openshift/knative-client/openshift-knative-client-release-v0.11.0-postsubmits.yaml @@ -8,17 +8,19 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-knative-client-release-v0.11.0-images path_alias: github.com/knative/client spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -35,6 +37,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -46,3 +51,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/knative-client/openshift-knative-client-release-v0.11.0-presubmits.yaml b/ci-operator/jobs/openshift/knative-client/openshift-knative-client-release-v0.11.0-presubmits.yaml index d0615e79628f..b652480637a4 100644 --- a/ci-operator/jobs/openshift/knative-client/openshift-knative-client-release-v0.11.0-presubmits.yaml +++ b/ci-operator/jobs/openshift/knative-client/openshift-knative-client-release-v0.11.0-presubmits.yaml @@ -18,13 +18,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-ocp-43-cluster-profile - --target=e2e-aws-ocp-43 - --template=/usr/local/e2e-aws-ocp-43 @@ -58,6 +56,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -83,6 +84,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-ocp-43,?($|\s.*) - agent: kubernetes always_run: true @@ -102,10 +106,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -122,6 +126,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -133,4 +140,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift/knative-client/openshift-knative-client-release-v0.12.0-postsubmits.yaml b/ci-operator/jobs/openshift/knative-client/openshift-knative-client-release-v0.12.0-postsubmits.yaml index 3012194ac764..3e90315d2862 100644 --- a/ci-operator/jobs/openshift/knative-client/openshift-knative-client-release-v0.12.0-postsubmits.yaml +++ b/ci-operator/jobs/openshift/knative-client/openshift-knative-client-release-v0.12.0-postsubmits.yaml @@ -8,17 +8,19 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-knative-client-release-v0.12.0-images path_alias: github.com/knative/client spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -35,6 +37,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -46,3 +51,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/knative-client/openshift-knative-client-release-v0.12.0-presubmits.yaml b/ci-operator/jobs/openshift/knative-client/openshift-knative-client-release-v0.12.0-presubmits.yaml index 73f5388e3233..22d176f67e9c 100644 --- a/ci-operator/jobs/openshift/knative-client/openshift-knative-client-release-v0.12.0-presubmits.yaml +++ b/ci-operator/jobs/openshift/knative-client/openshift-knative-client-release-v0.12.0-presubmits.yaml @@ -18,13 +18,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-ocp-43-cluster-profile - --target=e2e-aws-ocp-43 - --template=/usr/local/e2e-aws-ocp-43 @@ -58,6 +56,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -83,6 +84,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-ocp-43,?($|\s.*) - agent: kubernetes always_run: true @@ -102,10 +106,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -122,6 +126,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -133,4 +140,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift/knative-client/openshift-knative-client-release-v0.13.0-postsubmits.yaml b/ci-operator/jobs/openshift/knative-client/openshift-knative-client-release-v0.13.0-postsubmits.yaml index a5f31c6331db..0096d823d9cd 100644 --- a/ci-operator/jobs/openshift/knative-client/openshift-knative-client-release-v0.13.0-postsubmits.yaml +++ b/ci-operator/jobs/openshift/knative-client/openshift-knative-client-release-v0.13.0-postsubmits.yaml @@ -8,17 +8,19 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-knative-client-release-v0.13.0-images path_alias: github.com/knative/client spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -35,6 +37,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -46,3 +51,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/knative-client/openshift-knative-client-release-v0.13.0-presubmits.yaml b/ci-operator/jobs/openshift/knative-client/openshift-knative-client-release-v0.13.0-presubmits.yaml index 402b3cc13e3c..3b9359ce19be 100644 --- a/ci-operator/jobs/openshift/knative-client/openshift-knative-client-release-v0.13.0-presubmits.yaml +++ b/ci-operator/jobs/openshift/knative-client/openshift-knative-client-release-v0.13.0-presubmits.yaml @@ -18,13 +18,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-ocp-43-cluster-profile - --target=e2e-aws-ocp-43 - --template=/usr/local/e2e-aws-ocp-43 @@ -58,6 +56,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -83,6 +84,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-ocp-43,?($|\s.*) - agent: kubernetes always_run: true @@ -102,10 +106,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -122,6 +126,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -133,4 +140,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift/knative-client/openshift-knative-client-release-v0.13.1-postsubmits.yaml b/ci-operator/jobs/openshift/knative-client/openshift-knative-client-release-v0.13.1-postsubmits.yaml index 509c833ade8e..eee2f593e219 100644 --- a/ci-operator/jobs/openshift/knative-client/openshift-knative-client-release-v0.13.1-postsubmits.yaml +++ b/ci-operator/jobs/openshift/knative-client/openshift-knative-client-release-v0.13.1-postsubmits.yaml @@ -8,17 +8,19 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-knative-client-release-v0.13.1-images path_alias: github.com/knative/client spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -35,6 +37,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -46,3 +51,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/knative-client/openshift-knative-client-release-v0.13.1-presubmits.yaml b/ci-operator/jobs/openshift/knative-client/openshift-knative-client-release-v0.13.1-presubmits.yaml index c40ac283cf93..97686066c72a 100644 --- a/ci-operator/jobs/openshift/knative-client/openshift-knative-client-release-v0.13.1-presubmits.yaml +++ b/ci-operator/jobs/openshift/knative-client/openshift-knative-client-release-v0.13.1-presubmits.yaml @@ -18,13 +18,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-ocp-43-cluster-profile - --target=e2e-aws-ocp-43 - --template=/usr/local/e2e-aws-ocp-43 @@ -58,6 +56,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -83,6 +84,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-ocp-43,?($|\s.*) - agent: kubernetes always_run: true @@ -102,10 +106,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -122,6 +126,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -133,4 +140,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift/knative-client/openshift-knative-client-release-v0.13.2-postsubmits.yaml b/ci-operator/jobs/openshift/knative-client/openshift-knative-client-release-v0.13.2-postsubmits.yaml index be293e636ae2..8d86e5c0d8e4 100644 --- a/ci-operator/jobs/openshift/knative-client/openshift-knative-client-release-v0.13.2-postsubmits.yaml +++ b/ci-operator/jobs/openshift/knative-client/openshift-knative-client-release-v0.13.2-postsubmits.yaml @@ -8,6 +8,7 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-knative-client-release-v0.13.2-images @@ -15,11 +16,11 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -36,6 +37,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -47,3 +51,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/knative-client/openshift-knative-client-release-v0.13.2-presubmits.yaml b/ci-operator/jobs/openshift/knative-client/openshift-knative-client-release-v0.13.2-presubmits.yaml index 9ae2734dae72..a0663cedf78d 100644 --- a/ci-operator/jobs/openshift/knative-client/openshift-knative-client-release-v0.13.2-presubmits.yaml +++ b/ci-operator/jobs/openshift/knative-client/openshift-knative-client-release-v0.13.2-presubmits.yaml @@ -18,13 +18,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-ocp-43-cluster-profile - --target=e2e-aws-ocp-43 - --template=/usr/local/e2e-aws-ocp-43 @@ -58,6 +56,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -83,6 +84,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-ocp-43,?($|\s.*) - agent: kubernetes always_run: true @@ -102,10 +106,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -122,6 +126,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -133,4 +140,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift/knative-client/openshift-knative-client-release-v0.14.0-postsubmits.yaml b/ci-operator/jobs/openshift/knative-client/openshift-knative-client-release-v0.14.0-postsubmits.yaml index 816d98464b3a..ac3a434313b2 100644 --- a/ci-operator/jobs/openshift/knative-client/openshift-knative-client-release-v0.14.0-postsubmits.yaml +++ b/ci-operator/jobs/openshift/knative-client/openshift-knative-client-release-v0.14.0-postsubmits.yaml @@ -8,6 +8,7 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-knative-client-release-v0.14.0-images @@ -15,11 +16,11 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -36,6 +37,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -47,3 +51,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/knative-client/openshift-knative-client-release-v0.14.0-presubmits.yaml b/ci-operator/jobs/openshift/knative-client/openshift-knative-client-release-v0.14.0-presubmits.yaml index 98f55ff45efc..b7e6fc2fdb4e 100644 --- a/ci-operator/jobs/openshift/knative-client/openshift-knative-client-release-v0.14.0-presubmits.yaml +++ b/ci-operator/jobs/openshift/knative-client/openshift-knative-client-release-v0.14.0-presubmits.yaml @@ -18,13 +18,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-ocp-43-cluster-profile - --target=e2e-aws-ocp-43 - --template=/usr/local/e2e-aws-ocp-43 @@ -58,6 +56,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -83,6 +84,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-ocp-43,?($|\s.*) - agent: kubernetes always_run: true @@ -102,10 +106,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -122,6 +126,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -133,4 +140,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift/knative-client/openshift-knative-client-release-v0.2.0-presubmits.yaml b/ci-operator/jobs/openshift/knative-client/openshift-knative-client-release-v0.2.0-presubmits.yaml index cfa4c6c1e2c0..e60f718db7d5 100644 --- a/ci-operator/jobs/openshift/knative-client/openshift-knative-client-release-v0.2.0-presubmits.yaml +++ b/ci-operator/jobs/openshift/knative-client/openshift-knative-client-release-v0.2.0-presubmits.yaml @@ -18,13 +18,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws - --template=/usr/local/e2e-aws @@ -58,6 +56,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -83,4 +84,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) diff --git a/ci-operator/jobs/openshift/knative-client/openshift-knative-client-release-v0.9.0-postsubmits.yaml b/ci-operator/jobs/openshift/knative-client/openshift-knative-client-release-v0.9.0-postsubmits.yaml index f73fe6d3fd6e..ddd4e7867329 100644 --- a/ci-operator/jobs/openshift/knative-client/openshift-knative-client-release-v0.9.0-postsubmits.yaml +++ b/ci-operator/jobs/openshift/knative-client/openshift-knative-client-release-v0.9.0-postsubmits.yaml @@ -8,17 +8,19 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-knative-client-release-v0.9.0-images path_alias: github.com/knative/client spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -35,6 +37,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -46,3 +51,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/knative-client/openshift-knative-client-release-v0.9.0-presubmits.yaml b/ci-operator/jobs/openshift/knative-client/openshift-knative-client-release-v0.9.0-presubmits.yaml index c079353ac148..b4ca5fa302e1 100644 --- a/ci-operator/jobs/openshift/knative-client/openshift-knative-client-release-v0.9.0-presubmits.yaml +++ b/ci-operator/jobs/openshift/knative-client/openshift-knative-client-release-v0.9.0-presubmits.yaml @@ -18,13 +18,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-ocp-42-cluster-profile - --target=e2e-aws-ocp-42 - --template=/usr/local/e2e-aws-ocp-42 @@ -58,6 +56,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -83,6 +84,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-ocp-42,?($|\s.*) - agent: kubernetes always_run: true @@ -102,10 +106,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -122,6 +126,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -133,4 +140,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift/knative-eventing-contrib/openshift-knative-eventing-contrib-release-next-postsubmits.yaml b/ci-operator/jobs/openshift/knative-eventing-contrib/openshift-knative-eventing-contrib-release-next-postsubmits.yaml index d4f144515dbc..4c9bbcb80a10 100644 --- a/ci-operator/jobs/openshift/knative-eventing-contrib/openshift-knative-eventing-contrib-release-next-postsubmits.yaml +++ b/ci-operator/jobs/openshift/knative-eventing-contrib/openshift-knative-eventing-contrib-release-next-postsubmits.yaml @@ -8,18 +8,20 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" ci-operator.openshift.io/variant: "44" + max_concurrency: 1 name: branch-ci-openshift-knative-eventing-contrib-release-next-44-images path_alias: knative.dev/eventing-contrib spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --variant=44 command: @@ -37,6 +39,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -48,6 +53,9 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator - agent: kubernetes branches: - ^release-next$ @@ -56,18 +64,20 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" ci-operator.openshift.io/variant: "45" + max_concurrency: 1 name: branch-ci-openshift-knative-eventing-contrib-release-next-45-images path_alias: knative.dev/eventing-contrib spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --variant=45 command: @@ -85,6 +95,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -96,6 +109,9 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator - agent: kubernetes branches: - ^release-next$ @@ -104,17 +120,19 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-knative-eventing-contrib-release-next-images path_alias: knative.dev/eventing-contrib spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -131,6 +149,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -142,3 +163,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/knative-eventing-contrib/openshift-knative-eventing-contrib-release-next-presubmits.yaml b/ci-operator/jobs/openshift/knative-eventing-contrib/openshift-knative-eventing-contrib-release-next-presubmits.yaml index d836d4fae379..c60da337583b 100644 --- a/ci-operator/jobs/openshift/knative-eventing-contrib/openshift-knative-eventing-contrib-release-next-presubmits.yaml +++ b/ci-operator/jobs/openshift/knative-eventing-contrib/openshift-knative-eventing-contrib-release-next-presubmits.yaml @@ -19,13 +19,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-ocp-44-cluster-profile - --target=e2e-aws-ocp-44 - --template=/usr/local/e2e-aws-ocp-44 @@ -60,6 +58,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -85,6 +86,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )44-e2e-aws-ocp-44,?($|\s.*) - agent: kubernetes always_run: true @@ -105,10 +109,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --variant=44 command: @@ -126,6 +130,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -137,6 +144,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )44-images,?($|\s.*) - agent: kubernetes always_run: true @@ -157,13 +167,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-ocp-45-cluster-profile - --target=e2e-aws-ocp-45 - --template=/usr/local/e2e-aws-ocp-45 @@ -198,6 +206,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -223,6 +234,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )45-e2e-aws-ocp-45,?($|\s.*) - agent: kubernetes always_run: true @@ -243,10 +257,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --variant=45 command: @@ -264,6 +278,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -275,6 +292,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )45-images,?($|\s.*) - agent: kubernetes always_run: true @@ -294,13 +314,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-ocp-43-cluster-profile - --target=e2e-aws-ocp-43 - --template=/usr/local/e2e-aws-ocp-43 @@ -334,6 +352,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -359,6 +380,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-ocp-43,?($|\s.*) - agent: kubernetes always_run: true @@ -378,10 +402,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -398,6 +422,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -409,4 +436,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift/knative-eventing-contrib/openshift-knative-eventing-contrib-release-v0.11.2-postsubmits.yaml b/ci-operator/jobs/openshift/knative-eventing-contrib/openshift-knative-eventing-contrib-release-v0.11.2-postsubmits.yaml index 4e6aac57dbff..05cb2fcad113 100644 --- a/ci-operator/jobs/openshift/knative-eventing-contrib/openshift-knative-eventing-contrib-release-v0.11.2-postsubmits.yaml +++ b/ci-operator/jobs/openshift/knative-eventing-contrib/openshift-knative-eventing-contrib-release-v0.11.2-postsubmits.yaml @@ -8,17 +8,19 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-knative-eventing-contrib-release-v0.11.2-images path_alias: knative.dev/eventing-contrib spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -35,6 +37,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -46,3 +51,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/knative-eventing-contrib/openshift-knative-eventing-contrib-release-v0.11.2-presubmits.yaml b/ci-operator/jobs/openshift/knative-eventing-contrib/openshift-knative-eventing-contrib-release-v0.11.2-presubmits.yaml index 29a732842b26..268415cdee6c 100644 --- a/ci-operator/jobs/openshift/knative-eventing-contrib/openshift-knative-eventing-contrib-release-v0.11.2-presubmits.yaml +++ b/ci-operator/jobs/openshift/knative-eventing-contrib/openshift-knative-eventing-contrib-release-v0.11.2-presubmits.yaml @@ -18,13 +18,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-ocp-43-cluster-profile - --target=e2e-aws-ocp-43 - --template=/usr/local/e2e-aws-ocp-43 @@ -58,6 +56,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -83,6 +84,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-ocp-43,?($|\s.*) - agent: kubernetes always_run: true @@ -102,10 +106,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -122,6 +126,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -133,4 +140,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift/knative-eventing-contrib/openshift-knative-eventing-contrib-release-v0.12.1-postsubmits.yaml b/ci-operator/jobs/openshift/knative-eventing-contrib/openshift-knative-eventing-contrib-release-v0.12.1-postsubmits.yaml index cf0f626b730d..5fcfd97731c0 100644 --- a/ci-operator/jobs/openshift/knative-eventing-contrib/openshift-knative-eventing-contrib-release-v0.12.1-postsubmits.yaml +++ b/ci-operator/jobs/openshift/knative-eventing-contrib/openshift-knative-eventing-contrib-release-v0.12.1-postsubmits.yaml @@ -8,18 +8,20 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" ci-operator.openshift.io/variant: "4.4" + max_concurrency: 1 name: branch-ci-openshift-knative-eventing-contrib-release-v0.12.1-4.4-images path_alias: knative.dev/eventing-contrib spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --variant=4.4 command: @@ -37,6 +39,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -48,6 +53,9 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator - agent: kubernetes branches: - ^release-v0\.12\.1$ @@ -56,17 +64,19 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-knative-eventing-contrib-release-v0.12.1-images path_alias: knative.dev/eventing-contrib spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -83,6 +93,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -94,3 +107,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/knative-eventing-contrib/openshift-knative-eventing-contrib-release-v0.12.1-presubmits.yaml b/ci-operator/jobs/openshift/knative-eventing-contrib/openshift-knative-eventing-contrib-release-v0.12.1-presubmits.yaml index 63e405050e8c..11db0e759767 100644 --- a/ci-operator/jobs/openshift/knative-eventing-contrib/openshift-knative-eventing-contrib-release-v0.12.1-presubmits.yaml +++ b/ci-operator/jobs/openshift/knative-eventing-contrib/openshift-knative-eventing-contrib-release-v0.12.1-presubmits.yaml @@ -19,13 +19,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-ocp-44-cluster-profile - --target=e2e-aws-ocp-44 - --template=/usr/local/e2e-aws-ocp-44 @@ -60,6 +58,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -85,6 +86,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )4.4-e2e-aws-ocp-44,?($|\s.*) - agent: kubernetes always_run: true @@ -105,10 +109,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --variant=4.4 command: @@ -126,6 +130,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -137,6 +144,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )4.4-images,?($|\s.*) - agent: kubernetes always_run: true @@ -156,13 +166,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-ocp-43-cluster-profile - --target=e2e-aws-ocp-43 - --template=/usr/local/e2e-aws-ocp-43 @@ -196,6 +204,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -221,6 +232,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-ocp-43,?($|\s.*) - agent: kubernetes always_run: true @@ -240,10 +254,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -260,6 +274,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -271,4 +288,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift/knative-eventing-contrib/openshift-knative-eventing-contrib-release-v0.13.2-postsubmits.yaml b/ci-operator/jobs/openshift/knative-eventing-contrib/openshift-knative-eventing-contrib-release-v0.13.2-postsubmits.yaml index b4a965fc46d5..657823e4cddf 100644 --- a/ci-operator/jobs/openshift/knative-eventing-contrib/openshift-knative-eventing-contrib-release-v0.13.2-postsubmits.yaml +++ b/ci-operator/jobs/openshift/knative-eventing-contrib/openshift-knative-eventing-contrib-release-v0.13.2-postsubmits.yaml @@ -8,18 +8,20 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" ci-operator.openshift.io/variant: "4.4" + max_concurrency: 1 name: branch-ci-openshift-knative-eventing-contrib-release-v0.13.2-4.4-images path_alias: knative.dev/eventing-contrib spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --variant=4.4 command: @@ -37,6 +39,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -48,6 +53,9 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator - agent: kubernetes branches: - ^release-v0\.13\.2$ @@ -56,17 +64,19 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-knative-eventing-contrib-release-v0.13.2-images path_alias: knative.dev/eventing-contrib spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -83,6 +93,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -94,3 +107,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/knative-eventing-contrib/openshift-knative-eventing-contrib-release-v0.13.2-presubmits.yaml b/ci-operator/jobs/openshift/knative-eventing-contrib/openshift-knative-eventing-contrib-release-v0.13.2-presubmits.yaml index 62be75fcae30..b2f6675dfe30 100644 --- a/ci-operator/jobs/openshift/knative-eventing-contrib/openshift-knative-eventing-contrib-release-v0.13.2-presubmits.yaml +++ b/ci-operator/jobs/openshift/knative-eventing-contrib/openshift-knative-eventing-contrib-release-v0.13.2-presubmits.yaml @@ -19,13 +19,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-ocp-44-cluster-profile - --target=e2e-aws-ocp-44 - --template=/usr/local/e2e-aws-ocp-44 @@ -60,6 +58,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -85,6 +86,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )4.4-e2e-aws-ocp-44,?($|\s.*) - agent: kubernetes always_run: true @@ -105,10 +109,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --variant=4.4 command: @@ -126,6 +130,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -137,6 +144,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )4.4-images,?($|\s.*) - agent: kubernetes always_run: true @@ -156,13 +166,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-ocp-43-cluster-profile - --target=e2e-aws-ocp-43 - --template=/usr/local/e2e-aws-ocp-43 @@ -196,6 +204,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -221,6 +232,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-ocp-43,?($|\s.*) - agent: kubernetes always_run: true @@ -240,10 +254,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -260,6 +274,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -271,4 +288,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift/knative-eventing/openshift-knative-eventing-release-next-postsubmits.yaml b/ci-operator/jobs/openshift/knative-eventing/openshift-knative-eventing-release-next-postsubmits.yaml index 32e64bf665bb..48e3b00cc823 100644 --- a/ci-operator/jobs/openshift/knative-eventing/openshift-knative-eventing-release-next-postsubmits.yaml +++ b/ci-operator/jobs/openshift/knative-eventing/openshift-knative-eventing-release-next-postsubmits.yaml @@ -8,18 +8,20 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" ci-operator.openshift.io/variant: "44" + max_concurrency: 1 name: branch-ci-openshift-knative-eventing-release-next-44-images path_alias: knative.dev/eventing spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --variant=44 command: @@ -37,6 +39,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -48,6 +53,9 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator - agent: kubernetes branches: - ^release-next$ @@ -56,17 +64,19 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-knative-eventing-release-next-images path_alias: knative.dev/eventing spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -83,6 +93,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -94,3 +107,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/knative-eventing/openshift-knative-eventing-release-next-presubmits.yaml b/ci-operator/jobs/openshift/knative-eventing/openshift-knative-eventing-release-next-presubmits.yaml index a283654f2305..7fde10d11fb4 100644 --- a/ci-operator/jobs/openshift/knative-eventing/openshift-knative-eventing-release-next-presubmits.yaml +++ b/ci-operator/jobs/openshift/knative-eventing/openshift-knative-eventing-release-next-presubmits.yaml @@ -19,13 +19,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-ocp-44-cluster-profile - --target=e2e-aws-ocp-44 - --template=/usr/local/e2e-aws-ocp-44 @@ -60,6 +58,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -85,6 +86,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )44-e2e-aws-ocp-44,?($|\s.*) - agent: kubernetes always_run: true @@ -105,10 +109,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --variant=44 command: @@ -126,6 +130,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -137,6 +144,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )44-images,?($|\s.*) - agent: kubernetes always_run: true @@ -156,13 +166,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-ocp-43-cluster-profile - --target=e2e-aws-ocp-43 - --template=/usr/local/e2e-aws-ocp-43 @@ -196,6 +204,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -221,6 +232,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-ocp-43,?($|\s.*) - agent: kubernetes always_run: true @@ -240,10 +254,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -260,6 +274,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -271,4 +288,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift/knative-eventing/openshift-knative-eventing-release-v0.11.0-postsubmits.yaml b/ci-operator/jobs/openshift/knative-eventing/openshift-knative-eventing-release-v0.11.0-postsubmits.yaml index ffd76ce0eb35..a59e9edd3fd6 100644 --- a/ci-operator/jobs/openshift/knative-eventing/openshift-knative-eventing-release-v0.11.0-postsubmits.yaml +++ b/ci-operator/jobs/openshift/knative-eventing/openshift-knative-eventing-release-v0.11.0-postsubmits.yaml @@ -8,18 +8,20 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" ci-operator.openshift.io/variant: "4.3" + max_concurrency: 1 name: branch-ci-openshift-knative-eventing-release-v0.11.0-4.3-images path_alias: knative.dev/eventing spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --variant=4.3 command: @@ -37,6 +39,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -48,6 +53,9 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator - agent: kubernetes branches: - ^release-v0\.11\.0$ @@ -56,17 +64,19 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-knative-eventing-release-v0.11.0-images path_alias: knative.dev/eventing spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -83,6 +93,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -94,3 +107,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/knative-eventing/openshift-knative-eventing-release-v0.11.0-presubmits.yaml b/ci-operator/jobs/openshift/knative-eventing/openshift-knative-eventing-release-v0.11.0-presubmits.yaml index 0254a8711b86..d6f5cde2e50d 100644 --- a/ci-operator/jobs/openshift/knative-eventing/openshift-knative-eventing-release-v0.11.0-presubmits.yaml +++ b/ci-operator/jobs/openshift/knative-eventing/openshift-knative-eventing-release-v0.11.0-presubmits.yaml @@ -19,13 +19,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-ocp-43-cluster-profile - --target=e2e-aws-ocp-43 - --template=/usr/local/e2e-aws-ocp-43 @@ -60,6 +58,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -85,6 +86,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )4.3-e2e-aws-ocp-43,?($|\s.*) - agent: kubernetes always_run: true @@ -105,10 +109,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --variant=4.3 command: @@ -126,6 +130,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -137,6 +144,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )4.3-images,?($|\s.*) - agent: kubernetes always_run: true @@ -156,13 +166,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-ocp-42-cluster-profile - --target=e2e-aws-ocp-42 - --template=/usr/local/e2e-aws-ocp-42 @@ -196,6 +204,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -221,6 +232,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-ocp-42,?($|\s.*) - agent: kubernetes always_run: true @@ -240,10 +254,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -260,6 +274,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -271,4 +288,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift/knative-eventing/openshift-knative-eventing-release-v0.12.0-postsubmits.yaml b/ci-operator/jobs/openshift/knative-eventing/openshift-knative-eventing-release-v0.12.0-postsubmits.yaml index a359f7dba0a3..2dc42e3725b9 100644 --- a/ci-operator/jobs/openshift/knative-eventing/openshift-knative-eventing-release-v0.12.0-postsubmits.yaml +++ b/ci-operator/jobs/openshift/knative-eventing/openshift-knative-eventing-release-v0.12.0-postsubmits.yaml @@ -8,17 +8,19 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-knative-eventing-release-v0.12.0-images path_alias: knative.dev/eventing spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -35,6 +37,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -46,3 +51,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/knative-eventing/openshift-knative-eventing-release-v0.12.0-presubmits.yaml b/ci-operator/jobs/openshift/knative-eventing/openshift-knative-eventing-release-v0.12.0-presubmits.yaml index 9ea940aeea44..84b36b7ac1bd 100644 --- a/ci-operator/jobs/openshift/knative-eventing/openshift-knative-eventing-release-v0.12.0-presubmits.yaml +++ b/ci-operator/jobs/openshift/knative-eventing/openshift-knative-eventing-release-v0.12.0-presubmits.yaml @@ -18,13 +18,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-ocp-43-cluster-profile - --target=e2e-aws-ocp-43 - --template=/usr/local/e2e-aws-ocp-43 @@ -58,6 +56,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -83,6 +84,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-ocp-43,?($|\s.*) - agent: kubernetes always_run: true @@ -102,10 +106,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -122,6 +126,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -133,4 +140,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift/knative-eventing/openshift-knative-eventing-release-v0.13.0-postsubmits.yaml b/ci-operator/jobs/openshift/knative-eventing/openshift-knative-eventing-release-v0.13.0-postsubmits.yaml index 8ecf0436c200..2b0b35855639 100644 --- a/ci-operator/jobs/openshift/knative-eventing/openshift-knative-eventing-release-v0.13.0-postsubmits.yaml +++ b/ci-operator/jobs/openshift/knative-eventing/openshift-knative-eventing-release-v0.13.0-postsubmits.yaml @@ -8,18 +8,20 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" ci-operator.openshift.io/variant: "44" + max_concurrency: 1 name: branch-ci-openshift-knative-eventing-release-v0.13.0-44-images path_alias: knative.dev/eventing spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --variant=44 command: @@ -37,6 +39,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -48,6 +53,9 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator - agent: kubernetes branches: - ^release-v0\.13\.0$ @@ -56,18 +64,20 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" ci-operator.openshift.io/variant: "45" + max_concurrency: 1 name: branch-ci-openshift-knative-eventing-release-v0.13.0-45-images path_alias: knative.dev/eventing spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --variant=45 command: @@ -85,6 +95,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -96,6 +109,9 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator - agent: kubernetes branches: - ^release-v0\.13\.0$ @@ -104,17 +120,19 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-knative-eventing-release-v0.13.0-images path_alias: knative.dev/eventing spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -131,6 +149,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -142,3 +163,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/knative-eventing/openshift-knative-eventing-release-v0.13.0-presubmits.yaml b/ci-operator/jobs/openshift/knative-eventing/openshift-knative-eventing-release-v0.13.0-presubmits.yaml index 6b94d1e19306..30ebdd7ff362 100644 --- a/ci-operator/jobs/openshift/knative-eventing/openshift-knative-eventing-release-v0.13.0-presubmits.yaml +++ b/ci-operator/jobs/openshift/knative-eventing/openshift-knative-eventing-release-v0.13.0-presubmits.yaml @@ -19,13 +19,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-ocp-44-cluster-profile - --target=e2e-aws-ocp-44 - --template=/usr/local/e2e-aws-ocp-44 @@ -60,6 +58,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -85,6 +86,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )44-e2e-aws-ocp-44,?($|\s.*) - agent: kubernetes always_run: true @@ -105,10 +109,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --variant=44 command: @@ -126,6 +130,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -137,6 +144,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )44-images,?($|\s.*) - agent: kubernetes always_run: true @@ -157,13 +167,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-ocp-45-cluster-profile - --target=e2e-aws-ocp-45 - --template=/usr/local/e2e-aws-ocp-45 @@ -198,6 +206,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -223,6 +234,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )45-e2e-aws-ocp-45,?($|\s.*) - agent: kubernetes always_run: true @@ -243,10 +257,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --variant=45 command: @@ -264,6 +278,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -275,6 +292,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )45-images,?($|\s.*) - agent: kubernetes always_run: true @@ -294,13 +314,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-ocp-43-cluster-profile - --target=e2e-aws-ocp-43 - --template=/usr/local/e2e-aws-ocp-43 @@ -334,6 +352,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -359,6 +380,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-ocp-43,?($|\s.*) - agent: kubernetes always_run: true @@ -378,10 +402,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -398,6 +422,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -409,4 +436,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift/knative-eventing/openshift-knative-eventing-release-v0.14.0-postsubmits.yaml b/ci-operator/jobs/openshift/knative-eventing/openshift-knative-eventing-release-v0.14.0-postsubmits.yaml index d5f1a4161855..47b58491d0b6 100644 --- a/ci-operator/jobs/openshift/knative-eventing/openshift-knative-eventing-release-v0.14.0-postsubmits.yaml +++ b/ci-operator/jobs/openshift/knative-eventing/openshift-knative-eventing-release-v0.14.0-postsubmits.yaml @@ -8,6 +8,7 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" ci-operator.openshift.io/variant: "4.4" max_concurrency: 1 @@ -16,11 +17,11 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --variant=4.4 command: @@ -38,6 +39,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -49,6 +53,9 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator - agent: kubernetes branches: - ^release-v0\.14\.0$ @@ -57,6 +64,7 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" ci-operator.openshift.io/variant: "4.5" max_concurrency: 1 @@ -65,11 +73,11 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --variant=4.5 command: @@ -87,6 +95,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -98,6 +109,9 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator - agent: kubernetes branches: - ^release-v0\.14\.0$ @@ -106,6 +120,7 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-knative-eventing-release-v0.14.0-images @@ -113,11 +128,11 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -134,6 +149,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -145,3 +163,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/knative-eventing/openshift-knative-eventing-release-v0.14.0-presubmits.yaml b/ci-operator/jobs/openshift/knative-eventing/openshift-knative-eventing-release-v0.14.0-presubmits.yaml index bbe17d1e0a03..22281cb990ff 100644 --- a/ci-operator/jobs/openshift/knative-eventing/openshift-knative-eventing-release-v0.14.0-presubmits.yaml +++ b/ci-operator/jobs/openshift/knative-eventing/openshift-knative-eventing-release-v0.14.0-presubmits.yaml @@ -19,13 +19,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-ocp-44-cluster-profile - --target=e2e-aws-ocp-44 - --template=/usr/local/e2e-aws-ocp-44 @@ -60,6 +58,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -85,6 +86,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )4.4-e2e-aws-ocp-44,?($|\s.*) - agent: kubernetes always_run: true @@ -105,10 +109,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --variant=4.4 command: @@ -126,6 +130,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -137,6 +144,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )4.4-images,?($|\s.*) - agent: kubernetes always_run: true @@ -157,13 +167,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-ocp-45-cluster-profile - --target=e2e-aws-ocp-45 - --template=/usr/local/e2e-aws-ocp-45 @@ -198,6 +206,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -223,6 +234,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )4.5-e2e-aws-ocp-45,?($|\s.*) - agent: kubernetes always_run: true @@ -243,10 +257,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --variant=4.5 command: @@ -264,6 +278,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -275,6 +292,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )4.5-images,?($|\s.*) - agent: kubernetes always_run: true @@ -294,13 +314,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-ocp-43-cluster-profile - --target=e2e-aws-ocp-43 - --template=/usr/local/e2e-aws-ocp-43 @@ -334,6 +352,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -359,6 +380,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-ocp-43,?($|\s.*) - agent: kubernetes always_run: true @@ -378,10 +402,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -398,6 +422,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -409,4 +436,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift/knative-serving/openshift-knative-serving-release-next-postsubmits.yaml b/ci-operator/jobs/openshift/knative-serving/openshift-knative-serving-release-next-postsubmits.yaml index 4bdc9b9ff491..b6b1f7750da6 100644 --- a/ci-operator/jobs/openshift/knative-serving/openshift-knative-serving-release-next-postsubmits.yaml +++ b/ci-operator/jobs/openshift/knative-serving/openshift-knative-serving-release-next-postsubmits.yaml @@ -8,18 +8,20 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" ci-operator.openshift.io/variant: "4.3" + max_concurrency: 1 name: branch-ci-openshift-knative-serving-release-next-4.3-images path_alias: knative.dev/serving spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --variant=4.3 command: @@ -37,6 +39,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -48,3 +53,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/knative-serving/openshift-knative-serving-release-next-presubmits.yaml b/ci-operator/jobs/openshift/knative-serving/openshift-knative-serving-release-next-presubmits.yaml index de36fc099f7a..90b090afd7d8 100644 --- a/ci-operator/jobs/openshift/knative-serving/openshift-knative-serving-release-next-presubmits.yaml +++ b/ci-operator/jobs/openshift/knative-serving/openshift-knative-serving-release-next-presubmits.yaml @@ -19,13 +19,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-ocp-43-cluster-profile - --target=e2e-aws-ocp-43 - --template=/usr/local/e2e-aws-ocp-43 @@ -60,6 +58,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -85,6 +86,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )4.3-e2e-aws-ocp-43,?($|\s.*) - agent: kubernetes always_run: true @@ -105,10 +109,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --variant=4.3 command: @@ -126,6 +130,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -137,4 +144,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )4.3-images,?($|\s.*) diff --git a/ci-operator/jobs/openshift/knative-serving/openshift-knative-serving-release-v0.11.1-postsubmits.yaml b/ci-operator/jobs/openshift/knative-serving/openshift-knative-serving-release-v0.11.1-postsubmits.yaml index e0bd69ec970a..0942cb2e96ae 100644 --- a/ci-operator/jobs/openshift/knative-serving/openshift-knative-serving-release-v0.11.1-postsubmits.yaml +++ b/ci-operator/jobs/openshift/knative-serving/openshift-knative-serving-release-v0.11.1-postsubmits.yaml @@ -8,18 +8,20 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" ci-operator.openshift.io/variant: "4.3" + max_concurrency: 1 name: branch-ci-openshift-knative-serving-release-v0.11.1-4.3-images path_alias: knative.dev/serving spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --variant=4.3 command: @@ -37,6 +39,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -48,3 +53,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/knative-serving/openshift-knative-serving-release-v0.11.1-presubmits.yaml b/ci-operator/jobs/openshift/knative-serving/openshift-knative-serving-release-v0.11.1-presubmits.yaml index e2abb9aecd60..b4e55c4cb185 100644 --- a/ci-operator/jobs/openshift/knative-serving/openshift-knative-serving-release-v0.11.1-presubmits.yaml +++ b/ci-operator/jobs/openshift/knative-serving/openshift-knative-serving-release-v0.11.1-presubmits.yaml @@ -19,13 +19,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-ocp-42-cluster-profile - --target=e2e-aws-ocp-42 - --template=/usr/local/e2e-aws-ocp-42 @@ -60,6 +58,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -85,6 +86,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )4.3-e2e-aws-ocp-42,?($|\s.*) - agent: kubernetes always_run: true @@ -105,10 +109,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --variant=4.3 command: @@ -126,6 +130,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -137,4 +144,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )4.3-images,?($|\s.*) diff --git a/ci-operator/jobs/openshift/knative-serving/openshift-knative-serving-release-v0.12.1-postsubmits.yaml b/ci-operator/jobs/openshift/knative-serving/openshift-knative-serving-release-v0.12.1-postsubmits.yaml index 5775917763ed..1cfa29e7e1f7 100644 --- a/ci-operator/jobs/openshift/knative-serving/openshift-knative-serving-release-v0.12.1-postsubmits.yaml +++ b/ci-operator/jobs/openshift/knative-serving/openshift-knative-serving-release-v0.12.1-postsubmits.yaml @@ -8,18 +8,20 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" ci-operator.openshift.io/variant: "4.3" + max_concurrency: 1 name: branch-ci-openshift-knative-serving-release-v0.12.1-4.3-images path_alias: knative.dev/serving spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --variant=4.3 command: @@ -37,6 +39,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -48,3 +53,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/knative-serving/openshift-knative-serving-release-v0.12.1-presubmits.yaml b/ci-operator/jobs/openshift/knative-serving/openshift-knative-serving-release-v0.12.1-presubmits.yaml index 090fb5e26164..4c009d38b3c6 100644 --- a/ci-operator/jobs/openshift/knative-serving/openshift-knative-serving-release-v0.12.1-presubmits.yaml +++ b/ci-operator/jobs/openshift/knative-serving/openshift-knative-serving-release-v0.12.1-presubmits.yaml @@ -19,13 +19,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-ocp-43-cluster-profile - --target=e2e-aws-ocp-43 - --template=/usr/local/e2e-aws-ocp-43 @@ -60,6 +58,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -85,6 +86,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )4.3-e2e-aws-ocp-43,?($|\s.*) - agent: kubernetes always_run: true @@ -105,10 +109,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --variant=4.3 command: @@ -126,6 +130,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -137,4 +144,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )4.3-images,?($|\s.*) diff --git a/ci-operator/jobs/openshift/knative-serving/openshift-knative-serving-release-v0.13.1-postsubmits.yaml b/ci-operator/jobs/openshift/knative-serving/openshift-knative-serving-release-v0.13.1-postsubmits.yaml index 77b4a5f58dbc..a1bdf0c6d45e 100644 --- a/ci-operator/jobs/openshift/knative-serving/openshift-knative-serving-release-v0.13.1-postsubmits.yaml +++ b/ci-operator/jobs/openshift/knative-serving/openshift-knative-serving-release-v0.13.1-postsubmits.yaml @@ -8,18 +8,20 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" ci-operator.openshift.io/variant: "4.3" + max_concurrency: 1 name: branch-ci-openshift-knative-serving-release-v0.13.1-4.3-images path_alias: knative.dev/serving spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --variant=4.3 command: @@ -37,6 +39,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -48,3 +53,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/knative-serving/openshift-knative-serving-release-v0.13.1-presubmits.yaml b/ci-operator/jobs/openshift/knative-serving/openshift-knative-serving-release-v0.13.1-presubmits.yaml index 668f0046a9eb..54874dbe3ea2 100644 --- a/ci-operator/jobs/openshift/knative-serving/openshift-knative-serving-release-v0.13.1-presubmits.yaml +++ b/ci-operator/jobs/openshift/knative-serving/openshift-knative-serving-release-v0.13.1-presubmits.yaml @@ -19,13 +19,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-ocp-43-cluster-profile - --target=e2e-aws-ocp-43 - --template=/usr/local/e2e-aws-ocp-43 @@ -60,6 +58,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -85,6 +86,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )4.3-e2e-aws-ocp-43,?($|\s.*) - agent: kubernetes always_run: true @@ -105,10 +109,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --variant=4.3 command: @@ -126,6 +130,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -137,4 +144,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )4.3-images,?($|\s.*) diff --git a/ci-operator/jobs/openshift/knative-serving/openshift-knative-serving-release-v0.13.2-postsubmits.yaml b/ci-operator/jobs/openshift/knative-serving/openshift-knative-serving-release-v0.13.2-postsubmits.yaml index 3e01b9ce8ba9..b9909a41511d 100644 --- a/ci-operator/jobs/openshift/knative-serving/openshift-knative-serving-release-v0.13.2-postsubmits.yaml +++ b/ci-operator/jobs/openshift/knative-serving/openshift-knative-serving-release-v0.13.2-postsubmits.yaml @@ -8,6 +8,7 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" ci-operator.openshift.io/variant: "4.3" max_concurrency: 1 @@ -16,11 +17,11 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --variant=4.3 command: @@ -38,6 +39,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -49,3 +53,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/knative-serving/openshift-knative-serving-release-v0.13.2-presubmits.yaml b/ci-operator/jobs/openshift/knative-serving/openshift-knative-serving-release-v0.13.2-presubmits.yaml index 26a02d07d2ad..0555e5b98286 100644 --- a/ci-operator/jobs/openshift/knative-serving/openshift-knative-serving-release-v0.13.2-presubmits.yaml +++ b/ci-operator/jobs/openshift/knative-serving/openshift-knative-serving-release-v0.13.2-presubmits.yaml @@ -19,13 +19,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-ocp-43-cluster-profile - --target=e2e-aws-ocp-43 - --template=/usr/local/e2e-aws-ocp-43 @@ -60,6 +58,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -85,6 +86,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )4.3-e2e-aws-ocp-43,?($|\s.*) - agent: kubernetes always_run: true @@ -105,10 +109,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --variant=4.3 command: @@ -126,6 +130,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -137,4 +144,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )4.3-images,?($|\s.*) diff --git a/ci-operator/jobs/openshift/kube-rbac-proxy/openshift-kube-rbac-proxy-master-postsubmits.yaml b/ci-operator/jobs/openshift/kube-rbac-proxy/openshift-kube-rbac-proxy-master-postsubmits.yaml index d8988f6b5a29..086750151dbc 100644 --- a/ci-operator/jobs/openshift/kube-rbac-proxy/openshift-kube-rbac-proxy-master-postsubmits.yaml +++ b/ci-operator/jobs/openshift/kube-rbac-proxy/openshift-kube-rbac-proxy-master-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-kube-rbac-proxy-master-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/kube-rbac-proxy/openshift-kube-rbac-proxy-master-presubmits.yaml b/ci-operator/jobs/openshift/kube-rbac-proxy/openshift-kube-rbac-proxy-master-presubmits.yaml index ee9e5da9253d..281ae894d6ad 100644 --- a/ci-operator/jobs/openshift/kube-rbac-proxy/openshift-kube-rbac-proxy-master-presubmits.yaml +++ b/ci-operator/jobs/openshift/kube-rbac-proxy/openshift-kube-rbac-proxy-master-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -46,6 +44,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -68,6 +69,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -86,10 +90,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -107,6 +111,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -118,4 +125,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift/kube-rbac-proxy/openshift-kube-rbac-proxy-release-4.1-postsubmits.yaml b/ci-operator/jobs/openshift/kube-rbac-proxy/openshift-kube-rbac-proxy-release-4.1-postsubmits.yaml index dcd7c52e3a1d..f5c135214d8a 100644 --- a/ci-operator/jobs/openshift/kube-rbac-proxy/openshift-kube-rbac-proxy-release-4.1-postsubmits.yaml +++ b/ci-operator/jobs/openshift/kube-rbac-proxy/openshift-kube-rbac-proxy-release-4.1-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-kube-rbac-proxy-release-4.1-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/kube-rbac-proxy/openshift-kube-rbac-proxy-release-4.1-presubmits.yaml b/ci-operator/jobs/openshift/kube-rbac-proxy/openshift-kube-rbac-proxy-release-4.1-presubmits.yaml index 585ce15a352a..d77d1eb9fbb2 100644 --- a/ci-operator/jobs/openshift/kube-rbac-proxy/openshift-kube-rbac-proxy-release-4.1-presubmits.yaml +++ b/ci-operator/jobs/openshift/kube-rbac-proxy/openshift-kube-rbac-proxy-release-4.1-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -46,6 +44,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -68,6 +69,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -86,10 +90,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -107,6 +111,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -118,4 +125,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift/kube-rbac-proxy/openshift-kube-rbac-proxy-release-4.2-postsubmits.yaml b/ci-operator/jobs/openshift/kube-rbac-proxy/openshift-kube-rbac-proxy-release-4.2-postsubmits.yaml index 2df0b75ba32f..3c1276273dc4 100644 --- a/ci-operator/jobs/openshift/kube-rbac-proxy/openshift-kube-rbac-proxy-release-4.2-postsubmits.yaml +++ b/ci-operator/jobs/openshift/kube-rbac-proxy/openshift-kube-rbac-proxy-release-4.2-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-kube-rbac-proxy-release-4.2-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/kube-rbac-proxy/openshift-kube-rbac-proxy-release-4.2-presubmits.yaml b/ci-operator/jobs/openshift/kube-rbac-proxy/openshift-kube-rbac-proxy-release-4.2-presubmits.yaml index ebac0d9427a2..5253cfbfd017 100644 --- a/ci-operator/jobs/openshift/kube-rbac-proxy/openshift-kube-rbac-proxy-release-4.2-presubmits.yaml +++ b/ci-operator/jobs/openshift/kube-rbac-proxy/openshift-kube-rbac-proxy-release-4.2-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -46,6 +44,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -68,6 +69,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -86,10 +90,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -107,6 +111,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -118,4 +125,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift/kube-rbac-proxy/openshift-kube-rbac-proxy-release-4.3-postsubmits.yaml b/ci-operator/jobs/openshift/kube-rbac-proxy/openshift-kube-rbac-proxy-release-4.3-postsubmits.yaml index 63eb7d77fefe..85f1f12f7828 100644 --- a/ci-operator/jobs/openshift/kube-rbac-proxy/openshift-kube-rbac-proxy-release-4.3-postsubmits.yaml +++ b/ci-operator/jobs/openshift/kube-rbac-proxy/openshift-kube-rbac-proxy-release-4.3-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-kube-rbac-proxy-release-4.3-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/kube-rbac-proxy/openshift-kube-rbac-proxy-release-4.3-presubmits.yaml b/ci-operator/jobs/openshift/kube-rbac-proxy/openshift-kube-rbac-proxy-release-4.3-presubmits.yaml index 8fa0e09dbfa5..d97fbd1a0d69 100644 --- a/ci-operator/jobs/openshift/kube-rbac-proxy/openshift-kube-rbac-proxy-release-4.3-presubmits.yaml +++ b/ci-operator/jobs/openshift/kube-rbac-proxy/openshift-kube-rbac-proxy-release-4.3-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -46,6 +44,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -68,6 +69,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -86,10 +90,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -107,6 +111,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -118,4 +125,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift/kube-rbac-proxy/openshift-kube-rbac-proxy-release-4.4-postsubmits.yaml b/ci-operator/jobs/openshift/kube-rbac-proxy/openshift-kube-rbac-proxy-release-4.4-postsubmits.yaml index e7ef82aaf537..30559c712722 100644 --- a/ci-operator/jobs/openshift/kube-rbac-proxy/openshift-kube-rbac-proxy-release-4.4-postsubmits.yaml +++ b/ci-operator/jobs/openshift/kube-rbac-proxy/openshift-kube-rbac-proxy-release-4.4-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-kube-rbac-proxy-release-4.4-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/kube-rbac-proxy/openshift-kube-rbac-proxy-release-4.4-presubmits.yaml b/ci-operator/jobs/openshift/kube-rbac-proxy/openshift-kube-rbac-proxy-release-4.4-presubmits.yaml index d316bd2290db..b1171b28df46 100644 --- a/ci-operator/jobs/openshift/kube-rbac-proxy/openshift-kube-rbac-proxy-release-4.4-presubmits.yaml +++ b/ci-operator/jobs/openshift/kube-rbac-proxy/openshift-kube-rbac-proxy-release-4.4-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -46,6 +44,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -68,6 +69,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -86,10 +90,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -107,6 +111,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -118,4 +125,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift/kube-rbac-proxy/openshift-kube-rbac-proxy-release-4.5-postsubmits.yaml b/ci-operator/jobs/openshift/kube-rbac-proxy/openshift-kube-rbac-proxy-release-4.5-postsubmits.yaml index bb98848ec50f..3ef765d1fc40 100644 --- a/ci-operator/jobs/openshift/kube-rbac-proxy/openshift-kube-rbac-proxy-release-4.5-postsubmits.yaml +++ b/ci-operator/jobs/openshift/kube-rbac-proxy/openshift-kube-rbac-proxy-release-4.5-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-kube-rbac-proxy-release-4.5-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/kube-rbac-proxy/openshift-kube-rbac-proxy-release-4.5-presubmits.yaml b/ci-operator/jobs/openshift/kube-rbac-proxy/openshift-kube-rbac-proxy-release-4.5-presubmits.yaml index 5a0f7b6d6fd8..f3a4566d8d6e 100644 --- a/ci-operator/jobs/openshift/kube-rbac-proxy/openshift-kube-rbac-proxy-release-4.5-presubmits.yaml +++ b/ci-operator/jobs/openshift/kube-rbac-proxy/openshift-kube-rbac-proxy-release-4.5-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -46,6 +44,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -68,6 +69,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -86,10 +90,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -106,6 +110,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -117,4 +124,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift/kube-rbac-proxy/openshift-kube-rbac-proxy-release-4.6-postsubmits.yaml b/ci-operator/jobs/openshift/kube-rbac-proxy/openshift-kube-rbac-proxy-release-4.6-postsubmits.yaml index a648e697c4e4..823690e64971 100644 --- a/ci-operator/jobs/openshift/kube-rbac-proxy/openshift-kube-rbac-proxy-release-4.6-postsubmits.yaml +++ b/ci-operator/jobs/openshift/kube-rbac-proxy/openshift-kube-rbac-proxy-release-4.6-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-kube-rbac-proxy-release-4.6-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/kube-rbac-proxy/openshift-kube-rbac-proxy-release-4.6-presubmits.yaml b/ci-operator/jobs/openshift/kube-rbac-proxy/openshift-kube-rbac-proxy-release-4.6-presubmits.yaml index 24526c563e9a..63d93a846823 100644 --- a/ci-operator/jobs/openshift/kube-rbac-proxy/openshift-kube-rbac-proxy-release-4.6-presubmits.yaml +++ b/ci-operator/jobs/openshift/kube-rbac-proxy/openshift-kube-rbac-proxy-release-4.6-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -46,6 +44,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -68,6 +69,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -86,10 +90,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -107,6 +111,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -118,4 +125,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift/kube-rbac-proxy/openshift-kube-rbac-proxy-release-4.7-postsubmits.yaml b/ci-operator/jobs/openshift/kube-rbac-proxy/openshift-kube-rbac-proxy-release-4.7-postsubmits.yaml index 3ddd7a684de4..66720752eed3 100644 --- a/ci-operator/jobs/openshift/kube-rbac-proxy/openshift-kube-rbac-proxy-release-4.7-postsubmits.yaml +++ b/ci-operator/jobs/openshift/kube-rbac-proxy/openshift-kube-rbac-proxy-release-4.7-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-kube-rbac-proxy-release-4.7-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/kube-rbac-proxy/openshift-kube-rbac-proxy-release-4.7-presubmits.yaml b/ci-operator/jobs/openshift/kube-rbac-proxy/openshift-kube-rbac-proxy-release-4.7-presubmits.yaml index 48572e739547..a3e5dd2ddfb3 100644 --- a/ci-operator/jobs/openshift/kube-rbac-proxy/openshift-kube-rbac-proxy-release-4.7-presubmits.yaml +++ b/ci-operator/jobs/openshift/kube-rbac-proxy/openshift-kube-rbac-proxy-release-4.7-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -46,6 +44,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -68,6 +69,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -86,10 +90,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -107,6 +111,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -118,4 +125,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift/kube-state-metrics/openshift-kube-state-metrics-master-postsubmits.yaml b/ci-operator/jobs/openshift/kube-state-metrics/openshift-kube-state-metrics-master-postsubmits.yaml index 4e955f7ccc98..20304cad3e82 100644 --- a/ci-operator/jobs/openshift/kube-state-metrics/openshift-kube-state-metrics-master-postsubmits.yaml +++ b/ci-operator/jobs/openshift/kube-state-metrics/openshift-kube-state-metrics-master-postsubmits.yaml @@ -8,17 +8,19 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-kube-state-metrics-master-images path_alias: k8s.io/kube-state-metrics spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -35,6 +37,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -46,3 +51,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/kube-state-metrics/openshift-kube-state-metrics-master-presubmits.yaml b/ci-operator/jobs/openshift/kube-state-metrics/openshift-kube-state-metrics-master-presubmits.yaml index 066459e09499..fa436fc7b58a 100644 --- a/ci-operator/jobs/openshift/kube-state-metrics/openshift-kube-state-metrics-master-presubmits.yaml +++ b/ci-operator/jobs/openshift/kube-state-metrics/openshift-kube-state-metrics-master-presubmits.yaml @@ -18,13 +18,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -47,6 +45,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -69,6 +70,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -88,10 +92,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -109,6 +113,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -120,4 +127,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift/kube-state-metrics/openshift-kube-state-metrics-release-4.1-postsubmits.yaml b/ci-operator/jobs/openshift/kube-state-metrics/openshift-kube-state-metrics-release-4.1-postsubmits.yaml index d54582c0afd4..b7dc3b4b28cd 100644 --- a/ci-operator/jobs/openshift/kube-state-metrics/openshift-kube-state-metrics-release-4.1-postsubmits.yaml +++ b/ci-operator/jobs/openshift/kube-state-metrics/openshift-kube-state-metrics-release-4.1-postsubmits.yaml @@ -8,17 +8,19 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-kube-state-metrics-release-4.1-images path_alias: k8s.io/kube-state-metrics spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -35,6 +37,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -46,3 +51,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/kube-state-metrics/openshift-kube-state-metrics-release-4.1-presubmits.yaml b/ci-operator/jobs/openshift/kube-state-metrics/openshift-kube-state-metrics-release-4.1-presubmits.yaml index 15e64a1d1d11..347984578573 100644 --- a/ci-operator/jobs/openshift/kube-state-metrics/openshift-kube-state-metrics-release-4.1-presubmits.yaml +++ b/ci-operator/jobs/openshift/kube-state-metrics/openshift-kube-state-metrics-release-4.1-presubmits.yaml @@ -18,13 +18,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -47,6 +45,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -69,6 +70,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -88,10 +92,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -109,6 +113,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -120,4 +127,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift/kube-state-metrics/openshift-kube-state-metrics-release-4.2-postsubmits.yaml b/ci-operator/jobs/openshift/kube-state-metrics/openshift-kube-state-metrics-release-4.2-postsubmits.yaml index 1e80d495746a..2d08138016f6 100644 --- a/ci-operator/jobs/openshift/kube-state-metrics/openshift-kube-state-metrics-release-4.2-postsubmits.yaml +++ b/ci-operator/jobs/openshift/kube-state-metrics/openshift-kube-state-metrics-release-4.2-postsubmits.yaml @@ -8,17 +8,19 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-kube-state-metrics-release-4.2-images path_alias: k8s.io/kube-state-metrics spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -35,6 +37,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -46,3 +51,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/kube-state-metrics/openshift-kube-state-metrics-release-4.2-presubmits.yaml b/ci-operator/jobs/openshift/kube-state-metrics/openshift-kube-state-metrics-release-4.2-presubmits.yaml index 022f95094e53..68d15b4811ba 100644 --- a/ci-operator/jobs/openshift/kube-state-metrics/openshift-kube-state-metrics-release-4.2-presubmits.yaml +++ b/ci-operator/jobs/openshift/kube-state-metrics/openshift-kube-state-metrics-release-4.2-presubmits.yaml @@ -18,13 +18,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -47,6 +45,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -69,6 +70,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -88,10 +92,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -109,6 +113,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -120,4 +127,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift/kube-state-metrics/openshift-kube-state-metrics-release-4.3-postsubmits.yaml b/ci-operator/jobs/openshift/kube-state-metrics/openshift-kube-state-metrics-release-4.3-postsubmits.yaml index b0a6c208bf67..b85e90d6806e 100644 --- a/ci-operator/jobs/openshift/kube-state-metrics/openshift-kube-state-metrics-release-4.3-postsubmits.yaml +++ b/ci-operator/jobs/openshift/kube-state-metrics/openshift-kube-state-metrics-release-4.3-postsubmits.yaml @@ -8,17 +8,19 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-kube-state-metrics-release-4.3-images path_alias: k8s.io/kube-state-metrics spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -35,6 +37,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -46,3 +51,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/kube-state-metrics/openshift-kube-state-metrics-release-4.3-presubmits.yaml b/ci-operator/jobs/openshift/kube-state-metrics/openshift-kube-state-metrics-release-4.3-presubmits.yaml index b181ec9b4313..f91c07d153b2 100644 --- a/ci-operator/jobs/openshift/kube-state-metrics/openshift-kube-state-metrics-release-4.3-presubmits.yaml +++ b/ci-operator/jobs/openshift/kube-state-metrics/openshift-kube-state-metrics-release-4.3-presubmits.yaml @@ -18,13 +18,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -47,6 +45,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -69,6 +70,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -88,10 +92,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -109,6 +113,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -120,4 +127,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift/kube-state-metrics/openshift-kube-state-metrics-release-4.4-postsubmits.yaml b/ci-operator/jobs/openshift/kube-state-metrics/openshift-kube-state-metrics-release-4.4-postsubmits.yaml index 46864f93b1d1..1c4d1d386a71 100644 --- a/ci-operator/jobs/openshift/kube-state-metrics/openshift-kube-state-metrics-release-4.4-postsubmits.yaml +++ b/ci-operator/jobs/openshift/kube-state-metrics/openshift-kube-state-metrics-release-4.4-postsubmits.yaml @@ -8,17 +8,19 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-kube-state-metrics-release-4.4-images path_alias: k8s.io/kube-state-metrics spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -35,6 +37,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -46,3 +51,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/kube-state-metrics/openshift-kube-state-metrics-release-4.4-presubmits.yaml b/ci-operator/jobs/openshift/kube-state-metrics/openshift-kube-state-metrics-release-4.4-presubmits.yaml index b2d47c6ca45f..2e2766fe07d7 100644 --- a/ci-operator/jobs/openshift/kube-state-metrics/openshift-kube-state-metrics-release-4.4-presubmits.yaml +++ b/ci-operator/jobs/openshift/kube-state-metrics/openshift-kube-state-metrics-release-4.4-presubmits.yaml @@ -18,13 +18,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -47,6 +45,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -69,6 +70,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -88,10 +92,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -109,6 +113,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -120,4 +127,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift/kube-state-metrics/openshift-kube-state-metrics-release-4.5-postsubmits.yaml b/ci-operator/jobs/openshift/kube-state-metrics/openshift-kube-state-metrics-release-4.5-postsubmits.yaml index ae4249a3daef..d3adf780a15a 100644 --- a/ci-operator/jobs/openshift/kube-state-metrics/openshift-kube-state-metrics-release-4.5-postsubmits.yaml +++ b/ci-operator/jobs/openshift/kube-state-metrics/openshift-kube-state-metrics-release-4.5-postsubmits.yaml @@ -8,17 +8,19 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-kube-state-metrics-release-4.5-images path_alias: k8s.io/kube-state-metrics spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -35,6 +37,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -46,3 +51,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/kube-state-metrics/openshift-kube-state-metrics-release-4.5-presubmits.yaml b/ci-operator/jobs/openshift/kube-state-metrics/openshift-kube-state-metrics-release-4.5-presubmits.yaml index 174b9c7411c3..066b40065f5d 100644 --- a/ci-operator/jobs/openshift/kube-state-metrics/openshift-kube-state-metrics-release-4.5-presubmits.yaml +++ b/ci-operator/jobs/openshift/kube-state-metrics/openshift-kube-state-metrics-release-4.5-presubmits.yaml @@ -18,13 +18,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -47,6 +45,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -69,6 +70,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -88,10 +92,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -108,6 +112,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -119,4 +126,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift/kube-state-metrics/openshift-kube-state-metrics-release-4.6-postsubmits.yaml b/ci-operator/jobs/openshift/kube-state-metrics/openshift-kube-state-metrics-release-4.6-postsubmits.yaml index d0204d3f915b..23b48f54a12d 100644 --- a/ci-operator/jobs/openshift/kube-state-metrics/openshift-kube-state-metrics-release-4.6-postsubmits.yaml +++ b/ci-operator/jobs/openshift/kube-state-metrics/openshift-kube-state-metrics-release-4.6-postsubmits.yaml @@ -8,17 +8,19 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-kube-state-metrics-release-4.6-images path_alias: k8s.io/kube-state-metrics spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -35,6 +37,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -46,3 +51,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/kube-state-metrics/openshift-kube-state-metrics-release-4.6-presubmits.yaml b/ci-operator/jobs/openshift/kube-state-metrics/openshift-kube-state-metrics-release-4.6-presubmits.yaml index 7cfb0a8c18af..aa429192efc2 100644 --- a/ci-operator/jobs/openshift/kube-state-metrics/openshift-kube-state-metrics-release-4.6-presubmits.yaml +++ b/ci-operator/jobs/openshift/kube-state-metrics/openshift-kube-state-metrics-release-4.6-presubmits.yaml @@ -18,13 +18,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -47,6 +45,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -69,6 +70,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -88,10 +92,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -109,6 +113,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -120,4 +127,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift/kube-state-metrics/openshift-kube-state-metrics-release-4.7-postsubmits.yaml b/ci-operator/jobs/openshift/kube-state-metrics/openshift-kube-state-metrics-release-4.7-postsubmits.yaml index 879cbcbaad43..c7552fb32f0f 100644 --- a/ci-operator/jobs/openshift/kube-state-metrics/openshift-kube-state-metrics-release-4.7-postsubmits.yaml +++ b/ci-operator/jobs/openshift/kube-state-metrics/openshift-kube-state-metrics-release-4.7-postsubmits.yaml @@ -8,17 +8,19 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-kube-state-metrics-release-4.7-images path_alias: k8s.io/kube-state-metrics spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -35,6 +37,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -46,3 +51,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/kube-state-metrics/openshift-kube-state-metrics-release-4.7-presubmits.yaml b/ci-operator/jobs/openshift/kube-state-metrics/openshift-kube-state-metrics-release-4.7-presubmits.yaml index 909a06021182..a7b3c1453a88 100644 --- a/ci-operator/jobs/openshift/kube-state-metrics/openshift-kube-state-metrics-release-4.7-presubmits.yaml +++ b/ci-operator/jobs/openshift/kube-state-metrics/openshift-kube-state-metrics-release-4.7-presubmits.yaml @@ -18,13 +18,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -47,6 +45,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -69,6 +70,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -88,10 +92,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -109,6 +113,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -120,4 +127,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift/kubecsr/openshift-kubecsr-openshift-4.1-postsubmits.yaml b/ci-operator/jobs/openshift/kubecsr/openshift-kubecsr-openshift-4.1-postsubmits.yaml index ebaaddd58fce..46cc734bd956 100644 --- a/ci-operator/jobs/openshift/kubecsr/openshift-kubecsr-openshift-4.1-postsubmits.yaml +++ b/ci-operator/jobs/openshift/kubecsr/openshift-kubecsr-openshift-4.1-postsubmits.yaml @@ -8,17 +8,19 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-kubecsr-openshift-4.1-images path_alias: github.com/coreos/kubecsr spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -35,6 +37,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -46,3 +51,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/kubecsr/openshift-kubecsr-openshift-4.1-presubmits.yaml b/ci-operator/jobs/openshift/kubecsr/openshift-kubecsr-openshift-4.1-presubmits.yaml index b53f1ce45f77..8c6aa535b1e3 100644 --- a/ci-operator/jobs/openshift/kubecsr/openshift-kubecsr-openshift-4.1-presubmits.yaml +++ b/ci-operator/jobs/openshift/kubecsr/openshift-kubecsr-openshift-4.1-presubmits.yaml @@ -18,13 +18,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -47,6 +45,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -69,6 +70,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -88,10 +92,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -109,6 +113,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -120,6 +127,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -139,10 +149,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -159,6 +169,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -170,4 +183,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift/kubecsr/openshift-kubecsr-openshift-4.2-postsubmits.yaml b/ci-operator/jobs/openshift/kubecsr/openshift-kubecsr-openshift-4.2-postsubmits.yaml index 00f6b01439f8..1c535c9ee04d 100644 --- a/ci-operator/jobs/openshift/kubecsr/openshift-kubecsr-openshift-4.2-postsubmits.yaml +++ b/ci-operator/jobs/openshift/kubecsr/openshift-kubecsr-openshift-4.2-postsubmits.yaml @@ -8,17 +8,19 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-kubecsr-openshift-4.2-images path_alias: github.com/coreos/kubecsr spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -35,6 +37,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -46,3 +51,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/kubecsr/openshift-kubecsr-openshift-4.2-presubmits.yaml b/ci-operator/jobs/openshift/kubecsr/openshift-kubecsr-openshift-4.2-presubmits.yaml index 7c9d5b0fc1b6..624cd2c4475a 100644 --- a/ci-operator/jobs/openshift/kubecsr/openshift-kubecsr-openshift-4.2-presubmits.yaml +++ b/ci-operator/jobs/openshift/kubecsr/openshift-kubecsr-openshift-4.2-presubmits.yaml @@ -18,13 +18,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -47,6 +45,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -69,6 +70,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -88,10 +92,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -109,6 +113,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -120,6 +127,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -139,10 +149,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -159,6 +169,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -170,4 +183,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift/kubecsr/openshift-kubecsr-openshift-4.3-postsubmits.yaml b/ci-operator/jobs/openshift/kubecsr/openshift-kubecsr-openshift-4.3-postsubmits.yaml index f9ed89bf2000..08c4e7d3d7bf 100644 --- a/ci-operator/jobs/openshift/kubecsr/openshift-kubecsr-openshift-4.3-postsubmits.yaml +++ b/ci-operator/jobs/openshift/kubecsr/openshift-kubecsr-openshift-4.3-postsubmits.yaml @@ -8,17 +8,19 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-kubecsr-openshift-4.3-images path_alias: github.com/coreos/kubecsr spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -35,6 +37,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -46,3 +51,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/kubecsr/openshift-kubecsr-openshift-4.3-presubmits.yaml b/ci-operator/jobs/openshift/kubecsr/openshift-kubecsr-openshift-4.3-presubmits.yaml index 171ee76e5d2a..108bb0fab08b 100644 --- a/ci-operator/jobs/openshift/kubecsr/openshift-kubecsr-openshift-4.3-presubmits.yaml +++ b/ci-operator/jobs/openshift/kubecsr/openshift-kubecsr-openshift-4.3-presubmits.yaml @@ -18,13 +18,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -47,6 +45,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -69,6 +70,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -88,10 +92,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -109,6 +113,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -120,6 +127,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -139,10 +149,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -159,6 +169,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -170,4 +183,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift/kubecsr/openshift-kubecsr-openshift-4.4-postsubmits.yaml b/ci-operator/jobs/openshift/kubecsr/openshift-kubecsr-openshift-4.4-postsubmits.yaml index 8e7dfcc0eb0f..42dd8fbad2fc 100644 --- a/ci-operator/jobs/openshift/kubecsr/openshift-kubecsr-openshift-4.4-postsubmits.yaml +++ b/ci-operator/jobs/openshift/kubecsr/openshift-kubecsr-openshift-4.4-postsubmits.yaml @@ -8,17 +8,19 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-kubecsr-openshift-4.4-images path_alias: github.com/coreos/kubecsr spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -35,6 +37,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -46,3 +51,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/kubecsr/openshift-kubecsr-openshift-4.4-presubmits.yaml b/ci-operator/jobs/openshift/kubecsr/openshift-kubecsr-openshift-4.4-presubmits.yaml index 5ff52e43adbc..603dd4580b98 100644 --- a/ci-operator/jobs/openshift/kubecsr/openshift-kubecsr-openshift-4.4-presubmits.yaml +++ b/ci-operator/jobs/openshift/kubecsr/openshift-kubecsr-openshift-4.4-presubmits.yaml @@ -18,13 +18,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -47,6 +45,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -69,6 +70,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -88,10 +92,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -109,6 +113,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -120,6 +127,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -139,10 +149,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -159,6 +169,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -170,4 +183,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift/kubecsr/openshift-kubecsr-openshift-4.5-postsubmits.yaml b/ci-operator/jobs/openshift/kubecsr/openshift-kubecsr-openshift-4.5-postsubmits.yaml index 685927003693..e8533968e5eb 100644 --- a/ci-operator/jobs/openshift/kubecsr/openshift-kubecsr-openshift-4.5-postsubmits.yaml +++ b/ci-operator/jobs/openshift/kubecsr/openshift-kubecsr-openshift-4.5-postsubmits.yaml @@ -8,17 +8,19 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-kubecsr-openshift-4.5-images path_alias: github.com/coreos/kubecsr spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -35,6 +37,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -46,3 +51,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/kubecsr/openshift-kubecsr-openshift-4.5-presubmits.yaml b/ci-operator/jobs/openshift/kubecsr/openshift-kubecsr-openshift-4.5-presubmits.yaml index 1bde02ab5b47..619165fe0959 100644 --- a/ci-operator/jobs/openshift/kubecsr/openshift-kubecsr-openshift-4.5-presubmits.yaml +++ b/ci-operator/jobs/openshift/kubecsr/openshift-kubecsr-openshift-4.5-presubmits.yaml @@ -18,13 +18,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -47,6 +45,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -69,6 +70,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -88,10 +92,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -109,6 +113,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -120,6 +127,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -139,10 +149,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -159,6 +169,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -170,4 +183,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift/kubecsr/openshift-kubecsr-openshift-4.6-postsubmits.yaml b/ci-operator/jobs/openshift/kubecsr/openshift-kubecsr-openshift-4.6-postsubmits.yaml index 3e26edc7abcf..c3ec840e6133 100644 --- a/ci-operator/jobs/openshift/kubecsr/openshift-kubecsr-openshift-4.6-postsubmits.yaml +++ b/ci-operator/jobs/openshift/kubecsr/openshift-kubecsr-openshift-4.6-postsubmits.yaml @@ -8,17 +8,19 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-kubecsr-openshift-4.6-images path_alias: github.com/coreos/kubecsr spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -35,6 +37,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -46,3 +51,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/kubecsr/openshift-kubecsr-openshift-4.6-presubmits.yaml b/ci-operator/jobs/openshift/kubecsr/openshift-kubecsr-openshift-4.6-presubmits.yaml index 183c9d7b698b..c0a653a23c14 100644 --- a/ci-operator/jobs/openshift/kubecsr/openshift-kubecsr-openshift-4.6-presubmits.yaml +++ b/ci-operator/jobs/openshift/kubecsr/openshift-kubecsr-openshift-4.6-presubmits.yaml @@ -18,13 +18,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -47,6 +45,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -69,6 +70,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -88,10 +92,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -109,6 +113,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -120,6 +127,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -139,10 +149,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -159,6 +169,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -170,4 +183,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift/kubecsr/openshift-kubecsr-openshift-4.7-postsubmits.yaml b/ci-operator/jobs/openshift/kubecsr/openshift-kubecsr-openshift-4.7-postsubmits.yaml index 8ec699762bad..81e305463aac 100644 --- a/ci-operator/jobs/openshift/kubecsr/openshift-kubecsr-openshift-4.7-postsubmits.yaml +++ b/ci-operator/jobs/openshift/kubecsr/openshift-kubecsr-openshift-4.7-postsubmits.yaml @@ -8,6 +8,7 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-kubecsr-openshift-4.7-images @@ -15,11 +16,11 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -36,6 +37,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -47,3 +51,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/kubecsr/openshift-kubecsr-openshift-4.7-presubmits.yaml b/ci-operator/jobs/openshift/kubecsr/openshift-kubecsr-openshift-4.7-presubmits.yaml index 5c6fe2ebcefa..23778292bc13 100644 --- a/ci-operator/jobs/openshift/kubecsr/openshift-kubecsr-openshift-4.7-presubmits.yaml +++ b/ci-operator/jobs/openshift/kubecsr/openshift-kubecsr-openshift-4.7-presubmits.yaml @@ -18,13 +18,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -47,6 +45,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -69,6 +70,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -88,10 +92,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -109,6 +113,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -120,6 +127,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -139,10 +149,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -159,6 +169,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -170,4 +183,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift/kubefed-operator/openshift-kubefed-operator-master-postsubmits.yaml b/ci-operator/jobs/openshift/kubefed-operator/openshift-kubefed-operator-master-postsubmits.yaml index 16e4271e5808..5c368f4db1fa 100644 --- a/ci-operator/jobs/openshift/kubefed-operator/openshift-kubefed-operator-master-postsubmits.yaml +++ b/ci-operator/jobs/openshift/kubefed-operator/openshift-kubefed-operator-master-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-kubefed-operator-master-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/kubefed-operator/openshift-kubefed-operator-master-presubmits.yaml b/ci-operator/jobs/openshift/kubefed-operator/openshift-kubefed-operator-master-presubmits.yaml index 0e3c6be56a82..e2616a8bb031 100644 --- a/ci-operator/jobs/openshift/kubefed-operator/openshift-kubefed-operator-master-presubmits.yaml +++ b/ci-operator/jobs/openshift/kubefed-operator/openshift-kubefed-operator-master-presubmits.yaml @@ -17,10 +17,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -38,6 +38,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -49,6 +52,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -67,13 +73,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/olm-e2e-cluster-profile - --target=olm-e2e - --template=/usr/local/olm-e2e @@ -108,6 +112,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -133,6 +140,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )olm-e2e,?($|\s.*) - agent: kubernetes always_run: true @@ -151,10 +161,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -171,6 +181,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -182,6 +195,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -200,10 +216,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=vet command: - ci-operator @@ -220,6 +236,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -231,4 +250,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )vet,?($|\s.*) diff --git a/ci-operator/jobs/openshift/kubefed-operator/openshift-kubefed-operator-release-0.1.0-rc3-postsubmits.yaml b/ci-operator/jobs/openshift/kubefed-operator/openshift-kubefed-operator-release-0.1.0-rc3-postsubmits.yaml index e751cdb7aef6..4d8f483b0d56 100644 --- a/ci-operator/jobs/openshift/kubefed-operator/openshift-kubefed-operator-release-0.1.0-rc3-postsubmits.yaml +++ b/ci-operator/jobs/openshift/kubefed-operator/openshift-kubefed-operator-release-0.1.0-rc3-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-kubefed-operator-release-0.1.0-rc3-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/kubefed-operator/openshift-kubefed-operator-release-0.1.0-rc3-presubmits.yaml b/ci-operator/jobs/openshift/kubefed-operator/openshift-kubefed-operator-release-0.1.0-rc3-presubmits.yaml index 0e4cf44be0a5..4d7bbd0f481f 100644 --- a/ci-operator/jobs/openshift/kubefed-operator/openshift-kubefed-operator-release-0.1.0-rc3-presubmits.yaml +++ b/ci-operator/jobs/openshift/kubefed-operator/openshift-kubefed-operator-release-0.1.0-rc3-presubmits.yaml @@ -17,10 +17,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -37,6 +37,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -48,6 +51,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -66,13 +72,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/olm-e2e-cluster-profile - --target=olm-e2e - --template=/usr/local/olm-e2e @@ -107,6 +111,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -132,6 +139,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )olm-e2e,?($|\s.*) - agent: kubernetes always_run: true @@ -150,10 +160,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -170,6 +180,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -181,6 +194,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -199,10 +215,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=vet command: - ci-operator @@ -219,6 +235,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -230,4 +249,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )vet,?($|\s.*) diff --git a/ci-operator/jobs/openshift/kubefed-operator/openshift-kubefed-operator-release-0.1.0-rc4-postsubmits.yaml b/ci-operator/jobs/openshift/kubefed-operator/openshift-kubefed-operator-release-0.1.0-rc4-postsubmits.yaml index c9545f367ad9..7faf7c4074ed 100644 --- a/ci-operator/jobs/openshift/kubefed-operator/openshift-kubefed-operator-release-0.1.0-rc4-postsubmits.yaml +++ b/ci-operator/jobs/openshift/kubefed-operator/openshift-kubefed-operator-release-0.1.0-rc4-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-kubefed-operator-release-0.1.0-rc4-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/kubefed-operator/openshift-kubefed-operator-release-0.1.0-rc4-presubmits.yaml b/ci-operator/jobs/openshift/kubefed-operator/openshift-kubefed-operator-release-0.1.0-rc4-presubmits.yaml index 9da96dda169b..084b5972143c 100644 --- a/ci-operator/jobs/openshift/kubefed-operator/openshift-kubefed-operator-release-0.1.0-rc4-presubmits.yaml +++ b/ci-operator/jobs/openshift/kubefed-operator/openshift-kubefed-operator-release-0.1.0-rc4-presubmits.yaml @@ -17,10 +17,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -37,6 +37,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -48,6 +51,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -66,13 +72,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/olm-e2e-cluster-profile - --target=olm-e2e - --template=/usr/local/olm-e2e @@ -107,6 +111,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -132,6 +139,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )olm-e2e,?($|\s.*) - agent: kubernetes always_run: true @@ -150,10 +160,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -170,6 +180,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -181,6 +194,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -199,10 +215,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=vet command: - ci-operator @@ -219,6 +235,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -230,4 +249,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )vet,?($|\s.*) diff --git a/ci-operator/jobs/openshift/kubefed-operator/openshift-kubefed-operator-release-0.1.0-rc5-postsubmits.yaml b/ci-operator/jobs/openshift/kubefed-operator/openshift-kubefed-operator-release-0.1.0-rc5-postsubmits.yaml index 908a28cf5b30..bf9f8f3557f1 100644 --- a/ci-operator/jobs/openshift/kubefed-operator/openshift-kubefed-operator-release-0.1.0-rc5-postsubmits.yaml +++ b/ci-operator/jobs/openshift/kubefed-operator/openshift-kubefed-operator-release-0.1.0-rc5-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-kubefed-operator-release-0.1.0-rc5-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/kubefed-operator/openshift-kubefed-operator-release-0.1.0-rc5-presubmits.yaml b/ci-operator/jobs/openshift/kubefed-operator/openshift-kubefed-operator-release-0.1.0-rc5-presubmits.yaml index b40466ad04bd..cb39256003d2 100644 --- a/ci-operator/jobs/openshift/kubefed-operator/openshift-kubefed-operator-release-0.1.0-rc5-presubmits.yaml +++ b/ci-operator/jobs/openshift/kubefed-operator/openshift-kubefed-operator-release-0.1.0-rc5-presubmits.yaml @@ -17,10 +17,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -37,6 +37,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -48,6 +51,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -66,13 +72,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/olm-e2e-cluster-profile - --target=olm-e2e - --template=/usr/local/olm-e2e @@ -107,6 +111,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -132,6 +139,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )olm-e2e,?($|\s.*) - agent: kubernetes always_run: true @@ -150,10 +160,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -170,6 +180,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -181,6 +194,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -199,10 +215,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=vet command: - ci-operator @@ -219,6 +235,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -230,4 +249,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )vet,?($|\s.*) diff --git a/ci-operator/jobs/openshift/kubefed-operator/openshift-kubefed-operator-release-0.1.0-rc6-postsubmits.yaml b/ci-operator/jobs/openshift/kubefed-operator/openshift-kubefed-operator-release-0.1.0-rc6-postsubmits.yaml index 7b1abf3a8891..9a73dba2a908 100644 --- a/ci-operator/jobs/openshift/kubefed-operator/openshift-kubefed-operator-release-0.1.0-rc6-postsubmits.yaml +++ b/ci-operator/jobs/openshift/kubefed-operator/openshift-kubefed-operator-release-0.1.0-rc6-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-kubefed-operator-release-0.1.0-rc6-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/kubefed-operator/openshift-kubefed-operator-release-0.1.0-rc6-presubmits.yaml b/ci-operator/jobs/openshift/kubefed-operator/openshift-kubefed-operator-release-0.1.0-rc6-presubmits.yaml index 710e603078c1..14b31dd2d2a2 100644 --- a/ci-operator/jobs/openshift/kubefed-operator/openshift-kubefed-operator-release-0.1.0-rc6-presubmits.yaml +++ b/ci-operator/jobs/openshift/kubefed-operator/openshift-kubefed-operator-release-0.1.0-rc6-presubmits.yaml @@ -17,10 +17,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -37,6 +37,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -48,6 +51,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -66,13 +72,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/olm-e2e-cluster-profile - --target=olm-e2e - --template=/usr/local/olm-e2e @@ -107,6 +111,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -132,6 +139,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )olm-e2e,?($|\s.*) - agent: kubernetes always_run: true @@ -150,10 +160,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -170,6 +180,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -181,6 +194,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -199,10 +215,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=vet command: - ci-operator @@ -219,6 +235,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -230,4 +249,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )vet,?($|\s.*) diff --git a/ci-operator/jobs/openshift/kubefed-operator/openshift-kubefed-operator-release-4.2-postsubmits.yaml b/ci-operator/jobs/openshift/kubefed-operator/openshift-kubefed-operator-release-4.2-postsubmits.yaml index 5a807402fc26..ec2991f9911b 100644 --- a/ci-operator/jobs/openshift/kubefed-operator/openshift-kubefed-operator-release-4.2-postsubmits.yaml +++ b/ci-operator/jobs/openshift/kubefed-operator/openshift-kubefed-operator-release-4.2-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-kubefed-operator-release-4.2-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/kubefed-operator/openshift-kubefed-operator-release-4.2-presubmits.yaml b/ci-operator/jobs/openshift/kubefed-operator/openshift-kubefed-operator-release-4.2-presubmits.yaml index 1af1f1f193fa..39c1ff25542b 100644 --- a/ci-operator/jobs/openshift/kubefed-operator/openshift-kubefed-operator-release-4.2-presubmits.yaml +++ b/ci-operator/jobs/openshift/kubefed-operator/openshift-kubefed-operator-release-4.2-presubmits.yaml @@ -17,10 +17,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -38,6 +38,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -49,6 +52,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -67,13 +73,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/olm-e2e-cluster-profile - --target=olm-e2e - --template=/usr/local/olm-e2e @@ -108,6 +112,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -133,6 +140,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )olm-e2e,?($|\s.*) - agent: kubernetes always_run: true @@ -151,10 +161,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -171,6 +181,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -182,6 +195,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -200,10 +216,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=vet command: - ci-operator @@ -220,6 +236,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -231,4 +250,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )vet,?($|\s.*) diff --git a/ci-operator/jobs/openshift/kubefed-operator/openshift-kubefed-operator-release-4.3-postsubmits.yaml b/ci-operator/jobs/openshift/kubefed-operator/openshift-kubefed-operator-release-4.3-postsubmits.yaml index f6ce9852de8e..5a1199ddddc0 100644 --- a/ci-operator/jobs/openshift/kubefed-operator/openshift-kubefed-operator-release-4.3-postsubmits.yaml +++ b/ci-operator/jobs/openshift/kubefed-operator/openshift-kubefed-operator-release-4.3-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-kubefed-operator-release-4.3-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/kubefed-operator/openshift-kubefed-operator-release-4.3-presubmits.yaml b/ci-operator/jobs/openshift/kubefed-operator/openshift-kubefed-operator-release-4.3-presubmits.yaml index 0b2ac76e5af5..af30aad7c0b5 100644 --- a/ci-operator/jobs/openshift/kubefed-operator/openshift-kubefed-operator-release-4.3-presubmits.yaml +++ b/ci-operator/jobs/openshift/kubefed-operator/openshift-kubefed-operator-release-4.3-presubmits.yaml @@ -17,10 +17,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -38,6 +38,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -49,6 +52,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -67,13 +73,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/olm-e2e-cluster-profile - --target=olm-e2e - --template=/usr/local/olm-e2e @@ -108,6 +112,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -133,6 +140,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )olm-e2e,?($|\s.*) - agent: kubernetes always_run: true @@ -151,10 +161,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -171,6 +181,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -182,6 +195,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -200,10 +216,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=vet command: - ci-operator @@ -220,6 +236,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -231,4 +250,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )vet,?($|\s.*) diff --git a/ci-operator/jobs/openshift/kubefed-operator/openshift-kubefed-operator-release-4.4-postsubmits.yaml b/ci-operator/jobs/openshift/kubefed-operator/openshift-kubefed-operator-release-4.4-postsubmits.yaml index 54ae1d1618e0..5822159bbe30 100644 --- a/ci-operator/jobs/openshift/kubefed-operator/openshift-kubefed-operator-release-4.4-postsubmits.yaml +++ b/ci-operator/jobs/openshift/kubefed-operator/openshift-kubefed-operator-release-4.4-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-kubefed-operator-release-4.4-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/kubefed-operator/openshift-kubefed-operator-release-4.4-presubmits.yaml b/ci-operator/jobs/openshift/kubefed-operator/openshift-kubefed-operator-release-4.4-presubmits.yaml index 160770a379b9..a9de23b9918d 100644 --- a/ci-operator/jobs/openshift/kubefed-operator/openshift-kubefed-operator-release-4.4-presubmits.yaml +++ b/ci-operator/jobs/openshift/kubefed-operator/openshift-kubefed-operator-release-4.4-presubmits.yaml @@ -17,10 +17,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -38,6 +38,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -49,6 +52,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -67,13 +73,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/olm-e2e-cluster-profile - --target=olm-e2e - --template=/usr/local/olm-e2e @@ -108,6 +112,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -133,6 +140,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )olm-e2e,?($|\s.*) - agent: kubernetes always_run: true @@ -151,10 +161,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -171,6 +181,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -182,6 +195,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -200,10 +216,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=vet command: - ci-operator @@ -220,6 +236,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -231,4 +250,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )vet,?($|\s.*) diff --git a/ci-operator/jobs/openshift/kubefed-operator/openshift-kubefed-operator-release-4.5-postsubmits.yaml b/ci-operator/jobs/openshift/kubefed-operator/openshift-kubefed-operator-release-4.5-postsubmits.yaml index e905fb3e33d9..9919d77385c5 100644 --- a/ci-operator/jobs/openshift/kubefed-operator/openshift-kubefed-operator-release-4.5-postsubmits.yaml +++ b/ci-operator/jobs/openshift/kubefed-operator/openshift-kubefed-operator-release-4.5-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-kubefed-operator-release-4.5-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/kubefed-operator/openshift-kubefed-operator-release-4.5-presubmits.yaml b/ci-operator/jobs/openshift/kubefed-operator/openshift-kubefed-operator-release-4.5-presubmits.yaml index d88f88a30bd6..7200acd561d5 100644 --- a/ci-operator/jobs/openshift/kubefed-operator/openshift-kubefed-operator-release-4.5-presubmits.yaml +++ b/ci-operator/jobs/openshift/kubefed-operator/openshift-kubefed-operator-release-4.5-presubmits.yaml @@ -17,10 +17,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -37,6 +37,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -48,6 +51,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -66,13 +72,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/olm-e2e-cluster-profile - --target=olm-e2e - --template=/usr/local/olm-e2e @@ -107,6 +111,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -132,6 +139,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )olm-e2e,?($|\s.*) - agent: kubernetes always_run: true @@ -150,10 +160,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -170,6 +180,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -181,6 +194,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -199,10 +215,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=vet command: - ci-operator @@ -219,6 +235,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -230,4 +249,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )vet,?($|\s.*) diff --git a/ci-operator/jobs/openshift/kubefed-operator/openshift-kubefed-operator-release-4.6-postsubmits.yaml b/ci-operator/jobs/openshift/kubefed-operator/openshift-kubefed-operator-release-4.6-postsubmits.yaml index cbf562b7082f..35e137855e3e 100644 --- a/ci-operator/jobs/openshift/kubefed-operator/openshift-kubefed-operator-release-4.6-postsubmits.yaml +++ b/ci-operator/jobs/openshift/kubefed-operator/openshift-kubefed-operator-release-4.6-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-kubefed-operator-release-4.6-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/kubefed-operator/openshift-kubefed-operator-release-4.6-presubmits.yaml b/ci-operator/jobs/openshift/kubefed-operator/openshift-kubefed-operator-release-4.6-presubmits.yaml index 94b0dd490395..56fbb67ab6ea 100644 --- a/ci-operator/jobs/openshift/kubefed-operator/openshift-kubefed-operator-release-4.6-presubmits.yaml +++ b/ci-operator/jobs/openshift/kubefed-operator/openshift-kubefed-operator-release-4.6-presubmits.yaml @@ -17,10 +17,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -38,6 +38,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -49,6 +52,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -67,13 +73,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/olm-e2e-cluster-profile - --target=olm-e2e - --template=/usr/local/olm-e2e @@ -108,6 +112,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -133,6 +140,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )olm-e2e,?($|\s.*) - agent: kubernetes always_run: true @@ -151,10 +161,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -171,6 +181,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -182,6 +195,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -200,10 +216,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=vet command: - ci-operator @@ -220,6 +236,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -231,4 +250,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )vet,?($|\s.*) diff --git a/ci-operator/jobs/openshift/kubefed-operator/openshift-kubefed-operator-release-4.7-postsubmits.yaml b/ci-operator/jobs/openshift/kubefed-operator/openshift-kubefed-operator-release-4.7-postsubmits.yaml index 5bc13d02c1a8..1239c126bf31 100644 --- a/ci-operator/jobs/openshift/kubefed-operator/openshift-kubefed-operator-release-4.7-postsubmits.yaml +++ b/ci-operator/jobs/openshift/kubefed-operator/openshift-kubefed-operator-release-4.7-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-kubefed-operator-release-4.7-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/kubefed-operator/openshift-kubefed-operator-release-4.7-presubmits.yaml b/ci-operator/jobs/openshift/kubefed-operator/openshift-kubefed-operator-release-4.7-presubmits.yaml index f9ab9ae77f0b..6585ab6c5e70 100644 --- a/ci-operator/jobs/openshift/kubefed-operator/openshift-kubefed-operator-release-4.7-presubmits.yaml +++ b/ci-operator/jobs/openshift/kubefed-operator/openshift-kubefed-operator-release-4.7-presubmits.yaml @@ -17,10 +17,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -38,6 +38,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -49,6 +52,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -67,13 +73,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/olm-e2e-cluster-profile - --target=olm-e2e - --template=/usr/local/olm-e2e @@ -108,6 +112,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -133,6 +140,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )olm-e2e,?($|\s.*) - agent: kubernetes always_run: true @@ -151,10 +161,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -171,6 +181,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -182,6 +195,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -200,10 +216,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=vet command: - ci-operator @@ -220,6 +236,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -231,4 +250,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )vet,?($|\s.*) diff --git a/ci-operator/jobs/openshift/kubefed/openshift-kubefed-master-postsubmits.yaml b/ci-operator/jobs/openshift/kubefed/openshift-kubefed-master-postsubmits.yaml index d1b3a52a8104..bd080a37e9f3 100644 --- a/ci-operator/jobs/openshift/kubefed/openshift-kubefed-master-postsubmits.yaml +++ b/ci-operator/jobs/openshift/kubefed/openshift-kubefed-master-postsubmits.yaml @@ -8,17 +8,19 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-kubefed-master-images path_alias: sigs.k8s.io/kubefed spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -35,6 +37,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -46,3 +51,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/kubefed/openshift-kubefed-master-presubmits.yaml b/ci-operator/jobs/openshift/kubefed/openshift-kubefed-master-presubmits.yaml index 19bf0a976998..7ee6ef1267b1 100644 --- a/ci-operator/jobs/openshift/kubefed/openshift-kubefed-master-presubmits.yaml +++ b/ci-operator/jobs/openshift/kubefed/openshift-kubefed-master-presubmits.yaml @@ -18,10 +18,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -39,6 +39,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -50,6 +53,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -69,10 +75,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=managed-e2e command: - ci-operator @@ -89,6 +95,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -100,6 +109,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )managed-e2e,?($|\s.*) - agent: kubernetes always_run: true @@ -119,10 +131,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -139,6 +151,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -150,6 +165,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -169,10 +187,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=vet command: - ci-operator @@ -189,6 +207,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -200,4 +221,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )vet,?($|\s.*) diff --git a/ci-operator/jobs/openshift/kubefed/openshift-kubefed-release-4.2-postsubmits.yaml b/ci-operator/jobs/openshift/kubefed/openshift-kubefed-release-4.2-postsubmits.yaml index 565404d0ffc8..5e9d3c37bddf 100644 --- a/ci-operator/jobs/openshift/kubefed/openshift-kubefed-release-4.2-postsubmits.yaml +++ b/ci-operator/jobs/openshift/kubefed/openshift-kubefed-release-4.2-postsubmits.yaml @@ -8,17 +8,19 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-kubefed-release-4.2-images path_alias: sigs.k8s.io/kubefed spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -35,6 +37,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -46,3 +51,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/kubefed/openshift-kubefed-release-4.2-presubmits.yaml b/ci-operator/jobs/openshift/kubefed/openshift-kubefed-release-4.2-presubmits.yaml index 7edd87fc741c..8c2cc2986d5c 100644 --- a/ci-operator/jobs/openshift/kubefed/openshift-kubefed-release-4.2-presubmits.yaml +++ b/ci-operator/jobs/openshift/kubefed/openshift-kubefed-release-4.2-presubmits.yaml @@ -18,10 +18,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -39,6 +39,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -50,6 +53,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -69,10 +75,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=managed-e2e command: - ci-operator @@ -89,6 +95,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -100,6 +109,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )managed-e2e,?($|\s.*) - agent: kubernetes always_run: true @@ -119,10 +131,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -139,6 +151,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -150,6 +165,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -169,10 +187,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=vet command: - ci-operator @@ -189,6 +207,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -200,4 +221,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )vet,?($|\s.*) diff --git a/ci-operator/jobs/openshift/kubefed/openshift-kubefed-release-4.3-postsubmits.yaml b/ci-operator/jobs/openshift/kubefed/openshift-kubefed-release-4.3-postsubmits.yaml index 8b90b6d61502..500864d57049 100644 --- a/ci-operator/jobs/openshift/kubefed/openshift-kubefed-release-4.3-postsubmits.yaml +++ b/ci-operator/jobs/openshift/kubefed/openshift-kubefed-release-4.3-postsubmits.yaml @@ -8,17 +8,19 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-kubefed-release-4.3-images path_alias: sigs.k8s.io/kubefed spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -35,6 +37,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -46,3 +51,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/kubefed/openshift-kubefed-release-4.3-presubmits.yaml b/ci-operator/jobs/openshift/kubefed/openshift-kubefed-release-4.3-presubmits.yaml index a7f750c59e66..02fd346cae95 100644 --- a/ci-operator/jobs/openshift/kubefed/openshift-kubefed-release-4.3-presubmits.yaml +++ b/ci-operator/jobs/openshift/kubefed/openshift-kubefed-release-4.3-presubmits.yaml @@ -18,10 +18,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -39,6 +39,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -50,6 +53,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -69,10 +75,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=managed-e2e command: - ci-operator @@ -89,6 +95,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -100,6 +109,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )managed-e2e,?($|\s.*) - agent: kubernetes always_run: true @@ -119,10 +131,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -139,6 +151,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -150,6 +165,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -169,10 +187,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=vet command: - ci-operator @@ -189,6 +207,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -200,4 +221,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )vet,?($|\s.*) diff --git a/ci-operator/jobs/openshift/kubefed/openshift-kubefed-release-4.4-postsubmits.yaml b/ci-operator/jobs/openshift/kubefed/openshift-kubefed-release-4.4-postsubmits.yaml index ccfae301d295..c0b270a5b634 100644 --- a/ci-operator/jobs/openshift/kubefed/openshift-kubefed-release-4.4-postsubmits.yaml +++ b/ci-operator/jobs/openshift/kubefed/openshift-kubefed-release-4.4-postsubmits.yaml @@ -8,17 +8,19 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-kubefed-release-4.4-images path_alias: sigs.k8s.io/kubefed spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -35,6 +37,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -46,3 +51,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/kubefed/openshift-kubefed-release-4.4-presubmits.yaml b/ci-operator/jobs/openshift/kubefed/openshift-kubefed-release-4.4-presubmits.yaml index 8727ec37c2ac..707366b7435e 100644 --- a/ci-operator/jobs/openshift/kubefed/openshift-kubefed-release-4.4-presubmits.yaml +++ b/ci-operator/jobs/openshift/kubefed/openshift-kubefed-release-4.4-presubmits.yaml @@ -18,10 +18,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -39,6 +39,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -50,6 +53,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -69,10 +75,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=managed-e2e command: - ci-operator @@ -89,6 +95,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -100,6 +109,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )managed-e2e,?($|\s.*) - agent: kubernetes always_run: true @@ -119,10 +131,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -139,6 +151,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -150,6 +165,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -169,10 +187,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=vet command: - ci-operator @@ -189,6 +207,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -200,4 +221,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )vet,?($|\s.*) diff --git a/ci-operator/jobs/openshift/kubefed/openshift-kubefed-release-4.5-postsubmits.yaml b/ci-operator/jobs/openshift/kubefed/openshift-kubefed-release-4.5-postsubmits.yaml index f2221ec9cefb..37179948cf1b 100644 --- a/ci-operator/jobs/openshift/kubefed/openshift-kubefed-release-4.5-postsubmits.yaml +++ b/ci-operator/jobs/openshift/kubefed/openshift-kubefed-release-4.5-postsubmits.yaml @@ -8,17 +8,19 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-kubefed-release-4.5-images path_alias: sigs.k8s.io/kubefed spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -35,6 +37,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -46,3 +51,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/kubefed/openshift-kubefed-release-4.5-presubmits.yaml b/ci-operator/jobs/openshift/kubefed/openshift-kubefed-release-4.5-presubmits.yaml index a1d255aca14d..f819a33d6387 100644 --- a/ci-operator/jobs/openshift/kubefed/openshift-kubefed-release-4.5-presubmits.yaml +++ b/ci-operator/jobs/openshift/kubefed/openshift-kubefed-release-4.5-presubmits.yaml @@ -18,10 +18,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -38,6 +38,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -49,6 +52,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -68,10 +74,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=managed-e2e command: - ci-operator @@ -88,6 +94,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -99,6 +108,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )managed-e2e,?($|\s.*) - agent: kubernetes always_run: true @@ -118,10 +130,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -138,6 +150,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -149,6 +164,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -168,10 +186,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=vet command: - ci-operator @@ -188,6 +206,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -199,4 +220,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )vet,?($|\s.*) diff --git a/ci-operator/jobs/openshift/kubefed/openshift-kubefed-release-4.6-postsubmits.yaml b/ci-operator/jobs/openshift/kubefed/openshift-kubefed-release-4.6-postsubmits.yaml index 519bcb7dd1e6..633c9dbba53d 100644 --- a/ci-operator/jobs/openshift/kubefed/openshift-kubefed-release-4.6-postsubmits.yaml +++ b/ci-operator/jobs/openshift/kubefed/openshift-kubefed-release-4.6-postsubmits.yaml @@ -8,17 +8,19 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-kubefed-release-4.6-images path_alias: sigs.k8s.io/kubefed spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -35,6 +37,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -46,3 +51,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/kubefed/openshift-kubefed-release-4.6-presubmits.yaml b/ci-operator/jobs/openshift/kubefed/openshift-kubefed-release-4.6-presubmits.yaml index 579ea3690d11..612f576767af 100644 --- a/ci-operator/jobs/openshift/kubefed/openshift-kubefed-release-4.6-presubmits.yaml +++ b/ci-operator/jobs/openshift/kubefed/openshift-kubefed-release-4.6-presubmits.yaml @@ -18,10 +18,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -39,6 +39,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -50,6 +53,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -69,10 +75,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=managed-e2e command: - ci-operator @@ -89,6 +95,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -100,6 +109,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )managed-e2e,?($|\s.*) - agent: kubernetes always_run: true @@ -119,10 +131,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -139,6 +151,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -150,6 +165,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -169,10 +187,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=vet command: - ci-operator @@ -189,6 +207,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -200,4 +221,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )vet,?($|\s.*) diff --git a/ci-operator/jobs/openshift/kubefed/openshift-kubefed-release-4.7-postsubmits.yaml b/ci-operator/jobs/openshift/kubefed/openshift-kubefed-release-4.7-postsubmits.yaml index db8ac421c8e7..b1827fbf5905 100644 --- a/ci-operator/jobs/openshift/kubefed/openshift-kubefed-release-4.7-postsubmits.yaml +++ b/ci-operator/jobs/openshift/kubefed/openshift-kubefed-release-4.7-postsubmits.yaml @@ -8,17 +8,19 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-kubefed-release-4.7-images path_alias: sigs.k8s.io/kubefed spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -35,6 +37,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -46,3 +51,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/kubefed/openshift-kubefed-release-4.7-presubmits.yaml b/ci-operator/jobs/openshift/kubefed/openshift-kubefed-release-4.7-presubmits.yaml index 48805b7b4521..75824cd129f8 100644 --- a/ci-operator/jobs/openshift/kubefed/openshift-kubefed-release-4.7-presubmits.yaml +++ b/ci-operator/jobs/openshift/kubefed/openshift-kubefed-release-4.7-presubmits.yaml @@ -18,10 +18,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -39,6 +39,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -50,6 +53,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -69,10 +75,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=managed-e2e command: - ci-operator @@ -89,6 +95,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -100,6 +109,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )managed-e2e,?($|\s.*) - agent: kubernetes always_run: true @@ -119,10 +131,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -139,6 +151,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -150,6 +165,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -169,10 +187,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=vet command: - ci-operator @@ -189,6 +207,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -200,4 +221,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )vet,?($|\s.*) diff --git a/ci-operator/jobs/openshift/kubernetes-autoscaler/openshift-kubernetes-autoscaler-master-postsubmits.yaml b/ci-operator/jobs/openshift/kubernetes-autoscaler/openshift-kubernetes-autoscaler-master-postsubmits.yaml index b35277ae666e..404507f5690e 100644 --- a/ci-operator/jobs/openshift/kubernetes-autoscaler/openshift-kubernetes-autoscaler-master-postsubmits.yaml +++ b/ci-operator/jobs/openshift/kubernetes-autoscaler/openshift-kubernetes-autoscaler-master-postsubmits.yaml @@ -8,17 +8,19 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-kubernetes-autoscaler-master-images path_alias: k8s.io/autoscaler spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -35,6 +37,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -46,3 +51,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/kubernetes-autoscaler/openshift-kubernetes-autoscaler-master-presubmits.yaml b/ci-operator/jobs/openshift/kubernetes-autoscaler/openshift-kubernetes-autoscaler-master-presubmits.yaml index 19756c76c752..54a0bced5293 100644 --- a/ci-operator/jobs/openshift/kubernetes-autoscaler/openshift-kubernetes-autoscaler-master-presubmits.yaml +++ b/ci-operator/jobs/openshift/kubernetes-autoscaler/openshift-kubernetes-autoscaler-master-presubmits.yaml @@ -18,13 +18,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-operator-cluster-profile - --target=e2e-aws-operator - --template=/usr/local/e2e-aws-operator @@ -60,6 +58,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -85,6 +86,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-operator,?($|\s.*) - agent: kubernetes always_run: true @@ -105,13 +109,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-azure-operator-cluster-profile - --target=e2e-azure-operator - --template=/usr/local/e2e-azure-operator @@ -147,6 +149,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -172,6 +177,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-azure-operator,?($|\s.*) - agent: kubernetes always_run: true @@ -192,13 +200,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-gcp-operator-cluster-profile - --target=e2e-gcp-operator - --template=/usr/local/e2e-gcp-operator @@ -234,6 +240,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -261,6 +270,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-gcp-operator,?($|\s.*) - agent: kubernetes always_run: true @@ -281,10 +293,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=git-history command: - ci-operator @@ -301,6 +313,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -312,6 +327,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )git-history,?($|\s.*) - agent: kubernetes always_run: true @@ -331,10 +349,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=goimports command: - ci-operator @@ -351,6 +369,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -362,6 +383,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )goimports,?($|\s.*) - agent: kubernetes always_run: true @@ -381,10 +405,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=golint command: - ci-operator @@ -401,6 +425,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -412,6 +439,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )golint,?($|\s.*) - agent: kubernetes always_run: true @@ -431,10 +461,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=govet command: - ci-operator @@ -451,6 +481,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -462,6 +495,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )govet,?($|\s.*) - agent: kubernetes always_run: true @@ -481,10 +517,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -502,6 +538,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -513,6 +552,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -532,10 +574,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -552,6 +594,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -563,4 +608,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift/kubernetes-autoscaler/openshift-kubernetes-autoscaler-release-3.10-presubmits.yaml b/ci-operator/jobs/openshift/kubernetes-autoscaler/openshift-kubernetes-autoscaler-release-3.10-presubmits.yaml index ae01d73bedb2..b68d8cc045d0 100644 --- a/ci-operator/jobs/openshift/kubernetes-autoscaler/openshift-kubernetes-autoscaler-release-3.10-presubmits.yaml +++ b/ci-operator/jobs/openshift/kubernetes-autoscaler/openshift-kubernetes-autoscaler-release-3.10-presubmits.yaml @@ -18,10 +18,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -38,6 +38,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -49,6 +52,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -68,10 +74,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -88,6 +94,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -99,4 +108,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift/kubernetes-autoscaler/openshift-kubernetes-autoscaler-release-3.11-presubmits.yaml b/ci-operator/jobs/openshift/kubernetes-autoscaler/openshift-kubernetes-autoscaler-release-3.11-presubmits.yaml index 8500a754997d..5a890f6b4d1e 100644 --- a/ci-operator/jobs/openshift/kubernetes-autoscaler/openshift-kubernetes-autoscaler-release-3.11-presubmits.yaml +++ b/ci-operator/jobs/openshift/kubernetes-autoscaler/openshift-kubernetes-autoscaler-release-3.11-presubmits.yaml @@ -18,10 +18,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -38,6 +38,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -49,6 +52,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -68,10 +74,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -88,6 +94,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -99,4 +108,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift/kubernetes-autoscaler/openshift-kubernetes-autoscaler-release-4.1-postsubmits.yaml b/ci-operator/jobs/openshift/kubernetes-autoscaler/openshift-kubernetes-autoscaler-release-4.1-postsubmits.yaml index cc7996a88ac8..7136033257c4 100644 --- a/ci-operator/jobs/openshift/kubernetes-autoscaler/openshift-kubernetes-autoscaler-release-4.1-postsubmits.yaml +++ b/ci-operator/jobs/openshift/kubernetes-autoscaler/openshift-kubernetes-autoscaler-release-4.1-postsubmits.yaml @@ -8,17 +8,19 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-kubernetes-autoscaler-release-4.1-images path_alias: k8s.io/autoscaler spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -35,6 +37,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -46,3 +51,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/kubernetes-autoscaler/openshift-kubernetes-autoscaler-release-4.1-presubmits.yaml b/ci-operator/jobs/openshift/kubernetes-autoscaler/openshift-kubernetes-autoscaler-release-4.1-presubmits.yaml index 41a2fe86a0bc..d99324600888 100644 --- a/ci-operator/jobs/openshift/kubernetes-autoscaler/openshift-kubernetes-autoscaler-release-4.1-presubmits.yaml +++ b/ci-operator/jobs/openshift/kubernetes-autoscaler/openshift-kubernetes-autoscaler-release-4.1-presubmits.yaml @@ -18,13 +18,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-operator-cluster-profile - --target=e2e-aws-operator - --template=/usr/local/e2e-aws-operator @@ -60,6 +58,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -85,6 +86,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-operator,?($|\s.*) - agent: kubernetes always_run: true @@ -105,10 +109,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=git-history command: - ci-operator @@ -125,6 +129,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -136,6 +143,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )git-history,?($|\s.*) - agent: kubernetes always_run: true @@ -155,10 +165,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=gofmt command: - ci-operator @@ -175,6 +185,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -186,6 +199,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )gofmt,?($|\s.*) - agent: kubernetes always_run: true @@ -205,10 +221,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=golint command: - ci-operator @@ -225,6 +241,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -236,6 +255,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )golint,?($|\s.*) - agent: kubernetes always_run: true @@ -255,10 +277,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=govet command: - ci-operator @@ -275,6 +297,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -286,6 +311,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )govet,?($|\s.*) - agent: kubernetes always_run: true @@ -305,10 +333,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -326,6 +354,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -337,6 +368,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -356,10 +390,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -376,6 +410,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -387,4 +424,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift/kubernetes-autoscaler/openshift-kubernetes-autoscaler-release-4.2-postsubmits.yaml b/ci-operator/jobs/openshift/kubernetes-autoscaler/openshift-kubernetes-autoscaler-release-4.2-postsubmits.yaml index a0f63027ea98..33d3f48c2fc9 100644 --- a/ci-operator/jobs/openshift/kubernetes-autoscaler/openshift-kubernetes-autoscaler-release-4.2-postsubmits.yaml +++ b/ci-operator/jobs/openshift/kubernetes-autoscaler/openshift-kubernetes-autoscaler-release-4.2-postsubmits.yaml @@ -8,17 +8,19 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-kubernetes-autoscaler-release-4.2-images path_alias: k8s.io/autoscaler spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -35,6 +37,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -46,3 +51,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/kubernetes-autoscaler/openshift-kubernetes-autoscaler-release-4.2-presubmits.yaml b/ci-operator/jobs/openshift/kubernetes-autoscaler/openshift-kubernetes-autoscaler-release-4.2-presubmits.yaml index 6100911f074c..97926fa668bd 100644 --- a/ci-operator/jobs/openshift/kubernetes-autoscaler/openshift-kubernetes-autoscaler-release-4.2-presubmits.yaml +++ b/ci-operator/jobs/openshift/kubernetes-autoscaler/openshift-kubernetes-autoscaler-release-4.2-presubmits.yaml @@ -18,13 +18,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-operator-cluster-profile - --target=e2e-aws-operator - --template=/usr/local/e2e-aws-operator @@ -60,6 +58,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -85,6 +86,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-operator,?($|\s.*) - agent: kubernetes always_run: true @@ -105,10 +109,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=git-history command: - ci-operator @@ -125,6 +129,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -136,6 +143,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )git-history,?($|\s.*) - agent: kubernetes always_run: true @@ -155,10 +165,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=goimports command: - ci-operator @@ -175,6 +185,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -186,6 +199,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )goimports,?($|\s.*) - agent: kubernetes always_run: true @@ -205,10 +221,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=golint command: - ci-operator @@ -225,6 +241,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -236,6 +255,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )golint,?($|\s.*) - agent: kubernetes always_run: true @@ -255,10 +277,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=govet command: - ci-operator @@ -275,6 +297,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -286,6 +311,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )govet,?($|\s.*) - agent: kubernetes always_run: true @@ -305,10 +333,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -326,6 +354,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -337,6 +368,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -356,10 +390,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -376,6 +410,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -387,4 +424,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift/kubernetes-autoscaler/openshift-kubernetes-autoscaler-release-4.3-postsubmits.yaml b/ci-operator/jobs/openshift/kubernetes-autoscaler/openshift-kubernetes-autoscaler-release-4.3-postsubmits.yaml index ba4b31d47b21..82be94a3fe64 100644 --- a/ci-operator/jobs/openshift/kubernetes-autoscaler/openshift-kubernetes-autoscaler-release-4.3-postsubmits.yaml +++ b/ci-operator/jobs/openshift/kubernetes-autoscaler/openshift-kubernetes-autoscaler-release-4.3-postsubmits.yaml @@ -8,17 +8,19 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-kubernetes-autoscaler-release-4.3-images path_alias: k8s.io/autoscaler spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -35,6 +37,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -46,3 +51,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/kubernetes-autoscaler/openshift-kubernetes-autoscaler-release-4.3-presubmits.yaml b/ci-operator/jobs/openshift/kubernetes-autoscaler/openshift-kubernetes-autoscaler-release-4.3-presubmits.yaml index eed7d34094fc..3bec98837816 100644 --- a/ci-operator/jobs/openshift/kubernetes-autoscaler/openshift-kubernetes-autoscaler-release-4.3-presubmits.yaml +++ b/ci-operator/jobs/openshift/kubernetes-autoscaler/openshift-kubernetes-autoscaler-release-4.3-presubmits.yaml @@ -18,13 +18,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-operator-cluster-profile - --target=e2e-aws-operator - --template=/usr/local/e2e-aws-operator @@ -60,6 +58,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -85,6 +86,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-operator,?($|\s.*) - agent: kubernetes always_run: true @@ -105,13 +109,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-azure-operator-cluster-profile - --target=e2e-azure-operator - --template=/usr/local/e2e-azure-operator @@ -147,6 +149,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -172,6 +177,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-azure-operator,?($|\s.*) - agent: kubernetes always_run: true @@ -192,13 +200,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-gcp-operator-cluster-profile - --target=e2e-gcp-operator - --template=/usr/local/e2e-gcp-operator @@ -234,6 +240,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -261,6 +270,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-gcp-operator,?($|\s.*) - agent: kubernetes always_run: true @@ -281,10 +293,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=git-history command: - ci-operator @@ -301,6 +313,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -312,6 +327,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )git-history,?($|\s.*) - agent: kubernetes always_run: true @@ -331,10 +349,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=goimports command: - ci-operator @@ -351,6 +369,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -362,6 +383,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )goimports,?($|\s.*) - agent: kubernetes always_run: true @@ -381,10 +405,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=golint command: - ci-operator @@ -401,6 +425,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -412,6 +439,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )golint,?($|\s.*) - agent: kubernetes always_run: true @@ -431,10 +461,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=govet command: - ci-operator @@ -451,6 +481,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -462,6 +495,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )govet,?($|\s.*) - agent: kubernetes always_run: true @@ -481,10 +517,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -502,6 +538,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -513,6 +552,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -532,10 +574,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -552,6 +594,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -563,4 +608,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift/kubernetes-autoscaler/openshift-kubernetes-autoscaler-release-4.4-postsubmits.yaml b/ci-operator/jobs/openshift/kubernetes-autoscaler/openshift-kubernetes-autoscaler-release-4.4-postsubmits.yaml index f221de6fa164..36a3e84b5ad4 100644 --- a/ci-operator/jobs/openshift/kubernetes-autoscaler/openshift-kubernetes-autoscaler-release-4.4-postsubmits.yaml +++ b/ci-operator/jobs/openshift/kubernetes-autoscaler/openshift-kubernetes-autoscaler-release-4.4-postsubmits.yaml @@ -8,17 +8,19 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-kubernetes-autoscaler-release-4.4-images path_alias: k8s.io/autoscaler spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -35,6 +37,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -46,3 +51,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/kubernetes-autoscaler/openshift-kubernetes-autoscaler-release-4.4-presubmits.yaml b/ci-operator/jobs/openshift/kubernetes-autoscaler/openshift-kubernetes-autoscaler-release-4.4-presubmits.yaml index 64b10d17c96b..886a9bcec823 100644 --- a/ci-operator/jobs/openshift/kubernetes-autoscaler/openshift-kubernetes-autoscaler-release-4.4-presubmits.yaml +++ b/ci-operator/jobs/openshift/kubernetes-autoscaler/openshift-kubernetes-autoscaler-release-4.4-presubmits.yaml @@ -18,13 +18,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-operator-cluster-profile - --target=e2e-aws-operator - --template=/usr/local/e2e-aws-operator @@ -60,6 +58,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -85,6 +86,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-operator,?($|\s.*) - agent: kubernetes always_run: true @@ -105,13 +109,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-azure-operator-cluster-profile - --target=e2e-azure-operator - --template=/usr/local/e2e-azure-operator @@ -147,6 +149,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -172,6 +177,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-azure-operator,?($|\s.*) - agent: kubernetes always_run: true @@ -192,13 +200,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-gcp-operator-cluster-profile - --target=e2e-gcp-operator - --template=/usr/local/e2e-gcp-operator @@ -234,6 +240,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -261,6 +270,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-gcp-operator,?($|\s.*) - agent: kubernetes always_run: true @@ -281,10 +293,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=git-history command: - ci-operator @@ -301,6 +313,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -312,6 +327,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )git-history,?($|\s.*) - agent: kubernetes always_run: true @@ -331,10 +349,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=goimports command: - ci-operator @@ -351,6 +369,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -362,6 +383,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )goimports,?($|\s.*) - agent: kubernetes always_run: true @@ -381,10 +405,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=golint command: - ci-operator @@ -401,6 +425,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -412,6 +439,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )golint,?($|\s.*) - agent: kubernetes always_run: true @@ -431,10 +461,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=govet command: - ci-operator @@ -451,6 +481,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -462,6 +495,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )govet,?($|\s.*) - agent: kubernetes always_run: true @@ -481,10 +517,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -502,6 +538,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -513,6 +552,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -532,10 +574,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -552,6 +594,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -563,4 +608,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift/kubernetes-autoscaler/openshift-kubernetes-autoscaler-release-4.5-postsubmits.yaml b/ci-operator/jobs/openshift/kubernetes-autoscaler/openshift-kubernetes-autoscaler-release-4.5-postsubmits.yaml index 5c6a4fbe9ec3..25ea47c664c6 100644 --- a/ci-operator/jobs/openshift/kubernetes-autoscaler/openshift-kubernetes-autoscaler-release-4.5-postsubmits.yaml +++ b/ci-operator/jobs/openshift/kubernetes-autoscaler/openshift-kubernetes-autoscaler-release-4.5-postsubmits.yaml @@ -8,17 +8,19 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-kubernetes-autoscaler-release-4.5-images path_alias: k8s.io/autoscaler spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -35,6 +37,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -46,3 +51,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/kubernetes-autoscaler/openshift-kubernetes-autoscaler-release-4.5-presubmits.yaml b/ci-operator/jobs/openshift/kubernetes-autoscaler/openshift-kubernetes-autoscaler-release-4.5-presubmits.yaml index 2eb8a8c5a43a..c5ed4aacd6b1 100644 --- a/ci-operator/jobs/openshift/kubernetes-autoscaler/openshift-kubernetes-autoscaler-release-4.5-presubmits.yaml +++ b/ci-operator/jobs/openshift/kubernetes-autoscaler/openshift-kubernetes-autoscaler-release-4.5-presubmits.yaml @@ -18,13 +18,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-operator-cluster-profile - --target=e2e-aws-operator - --template=/usr/local/e2e-aws-operator @@ -60,6 +58,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -85,6 +86,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-operator,?($|\s.*) - agent: kubernetes always_run: true @@ -104,13 +108,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-azure-operator-cluster-profile - --target=e2e-azure-operator - --template=/usr/local/e2e-azure-operator @@ -146,6 +148,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -171,6 +176,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-azure-operator,?($|\s.*) - agent: kubernetes always_run: true @@ -190,13 +198,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-gcp-operator-cluster-profile - --target=e2e-gcp-operator - --template=/usr/local/e2e-gcp-operator @@ -232,6 +238,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -259,6 +268,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-gcp-operator,?($|\s.*) - agent: kubernetes always_run: true @@ -278,10 +290,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=git-history command: - ci-operator @@ -298,6 +310,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -309,6 +324,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )git-history,?($|\s.*) - agent: kubernetes always_run: true @@ -328,10 +346,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=goimports command: - ci-operator @@ -348,6 +366,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -359,6 +380,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )goimports,?($|\s.*) - agent: kubernetes always_run: true @@ -378,10 +402,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=golint command: - ci-operator @@ -398,6 +422,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -409,6 +436,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )golint,?($|\s.*) - agent: kubernetes always_run: true @@ -428,10 +458,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=govet command: - ci-operator @@ -448,6 +478,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -459,6 +492,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )govet,?($|\s.*) - agent: kubernetes always_run: true @@ -478,10 +514,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -498,6 +534,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -509,6 +548,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -528,10 +570,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -548,6 +590,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -559,4 +604,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift/kubernetes-autoscaler/openshift-kubernetes-autoscaler-release-4.6-postsubmits.yaml b/ci-operator/jobs/openshift/kubernetes-autoscaler/openshift-kubernetes-autoscaler-release-4.6-postsubmits.yaml index 4aaadb476b61..5c00ce38f7cf 100644 --- a/ci-operator/jobs/openshift/kubernetes-autoscaler/openshift-kubernetes-autoscaler-release-4.6-postsubmits.yaml +++ b/ci-operator/jobs/openshift/kubernetes-autoscaler/openshift-kubernetes-autoscaler-release-4.6-postsubmits.yaml @@ -8,17 +8,19 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-kubernetes-autoscaler-release-4.6-images path_alias: k8s.io/autoscaler spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -35,6 +37,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -46,3 +51,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/kubernetes-autoscaler/openshift-kubernetes-autoscaler-release-4.6-presubmits.yaml b/ci-operator/jobs/openshift/kubernetes-autoscaler/openshift-kubernetes-autoscaler-release-4.6-presubmits.yaml index 090465314c97..ebcd6ed86a0a 100644 --- a/ci-operator/jobs/openshift/kubernetes-autoscaler/openshift-kubernetes-autoscaler-release-4.6-presubmits.yaml +++ b/ci-operator/jobs/openshift/kubernetes-autoscaler/openshift-kubernetes-autoscaler-release-4.6-presubmits.yaml @@ -18,13 +18,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-operator-cluster-profile - --target=e2e-aws-operator - --template=/usr/local/e2e-aws-operator @@ -60,6 +58,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -85,6 +86,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-operator,?($|\s.*) - agent: kubernetes always_run: true @@ -105,13 +109,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-azure-operator-cluster-profile - --target=e2e-azure-operator - --template=/usr/local/e2e-azure-operator @@ -147,6 +149,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -172,6 +177,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-azure-operator,?($|\s.*) - agent: kubernetes always_run: true @@ -192,13 +200,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-gcp-operator-cluster-profile - --target=e2e-gcp-operator - --template=/usr/local/e2e-gcp-operator @@ -234,6 +240,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -261,6 +270,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-gcp-operator,?($|\s.*) - agent: kubernetes always_run: true @@ -281,10 +293,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=git-history command: - ci-operator @@ -301,6 +313,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -312,6 +327,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )git-history,?($|\s.*) - agent: kubernetes always_run: true @@ -331,10 +349,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=goimports command: - ci-operator @@ -351,6 +369,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -362,6 +383,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )goimports,?($|\s.*) - agent: kubernetes always_run: true @@ -381,10 +405,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=golint command: - ci-operator @@ -401,6 +425,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -412,6 +439,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )golint,?($|\s.*) - agent: kubernetes always_run: true @@ -431,10 +461,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=govet command: - ci-operator @@ -451,6 +481,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -462,6 +495,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )govet,?($|\s.*) - agent: kubernetes always_run: true @@ -481,10 +517,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -502,6 +538,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -513,6 +552,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -532,10 +574,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -552,6 +594,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -563,4 +608,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift/kubernetes-autoscaler/openshift-kubernetes-autoscaler-release-4.7-postsubmits.yaml b/ci-operator/jobs/openshift/kubernetes-autoscaler/openshift-kubernetes-autoscaler-release-4.7-postsubmits.yaml index fa11c30746a4..944f85f36ada 100644 --- a/ci-operator/jobs/openshift/kubernetes-autoscaler/openshift-kubernetes-autoscaler-release-4.7-postsubmits.yaml +++ b/ci-operator/jobs/openshift/kubernetes-autoscaler/openshift-kubernetes-autoscaler-release-4.7-postsubmits.yaml @@ -8,17 +8,19 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-kubernetes-autoscaler-release-4.7-images path_alias: k8s.io/autoscaler spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -35,6 +37,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -46,3 +51,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/kubernetes-autoscaler/openshift-kubernetes-autoscaler-release-4.7-presubmits.yaml b/ci-operator/jobs/openshift/kubernetes-autoscaler/openshift-kubernetes-autoscaler-release-4.7-presubmits.yaml index 1326e1a16cbc..383bacdf158f 100644 --- a/ci-operator/jobs/openshift/kubernetes-autoscaler/openshift-kubernetes-autoscaler-release-4.7-presubmits.yaml +++ b/ci-operator/jobs/openshift/kubernetes-autoscaler/openshift-kubernetes-autoscaler-release-4.7-presubmits.yaml @@ -18,13 +18,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-operator-cluster-profile - --target=e2e-aws-operator - --template=/usr/local/e2e-aws-operator @@ -60,6 +58,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -85,6 +86,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-operator,?($|\s.*) - agent: kubernetes always_run: true @@ -105,13 +109,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-azure-operator-cluster-profile - --target=e2e-azure-operator - --template=/usr/local/e2e-azure-operator @@ -147,6 +149,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -172,6 +177,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-azure-operator,?($|\s.*) - agent: kubernetes always_run: true @@ -192,13 +200,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-gcp-operator-cluster-profile - --target=e2e-gcp-operator - --template=/usr/local/e2e-gcp-operator @@ -234,6 +240,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -261,6 +270,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-gcp-operator,?($|\s.*) - agent: kubernetes always_run: true @@ -281,10 +293,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=git-history command: - ci-operator @@ -301,6 +313,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -312,6 +327,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )git-history,?($|\s.*) - agent: kubernetes always_run: true @@ -331,10 +349,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=goimports command: - ci-operator @@ -351,6 +369,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -362,6 +383,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )goimports,?($|\s.*) - agent: kubernetes always_run: true @@ -381,10 +405,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=golint command: - ci-operator @@ -401,6 +425,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -412,6 +439,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )golint,?($|\s.*) - agent: kubernetes always_run: true @@ -431,10 +461,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=govet command: - ci-operator @@ -451,6 +481,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -462,6 +495,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )govet,?($|\s.*) - agent: kubernetes always_run: true @@ -481,10 +517,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -502,6 +538,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -513,6 +552,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -532,10 +574,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -552,6 +594,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -563,4 +608,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift/kubernetes-kube-storage-version-migrator/openshift-kubernetes-kube-storage-version-migrator-master-postsubmits.yaml b/ci-operator/jobs/openshift/kubernetes-kube-storage-version-migrator/openshift-kubernetes-kube-storage-version-migrator-master-postsubmits.yaml index 6f897f0e8c36..a0807950babd 100644 --- a/ci-operator/jobs/openshift/kubernetes-kube-storage-version-migrator/openshift-kubernetes-kube-storage-version-migrator-master-postsubmits.yaml +++ b/ci-operator/jobs/openshift/kubernetes-kube-storage-version-migrator/openshift-kubernetes-kube-storage-version-migrator-master-postsubmits.yaml @@ -8,17 +8,19 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-kubernetes-kube-storage-version-migrator-master-images path_alias: github.com/kubernetes-sigs/kube-storage-version-migrator spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -35,6 +37,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -46,3 +51,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/kubernetes-kube-storage-version-migrator/openshift-kubernetes-kube-storage-version-migrator-master-presubmits.yaml b/ci-operator/jobs/openshift/kubernetes-kube-storage-version-migrator/openshift-kubernetes-kube-storage-version-migrator-master-presubmits.yaml index 62a41abb85fd..d9280ecc61cc 100644 --- a/ci-operator/jobs/openshift/kubernetes-kube-storage-version-migrator/openshift-kubernetes-kube-storage-version-migrator-master-presubmits.yaml +++ b/ci-operator/jobs/openshift/kubernetes-kube-storage-version-migrator/openshift-kubernetes-kube-storage-version-migrator-master-presubmits.yaml @@ -18,13 +18,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -47,6 +45,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -69,6 +70,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -88,10 +92,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -109,6 +113,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -120,6 +127,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -139,10 +149,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -159,6 +169,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -170,6 +183,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -189,10 +205,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -209,6 +225,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -220,4 +239,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) diff --git a/ci-operator/jobs/openshift/kubernetes-kube-storage-version-migrator/openshift-kubernetes-kube-storage-version-migrator-release-4.3-postsubmits.yaml b/ci-operator/jobs/openshift/kubernetes-kube-storage-version-migrator/openshift-kubernetes-kube-storage-version-migrator-release-4.3-postsubmits.yaml index 2f2c54a6eb44..8111fa1edaa3 100644 --- a/ci-operator/jobs/openshift/kubernetes-kube-storage-version-migrator/openshift-kubernetes-kube-storage-version-migrator-release-4.3-postsubmits.yaml +++ b/ci-operator/jobs/openshift/kubernetes-kube-storage-version-migrator/openshift-kubernetes-kube-storage-version-migrator-release-4.3-postsubmits.yaml @@ -8,17 +8,19 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-kubernetes-kube-storage-version-migrator-release-4.3-images path_alias: github.com/kubernetes-sigs/kube-storage-version-migrator spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -35,6 +37,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -46,3 +51,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/kubernetes-kube-storage-version-migrator/openshift-kubernetes-kube-storage-version-migrator-release-4.3-presubmits.yaml b/ci-operator/jobs/openshift/kubernetes-kube-storage-version-migrator/openshift-kubernetes-kube-storage-version-migrator-release-4.3-presubmits.yaml index 522f63d6a05d..4464e3659bf5 100644 --- a/ci-operator/jobs/openshift/kubernetes-kube-storage-version-migrator/openshift-kubernetes-kube-storage-version-migrator-release-4.3-presubmits.yaml +++ b/ci-operator/jobs/openshift/kubernetes-kube-storage-version-migrator/openshift-kubernetes-kube-storage-version-migrator-release-4.3-presubmits.yaml @@ -18,13 +18,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -47,6 +45,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -69,6 +70,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -88,10 +92,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -109,6 +113,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -120,6 +127,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -139,10 +149,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -159,6 +169,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -170,6 +183,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -189,10 +205,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -209,6 +225,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -220,4 +239,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) diff --git a/ci-operator/jobs/openshift/kubernetes-kube-storage-version-migrator/openshift-kubernetes-kube-storage-version-migrator-release-4.4-postsubmits.yaml b/ci-operator/jobs/openshift/kubernetes-kube-storage-version-migrator/openshift-kubernetes-kube-storage-version-migrator-release-4.4-postsubmits.yaml index 4e15dd32f4ce..c5df0bbea3ba 100644 --- a/ci-operator/jobs/openshift/kubernetes-kube-storage-version-migrator/openshift-kubernetes-kube-storage-version-migrator-release-4.4-postsubmits.yaml +++ b/ci-operator/jobs/openshift/kubernetes-kube-storage-version-migrator/openshift-kubernetes-kube-storage-version-migrator-release-4.4-postsubmits.yaml @@ -8,17 +8,19 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-kubernetes-kube-storage-version-migrator-release-4.4-images path_alias: github.com/kubernetes-sigs/kube-storage-version-migrator spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -35,6 +37,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -46,3 +51,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/kubernetes-kube-storage-version-migrator/openshift-kubernetes-kube-storage-version-migrator-release-4.4-presubmits.yaml b/ci-operator/jobs/openshift/kubernetes-kube-storage-version-migrator/openshift-kubernetes-kube-storage-version-migrator-release-4.4-presubmits.yaml index d905081702d0..4326c5aeccbe 100644 --- a/ci-operator/jobs/openshift/kubernetes-kube-storage-version-migrator/openshift-kubernetes-kube-storage-version-migrator-release-4.4-presubmits.yaml +++ b/ci-operator/jobs/openshift/kubernetes-kube-storage-version-migrator/openshift-kubernetes-kube-storage-version-migrator-release-4.4-presubmits.yaml @@ -18,13 +18,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -47,6 +45,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -69,6 +70,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -88,10 +92,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -109,6 +113,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -120,6 +127,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -139,10 +149,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -159,6 +169,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -170,6 +183,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -189,10 +205,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -209,6 +225,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -220,4 +239,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) diff --git a/ci-operator/jobs/openshift/kubernetes-kube-storage-version-migrator/openshift-kubernetes-kube-storage-version-migrator-release-4.5-postsubmits.yaml b/ci-operator/jobs/openshift/kubernetes-kube-storage-version-migrator/openshift-kubernetes-kube-storage-version-migrator-release-4.5-postsubmits.yaml index 088c861fdd38..8aa677bee2ea 100644 --- a/ci-operator/jobs/openshift/kubernetes-kube-storage-version-migrator/openshift-kubernetes-kube-storage-version-migrator-release-4.5-postsubmits.yaml +++ b/ci-operator/jobs/openshift/kubernetes-kube-storage-version-migrator/openshift-kubernetes-kube-storage-version-migrator-release-4.5-postsubmits.yaml @@ -8,17 +8,19 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-kubernetes-kube-storage-version-migrator-release-4.5-images path_alias: github.com/kubernetes-sigs/kube-storage-version-migrator spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -35,6 +37,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -46,3 +51,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/kubernetes-kube-storage-version-migrator/openshift-kubernetes-kube-storage-version-migrator-release-4.5-presubmits.yaml b/ci-operator/jobs/openshift/kubernetes-kube-storage-version-migrator/openshift-kubernetes-kube-storage-version-migrator-release-4.5-presubmits.yaml index bd3e37595dc2..db9d9ab4aba1 100644 --- a/ci-operator/jobs/openshift/kubernetes-kube-storage-version-migrator/openshift-kubernetes-kube-storage-version-migrator-release-4.5-presubmits.yaml +++ b/ci-operator/jobs/openshift/kubernetes-kube-storage-version-migrator/openshift-kubernetes-kube-storage-version-migrator-release-4.5-presubmits.yaml @@ -18,13 +18,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -47,6 +45,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -69,6 +70,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -88,10 +92,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -108,6 +112,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -119,6 +126,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -138,10 +148,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -158,6 +168,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -169,6 +182,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -188,10 +204,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -208,6 +224,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -219,4 +238,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) diff --git a/ci-operator/jobs/openshift/kubernetes-kube-storage-version-migrator/openshift-kubernetes-kube-storage-version-migrator-release-4.6-postsubmits.yaml b/ci-operator/jobs/openshift/kubernetes-kube-storage-version-migrator/openshift-kubernetes-kube-storage-version-migrator-release-4.6-postsubmits.yaml index ac1ec635373c..2f5990b42f46 100644 --- a/ci-operator/jobs/openshift/kubernetes-kube-storage-version-migrator/openshift-kubernetes-kube-storage-version-migrator-release-4.6-postsubmits.yaml +++ b/ci-operator/jobs/openshift/kubernetes-kube-storage-version-migrator/openshift-kubernetes-kube-storage-version-migrator-release-4.6-postsubmits.yaml @@ -8,17 +8,19 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-kubernetes-kube-storage-version-migrator-release-4.6-images path_alias: github.com/kubernetes-sigs/kube-storage-version-migrator spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -35,6 +37,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -46,3 +51,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/kubernetes-kube-storage-version-migrator/openshift-kubernetes-kube-storage-version-migrator-release-4.6-presubmits.yaml b/ci-operator/jobs/openshift/kubernetes-kube-storage-version-migrator/openshift-kubernetes-kube-storage-version-migrator-release-4.6-presubmits.yaml index 953209c8ce61..1fb5ccde7504 100644 --- a/ci-operator/jobs/openshift/kubernetes-kube-storage-version-migrator/openshift-kubernetes-kube-storage-version-migrator-release-4.6-presubmits.yaml +++ b/ci-operator/jobs/openshift/kubernetes-kube-storage-version-migrator/openshift-kubernetes-kube-storage-version-migrator-release-4.6-presubmits.yaml @@ -18,13 +18,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -47,6 +45,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -69,6 +70,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -88,10 +92,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -109,6 +113,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -120,6 +127,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -139,10 +149,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -159,6 +169,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -170,6 +183,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -189,10 +205,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -209,6 +225,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -220,4 +239,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) diff --git a/ci-operator/jobs/openshift/kubernetes-kube-storage-version-migrator/openshift-kubernetes-kube-storage-version-migrator-release-4.7-postsubmits.yaml b/ci-operator/jobs/openshift/kubernetes-kube-storage-version-migrator/openshift-kubernetes-kube-storage-version-migrator-release-4.7-postsubmits.yaml index cfb2e17bb7e0..b07ed3b2558b 100644 --- a/ci-operator/jobs/openshift/kubernetes-kube-storage-version-migrator/openshift-kubernetes-kube-storage-version-migrator-release-4.7-postsubmits.yaml +++ b/ci-operator/jobs/openshift/kubernetes-kube-storage-version-migrator/openshift-kubernetes-kube-storage-version-migrator-release-4.7-postsubmits.yaml @@ -8,17 +8,19 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-kubernetes-kube-storage-version-migrator-release-4.7-images path_alias: github.com/kubernetes-sigs/kube-storage-version-migrator spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -35,6 +37,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -46,3 +51,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/kubernetes-kube-storage-version-migrator/openshift-kubernetes-kube-storage-version-migrator-release-4.7-presubmits.yaml b/ci-operator/jobs/openshift/kubernetes-kube-storage-version-migrator/openshift-kubernetes-kube-storage-version-migrator-release-4.7-presubmits.yaml index 2fe7e375e90e..6fe465f1f2c3 100644 --- a/ci-operator/jobs/openshift/kubernetes-kube-storage-version-migrator/openshift-kubernetes-kube-storage-version-migrator-release-4.7-presubmits.yaml +++ b/ci-operator/jobs/openshift/kubernetes-kube-storage-version-migrator/openshift-kubernetes-kube-storage-version-migrator-release-4.7-presubmits.yaml @@ -18,13 +18,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -47,6 +45,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -69,6 +70,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -88,10 +92,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -109,6 +113,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -120,6 +127,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -139,10 +149,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -159,6 +169,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -170,6 +183,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -189,10 +205,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -209,6 +225,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -220,4 +239,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) diff --git a/ci-operator/jobs/openshift/kubernetes-metrics-server/openshift-kubernetes-metrics-server-release-3.10-presubmits.yaml b/ci-operator/jobs/openshift/kubernetes-metrics-server/openshift-kubernetes-metrics-server-release-3.10-presubmits.yaml index b7b4619f6b50..6f8f0a07e445 100644 --- a/ci-operator/jobs/openshift/kubernetes-metrics-server/openshift-kubernetes-metrics-server-release-3.10-presubmits.yaml +++ b/ci-operator/jobs/openshift/kubernetes-metrics-server/openshift-kubernetes-metrics-server-release-3.10-presubmits.yaml @@ -18,10 +18,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -38,6 +38,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -49,6 +52,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -68,10 +74,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -88,6 +94,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -99,4 +108,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift/kubernetes-metrics-server/openshift-kubernetes-metrics-server-release-3.11-presubmits.yaml b/ci-operator/jobs/openshift/kubernetes-metrics-server/openshift-kubernetes-metrics-server-release-3.11-presubmits.yaml index de3bbd9608a3..0467baec13fa 100644 --- a/ci-operator/jobs/openshift/kubernetes-metrics-server/openshift-kubernetes-metrics-server-release-3.11-presubmits.yaml +++ b/ci-operator/jobs/openshift/kubernetes-metrics-server/openshift-kubernetes-metrics-server-release-3.11-presubmits.yaml @@ -18,10 +18,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -38,6 +38,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -49,6 +52,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -68,10 +74,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -88,6 +94,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -99,4 +108,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift/kubernetes-nmstate/openshift-kubernetes-nmstate-master-presubmits.yaml b/ci-operator/jobs/openshift/kubernetes-nmstate/openshift-kubernetes-nmstate-master-presubmits.yaml index bf8e1324811e..188df7be5e36 100644 --- a/ci-operator/jobs/openshift/kubernetes-nmstate/openshift-kubernetes-nmstate-master-presubmits.yaml +++ b/ci-operator/jobs/openshift/kubernetes-nmstate/openshift-kubernetes-nmstate-master-presubmits.yaml @@ -17,10 +17,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -37,6 +37,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -48,4 +51,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift/kubernetes-nmstate/openshift-kubernetes-nmstate-release-4.5-presubmits.yaml b/ci-operator/jobs/openshift/kubernetes-nmstate/openshift-kubernetes-nmstate-release-4.5-presubmits.yaml index 6f198d068945..5ca6f1b60051 100644 --- a/ci-operator/jobs/openshift/kubernetes-nmstate/openshift-kubernetes-nmstate-release-4.5-presubmits.yaml +++ b/ci-operator/jobs/openshift/kubernetes-nmstate/openshift-kubernetes-nmstate-release-4.5-presubmits.yaml @@ -17,10 +17,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -37,6 +37,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -48,4 +51,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift/kubernetes-nmstate/openshift-kubernetes-nmstate-release-4.6-presubmits.yaml b/ci-operator/jobs/openshift/kubernetes-nmstate/openshift-kubernetes-nmstate-release-4.6-presubmits.yaml index 984339611eb4..cf0895777b2d 100644 --- a/ci-operator/jobs/openshift/kubernetes-nmstate/openshift-kubernetes-nmstate-release-4.6-presubmits.yaml +++ b/ci-operator/jobs/openshift/kubernetes-nmstate/openshift-kubernetes-nmstate-release-4.6-presubmits.yaml @@ -17,10 +17,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -37,6 +37,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -48,4 +51,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift/kubernetes-nmstate/openshift-kubernetes-nmstate-release-4.7-presubmits.yaml b/ci-operator/jobs/openshift/kubernetes-nmstate/openshift-kubernetes-nmstate-release-4.7-presubmits.yaml index 7cda2aee0283..54376c5bf505 100644 --- a/ci-operator/jobs/openshift/kubernetes-nmstate/openshift-kubernetes-nmstate-release-4.7-presubmits.yaml +++ b/ci-operator/jobs/openshift/kubernetes-nmstate/openshift-kubernetes-nmstate-release-4.7-presubmits.yaml @@ -17,10 +17,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -37,6 +37,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -48,4 +51,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift/kubernetes/openshift-kubernetes-oc-4.2-kubernetes-1.14.0-presubmits.yaml b/ci-operator/jobs/openshift/kubernetes/openshift-kubernetes-oc-4.2-kubernetes-1.14.0-presubmits.yaml index 6bcdd7b28063..a1439f7f90cf 100644 --- a/ci-operator/jobs/openshift/kubernetes/openshift-kubernetes-oc-4.2-kubernetes-1.14.0-presubmits.yaml +++ b/ci-operator/jobs/openshift/kubernetes/openshift-kubernetes-oc-4.2-kubernetes-1.14.0-presubmits.yaml @@ -17,10 +17,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -37,6 +37,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -48,6 +51,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -66,10 +72,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -86,6 +92,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -97,4 +106,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) diff --git a/ci-operator/jobs/openshift/kubernetes/openshift-kubernetes-oc-4.3-kubernetes-1.16.2-presubmits.yaml b/ci-operator/jobs/openshift/kubernetes/openshift-kubernetes-oc-4.3-kubernetes-1.16.2-presubmits.yaml index 518613d60e04..bc5c44456450 100644 --- a/ci-operator/jobs/openshift/kubernetes/openshift-kubernetes-oc-4.3-kubernetes-1.16.2-presubmits.yaml +++ b/ci-operator/jobs/openshift/kubernetes/openshift-kubernetes-oc-4.3-kubernetes-1.16.2-presubmits.yaml @@ -17,10 +17,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -37,6 +37,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -48,4 +51,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift/kubernetes/openshift-kubernetes-oc-4.4-kubernetes-1.17.0-presubmits.yaml b/ci-operator/jobs/openshift/kubernetes/openshift-kubernetes-oc-4.4-kubernetes-1.17.0-presubmits.yaml index dfae879d8847..3066c3f9d3f2 100644 --- a/ci-operator/jobs/openshift/kubernetes/openshift-kubernetes-oc-4.4-kubernetes-1.17.0-presubmits.yaml +++ b/ci-operator/jobs/openshift/kubernetes/openshift-kubernetes-oc-4.4-kubernetes-1.17.0-presubmits.yaml @@ -17,10 +17,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -37,6 +37,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -48,4 +51,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift/kubernetes/openshift-kubernetes-oc-4.5-kubernetes-1.18.2-presubmits.yaml b/ci-operator/jobs/openshift/kubernetes/openshift-kubernetes-oc-4.5-kubernetes-1.18.2-presubmits.yaml index be1b62721f2f..ab25efbe6195 100644 --- a/ci-operator/jobs/openshift/kubernetes/openshift-kubernetes-oc-4.5-kubernetes-1.18.2-presubmits.yaml +++ b/ci-operator/jobs/openshift/kubernetes/openshift-kubernetes-oc-4.5-kubernetes-1.18.2-presubmits.yaml @@ -17,10 +17,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -37,6 +37,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -48,4 +51,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift/kubernetes/openshift-kubernetes-origin-4.2-kubernetes-1.14.0-presubmits.yaml b/ci-operator/jobs/openshift/kubernetes/openshift-kubernetes-origin-4.2-kubernetes-1.14.0-presubmits.yaml index 86b3822d8596..3fa9cee17fa0 100644 --- a/ci-operator/jobs/openshift/kubernetes/openshift-kubernetes-origin-4.2-kubernetes-1.14.0-presubmits.yaml +++ b/ci-operator/jobs/openshift/kubernetes/openshift-kubernetes-origin-4.2-kubernetes-1.14.0-presubmits.yaml @@ -17,10 +17,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -37,6 +37,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -48,6 +51,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -66,10 +72,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -86,6 +92,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -97,4 +106,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) diff --git a/ci-operator/jobs/openshift/kubernetes/openshift-kubernetes-origin-4.3-kubernetes-1.16.0-beta.2-presubmits.yaml b/ci-operator/jobs/openshift/kubernetes/openshift-kubernetes-origin-4.3-kubernetes-1.16.0-beta.2-presubmits.yaml index 59a3700ae7c7..66541206f9d0 100644 --- a/ci-operator/jobs/openshift/kubernetes/openshift-kubernetes-origin-4.3-kubernetes-1.16.0-beta.2-presubmits.yaml +++ b/ci-operator/jobs/openshift/kubernetes/openshift-kubernetes-origin-4.3-kubernetes-1.16.0-beta.2-presubmits.yaml @@ -17,10 +17,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -37,6 +37,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -48,6 +51,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -66,10 +72,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -86,6 +92,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -97,4 +106,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) diff --git a/ci-operator/jobs/openshift/kubernetes/openshift-kubernetes-origin-4.4-kubernetes-1.17.0-rc.2-presubmits.yaml b/ci-operator/jobs/openshift/kubernetes/openshift-kubernetes-origin-4.4-kubernetes-1.17.0-rc.2-presubmits.yaml index 08e8b339993a..17c515d1dd6a 100644 --- a/ci-operator/jobs/openshift/kubernetes/openshift-kubernetes-origin-4.4-kubernetes-1.17.0-rc.2-presubmits.yaml +++ b/ci-operator/jobs/openshift/kubernetes/openshift-kubernetes-origin-4.4-kubernetes-1.17.0-rc.2-presubmits.yaml @@ -17,10 +17,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -37,6 +37,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -48,6 +51,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -66,10 +72,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -86,6 +92,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -97,4 +106,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) diff --git a/ci-operator/jobs/openshift/kubernetes/openshift-kubernetes-sdn-4.2-kubernetes-1.14.0-presubmits.yaml b/ci-operator/jobs/openshift/kubernetes/openshift-kubernetes-sdn-4.2-kubernetes-1.14.0-presubmits.yaml index f6a279cda321..87fef850e552 100644 --- a/ci-operator/jobs/openshift/kubernetes/openshift-kubernetes-sdn-4.2-kubernetes-1.14.0-presubmits.yaml +++ b/ci-operator/jobs/openshift/kubernetes/openshift-kubernetes-sdn-4.2-kubernetes-1.14.0-presubmits.yaml @@ -17,10 +17,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -37,6 +37,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -48,6 +51,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -66,10 +72,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -86,6 +92,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -97,4 +106,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) diff --git a/ci-operator/jobs/openshift/kuryr-kubernetes/openshift-kuryr-kubernetes-master-postsubmits.yaml b/ci-operator/jobs/openshift/kuryr-kubernetes/openshift-kuryr-kubernetes-master-postsubmits.yaml index ccfcefd5253f..89b76923d490 100644 --- a/ci-operator/jobs/openshift/kuryr-kubernetes/openshift-kuryr-kubernetes-master-postsubmits.yaml +++ b/ci-operator/jobs/openshift/kuryr-kubernetes/openshift-kuryr-kubernetes-master-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-kuryr-kubernetes-master-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/kuryr-kubernetes/openshift-kuryr-kubernetes-master-presubmits.yaml b/ci-operator/jobs/openshift/kuryr-kubernetes/openshift-kuryr-kubernetes-master-presubmits.yaml index 630f9d8bc10a..f3f6b73704da 100644 --- a/ci-operator/jobs/openshift/kuryr-kubernetes/openshift-kuryr-kubernetes-master-presubmits.yaml +++ b/ci-operator/jobs/openshift/kuryr-kubernetes/openshift-kuryr-kubernetes-master-presubmits.yaml @@ -17,10 +17,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -38,6 +38,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -49,6 +52,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -67,10 +73,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -87,6 +93,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -98,6 +107,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -116,10 +128,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -136,6 +148,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -147,4 +162,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) diff --git a/ci-operator/jobs/openshift/kuryr-kubernetes/openshift-kuryr-kubernetes-release-3.11-postsubmits.yaml b/ci-operator/jobs/openshift/kuryr-kubernetes/openshift-kuryr-kubernetes-release-3.11-postsubmits.yaml index f80ba688c1a7..29e2d4a53b45 100644 --- a/ci-operator/jobs/openshift/kuryr-kubernetes/openshift-kuryr-kubernetes-release-3.11-postsubmits.yaml +++ b/ci-operator/jobs/openshift/kuryr-kubernetes/openshift-kuryr-kubernetes-release-3.11-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-kuryr-kubernetes-release-3.11-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/kuryr-kubernetes/openshift-kuryr-kubernetes-release-3.11-presubmits.yaml b/ci-operator/jobs/openshift/kuryr-kubernetes/openshift-kuryr-kubernetes-release-3.11-presubmits.yaml index 2460d3e2d028..dd5fcf5281a6 100644 --- a/ci-operator/jobs/openshift/kuryr-kubernetes/openshift-kuryr-kubernetes-release-3.11-presubmits.yaml +++ b/ci-operator/jobs/openshift/kuryr-kubernetes/openshift-kuryr-kubernetes-release-3.11-presubmits.yaml @@ -17,10 +17,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -37,6 +37,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -48,6 +51,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -66,10 +72,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -86,6 +92,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -97,6 +106,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -115,10 +127,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -135,6 +147,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -146,4 +161,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) diff --git a/ci-operator/jobs/openshift/kuryr-kubernetes/openshift-kuryr-kubernetes-release-4.2-postsubmits.yaml b/ci-operator/jobs/openshift/kuryr-kubernetes/openshift-kuryr-kubernetes-release-4.2-postsubmits.yaml index 60354a0bc5a2..09db3c301fb9 100644 --- a/ci-operator/jobs/openshift/kuryr-kubernetes/openshift-kuryr-kubernetes-release-4.2-postsubmits.yaml +++ b/ci-operator/jobs/openshift/kuryr-kubernetes/openshift-kuryr-kubernetes-release-4.2-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-kuryr-kubernetes-release-4.2-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/kuryr-kubernetes/openshift-kuryr-kubernetes-release-4.2-presubmits.yaml b/ci-operator/jobs/openshift/kuryr-kubernetes/openshift-kuryr-kubernetes-release-4.2-presubmits.yaml index 79f622e8ed4f..b8073eeb8def 100644 --- a/ci-operator/jobs/openshift/kuryr-kubernetes/openshift-kuryr-kubernetes-release-4.2-presubmits.yaml +++ b/ci-operator/jobs/openshift/kuryr-kubernetes/openshift-kuryr-kubernetes-release-4.2-presubmits.yaml @@ -17,10 +17,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -38,6 +38,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -49,6 +52,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -67,10 +73,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -87,6 +93,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -98,6 +107,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -116,10 +128,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -136,6 +148,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -147,4 +162,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) diff --git a/ci-operator/jobs/openshift/kuryr-kubernetes/openshift-kuryr-kubernetes-release-4.3-postsubmits.yaml b/ci-operator/jobs/openshift/kuryr-kubernetes/openshift-kuryr-kubernetes-release-4.3-postsubmits.yaml index 4b532580f8a3..15e9ae7e23b6 100644 --- a/ci-operator/jobs/openshift/kuryr-kubernetes/openshift-kuryr-kubernetes-release-4.3-postsubmits.yaml +++ b/ci-operator/jobs/openshift/kuryr-kubernetes/openshift-kuryr-kubernetes-release-4.3-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-kuryr-kubernetes-release-4.3-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/kuryr-kubernetes/openshift-kuryr-kubernetes-release-4.3-presubmits.yaml b/ci-operator/jobs/openshift/kuryr-kubernetes/openshift-kuryr-kubernetes-release-4.3-presubmits.yaml index c576cd9e31f4..5ea7ff03ca1d 100644 --- a/ci-operator/jobs/openshift/kuryr-kubernetes/openshift-kuryr-kubernetes-release-4.3-presubmits.yaml +++ b/ci-operator/jobs/openshift/kuryr-kubernetes/openshift-kuryr-kubernetes-release-4.3-presubmits.yaml @@ -17,10 +17,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -38,6 +38,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -49,6 +52,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -67,10 +73,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -87,6 +93,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -98,6 +107,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -116,10 +128,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -136,6 +148,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -147,4 +162,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) diff --git a/ci-operator/jobs/openshift/kuryr-kubernetes/openshift-kuryr-kubernetes-release-4.4-postsubmits.yaml b/ci-operator/jobs/openshift/kuryr-kubernetes/openshift-kuryr-kubernetes-release-4.4-postsubmits.yaml index de4eac6ece70..20ca4c03e28c 100644 --- a/ci-operator/jobs/openshift/kuryr-kubernetes/openshift-kuryr-kubernetes-release-4.4-postsubmits.yaml +++ b/ci-operator/jobs/openshift/kuryr-kubernetes/openshift-kuryr-kubernetes-release-4.4-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-kuryr-kubernetes-release-4.4-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/kuryr-kubernetes/openshift-kuryr-kubernetes-release-4.4-presubmits.yaml b/ci-operator/jobs/openshift/kuryr-kubernetes/openshift-kuryr-kubernetes-release-4.4-presubmits.yaml index b1b59e2030c6..f381d68f862b 100644 --- a/ci-operator/jobs/openshift/kuryr-kubernetes/openshift-kuryr-kubernetes-release-4.4-presubmits.yaml +++ b/ci-operator/jobs/openshift/kuryr-kubernetes/openshift-kuryr-kubernetes-release-4.4-presubmits.yaml @@ -17,10 +17,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -38,6 +38,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -49,6 +52,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -67,10 +73,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -87,6 +93,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -98,6 +107,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -116,10 +128,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -136,6 +148,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -147,4 +162,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) diff --git a/ci-operator/jobs/openshift/kuryr-kubernetes/openshift-kuryr-kubernetes-release-4.5-postsubmits.yaml b/ci-operator/jobs/openshift/kuryr-kubernetes/openshift-kuryr-kubernetes-release-4.5-postsubmits.yaml index 6567d0fb63a9..cfd192ef1521 100644 --- a/ci-operator/jobs/openshift/kuryr-kubernetes/openshift-kuryr-kubernetes-release-4.5-postsubmits.yaml +++ b/ci-operator/jobs/openshift/kuryr-kubernetes/openshift-kuryr-kubernetes-release-4.5-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-kuryr-kubernetes-release-4.5-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/kuryr-kubernetes/openshift-kuryr-kubernetes-release-4.5-presubmits.yaml b/ci-operator/jobs/openshift/kuryr-kubernetes/openshift-kuryr-kubernetes-release-4.5-presubmits.yaml index 8d7a9439a5fd..0c1b91ddb255 100644 --- a/ci-operator/jobs/openshift/kuryr-kubernetes/openshift-kuryr-kubernetes-release-4.5-presubmits.yaml +++ b/ci-operator/jobs/openshift/kuryr-kubernetes/openshift-kuryr-kubernetes-release-4.5-presubmits.yaml @@ -17,10 +17,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -37,6 +37,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -48,6 +51,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -66,10 +72,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -86,6 +92,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -97,6 +106,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -115,10 +127,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -135,6 +147,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -146,4 +161,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) diff --git a/ci-operator/jobs/openshift/kuryr-kubernetes/openshift-kuryr-kubernetes-release-4.6-postsubmits.yaml b/ci-operator/jobs/openshift/kuryr-kubernetes/openshift-kuryr-kubernetes-release-4.6-postsubmits.yaml index ba3653ce40dd..3c8a1bfd32ec 100644 --- a/ci-operator/jobs/openshift/kuryr-kubernetes/openshift-kuryr-kubernetes-release-4.6-postsubmits.yaml +++ b/ci-operator/jobs/openshift/kuryr-kubernetes/openshift-kuryr-kubernetes-release-4.6-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-kuryr-kubernetes-release-4.6-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/kuryr-kubernetes/openshift-kuryr-kubernetes-release-4.6-presubmits.yaml b/ci-operator/jobs/openshift/kuryr-kubernetes/openshift-kuryr-kubernetes-release-4.6-presubmits.yaml index b1321527462e..dc1d01f7988a 100644 --- a/ci-operator/jobs/openshift/kuryr-kubernetes/openshift-kuryr-kubernetes-release-4.6-presubmits.yaml +++ b/ci-operator/jobs/openshift/kuryr-kubernetes/openshift-kuryr-kubernetes-release-4.6-presubmits.yaml @@ -17,10 +17,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -38,6 +38,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -49,6 +52,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -67,10 +73,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -87,6 +93,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -98,6 +107,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -116,10 +128,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -136,6 +148,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -147,4 +162,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) diff --git a/ci-operator/jobs/openshift/kuryr-kubernetes/openshift-kuryr-kubernetes-release-4.7-postsubmits.yaml b/ci-operator/jobs/openshift/kuryr-kubernetes/openshift-kuryr-kubernetes-release-4.7-postsubmits.yaml index 907920607b92..5048d8a5cf5e 100644 --- a/ci-operator/jobs/openshift/kuryr-kubernetes/openshift-kuryr-kubernetes-release-4.7-postsubmits.yaml +++ b/ci-operator/jobs/openshift/kuryr-kubernetes/openshift-kuryr-kubernetes-release-4.7-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-kuryr-kubernetes-release-4.7-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/kuryr-kubernetes/openshift-kuryr-kubernetes-release-4.7-presubmits.yaml b/ci-operator/jobs/openshift/kuryr-kubernetes/openshift-kuryr-kubernetes-release-4.7-presubmits.yaml index b74351c89f57..1eaf5fcb5f6c 100644 --- a/ci-operator/jobs/openshift/kuryr-kubernetes/openshift-kuryr-kubernetes-release-4.7-presubmits.yaml +++ b/ci-operator/jobs/openshift/kuryr-kubernetes/openshift-kuryr-kubernetes-release-4.7-presubmits.yaml @@ -17,10 +17,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -38,6 +38,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -49,6 +52,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -67,10 +73,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -87,6 +93,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -98,6 +107,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -116,10 +128,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -136,6 +148,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -147,4 +162,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) diff --git a/ci-operator/jobs/openshift/leader-elector/openshift-leader-elector-master-postsubmits.yaml b/ci-operator/jobs/openshift/leader-elector/openshift-leader-elector-master-postsubmits.yaml index 085a51212f54..dfb1af3401c3 100644 --- a/ci-operator/jobs/openshift/leader-elector/openshift-leader-elector-master-postsubmits.yaml +++ b/ci-operator/jobs/openshift/leader-elector/openshift-leader-elector-master-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-leader-elector-master-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/leader-elector/openshift-leader-elector-master-presubmits.yaml b/ci-operator/jobs/openshift/leader-elector/openshift-leader-elector-master-presubmits.yaml index 7d9238a87bee..1198b61ebd15 100644 --- a/ci-operator/jobs/openshift/leader-elector/openshift-leader-elector-master-presubmits.yaml +++ b/ci-operator/jobs/openshift/leader-elector/openshift-leader-elector-master-presubmits.yaml @@ -17,10 +17,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -38,6 +38,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -49,6 +52,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -67,10 +73,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -87,6 +93,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -98,4 +107,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) diff --git a/ci-operator/jobs/openshift/leader-elector/openshift-leader-elector-release-4.2-postsubmits.yaml b/ci-operator/jobs/openshift/leader-elector/openshift-leader-elector-release-4.2-postsubmits.yaml index d156dab73e2b..2929b113c92c 100644 --- a/ci-operator/jobs/openshift/leader-elector/openshift-leader-elector-release-4.2-postsubmits.yaml +++ b/ci-operator/jobs/openshift/leader-elector/openshift-leader-elector-release-4.2-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-leader-elector-release-4.2-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/leader-elector/openshift-leader-elector-release-4.2-presubmits.yaml b/ci-operator/jobs/openshift/leader-elector/openshift-leader-elector-release-4.2-presubmits.yaml index 9b9e0a3018b3..e0ee67b5ca12 100644 --- a/ci-operator/jobs/openshift/leader-elector/openshift-leader-elector-release-4.2-presubmits.yaml +++ b/ci-operator/jobs/openshift/leader-elector/openshift-leader-elector-release-4.2-presubmits.yaml @@ -17,10 +17,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -38,6 +38,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -49,6 +52,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -67,10 +73,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -87,6 +93,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -98,4 +107,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) diff --git a/ci-operator/jobs/openshift/leader-elector/openshift-leader-elector-release-4.3-postsubmits.yaml b/ci-operator/jobs/openshift/leader-elector/openshift-leader-elector-release-4.3-postsubmits.yaml index f40364c16972..dbc7aa527888 100644 --- a/ci-operator/jobs/openshift/leader-elector/openshift-leader-elector-release-4.3-postsubmits.yaml +++ b/ci-operator/jobs/openshift/leader-elector/openshift-leader-elector-release-4.3-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-leader-elector-release-4.3-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/leader-elector/openshift-leader-elector-release-4.3-presubmits.yaml b/ci-operator/jobs/openshift/leader-elector/openshift-leader-elector-release-4.3-presubmits.yaml index b584cc35340b..8bb109ed129f 100644 --- a/ci-operator/jobs/openshift/leader-elector/openshift-leader-elector-release-4.3-presubmits.yaml +++ b/ci-operator/jobs/openshift/leader-elector/openshift-leader-elector-release-4.3-presubmits.yaml @@ -17,10 +17,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -38,6 +38,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -49,6 +52,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -67,10 +73,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -87,6 +93,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -98,4 +107,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) diff --git a/ci-operator/jobs/openshift/leader-elector/openshift-leader-elector-release-4.4-postsubmits.yaml b/ci-operator/jobs/openshift/leader-elector/openshift-leader-elector-release-4.4-postsubmits.yaml index e7f396ef56b9..eb24fba45632 100644 --- a/ci-operator/jobs/openshift/leader-elector/openshift-leader-elector-release-4.4-postsubmits.yaml +++ b/ci-operator/jobs/openshift/leader-elector/openshift-leader-elector-release-4.4-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-leader-elector-release-4.4-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/leader-elector/openshift-leader-elector-release-4.4-presubmits.yaml b/ci-operator/jobs/openshift/leader-elector/openshift-leader-elector-release-4.4-presubmits.yaml index 72d53ccab3cf..6db01ec066e7 100644 --- a/ci-operator/jobs/openshift/leader-elector/openshift-leader-elector-release-4.4-presubmits.yaml +++ b/ci-operator/jobs/openshift/leader-elector/openshift-leader-elector-release-4.4-presubmits.yaml @@ -17,10 +17,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -38,6 +38,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -49,6 +52,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -67,10 +73,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -87,6 +93,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -98,4 +107,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) diff --git a/ci-operator/jobs/openshift/leader-elector/openshift-leader-elector-release-4.5-postsubmits.yaml b/ci-operator/jobs/openshift/leader-elector/openshift-leader-elector-release-4.5-postsubmits.yaml index e8305bb1a30c..d554b96ea2d6 100644 --- a/ci-operator/jobs/openshift/leader-elector/openshift-leader-elector-release-4.5-postsubmits.yaml +++ b/ci-operator/jobs/openshift/leader-elector/openshift-leader-elector-release-4.5-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-leader-elector-release-4.5-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/leader-elector/openshift-leader-elector-release-4.5-presubmits.yaml b/ci-operator/jobs/openshift/leader-elector/openshift-leader-elector-release-4.5-presubmits.yaml index 9518187ec662..b5ddc971acbc 100644 --- a/ci-operator/jobs/openshift/leader-elector/openshift-leader-elector-release-4.5-presubmits.yaml +++ b/ci-operator/jobs/openshift/leader-elector/openshift-leader-elector-release-4.5-presubmits.yaml @@ -17,10 +17,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -37,6 +37,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -48,6 +51,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -66,10 +72,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -86,6 +92,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -97,4 +106,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) diff --git a/ci-operator/jobs/openshift/leader-elector/openshift-leader-elector-release-4.6-postsubmits.yaml b/ci-operator/jobs/openshift/leader-elector/openshift-leader-elector-release-4.6-postsubmits.yaml index 130b1dc873fc..48b40d503dd9 100644 --- a/ci-operator/jobs/openshift/leader-elector/openshift-leader-elector-release-4.6-postsubmits.yaml +++ b/ci-operator/jobs/openshift/leader-elector/openshift-leader-elector-release-4.6-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-leader-elector-release-4.6-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/leader-elector/openshift-leader-elector-release-4.6-presubmits.yaml b/ci-operator/jobs/openshift/leader-elector/openshift-leader-elector-release-4.6-presubmits.yaml index 809f2e5e6695..9ccf3e335ceb 100644 --- a/ci-operator/jobs/openshift/leader-elector/openshift-leader-elector-release-4.6-presubmits.yaml +++ b/ci-operator/jobs/openshift/leader-elector/openshift-leader-elector-release-4.6-presubmits.yaml @@ -17,10 +17,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -38,6 +38,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -49,6 +52,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -67,10 +73,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -87,6 +93,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -98,4 +107,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) diff --git a/ci-operator/jobs/openshift/leader-elector/openshift-leader-elector-release-4.7-postsubmits.yaml b/ci-operator/jobs/openshift/leader-elector/openshift-leader-elector-release-4.7-postsubmits.yaml index d4a7a7058353..6dbe0a435839 100644 --- a/ci-operator/jobs/openshift/leader-elector/openshift-leader-elector-release-4.7-postsubmits.yaml +++ b/ci-operator/jobs/openshift/leader-elector/openshift-leader-elector-release-4.7-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-leader-elector-release-4.7-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/leader-elector/openshift-leader-elector-release-4.7-presubmits.yaml b/ci-operator/jobs/openshift/leader-elector/openshift-leader-elector-release-4.7-presubmits.yaml index ce793d8a9a9d..fe0343aa0a34 100644 --- a/ci-operator/jobs/openshift/leader-elector/openshift-leader-elector-release-4.7-presubmits.yaml +++ b/ci-operator/jobs/openshift/leader-elector/openshift-leader-elector-release-4.7-presubmits.yaml @@ -17,10 +17,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -38,6 +38,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -49,6 +52,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -67,10 +73,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -87,6 +93,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -98,4 +107,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) diff --git a/ci-operator/jobs/openshift/library-go/openshift-library-go-master-presubmits.yaml b/ci-operator/jobs/openshift/library-go/openshift-library-go-master-presubmits.yaml index 473d25622513..559a79602a47 100644 --- a/ci-operator/jobs/openshift/library-go/openshift-library-go-master-presubmits.yaml +++ b/ci-operator/jobs/openshift/library-go/openshift-library-go-master-presubmits.yaml @@ -18,13 +18,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-encryption-cluster-profile - --target=e2e-aws-encryption - --template=/usr/local/e2e-aws-encryption @@ -59,6 +57,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -84,6 +85,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-encryption,?($|\s.*) - agent: kubernetes always_run: true @@ -102,10 +106,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -122,6 +126,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -133,6 +140,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -151,10 +161,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -171,6 +181,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -182,6 +195,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) - agent: kubernetes always_run: true @@ -200,10 +216,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify-deps command: - ci-operator @@ -220,6 +236,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -231,4 +250,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify-deps,?($|\s.*) diff --git a/ci-operator/jobs/openshift/library-go/openshift-library-go-release-4.1-presubmits.yaml b/ci-operator/jobs/openshift/library-go/openshift-library-go-release-4.1-presubmits.yaml index 711dcf5764d6..12695d6bde7d 100644 --- a/ci-operator/jobs/openshift/library-go/openshift-library-go-release-4.1-presubmits.yaml +++ b/ci-operator/jobs/openshift/library-go/openshift-library-go-release-4.1-presubmits.yaml @@ -17,10 +17,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -37,6 +37,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -48,6 +51,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -66,10 +72,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -86,6 +92,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -97,6 +106,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) - agent: kubernetes always_run: true @@ -115,10 +127,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify-alpha-build-machinery command: - ci-operator @@ -135,6 +147,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -146,6 +161,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify-alpha-build-machinery,?($|\s.*) - agent: kubernetes always_run: true @@ -165,10 +183,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify-deps command: - ci-operator @@ -185,6 +203,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -196,4 +217,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify-deps,?($|\s.*) diff --git a/ci-operator/jobs/openshift/library-go/openshift-library-go-release-4.2-presubmits.yaml b/ci-operator/jobs/openshift/library-go/openshift-library-go-release-4.2-presubmits.yaml index dd7f219f5636..c6a9bcfcafa0 100644 --- a/ci-operator/jobs/openshift/library-go/openshift-library-go-release-4.2-presubmits.yaml +++ b/ci-operator/jobs/openshift/library-go/openshift-library-go-release-4.2-presubmits.yaml @@ -17,10 +17,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -37,6 +37,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -48,6 +51,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -66,10 +72,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -86,6 +92,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -97,6 +106,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) - agent: kubernetes always_run: true @@ -115,10 +127,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify-alpha-build-machinery command: - ci-operator @@ -135,6 +147,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -146,6 +161,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify-alpha-build-machinery,?($|\s.*) - agent: kubernetes always_run: true @@ -165,10 +183,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify-deps command: - ci-operator @@ -185,6 +203,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -196,4 +217,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify-deps,?($|\s.*) diff --git a/ci-operator/jobs/openshift/library-go/openshift-library-go-release-4.3-presubmits.yaml b/ci-operator/jobs/openshift/library-go/openshift-library-go-release-4.3-presubmits.yaml index 1724a95221dd..d5129d7c6f6f 100644 --- a/ci-operator/jobs/openshift/library-go/openshift-library-go-release-4.3-presubmits.yaml +++ b/ci-operator/jobs/openshift/library-go/openshift-library-go-release-4.3-presubmits.yaml @@ -18,13 +18,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-encryption-cluster-profile - --target=e2e-aws-encryption - --template=/usr/local/e2e-aws-encryption @@ -60,6 +58,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -85,6 +86,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-encryption,?($|\s.*) - agent: kubernetes always_run: true @@ -103,10 +107,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -123,6 +127,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -134,6 +141,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -152,10 +162,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -172,6 +182,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -183,6 +196,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) - agent: kubernetes always_run: true @@ -201,10 +217,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify-alpha-build-machinery command: - ci-operator @@ -221,6 +237,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -232,6 +251,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify-alpha-build-machinery,?($|\s.*) - agent: kubernetes always_run: true @@ -251,10 +273,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify-deps command: - ci-operator @@ -271,6 +293,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -282,4 +307,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify-deps,?($|\s.*) diff --git a/ci-operator/jobs/openshift/library-go/openshift-library-go-release-4.4-presubmits.yaml b/ci-operator/jobs/openshift/library-go/openshift-library-go-release-4.4-presubmits.yaml index 8c651b623138..5358ea8f2126 100644 --- a/ci-operator/jobs/openshift/library-go/openshift-library-go-release-4.4-presubmits.yaml +++ b/ci-operator/jobs/openshift/library-go/openshift-library-go-release-4.4-presubmits.yaml @@ -18,13 +18,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-encryption-cluster-profile - --target=e2e-aws-encryption - --template=/usr/local/e2e-aws-encryption @@ -59,6 +57,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -84,6 +85,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-encryption,?($|\s.*) - agent: kubernetes always_run: true @@ -102,10 +106,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -122,6 +126,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -133,6 +140,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -151,10 +161,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -171,6 +181,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -182,6 +195,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) - agent: kubernetes always_run: true @@ -200,10 +216,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify-deps command: - ci-operator @@ -220,6 +236,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -231,4 +250,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify-deps,?($|\s.*) diff --git a/ci-operator/jobs/openshift/library-go/openshift-library-go-release-4.5-presubmits.yaml b/ci-operator/jobs/openshift/library-go/openshift-library-go-release-4.5-presubmits.yaml index 37c9c22afa3a..daccc88dfb60 100644 --- a/ci-operator/jobs/openshift/library-go/openshift-library-go-release-4.5-presubmits.yaml +++ b/ci-operator/jobs/openshift/library-go/openshift-library-go-release-4.5-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-encryption-cluster-profile - --target=e2e-aws-encryption - --template=/usr/local/e2e-aws-encryption @@ -58,6 +56,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -83,6 +84,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-encryption,?($|\s.*) - agent: kubernetes always_run: true @@ -101,10 +105,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -121,6 +125,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -132,6 +139,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -150,10 +160,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -170,6 +180,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -181,6 +194,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) - agent: kubernetes always_run: true @@ -199,10 +215,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify-deps command: - ci-operator @@ -219,6 +235,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -230,4 +249,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify-deps,?($|\s.*) diff --git a/ci-operator/jobs/openshift/library-go/openshift-library-go-release-4.6-presubmits.yaml b/ci-operator/jobs/openshift/library-go/openshift-library-go-release-4.6-presubmits.yaml index 52d09dc8abcc..8559415babb4 100644 --- a/ci-operator/jobs/openshift/library-go/openshift-library-go-release-4.6-presubmits.yaml +++ b/ci-operator/jobs/openshift/library-go/openshift-library-go-release-4.6-presubmits.yaml @@ -18,13 +18,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-encryption-cluster-profile - --target=e2e-aws-encryption - --template=/usr/local/e2e-aws-encryption @@ -59,6 +57,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -84,6 +85,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-encryption,?($|\s.*) - agent: kubernetes always_run: true @@ -102,10 +106,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -122,6 +126,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -133,6 +140,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -151,10 +161,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -171,6 +181,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -182,6 +195,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) - agent: kubernetes always_run: true @@ -200,10 +216,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify-deps command: - ci-operator @@ -220,6 +236,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -231,4 +250,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify-deps,?($|\s.*) diff --git a/ci-operator/jobs/openshift/library-go/openshift-library-go-release-4.7-presubmits.yaml b/ci-operator/jobs/openshift/library-go/openshift-library-go-release-4.7-presubmits.yaml index a2d17f6baefb..c9353254f08c 100644 --- a/ci-operator/jobs/openshift/library-go/openshift-library-go-release-4.7-presubmits.yaml +++ b/ci-operator/jobs/openshift/library-go/openshift-library-go-release-4.7-presubmits.yaml @@ -18,13 +18,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-encryption-cluster-profile - --target=e2e-aws-encryption - --template=/usr/local/e2e-aws-encryption @@ -59,6 +57,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -84,6 +85,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-encryption,?($|\s.*) - agent: kubernetes always_run: true @@ -102,10 +106,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -122,6 +126,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -133,6 +140,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -151,10 +161,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -171,6 +181,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -182,6 +195,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) - agent: kubernetes always_run: true @@ -200,10 +216,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify-deps command: - ci-operator @@ -220,6 +236,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -231,4 +250,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify-deps,?($|\s.*) diff --git a/ci-operator/jobs/openshift/library/openshift-library-master-presubmits.yaml b/ci-operator/jobs/openshift/library/openshift-library-master-presubmits.yaml index 3f4996471c08..bda36d33a730 100644 --- a/ci-operator/jobs/openshift/library/openshift-library-master-presubmits.yaml +++ b/ci-operator/jobs/openshift/library/openshift-library-master-presubmits.yaml @@ -17,10 +17,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -37,6 +37,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -48,6 +51,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -66,10 +72,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -86,6 +92,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -97,4 +106,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) diff --git a/ci-operator/jobs/openshift/linuxptp-daemon/openshift-linuxptp-daemon-master-postsubmits.yaml b/ci-operator/jobs/openshift/linuxptp-daemon/openshift-linuxptp-daemon-master-postsubmits.yaml index a8ca8ddecf00..2126d4b21bf0 100644 --- a/ci-operator/jobs/openshift/linuxptp-daemon/openshift-linuxptp-daemon-master-postsubmits.yaml +++ b/ci-operator/jobs/openshift/linuxptp-daemon/openshift-linuxptp-daemon-master-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-linuxptp-daemon-master-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/linuxptp-daemon/openshift-linuxptp-daemon-master-presubmits.yaml b/ci-operator/jobs/openshift/linuxptp-daemon/openshift-linuxptp-daemon-master-presubmits.yaml index 5d40e6134391..d3341f2ac37a 100644 --- a/ci-operator/jobs/openshift/linuxptp-daemon/openshift-linuxptp-daemon-master-presubmits.yaml +++ b/ci-operator/jobs/openshift/linuxptp-daemon/openshift-linuxptp-daemon-master-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -46,6 +44,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -68,6 +69,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -86,10 +90,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -107,6 +111,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -118,4 +125,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift/linuxptp-daemon/openshift-linuxptp-daemon-release-4.3-postsubmits.yaml b/ci-operator/jobs/openshift/linuxptp-daemon/openshift-linuxptp-daemon-release-4.3-postsubmits.yaml index 8c4a23d7cc43..128080e65353 100644 --- a/ci-operator/jobs/openshift/linuxptp-daemon/openshift-linuxptp-daemon-release-4.3-postsubmits.yaml +++ b/ci-operator/jobs/openshift/linuxptp-daemon/openshift-linuxptp-daemon-release-4.3-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-linuxptp-daemon-release-4.3-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/linuxptp-daemon/openshift-linuxptp-daemon-release-4.3-presubmits.yaml b/ci-operator/jobs/openshift/linuxptp-daemon/openshift-linuxptp-daemon-release-4.3-presubmits.yaml index 29722fdcb959..13983b7aa246 100644 --- a/ci-operator/jobs/openshift/linuxptp-daemon/openshift-linuxptp-daemon-release-4.3-presubmits.yaml +++ b/ci-operator/jobs/openshift/linuxptp-daemon/openshift-linuxptp-daemon-release-4.3-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -46,6 +44,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -68,6 +69,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -86,10 +90,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -107,6 +111,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -118,4 +125,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift/linuxptp-daemon/openshift-linuxptp-daemon-release-4.4-postsubmits.yaml b/ci-operator/jobs/openshift/linuxptp-daemon/openshift-linuxptp-daemon-release-4.4-postsubmits.yaml index 69b72ab1bb07..83887d889e70 100644 --- a/ci-operator/jobs/openshift/linuxptp-daemon/openshift-linuxptp-daemon-release-4.4-postsubmits.yaml +++ b/ci-operator/jobs/openshift/linuxptp-daemon/openshift-linuxptp-daemon-release-4.4-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-linuxptp-daemon-release-4.4-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/linuxptp-daemon/openshift-linuxptp-daemon-release-4.4-presubmits.yaml b/ci-operator/jobs/openshift/linuxptp-daemon/openshift-linuxptp-daemon-release-4.4-presubmits.yaml index 9282579e2941..4b03aef3a819 100644 --- a/ci-operator/jobs/openshift/linuxptp-daemon/openshift-linuxptp-daemon-release-4.4-presubmits.yaml +++ b/ci-operator/jobs/openshift/linuxptp-daemon/openshift-linuxptp-daemon-release-4.4-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -46,6 +44,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -68,6 +69,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -86,10 +90,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -107,6 +111,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -118,4 +125,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift/linuxptp-daemon/openshift-linuxptp-daemon-release-4.5-postsubmits.yaml b/ci-operator/jobs/openshift/linuxptp-daemon/openshift-linuxptp-daemon-release-4.5-postsubmits.yaml index 8e8fc5e136af..3f9f9aa6edee 100644 --- a/ci-operator/jobs/openshift/linuxptp-daemon/openshift-linuxptp-daemon-release-4.5-postsubmits.yaml +++ b/ci-operator/jobs/openshift/linuxptp-daemon/openshift-linuxptp-daemon-release-4.5-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-linuxptp-daemon-release-4.5-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/linuxptp-daemon/openshift-linuxptp-daemon-release-4.5-presubmits.yaml b/ci-operator/jobs/openshift/linuxptp-daemon/openshift-linuxptp-daemon-release-4.5-presubmits.yaml index 4f48e03049a8..184355304114 100644 --- a/ci-operator/jobs/openshift/linuxptp-daemon/openshift-linuxptp-daemon-release-4.5-presubmits.yaml +++ b/ci-operator/jobs/openshift/linuxptp-daemon/openshift-linuxptp-daemon-release-4.5-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -46,6 +44,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -68,6 +69,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -86,10 +90,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -106,6 +110,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -117,4 +124,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift/linuxptp-daemon/openshift-linuxptp-daemon-release-4.6-postsubmits.yaml b/ci-operator/jobs/openshift/linuxptp-daemon/openshift-linuxptp-daemon-release-4.6-postsubmits.yaml index fe8fb22cd08a..bec0b4f8b100 100644 --- a/ci-operator/jobs/openshift/linuxptp-daemon/openshift-linuxptp-daemon-release-4.6-postsubmits.yaml +++ b/ci-operator/jobs/openshift/linuxptp-daemon/openshift-linuxptp-daemon-release-4.6-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-linuxptp-daemon-release-4.6-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/linuxptp-daemon/openshift-linuxptp-daemon-release-4.6-presubmits.yaml b/ci-operator/jobs/openshift/linuxptp-daemon/openshift-linuxptp-daemon-release-4.6-presubmits.yaml index b1b61f64b0d5..78321b7f4344 100644 --- a/ci-operator/jobs/openshift/linuxptp-daemon/openshift-linuxptp-daemon-release-4.6-presubmits.yaml +++ b/ci-operator/jobs/openshift/linuxptp-daemon/openshift-linuxptp-daemon-release-4.6-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -46,6 +44,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -68,6 +69,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -86,10 +90,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -107,6 +111,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -118,4 +125,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift/linuxptp-daemon/openshift-linuxptp-daemon-release-4.7-postsubmits.yaml b/ci-operator/jobs/openshift/linuxptp-daemon/openshift-linuxptp-daemon-release-4.7-postsubmits.yaml index 5c17af51a3be..3179f85dd50c 100644 --- a/ci-operator/jobs/openshift/linuxptp-daemon/openshift-linuxptp-daemon-release-4.7-postsubmits.yaml +++ b/ci-operator/jobs/openshift/linuxptp-daemon/openshift-linuxptp-daemon-release-4.7-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-linuxptp-daemon-release-4.7-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/linuxptp-daemon/openshift-linuxptp-daemon-release-4.7-presubmits.yaml b/ci-operator/jobs/openshift/linuxptp-daemon/openshift-linuxptp-daemon-release-4.7-presubmits.yaml index 7503a25e0b4b..9c1c7f0586e5 100644 --- a/ci-operator/jobs/openshift/linuxptp-daemon/openshift-linuxptp-daemon-release-4.7-presubmits.yaml +++ b/ci-operator/jobs/openshift/linuxptp-daemon/openshift-linuxptp-daemon-release-4.7-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -46,6 +44,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -68,6 +69,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -86,10 +90,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -107,6 +111,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -118,4 +125,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift/local-storage-operator/openshift-local-storage-operator-master-postsubmits.yaml b/ci-operator/jobs/openshift/local-storage-operator/openshift-local-storage-operator-master-postsubmits.yaml index f6c0b12e69a8..dd929a6758e8 100644 --- a/ci-operator/jobs/openshift/local-storage-operator/openshift-local-storage-operator-master-postsubmits.yaml +++ b/ci-operator/jobs/openshift/local-storage-operator/openshift-local-storage-operator-master-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-local-storage-operator-master-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/local-storage-operator/openshift-local-storage-operator-master-presubmits.yaml b/ci-operator/jobs/openshift/local-storage-operator/openshift-local-storage-operator-master-presubmits.yaml index 480f6748b5bb..a273d9bddfc0 100644 --- a/ci-operator/jobs/openshift/local-storage-operator/openshift-local-storage-operator-master-presubmits.yaml +++ b/ci-operator/jobs/openshift/local-storage-operator/openshift-local-storage-operator-master-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-operator-cluster-profile - --target=e2e-operator - --template=/usr/local/e2e-operator @@ -57,6 +55,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -82,6 +83,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-operator,?($|\s.*) - agent: kubernetes always_run: true @@ -100,10 +104,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -121,6 +125,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -132,6 +139,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -150,10 +160,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -170,6 +180,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -181,4 +194,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift/local-storage-operator/openshift-local-storage-operator-release-4.1-postsubmits.yaml b/ci-operator/jobs/openshift/local-storage-operator/openshift-local-storage-operator-release-4.1-postsubmits.yaml index d2bb8c5ff255..f83992616f96 100644 --- a/ci-operator/jobs/openshift/local-storage-operator/openshift-local-storage-operator-release-4.1-postsubmits.yaml +++ b/ci-operator/jobs/openshift/local-storage-operator/openshift-local-storage-operator-release-4.1-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-local-storage-operator-release-4.1-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/local-storage-operator/openshift-local-storage-operator-release-4.1-presubmits.yaml b/ci-operator/jobs/openshift/local-storage-operator/openshift-local-storage-operator-release-4.1-presubmits.yaml index ff9d0726d8f6..1f4d7a22fcb4 100644 --- a/ci-operator/jobs/openshift/local-storage-operator/openshift-local-storage-operator-release-4.1-presubmits.yaml +++ b/ci-operator/jobs/openshift/local-storage-operator/openshift-local-storage-operator-release-4.1-presubmits.yaml @@ -17,10 +17,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -38,6 +38,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -49,6 +52,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -67,10 +73,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -87,6 +93,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -98,4 +107,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift/local-storage-operator/openshift-local-storage-operator-release-4.2-postsubmits.yaml b/ci-operator/jobs/openshift/local-storage-operator/openshift-local-storage-operator-release-4.2-postsubmits.yaml index 66e86b8b0752..acc4254f7938 100644 --- a/ci-operator/jobs/openshift/local-storage-operator/openshift-local-storage-operator-release-4.2-postsubmits.yaml +++ b/ci-operator/jobs/openshift/local-storage-operator/openshift-local-storage-operator-release-4.2-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-local-storage-operator-release-4.2-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/local-storage-operator/openshift-local-storage-operator-release-4.2-presubmits.yaml b/ci-operator/jobs/openshift/local-storage-operator/openshift-local-storage-operator-release-4.2-presubmits.yaml index 8efe25403567..9a6f3c7cf9ea 100644 --- a/ci-operator/jobs/openshift/local-storage-operator/openshift-local-storage-operator-release-4.2-presubmits.yaml +++ b/ci-operator/jobs/openshift/local-storage-operator/openshift-local-storage-operator-release-4.2-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-operator-cluster-profile - --target=e2e-operator - --template=/usr/local/e2e-operator @@ -57,6 +55,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -82,6 +83,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-operator,?($|\s.*) - agent: kubernetes always_run: true @@ -100,10 +104,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -121,6 +125,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -132,6 +139,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -150,10 +160,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -170,6 +180,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -181,4 +194,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift/local-storage-operator/openshift-local-storage-operator-release-4.3-postsubmits.yaml b/ci-operator/jobs/openshift/local-storage-operator/openshift-local-storage-operator-release-4.3-postsubmits.yaml index 2b8c7bd7622e..0ce50612e1c5 100644 --- a/ci-operator/jobs/openshift/local-storage-operator/openshift-local-storage-operator-release-4.3-postsubmits.yaml +++ b/ci-operator/jobs/openshift/local-storage-operator/openshift-local-storage-operator-release-4.3-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-local-storage-operator-release-4.3-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/local-storage-operator/openshift-local-storage-operator-release-4.3-presubmits.yaml b/ci-operator/jobs/openshift/local-storage-operator/openshift-local-storage-operator-release-4.3-presubmits.yaml index e414b00e6560..74d53bacebe3 100644 --- a/ci-operator/jobs/openshift/local-storage-operator/openshift-local-storage-operator-release-4.3-presubmits.yaml +++ b/ci-operator/jobs/openshift/local-storage-operator/openshift-local-storage-operator-release-4.3-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-operator-cluster-profile - --target=e2e-operator - --template=/usr/local/e2e-operator @@ -57,6 +55,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -82,6 +83,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-operator,?($|\s.*) - agent: kubernetes always_run: true @@ -100,10 +104,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -121,6 +125,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -132,6 +139,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -150,10 +160,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -170,6 +180,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -181,4 +194,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift/local-storage-operator/openshift-local-storage-operator-release-4.4-postsubmits.yaml b/ci-operator/jobs/openshift/local-storage-operator/openshift-local-storage-operator-release-4.4-postsubmits.yaml index 514fc1e70ed7..dea8930d497b 100644 --- a/ci-operator/jobs/openshift/local-storage-operator/openshift-local-storage-operator-release-4.4-postsubmits.yaml +++ b/ci-operator/jobs/openshift/local-storage-operator/openshift-local-storage-operator-release-4.4-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-local-storage-operator-release-4.4-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/local-storage-operator/openshift-local-storage-operator-release-4.4-presubmits.yaml b/ci-operator/jobs/openshift/local-storage-operator/openshift-local-storage-operator-release-4.4-presubmits.yaml index af5b0c891745..3f9bf65266a6 100644 --- a/ci-operator/jobs/openshift/local-storage-operator/openshift-local-storage-operator-release-4.4-presubmits.yaml +++ b/ci-operator/jobs/openshift/local-storage-operator/openshift-local-storage-operator-release-4.4-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-operator-cluster-profile - --target=e2e-operator - --template=/usr/local/e2e-operator @@ -57,6 +55,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -82,6 +83,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-operator,?($|\s.*) - agent: kubernetes always_run: true @@ -100,10 +104,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -121,6 +125,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -132,6 +139,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -150,10 +160,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -170,6 +180,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -181,4 +194,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift/local-storage-operator/openshift-local-storage-operator-release-4.5-postsubmits.yaml b/ci-operator/jobs/openshift/local-storage-operator/openshift-local-storage-operator-release-4.5-postsubmits.yaml index 06fc936435c8..bd79143a59bf 100644 --- a/ci-operator/jobs/openshift/local-storage-operator/openshift-local-storage-operator-release-4.5-postsubmits.yaml +++ b/ci-operator/jobs/openshift/local-storage-operator/openshift-local-storage-operator-release-4.5-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-local-storage-operator-release-4.5-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/local-storage-operator/openshift-local-storage-operator-release-4.5-presubmits.yaml b/ci-operator/jobs/openshift/local-storage-operator/openshift-local-storage-operator-release-4.5-presubmits.yaml index 3db307259915..26f2275d3e70 100644 --- a/ci-operator/jobs/openshift/local-storage-operator/openshift-local-storage-operator-release-4.5-presubmits.yaml +++ b/ci-operator/jobs/openshift/local-storage-operator/openshift-local-storage-operator-release-4.5-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-operator-cluster-profile - --target=e2e-operator - --template=/usr/local/e2e-operator @@ -57,6 +55,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -82,6 +83,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-operator,?($|\s.*) - agent: kubernetes always_run: true @@ -100,10 +104,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -120,6 +124,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -131,6 +138,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -149,10 +159,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -169,6 +179,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -180,4 +193,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift/local-storage-operator/openshift-local-storage-operator-release-4.6-postsubmits.yaml b/ci-operator/jobs/openshift/local-storage-operator/openshift-local-storage-operator-release-4.6-postsubmits.yaml index 5036ea9ea025..031336731eed 100644 --- a/ci-operator/jobs/openshift/local-storage-operator/openshift-local-storage-operator-release-4.6-postsubmits.yaml +++ b/ci-operator/jobs/openshift/local-storage-operator/openshift-local-storage-operator-release-4.6-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-local-storage-operator-release-4.6-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/local-storage-operator/openshift-local-storage-operator-release-4.6-presubmits.yaml b/ci-operator/jobs/openshift/local-storage-operator/openshift-local-storage-operator-release-4.6-presubmits.yaml index 3a240579a5d9..8c9a1f3e6fc9 100644 --- a/ci-operator/jobs/openshift/local-storage-operator/openshift-local-storage-operator-release-4.6-presubmits.yaml +++ b/ci-operator/jobs/openshift/local-storage-operator/openshift-local-storage-operator-release-4.6-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-operator-cluster-profile - --target=e2e-operator - --template=/usr/local/e2e-operator @@ -57,6 +55,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -82,6 +83,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-operator,?($|\s.*) - agent: kubernetes always_run: true @@ -100,10 +104,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -121,6 +125,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -132,6 +139,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -150,10 +160,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -170,6 +180,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -181,4 +194,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift/local-storage-operator/openshift-local-storage-operator-release-4.7-postsubmits.yaml b/ci-operator/jobs/openshift/local-storage-operator/openshift-local-storage-operator-release-4.7-postsubmits.yaml index 3c6bd66b2415..4a2b9f304dc5 100644 --- a/ci-operator/jobs/openshift/local-storage-operator/openshift-local-storage-operator-release-4.7-postsubmits.yaml +++ b/ci-operator/jobs/openshift/local-storage-operator/openshift-local-storage-operator-release-4.7-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-local-storage-operator-release-4.7-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/local-storage-operator/openshift-local-storage-operator-release-4.7-presubmits.yaml b/ci-operator/jobs/openshift/local-storage-operator/openshift-local-storage-operator-release-4.7-presubmits.yaml index f7eaa343155e..950a30e5952e 100644 --- a/ci-operator/jobs/openshift/local-storage-operator/openshift-local-storage-operator-release-4.7-presubmits.yaml +++ b/ci-operator/jobs/openshift/local-storage-operator/openshift-local-storage-operator-release-4.7-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-operator-cluster-profile - --target=e2e-operator - --template=/usr/local/e2e-operator @@ -57,6 +55,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -82,6 +83,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-operator,?($|\s.*) - agent: kubernetes always_run: true @@ -100,10 +104,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -121,6 +125,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -132,6 +139,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -150,10 +160,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -170,6 +180,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -181,4 +194,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift/loki/openshift-loki-master-postsubmits.yaml b/ci-operator/jobs/openshift/loki/openshift-loki-master-postsubmits.yaml index eb79b76ed1f2..ffe095ab69f7 100644 --- a/ci-operator/jobs/openshift/loki/openshift-loki-master-postsubmits.yaml +++ b/ci-operator/jobs/openshift/loki/openshift-loki-master-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-loki-master-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/loki/openshift-loki-master-presubmits.yaml b/ci-operator/jobs/openshift/loki/openshift-loki-master-presubmits.yaml index 6929448a71b0..471c96b39b98 100644 --- a/ci-operator/jobs/openshift/loki/openshift-loki-master-presubmits.yaml +++ b/ci-operator/jobs/openshift/loki/openshift-loki-master-presubmits.yaml @@ -17,10 +17,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -38,6 +38,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -49,4 +52,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift/loki/openshift-loki-release-4.2-postsubmits.yaml b/ci-operator/jobs/openshift/loki/openshift-loki-release-4.2-postsubmits.yaml index 35875ead1754..8749134f9aff 100644 --- a/ci-operator/jobs/openshift/loki/openshift-loki-release-4.2-postsubmits.yaml +++ b/ci-operator/jobs/openshift/loki/openshift-loki-release-4.2-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-loki-release-4.2-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/loki/openshift-loki-release-4.2-presubmits.yaml b/ci-operator/jobs/openshift/loki/openshift-loki-release-4.2-presubmits.yaml index 0c1534f8452a..c843d5a16aa2 100644 --- a/ci-operator/jobs/openshift/loki/openshift-loki-release-4.2-presubmits.yaml +++ b/ci-operator/jobs/openshift/loki/openshift-loki-release-4.2-presubmits.yaml @@ -17,10 +17,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -38,6 +38,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -49,4 +52,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift/loki/openshift-loki-release-4.3-postsubmits.yaml b/ci-operator/jobs/openshift/loki/openshift-loki-release-4.3-postsubmits.yaml index ef5199c32d19..761b8f7afd90 100644 --- a/ci-operator/jobs/openshift/loki/openshift-loki-release-4.3-postsubmits.yaml +++ b/ci-operator/jobs/openshift/loki/openshift-loki-release-4.3-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-loki-release-4.3-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/loki/openshift-loki-release-4.3-presubmits.yaml b/ci-operator/jobs/openshift/loki/openshift-loki-release-4.3-presubmits.yaml index 52b63c109da3..82f2b82b2427 100644 --- a/ci-operator/jobs/openshift/loki/openshift-loki-release-4.3-presubmits.yaml +++ b/ci-operator/jobs/openshift/loki/openshift-loki-release-4.3-presubmits.yaml @@ -17,10 +17,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -38,6 +38,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -49,4 +52,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift/loki/openshift-loki-release-4.4-postsubmits.yaml b/ci-operator/jobs/openshift/loki/openshift-loki-release-4.4-postsubmits.yaml index 25a7103fb15c..1c5906e16a7d 100644 --- a/ci-operator/jobs/openshift/loki/openshift-loki-release-4.4-postsubmits.yaml +++ b/ci-operator/jobs/openshift/loki/openshift-loki-release-4.4-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-loki-release-4.4-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/loki/openshift-loki-release-4.4-presubmits.yaml b/ci-operator/jobs/openshift/loki/openshift-loki-release-4.4-presubmits.yaml index ceb6a3ffa7d6..6c096d7f4df2 100644 --- a/ci-operator/jobs/openshift/loki/openshift-loki-release-4.4-presubmits.yaml +++ b/ci-operator/jobs/openshift/loki/openshift-loki-release-4.4-presubmits.yaml @@ -17,10 +17,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -38,6 +38,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -49,4 +52,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift/loki/openshift-loki-release-4.5-postsubmits.yaml b/ci-operator/jobs/openshift/loki/openshift-loki-release-4.5-postsubmits.yaml index ead6f1721f01..c21af8c10bfa 100644 --- a/ci-operator/jobs/openshift/loki/openshift-loki-release-4.5-postsubmits.yaml +++ b/ci-operator/jobs/openshift/loki/openshift-loki-release-4.5-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-loki-release-4.5-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/loki/openshift-loki-release-4.5-presubmits.yaml b/ci-operator/jobs/openshift/loki/openshift-loki-release-4.5-presubmits.yaml index cfd1ed8fcc8f..0cf4bdac8312 100644 --- a/ci-operator/jobs/openshift/loki/openshift-loki-release-4.5-presubmits.yaml +++ b/ci-operator/jobs/openshift/loki/openshift-loki-release-4.5-presubmits.yaml @@ -17,10 +17,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -37,6 +37,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -48,4 +51,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift/loki/openshift-loki-release-4.6-postsubmits.yaml b/ci-operator/jobs/openshift/loki/openshift-loki-release-4.6-postsubmits.yaml index 3206139990a1..b0ed3c8dddd2 100644 --- a/ci-operator/jobs/openshift/loki/openshift-loki-release-4.6-postsubmits.yaml +++ b/ci-operator/jobs/openshift/loki/openshift-loki-release-4.6-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-loki-release-4.6-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/loki/openshift-loki-release-4.6-presubmits.yaml b/ci-operator/jobs/openshift/loki/openshift-loki-release-4.6-presubmits.yaml index 72f29b42bc3c..b8a3aef92871 100644 --- a/ci-operator/jobs/openshift/loki/openshift-loki-release-4.6-presubmits.yaml +++ b/ci-operator/jobs/openshift/loki/openshift-loki-release-4.6-presubmits.yaml @@ -17,10 +17,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -38,6 +38,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -49,4 +52,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift/loki/openshift-loki-release-4.7-postsubmits.yaml b/ci-operator/jobs/openshift/loki/openshift-loki-release-4.7-postsubmits.yaml index b1a3084b935d..ab8f382b9350 100644 --- a/ci-operator/jobs/openshift/loki/openshift-loki-release-4.7-postsubmits.yaml +++ b/ci-operator/jobs/openshift/loki/openshift-loki-release-4.7-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-loki-release-4.7-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/loki/openshift-loki-release-4.7-presubmits.yaml b/ci-operator/jobs/openshift/loki/openshift-loki-release-4.7-presubmits.yaml index dda898f33adc..68a227e1d0e1 100644 --- a/ci-operator/jobs/openshift/loki/openshift-loki-release-4.7-presubmits.yaml +++ b/ci-operator/jobs/openshift/loki/openshift-loki-release-4.7-presubmits.yaml @@ -17,10 +17,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -38,6 +38,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -49,4 +52,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift/machine-api-operator/openshift-machine-api-operator-master-postsubmits.yaml b/ci-operator/jobs/openshift/machine-api-operator/openshift-machine-api-operator-master-postsubmits.yaml index 8b1d23d237d7..a30578cad8dc 100644 --- a/ci-operator/jobs/openshift/machine-api-operator/openshift-machine-api-operator-master-postsubmits.yaml +++ b/ci-operator/jobs/openshift/machine-api-operator/openshift-machine-api-operator-master-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-machine-api-operator-master-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/machine-api-operator/openshift-machine-api-operator-master-presubmits.yaml b/ci-operator/jobs/openshift/machine-api-operator/openshift-machine-api-operator-master-presubmits.yaml index 518810262cb0..9dc23a88d9a1 100644 --- a/ci-operator/jobs/openshift/machine-api-operator/openshift-machine-api-operator-master-presubmits.yaml +++ b/ci-operator/jobs/openshift/machine-api-operator/openshift-machine-api-operator-master-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -46,6 +44,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -68,6 +69,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -86,13 +90,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-operator-cluster-profile - --target=e2e-aws-operator - --template=/usr/local/e2e-aws-operator @@ -128,6 +130,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -153,6 +158,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-operator,?($|\s.*) - agent: kubernetes always_run: false @@ -172,13 +180,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-operator-tech-preview-cluster-profile - --target=e2e-aws-operator-tech-preview - --template=/usr/local/e2e-aws-operator-tech-preview @@ -214,6 +220,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -239,6 +248,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-operator-tech-preview,?($|\s.*) - agent: kubernetes always_run: true @@ -258,13 +270,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-scaleup-rhel7-cluster-profile - --target=e2e-aws-scaleup-rhel7 - --template=/usr/local/e2e-aws-scaleup-rhel7 @@ -302,6 +312,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -329,6 +342,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-scaleup-rhel7,?($|\s.*) - agent: kubernetes always_run: true @@ -347,13 +363,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -376,6 +390,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -398,6 +415,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -417,13 +437,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-azure-cluster-profile - --target=e2e-azure - --template=/usr/local/e2e-azure @@ -457,6 +475,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -482,6 +503,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-azure,?($|\s.*) - agent: kubernetes always_run: true @@ -501,13 +525,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-azure-operator-cluster-profile - --target=e2e-azure-operator - --template=/usr/local/e2e-azure-operator @@ -543,6 +565,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -568,6 +593,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-azure-operator,?($|\s.*) - agent: kubernetes always_run: true @@ -587,13 +615,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-gcp-cluster-profile - --target=e2e-gcp - --template=/usr/local/e2e-gcp @@ -627,6 +653,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -654,6 +683,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-gcp,?($|\s.*) - agent: kubernetes always_run: true @@ -673,13 +705,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-gcp-operator-cluster-profile - --target=e2e-gcp-operator - --template=/usr/local/e2e-gcp-operator @@ -715,6 +745,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -742,6 +775,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-gcp-operator,?($|\s.*) - agent: kubernetes always_run: false @@ -846,10 +882,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=goimports command: - ci-operator @@ -866,6 +902,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -877,6 +916,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )goimports,?($|\s.*) - agent: kubernetes always_run: true @@ -895,10 +937,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=golint command: - ci-operator @@ -915,6 +957,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -926,6 +971,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )golint,?($|\s.*) - agent: kubernetes always_run: true @@ -944,10 +992,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=govet command: - ci-operator @@ -964,6 +1012,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -975,6 +1026,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )govet,?($|\s.*) - agent: kubernetes always_run: true @@ -993,10 +1047,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -1014,6 +1068,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -1025,6 +1082,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -1043,10 +1103,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -1063,6 +1123,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -1074,6 +1137,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true diff --git a/ci-operator/jobs/openshift/machine-api-operator/openshift-machine-api-operator-release-4.1-postsubmits.yaml b/ci-operator/jobs/openshift/machine-api-operator/openshift-machine-api-operator-release-4.1-postsubmits.yaml index 00339c349e5d..123256fefa82 100644 --- a/ci-operator/jobs/openshift/machine-api-operator/openshift-machine-api-operator-release-4.1-postsubmits.yaml +++ b/ci-operator/jobs/openshift/machine-api-operator/openshift-machine-api-operator-release-4.1-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-machine-api-operator-release-4.1-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/machine-api-operator/openshift-machine-api-operator-release-4.1-presubmits.yaml b/ci-operator/jobs/openshift/machine-api-operator/openshift-machine-api-operator-release-4.1-presubmits.yaml index 587faf23f345..0c40841456b5 100644 --- a/ci-operator/jobs/openshift/machine-api-operator/openshift-machine-api-operator-release-4.1-presubmits.yaml +++ b/ci-operator/jobs/openshift/machine-api-operator/openshift-machine-api-operator-release-4.1-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -46,6 +44,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -68,6 +69,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -86,13 +90,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-operator-cluster-profile - --target=e2e-aws-operator - --template=/usr/local/e2e-aws-operator @@ -128,6 +130,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -153,6 +158,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-operator,?($|\s.*) - agent: kubernetes always_run: true @@ -172,13 +180,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-scaleup-rhel7-cluster-profile - --target=e2e-aws-scaleup-rhel7 - --template=/usr/local/e2e-aws-scaleup-rhel7 @@ -216,6 +222,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -243,6 +252,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-scaleup-rhel7,?($|\s.*) - agent: kubernetes always_run: true @@ -261,13 +273,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -290,6 +300,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -312,6 +325,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -330,10 +346,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=gofmt command: - ci-operator @@ -350,6 +366,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -361,6 +380,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )gofmt,?($|\s.*) - agent: kubernetes always_run: true @@ -379,10 +401,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=golint command: - ci-operator @@ -399,6 +421,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -410,6 +435,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )golint,?($|\s.*) - agent: kubernetes always_run: true @@ -428,10 +456,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=govet command: - ci-operator @@ -448,6 +476,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -459,6 +490,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )govet,?($|\s.*) - agent: kubernetes always_run: true @@ -477,10 +511,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -498,6 +532,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -509,6 +546,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -527,10 +567,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -547,6 +587,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -558,6 +601,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true diff --git a/ci-operator/jobs/openshift/machine-api-operator/openshift-machine-api-operator-release-4.2-postsubmits.yaml b/ci-operator/jobs/openshift/machine-api-operator/openshift-machine-api-operator-release-4.2-postsubmits.yaml index b511775650da..a2a92047b2c0 100644 --- a/ci-operator/jobs/openshift/machine-api-operator/openshift-machine-api-operator-release-4.2-postsubmits.yaml +++ b/ci-operator/jobs/openshift/machine-api-operator/openshift-machine-api-operator-release-4.2-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-machine-api-operator-release-4.2-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/machine-api-operator/openshift-machine-api-operator-release-4.2-presubmits.yaml b/ci-operator/jobs/openshift/machine-api-operator/openshift-machine-api-operator-release-4.2-presubmits.yaml index 7ef9c0f7b17f..2597620b4b0b 100644 --- a/ci-operator/jobs/openshift/machine-api-operator/openshift-machine-api-operator-release-4.2-presubmits.yaml +++ b/ci-operator/jobs/openshift/machine-api-operator/openshift-machine-api-operator-release-4.2-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -46,6 +44,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -68,6 +69,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -86,13 +90,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-operator-cluster-profile - --target=e2e-aws-operator - --template=/usr/local/e2e-aws-operator @@ -128,6 +130,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -153,6 +158,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-operator,?($|\s.*) - agent: kubernetes always_run: true @@ -172,13 +180,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-operator-tech-preview-cluster-profile - --target=e2e-aws-operator-tech-preview - --template=/usr/local/e2e-aws-operator-tech-preview @@ -214,6 +220,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -239,6 +248,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-operator-tech-preview,?($|\s.*) - agent: kubernetes always_run: true @@ -258,13 +270,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-scaleup-rhel7-cluster-profile - --target=e2e-aws-scaleup-rhel7 - --template=/usr/local/e2e-aws-scaleup-rhel7 @@ -302,6 +312,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -329,6 +342,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-scaleup-rhel7,?($|\s.*) - agent: kubernetes always_run: true @@ -347,13 +363,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -376,6 +390,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -398,6 +415,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -416,13 +436,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-azure-cluster-profile - --target=e2e-azure - --template=/usr/local/e2e-azure @@ -456,6 +474,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -481,6 +502,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-azure,?($|\s.*) - agent: kubernetes always_run: true @@ -500,13 +524,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-azure-operator-cluster-profile - --target=e2e-azure-operator - --template=/usr/local/e2e-azure-operator @@ -542,6 +564,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -567,6 +592,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-azure-operator,?($|\s.*) - agent: kubernetes always_run: true @@ -585,10 +613,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=goimports command: - ci-operator @@ -605,6 +633,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -616,6 +647,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )goimports,?($|\s.*) - agent: kubernetes always_run: true @@ -634,10 +668,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=golint command: - ci-operator @@ -654,6 +688,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -665,6 +702,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )golint,?($|\s.*) - agent: kubernetes always_run: true @@ -683,10 +723,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=govet command: - ci-operator @@ -703,6 +743,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -714,6 +757,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )govet,?($|\s.*) - agent: kubernetes always_run: true @@ -732,10 +778,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -753,6 +799,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -764,6 +813,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -782,10 +834,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -802,6 +854,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -813,6 +868,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true diff --git a/ci-operator/jobs/openshift/machine-api-operator/openshift-machine-api-operator-release-4.3-postsubmits.yaml b/ci-operator/jobs/openshift/machine-api-operator/openshift-machine-api-operator-release-4.3-postsubmits.yaml index 9ba9a03590c9..b51f2c3e7b38 100644 --- a/ci-operator/jobs/openshift/machine-api-operator/openshift-machine-api-operator-release-4.3-postsubmits.yaml +++ b/ci-operator/jobs/openshift/machine-api-operator/openshift-machine-api-operator-release-4.3-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-machine-api-operator-release-4.3-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/machine-api-operator/openshift-machine-api-operator-release-4.3-presubmits.yaml b/ci-operator/jobs/openshift/machine-api-operator/openshift-machine-api-operator-release-4.3-presubmits.yaml index d6a5727c1e5a..df8358d392b5 100644 --- a/ci-operator/jobs/openshift/machine-api-operator/openshift-machine-api-operator-release-4.3-presubmits.yaml +++ b/ci-operator/jobs/openshift/machine-api-operator/openshift-machine-api-operator-release-4.3-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -46,6 +44,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -68,6 +69,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -86,13 +90,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-operator-cluster-profile - --target=e2e-aws-operator - --template=/usr/local/e2e-aws-operator @@ -128,6 +130,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -153,6 +158,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-operator,?($|\s.*) - agent: kubernetes always_run: false @@ -172,13 +180,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-operator-tech-preview-cluster-profile - --target=e2e-aws-operator-tech-preview - --template=/usr/local/e2e-aws-operator-tech-preview @@ -214,6 +220,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -239,6 +248,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-operator-tech-preview,?($|\s.*) - agent: kubernetes always_run: true @@ -258,13 +270,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-scaleup-rhel7-cluster-profile - --target=e2e-aws-scaleup-rhel7 - --template=/usr/local/e2e-aws-scaleup-rhel7 @@ -302,6 +312,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -329,6 +342,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-scaleup-rhel7,?($|\s.*) - agent: kubernetes always_run: true @@ -347,13 +363,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -376,6 +390,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -398,6 +415,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -417,13 +437,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-azure-cluster-profile - --target=e2e-azure - --template=/usr/local/e2e-azure @@ -457,6 +475,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -482,6 +503,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-azure,?($|\s.*) - agent: kubernetes always_run: true @@ -501,13 +525,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-azure-operator-cluster-profile - --target=e2e-azure-operator - --template=/usr/local/e2e-azure-operator @@ -543,6 +565,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -568,6 +593,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-azure-operator,?($|\s.*) - agent: kubernetes always_run: true @@ -587,13 +615,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-gcp-cluster-profile - --target=e2e-gcp - --template=/usr/local/e2e-gcp @@ -627,6 +653,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -654,6 +683,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-gcp,?($|\s.*) - agent: kubernetes always_run: true @@ -673,13 +705,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-gcp-operator-cluster-profile - --target=e2e-gcp-operator - --template=/usr/local/e2e-gcp-operator @@ -715,6 +745,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -742,6 +775,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-gcp-operator,?($|\s.*) - agent: kubernetes always_run: true @@ -760,10 +796,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=goimports command: - ci-operator @@ -780,6 +816,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -791,6 +830,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )goimports,?($|\s.*) - agent: kubernetes always_run: true @@ -809,10 +851,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=golint command: - ci-operator @@ -829,6 +871,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -840,6 +885,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )golint,?($|\s.*) - agent: kubernetes always_run: true @@ -858,10 +906,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=govet command: - ci-operator @@ -878,6 +926,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -889,6 +940,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )govet,?($|\s.*) - agent: kubernetes always_run: true @@ -907,10 +961,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -928,6 +982,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -939,6 +996,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -957,10 +1017,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -977,6 +1037,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -988,6 +1051,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true diff --git a/ci-operator/jobs/openshift/machine-api-operator/openshift-machine-api-operator-release-4.4-postsubmits.yaml b/ci-operator/jobs/openshift/machine-api-operator/openshift-machine-api-operator-release-4.4-postsubmits.yaml index a95b380e6ed5..0e74c5008dda 100644 --- a/ci-operator/jobs/openshift/machine-api-operator/openshift-machine-api-operator-release-4.4-postsubmits.yaml +++ b/ci-operator/jobs/openshift/machine-api-operator/openshift-machine-api-operator-release-4.4-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-machine-api-operator-release-4.4-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/machine-api-operator/openshift-machine-api-operator-release-4.4-presubmits.yaml b/ci-operator/jobs/openshift/machine-api-operator/openshift-machine-api-operator-release-4.4-presubmits.yaml index 22e898f364df..7bf4b87c61c8 100644 --- a/ci-operator/jobs/openshift/machine-api-operator/openshift-machine-api-operator-release-4.4-presubmits.yaml +++ b/ci-operator/jobs/openshift/machine-api-operator/openshift-machine-api-operator-release-4.4-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -46,6 +44,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -68,6 +69,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -86,13 +90,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-operator-cluster-profile - --target=e2e-aws-operator - --template=/usr/local/e2e-aws-operator @@ -128,6 +130,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -153,6 +158,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-operator,?($|\s.*) - agent: kubernetes always_run: false @@ -172,13 +180,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-operator-tech-preview-cluster-profile - --target=e2e-aws-operator-tech-preview - --template=/usr/local/e2e-aws-operator-tech-preview @@ -214,6 +220,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -239,6 +248,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-operator-tech-preview,?($|\s.*) - agent: kubernetes always_run: true @@ -258,13 +270,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-scaleup-rhel7-cluster-profile - --target=e2e-aws-scaleup-rhel7 - --template=/usr/local/e2e-aws-scaleup-rhel7 @@ -302,6 +312,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -329,6 +342,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-scaleup-rhel7,?($|\s.*) - agent: kubernetes always_run: true @@ -347,13 +363,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -376,6 +390,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -398,6 +415,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -417,13 +437,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-azure-cluster-profile - --target=e2e-azure - --template=/usr/local/e2e-azure @@ -457,6 +475,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -482,6 +503,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-azure,?($|\s.*) - agent: kubernetes always_run: true @@ -501,13 +525,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-azure-operator-cluster-profile - --target=e2e-azure-operator - --template=/usr/local/e2e-azure-operator @@ -543,6 +565,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -568,6 +593,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-azure-operator,?($|\s.*) - agent: kubernetes always_run: true @@ -587,13 +615,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-gcp-cluster-profile - --target=e2e-gcp - --template=/usr/local/e2e-gcp @@ -627,6 +653,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -654,6 +683,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-gcp,?($|\s.*) - agent: kubernetes always_run: true @@ -673,13 +705,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-gcp-operator-cluster-profile - --target=e2e-gcp-operator - --template=/usr/local/e2e-gcp-operator @@ -715,6 +745,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -742,6 +775,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-gcp-operator,?($|\s.*) - agent: kubernetes always_run: false @@ -846,10 +882,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=goimports command: - ci-operator @@ -866,6 +902,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -877,6 +916,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )goimports,?($|\s.*) - agent: kubernetes always_run: true @@ -895,10 +937,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=golint command: - ci-operator @@ -915,6 +957,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -926,6 +971,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )golint,?($|\s.*) - agent: kubernetes always_run: true @@ -944,10 +992,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=govet command: - ci-operator @@ -964,6 +1012,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -975,6 +1026,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )govet,?($|\s.*) - agent: kubernetes always_run: true @@ -993,10 +1047,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -1014,6 +1068,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -1025,6 +1082,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -1043,10 +1103,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -1063,6 +1123,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -1074,6 +1137,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true diff --git a/ci-operator/jobs/openshift/machine-api-operator/openshift-machine-api-operator-release-4.5-postsubmits.yaml b/ci-operator/jobs/openshift/machine-api-operator/openshift-machine-api-operator-release-4.5-postsubmits.yaml index 4da9fedc1d73..814b5c46c448 100644 --- a/ci-operator/jobs/openshift/machine-api-operator/openshift-machine-api-operator-release-4.5-postsubmits.yaml +++ b/ci-operator/jobs/openshift/machine-api-operator/openshift-machine-api-operator-release-4.5-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-machine-api-operator-release-4.5-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/machine-api-operator/openshift-machine-api-operator-release-4.5-presubmits.yaml b/ci-operator/jobs/openshift/machine-api-operator/openshift-machine-api-operator-release-4.5-presubmits.yaml index 4ca5a79f5d08..d25a9feb24fc 100644 --- a/ci-operator/jobs/openshift/machine-api-operator/openshift-machine-api-operator-release-4.5-presubmits.yaml +++ b/ci-operator/jobs/openshift/machine-api-operator/openshift-machine-api-operator-release-4.5-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -46,6 +44,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -68,6 +69,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -86,13 +90,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-operator-cluster-profile - --target=e2e-aws-operator - --template=/usr/local/e2e-aws-operator @@ -128,6 +130,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -153,6 +158,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-operator,?($|\s.*) - agent: kubernetes always_run: false @@ -172,13 +180,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-operator-tech-preview-cluster-profile - --target=e2e-aws-operator-tech-preview - --template=/usr/local/e2e-aws-operator-tech-preview @@ -214,6 +220,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -239,6 +248,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-operator-tech-preview,?($|\s.*) - agent: kubernetes always_run: true @@ -257,13 +269,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-scaleup-rhel7-cluster-profile - --target=e2e-aws-scaleup-rhel7 - --template=/usr/local/e2e-aws-scaleup-rhel7 @@ -301,6 +311,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -328,6 +341,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-scaleup-rhel7,?($|\s.*) - agent: kubernetes always_run: true @@ -346,13 +362,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -375,6 +389,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -397,6 +414,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -415,13 +435,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-azure-cluster-profile - --target=e2e-azure - --template=/usr/local/e2e-azure @@ -455,6 +473,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -480,6 +501,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-azure,?($|\s.*) - agent: kubernetes always_run: true @@ -498,13 +522,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-azure-operator-cluster-profile - --target=e2e-azure-operator - --template=/usr/local/e2e-azure-operator @@ -540,6 +562,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -565,6 +590,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-azure-operator,?($|\s.*) - agent: kubernetes always_run: true @@ -583,13 +611,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-gcp-cluster-profile - --target=e2e-gcp - --template=/usr/local/e2e-gcp @@ -623,6 +649,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -650,6 +679,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-gcp,?($|\s.*) - agent: kubernetes always_run: true @@ -668,13 +700,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-gcp-operator-cluster-profile - --target=e2e-gcp-operator - --template=/usr/local/e2e-gcp-operator @@ -710,6 +740,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -737,6 +770,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-gcp-operator,?($|\s.*) - agent: kubernetes always_run: true @@ -755,10 +791,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=goimports command: - ci-operator @@ -775,6 +811,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -786,6 +825,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )goimports,?($|\s.*) - agent: kubernetes always_run: true @@ -804,10 +846,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=golint command: - ci-operator @@ -824,6 +866,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -835,6 +880,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )golint,?($|\s.*) - agent: kubernetes always_run: true @@ -853,10 +901,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=govet command: - ci-operator @@ -873,6 +921,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -884,6 +935,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )govet,?($|\s.*) - agent: kubernetes always_run: true @@ -902,10 +956,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -922,6 +976,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -933,6 +990,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -951,10 +1011,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -971,6 +1031,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -982,6 +1045,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true diff --git a/ci-operator/jobs/openshift/machine-api-operator/openshift-machine-api-operator-release-4.6-postsubmits.yaml b/ci-operator/jobs/openshift/machine-api-operator/openshift-machine-api-operator-release-4.6-postsubmits.yaml index b7a79c8c5302..f6c33d62f59d 100644 --- a/ci-operator/jobs/openshift/machine-api-operator/openshift-machine-api-operator-release-4.6-postsubmits.yaml +++ b/ci-operator/jobs/openshift/machine-api-operator/openshift-machine-api-operator-release-4.6-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-machine-api-operator-release-4.6-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/machine-api-operator/openshift-machine-api-operator-release-4.6-presubmits.yaml b/ci-operator/jobs/openshift/machine-api-operator/openshift-machine-api-operator-release-4.6-presubmits.yaml index a511f92a0dc3..1564591280b6 100644 --- a/ci-operator/jobs/openshift/machine-api-operator/openshift-machine-api-operator-release-4.6-presubmits.yaml +++ b/ci-operator/jobs/openshift/machine-api-operator/openshift-machine-api-operator-release-4.6-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -46,6 +44,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -68,6 +69,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -86,13 +90,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-operator-cluster-profile - --target=e2e-aws-operator - --template=/usr/local/e2e-aws-operator @@ -128,6 +130,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -153,6 +158,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-operator,?($|\s.*) - agent: kubernetes always_run: false @@ -172,13 +180,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-operator-tech-preview-cluster-profile - --target=e2e-aws-operator-tech-preview - --template=/usr/local/e2e-aws-operator-tech-preview @@ -214,6 +220,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -239,6 +248,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-operator-tech-preview,?($|\s.*) - agent: kubernetes always_run: true @@ -258,13 +270,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-scaleup-rhel7-cluster-profile - --target=e2e-aws-scaleup-rhel7 - --template=/usr/local/e2e-aws-scaleup-rhel7 @@ -302,6 +312,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -329,6 +342,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-scaleup-rhel7,?($|\s.*) - agent: kubernetes always_run: true @@ -347,13 +363,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -376,6 +390,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -398,6 +415,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -417,13 +437,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-azure-cluster-profile - --target=e2e-azure - --template=/usr/local/e2e-azure @@ -457,6 +475,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -482,6 +503,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-azure,?($|\s.*) - agent: kubernetes always_run: true @@ -501,13 +525,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-azure-operator-cluster-profile - --target=e2e-azure-operator - --template=/usr/local/e2e-azure-operator @@ -543,6 +565,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -568,6 +593,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-azure-operator,?($|\s.*) - agent: kubernetes always_run: true @@ -587,13 +615,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-gcp-cluster-profile - --target=e2e-gcp - --template=/usr/local/e2e-gcp @@ -627,6 +653,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -654,6 +683,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-gcp,?($|\s.*) - agent: kubernetes always_run: true @@ -673,13 +705,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-gcp-operator-cluster-profile - --target=e2e-gcp-operator - --template=/usr/local/e2e-gcp-operator @@ -715,6 +745,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -742,6 +775,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-gcp-operator,?($|\s.*) - agent: kubernetes always_run: true @@ -760,10 +796,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=goimports command: - ci-operator @@ -780,6 +816,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -791,6 +830,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )goimports,?($|\s.*) - agent: kubernetes always_run: true @@ -809,10 +851,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=golint command: - ci-operator @@ -829,6 +871,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -840,6 +885,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )golint,?($|\s.*) - agent: kubernetes always_run: true @@ -858,10 +906,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=govet command: - ci-operator @@ -878,6 +926,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -889,6 +940,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )govet,?($|\s.*) - agent: kubernetes always_run: true @@ -907,10 +961,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -928,6 +982,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -939,6 +996,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -957,10 +1017,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -977,6 +1037,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -988,6 +1051,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true diff --git a/ci-operator/jobs/openshift/machine-api-operator/openshift-machine-api-operator-release-4.7-postsubmits.yaml b/ci-operator/jobs/openshift/machine-api-operator/openshift-machine-api-operator-release-4.7-postsubmits.yaml index f41363ae36c8..8aebad5f22b0 100644 --- a/ci-operator/jobs/openshift/machine-api-operator/openshift-machine-api-operator-release-4.7-postsubmits.yaml +++ b/ci-operator/jobs/openshift/machine-api-operator/openshift-machine-api-operator-release-4.7-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-machine-api-operator-release-4.7-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/machine-api-operator/openshift-machine-api-operator-release-4.7-presubmits.yaml b/ci-operator/jobs/openshift/machine-api-operator/openshift-machine-api-operator-release-4.7-presubmits.yaml index af8903f20b7f..98aee22a1738 100644 --- a/ci-operator/jobs/openshift/machine-api-operator/openshift-machine-api-operator-release-4.7-presubmits.yaml +++ b/ci-operator/jobs/openshift/machine-api-operator/openshift-machine-api-operator-release-4.7-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -46,6 +44,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -68,6 +69,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -86,13 +90,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-operator-cluster-profile - --target=e2e-aws-operator - --template=/usr/local/e2e-aws-operator @@ -128,6 +130,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -153,6 +158,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-operator,?($|\s.*) - agent: kubernetes always_run: false @@ -172,13 +180,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-operator-tech-preview-cluster-profile - --target=e2e-aws-operator-tech-preview - --template=/usr/local/e2e-aws-operator-tech-preview @@ -214,6 +220,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -239,6 +248,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-operator-tech-preview,?($|\s.*) - agent: kubernetes always_run: true @@ -258,13 +270,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-scaleup-rhel7-cluster-profile - --target=e2e-aws-scaleup-rhel7 - --template=/usr/local/e2e-aws-scaleup-rhel7 @@ -302,6 +312,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -329,6 +342,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-scaleup-rhel7,?($|\s.*) - agent: kubernetes always_run: true @@ -347,13 +363,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -376,6 +390,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -398,6 +415,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -417,13 +437,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-azure-cluster-profile - --target=e2e-azure - --template=/usr/local/e2e-azure @@ -457,6 +475,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -482,6 +503,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-azure,?($|\s.*) - agent: kubernetes always_run: true @@ -501,13 +525,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-azure-operator-cluster-profile - --target=e2e-azure-operator - --template=/usr/local/e2e-azure-operator @@ -543,6 +565,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -568,6 +593,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-azure-operator,?($|\s.*) - agent: kubernetes always_run: true @@ -587,13 +615,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-gcp-cluster-profile - --target=e2e-gcp - --template=/usr/local/e2e-gcp @@ -627,6 +653,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -654,6 +683,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-gcp,?($|\s.*) - agent: kubernetes always_run: true @@ -673,13 +705,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-gcp-operator-cluster-profile - --target=e2e-gcp-operator - --template=/usr/local/e2e-gcp-operator @@ -715,6 +745,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -742,6 +775,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-gcp-operator,?($|\s.*) - agent: kubernetes always_run: true @@ -760,10 +796,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=goimports command: - ci-operator @@ -780,6 +816,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -791,6 +830,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )goimports,?($|\s.*) - agent: kubernetes always_run: true @@ -809,10 +851,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=golint command: - ci-operator @@ -829,6 +871,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -840,6 +885,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )golint,?($|\s.*) - agent: kubernetes always_run: true @@ -858,10 +906,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=govet command: - ci-operator @@ -878,6 +926,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -889,6 +940,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )govet,?($|\s.*) - agent: kubernetes always_run: true @@ -907,10 +961,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -928,6 +982,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -939,6 +996,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -957,10 +1017,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -977,6 +1037,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -988,6 +1051,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true diff --git a/ci-operator/jobs/openshift/machine-config-operator/openshift-machine-config-operator-fcos-postsubmits.yaml b/ci-operator/jobs/openshift/machine-config-operator/openshift-machine-config-operator-fcos-postsubmits.yaml index 6d48e4c2ddb6..ed722f3ab218 100644 --- a/ci-operator/jobs/openshift/machine-config-operator/openshift-machine-config-operator-fcos-postsubmits.yaml +++ b/ci-operator/jobs/openshift/machine-config-operator/openshift-machine-config-operator-fcos-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-machine-config-operator-fcos-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=rpms command: @@ -35,6 +37,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -46,3 +51,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/machine-config-operator/openshift-machine-config-operator-fcos-presubmits.yaml b/ci-operator/jobs/openshift/machine-config-operator/openshift-machine-config-operator-fcos-presubmits.yaml index 7c08b98ed8e3..77ec4a524585 100644 --- a/ci-operator/jobs/openshift/machine-config-operator/openshift-machine-config-operator-fcos-presubmits.yaml +++ b/ci-operator/jobs/openshift/machine-config-operator/openshift-machine-config-operator-fcos-presubmits.yaml @@ -17,10 +17,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=build-rpms-from-tar command: - ci-operator @@ -37,6 +37,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -48,6 +51,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )build-rpms-from-tar,?($|\s.*) - agent: kubernetes always_run: true @@ -66,13 +72,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -95,6 +99,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -117,6 +124,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -135,10 +145,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=rpms command: @@ -156,6 +166,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -167,6 +180,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -185,10 +201,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -205,6 +221,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -216,6 +235,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -234,10 +256,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -254,6 +276,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -265,4 +290,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) diff --git a/ci-operator/jobs/openshift/machine-config-operator/openshift-machine-config-operator-master-postsubmits.yaml b/ci-operator/jobs/openshift/machine-config-operator/openshift-machine-config-operator-master-postsubmits.yaml index 23d0134fa894..4c1499996181 100644 --- a/ci-operator/jobs/openshift/machine-config-operator/openshift-machine-config-operator-master-postsubmits.yaml +++ b/ci-operator/jobs/openshift/machine-config-operator/openshift-machine-config-operator-master-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-machine-config-operator-master-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/machine-config-operator/openshift-machine-config-operator-master-presubmits.yaml b/ci-operator/jobs/openshift/machine-config-operator/openshift-machine-config-operator-master-presubmits.yaml index fc935eb69ce7..66318e9405ab 100644 --- a/ci-operator/jobs/openshift/machine-config-operator/openshift-machine-config-operator-master-presubmits.yaml +++ b/ci-operator/jobs/openshift/machine-config-operator/openshift-machine-config-operator-master-presubmits.yaml @@ -18,13 +18,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -47,6 +45,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -69,6 +70,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: false @@ -88,13 +92,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-disruptive-cluster-profile - --target=e2e-aws-disruptive - --template=/usr/local/e2e-aws-disruptive @@ -129,6 +131,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -154,6 +159,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-disruptive,?($|\s.*) - agent: kubernetes always_run: true @@ -173,13 +181,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-scaleup-rhel7-cluster-profile - --target=e2e-aws-scaleup-rhel7 - --template=/usr/local/e2e-aws-scaleup-rhel7 @@ -217,6 +223,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -244,6 +253,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-scaleup-rhel7,?($|\s.*) - agent: kubernetes always_run: false @@ -263,13 +275,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-gcp-op-cluster-profile - --target=e2e-gcp-op - --template=/usr/local/e2e-gcp-op @@ -303,6 +313,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -330,6 +343,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-gcp-op,?($|\s.*) - agent: kubernetes always_run: true @@ -348,13 +364,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-gcp-upgrade-cluster-profile - --target=e2e-gcp-upgrade command: @@ -377,6 +391,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -401,6 +418,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-gcp-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -420,13 +440,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-metal-ipi-cluster-profile - --target=e2e-metal-ipi command: @@ -449,6 +467,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -473,6 +494,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-metal-ipi,?($|\s.*) - agent: kubernetes always_run: false @@ -654,13 +678,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-vsphere-cluster-profile - --target=e2e-vsphere - --template=/usr/local/e2e-vsphere @@ -694,6 +716,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -719,6 +744,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-vsphere,?($|\s.*) - agent: kubernetes always_run: true @@ -737,10 +765,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -758,6 +786,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -769,6 +800,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -787,10 +821,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -807,6 +841,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -818,6 +855,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -836,10 +876,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -856,6 +896,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -867,4 +910,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) diff --git a/ci-operator/jobs/openshift/machine-config-operator/openshift-machine-config-operator-release-4.1-postsubmits.yaml b/ci-operator/jobs/openshift/machine-config-operator/openshift-machine-config-operator-release-4.1-postsubmits.yaml index 0751107ec92d..5509375b06c1 100644 --- a/ci-operator/jobs/openshift/machine-config-operator/openshift-machine-config-operator-release-4.1-postsubmits.yaml +++ b/ci-operator/jobs/openshift/machine-config-operator/openshift-machine-config-operator-release-4.1-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-machine-config-operator-release-4.1-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/machine-config-operator/openshift-machine-config-operator-release-4.1-presubmits.yaml b/ci-operator/jobs/openshift/machine-config-operator/openshift-machine-config-operator-release-4.1-presubmits.yaml index 13be6194e4da..f163931e2756 100644 --- a/ci-operator/jobs/openshift/machine-config-operator/openshift-machine-config-operator-release-4.1-presubmits.yaml +++ b/ci-operator/jobs/openshift/machine-config-operator/openshift-machine-config-operator-release-4.1-presubmits.yaml @@ -18,13 +18,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -47,6 +45,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -69,6 +70,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: false @@ -88,13 +92,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-disruptive-cluster-profile - --target=e2e-aws-disruptive - --template=/usr/local/e2e-aws-disruptive @@ -129,6 +131,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -154,6 +159,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-disruptive,?($|\s.*) - agent: kubernetes always_run: false @@ -173,13 +181,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-op-cluster-profile - --target=e2e-aws-op - --template=/usr/local/e2e-aws-op @@ -213,6 +219,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -238,6 +247,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-op,?($|\s.*) - agent: kubernetes always_run: true @@ -257,13 +269,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-scaleup-rhel7-cluster-profile - --target=e2e-aws-scaleup-rhel7 - --template=/usr/local/e2e-aws-scaleup-rhel7 @@ -301,6 +311,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -328,6 +341,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-scaleup-rhel7,?($|\s.*) - agent: kubernetes always_run: true @@ -346,13 +362,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -375,6 +389,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -397,6 +414,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -415,10 +435,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -436,6 +456,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -447,6 +470,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -465,10 +491,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -485,6 +511,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -496,6 +525,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -514,10 +546,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -534,6 +566,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -545,4 +580,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) diff --git a/ci-operator/jobs/openshift/machine-config-operator/openshift-machine-config-operator-release-4.2-postsubmits.yaml b/ci-operator/jobs/openshift/machine-config-operator/openshift-machine-config-operator-release-4.2-postsubmits.yaml index 227bbfaa5d8c..ad4c488fc410 100644 --- a/ci-operator/jobs/openshift/machine-config-operator/openshift-machine-config-operator-release-4.2-postsubmits.yaml +++ b/ci-operator/jobs/openshift/machine-config-operator/openshift-machine-config-operator-release-4.2-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-machine-config-operator-release-4.2-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/machine-config-operator/openshift-machine-config-operator-release-4.2-presubmits.yaml b/ci-operator/jobs/openshift/machine-config-operator/openshift-machine-config-operator-release-4.2-presubmits.yaml index a64d186ed2d5..907f06c76a4a 100644 --- a/ci-operator/jobs/openshift/machine-config-operator/openshift-machine-config-operator-release-4.2-presubmits.yaml +++ b/ci-operator/jobs/openshift/machine-config-operator/openshift-machine-config-operator-release-4.2-presubmits.yaml @@ -18,13 +18,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -47,6 +45,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -69,6 +70,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: false @@ -88,13 +92,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-disruptive-cluster-profile - --target=e2e-aws-disruptive - --template=/usr/local/e2e-aws-disruptive @@ -129,6 +131,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -154,6 +159,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-disruptive,?($|\s.*) - agent: kubernetes always_run: true @@ -173,13 +181,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-scaleup-rhel7-cluster-profile - --target=e2e-aws-scaleup-rhel7 - --template=/usr/local/e2e-aws-scaleup-rhel7 @@ -217,6 +223,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -244,6 +253,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-scaleup-rhel7,?($|\s.*) - agent: kubernetes always_run: false @@ -263,13 +275,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-gcp-op-cluster-profile - --target=e2e-gcp-op - --template=/usr/local/e2e-gcp-op @@ -303,6 +313,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -330,6 +343,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-gcp-op,?($|\s.*) - agent: kubernetes always_run: true @@ -348,13 +364,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-gcp-upgrade-cluster-profile - --target=e2e-gcp-upgrade command: @@ -377,6 +391,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -401,6 +418,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-gcp-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -419,10 +439,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -440,6 +460,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -451,6 +474,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -469,10 +495,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -489,6 +515,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -500,6 +529,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -518,10 +550,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -538,6 +570,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -549,4 +584,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) diff --git a/ci-operator/jobs/openshift/machine-config-operator/openshift-machine-config-operator-release-4.3-postsubmits.yaml b/ci-operator/jobs/openshift/machine-config-operator/openshift-machine-config-operator-release-4.3-postsubmits.yaml index cd95ec728575..d733013f915c 100644 --- a/ci-operator/jobs/openshift/machine-config-operator/openshift-machine-config-operator-release-4.3-postsubmits.yaml +++ b/ci-operator/jobs/openshift/machine-config-operator/openshift-machine-config-operator-release-4.3-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-machine-config-operator-release-4.3-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/machine-config-operator/openshift-machine-config-operator-release-4.3-presubmits.yaml b/ci-operator/jobs/openshift/machine-config-operator/openshift-machine-config-operator-release-4.3-presubmits.yaml index aea23646bf7c..ef6cc5da920e 100644 --- a/ci-operator/jobs/openshift/machine-config-operator/openshift-machine-config-operator-release-4.3-presubmits.yaml +++ b/ci-operator/jobs/openshift/machine-config-operator/openshift-machine-config-operator-release-4.3-presubmits.yaml @@ -18,13 +18,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -47,6 +45,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -69,6 +70,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: false @@ -88,13 +92,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-disruptive-cluster-profile - --target=e2e-aws-disruptive - --template=/usr/local/e2e-aws-disruptive @@ -129,6 +131,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -154,6 +159,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-disruptive,?($|\s.*) - agent: kubernetes always_run: true @@ -173,13 +181,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-scaleup-rhel7-cluster-profile - --target=e2e-aws-scaleup-rhel7 - --template=/usr/local/e2e-aws-scaleup-rhel7 @@ -217,6 +223,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -244,6 +253,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-scaleup-rhel7,?($|\s.*) - agent: kubernetes always_run: false @@ -263,13 +275,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-gcp-op-cluster-profile - --target=e2e-gcp-op - --template=/usr/local/e2e-gcp-op @@ -303,6 +313,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -330,6 +343,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-gcp-op,?($|\s.*) - agent: kubernetes always_run: true @@ -348,13 +364,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-gcp-upgrade-cluster-profile - --target=e2e-gcp-upgrade command: @@ -377,6 +391,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -401,6 +418,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-gcp-upgrade,?($|\s.*) - agent: kubernetes always_run: false @@ -419,13 +439,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-vsphere-cluster-profile - --target=e2e-vsphere - --template=/usr/local/e2e-vsphere @@ -459,6 +477,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -484,6 +505,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-vsphere,?($|\s.*) - agent: kubernetes always_run: true @@ -502,10 +526,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -523,6 +547,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -534,6 +561,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -552,10 +582,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -572,6 +602,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -583,6 +616,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -601,10 +637,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -621,6 +657,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -632,4 +671,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) diff --git a/ci-operator/jobs/openshift/machine-config-operator/openshift-machine-config-operator-release-4.4-postsubmits.yaml b/ci-operator/jobs/openshift/machine-config-operator/openshift-machine-config-operator-release-4.4-postsubmits.yaml index afe03561a313..5e049f6d7a40 100644 --- a/ci-operator/jobs/openshift/machine-config-operator/openshift-machine-config-operator-release-4.4-postsubmits.yaml +++ b/ci-operator/jobs/openshift/machine-config-operator/openshift-machine-config-operator-release-4.4-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-machine-config-operator-release-4.4-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/machine-config-operator/openshift-machine-config-operator-release-4.4-presubmits.yaml b/ci-operator/jobs/openshift/machine-config-operator/openshift-machine-config-operator-release-4.4-presubmits.yaml index 988060478709..a0ace753988b 100644 --- a/ci-operator/jobs/openshift/machine-config-operator/openshift-machine-config-operator-release-4.4-presubmits.yaml +++ b/ci-operator/jobs/openshift/machine-config-operator/openshift-machine-config-operator-release-4.4-presubmits.yaml @@ -18,13 +18,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -47,6 +45,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -69,6 +70,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: false @@ -88,13 +92,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-disruptive-cluster-profile - --target=e2e-aws-disruptive - --template=/usr/local/e2e-aws-disruptive @@ -129,6 +131,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -154,6 +159,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-disruptive,?($|\s.*) - agent: kubernetes always_run: true @@ -173,13 +181,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-scaleup-rhel7-cluster-profile - --target=e2e-aws-scaleup-rhel7 - --template=/usr/local/e2e-aws-scaleup-rhel7 @@ -217,6 +223,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -244,6 +253,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-scaleup-rhel7,?($|\s.*) - agent: kubernetes always_run: false @@ -263,13 +275,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-gcp-op-cluster-profile - --target=e2e-gcp-op - --template=/usr/local/e2e-gcp-op @@ -303,6 +313,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -330,6 +343,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-gcp-op,?($|\s.*) - agent: kubernetes always_run: true @@ -348,13 +364,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-gcp-upgrade-cluster-profile - --target=e2e-gcp-upgrade command: @@ -377,6 +391,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -401,6 +418,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-gcp-upgrade,?($|\s.*) - agent: kubernetes always_run: false @@ -420,13 +440,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-metal-ipi-cluster-profile - --target=e2e-metal-ipi command: @@ -449,6 +467,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -473,6 +494,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-metal-ipi,?($|\s.*) - agent: kubernetes always_run: false @@ -654,13 +678,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-vsphere-cluster-profile - --target=e2e-vsphere - --template=/usr/local/e2e-vsphere @@ -694,6 +716,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -719,6 +744,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-vsphere,?($|\s.*) - agent: kubernetes always_run: true @@ -737,10 +765,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -758,6 +786,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -769,6 +800,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -787,10 +821,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -807,6 +841,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -818,6 +855,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -836,10 +876,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -856,6 +896,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -867,4 +910,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) diff --git a/ci-operator/jobs/openshift/machine-config-operator/openshift-machine-config-operator-release-4.5-postsubmits.yaml b/ci-operator/jobs/openshift/machine-config-operator/openshift-machine-config-operator-release-4.5-postsubmits.yaml index 28ab1de12e7d..fc8a40ef9c0b 100644 --- a/ci-operator/jobs/openshift/machine-config-operator/openshift-machine-config-operator-release-4.5-postsubmits.yaml +++ b/ci-operator/jobs/openshift/machine-config-operator/openshift-machine-config-operator-release-4.5-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-machine-config-operator-release-4.5-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/machine-config-operator/openshift-machine-config-operator-release-4.5-presubmits.yaml b/ci-operator/jobs/openshift/machine-config-operator/openshift-machine-config-operator-release-4.5-presubmits.yaml index 0ce218f01115..b79ab310d8fe 100644 --- a/ci-operator/jobs/openshift/machine-config-operator/openshift-machine-config-operator-release-4.5-presubmits.yaml +++ b/ci-operator/jobs/openshift/machine-config-operator/openshift-machine-config-operator-release-4.5-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -46,6 +44,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -68,6 +69,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -86,13 +90,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-disruptive-cluster-profile - --target=e2e-aws-disruptive - --template=/usr/local/e2e-aws-disruptive @@ -127,6 +129,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -152,6 +157,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-disruptive,?($|\s.*) - agent: kubernetes always_run: true @@ -170,13 +178,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-scaleup-rhel7-cluster-profile - --target=e2e-aws-scaleup-rhel7 - --template=/usr/local/e2e-aws-scaleup-rhel7 @@ -214,6 +220,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -241,6 +250,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-scaleup-rhel7,?($|\s.*) - agent: kubernetes always_run: true @@ -259,13 +271,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-gcp-op-cluster-profile - --target=e2e-gcp-op - --template=/usr/local/e2e-gcp-op @@ -299,6 +309,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -326,6 +339,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-gcp-op,?($|\s.*) - agent: kubernetes always_run: true @@ -344,13 +360,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-gcp-upgrade-cluster-profile - --target=e2e-gcp-upgrade command: @@ -373,6 +387,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -397,6 +414,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-gcp-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -415,13 +435,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-metal-ipi-cluster-profile - --target=e2e-metal-ipi command: @@ -444,6 +462,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -468,6 +489,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-metal-ipi,?($|\s.*) - agent: kubernetes always_run: false @@ -487,13 +511,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-vsphere-cluster-profile - --target=e2e-vsphere - --template=/usr/local/e2e-vsphere @@ -527,6 +549,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -552,6 +577,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-vsphere,?($|\s.*) - agent: kubernetes always_run: true @@ -570,10 +598,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -590,6 +618,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -601,6 +632,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -619,10 +653,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -639,6 +673,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -650,6 +687,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -668,10 +708,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -688,6 +728,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -699,4 +742,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) diff --git a/ci-operator/jobs/openshift/machine-config-operator/openshift-machine-config-operator-release-4.6-postsubmits.yaml b/ci-operator/jobs/openshift/machine-config-operator/openshift-machine-config-operator-release-4.6-postsubmits.yaml index e8a1fb76be25..4bdc3c375c5d 100644 --- a/ci-operator/jobs/openshift/machine-config-operator/openshift-machine-config-operator-release-4.6-postsubmits.yaml +++ b/ci-operator/jobs/openshift/machine-config-operator/openshift-machine-config-operator-release-4.6-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-machine-config-operator-release-4.6-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/machine-config-operator/openshift-machine-config-operator-release-4.6-presubmits.yaml b/ci-operator/jobs/openshift/machine-config-operator/openshift-machine-config-operator-release-4.6-presubmits.yaml index 1c4cb9f89083..f47a74a296c7 100644 --- a/ci-operator/jobs/openshift/machine-config-operator/openshift-machine-config-operator-release-4.6-presubmits.yaml +++ b/ci-operator/jobs/openshift/machine-config-operator/openshift-machine-config-operator-release-4.6-presubmits.yaml @@ -18,13 +18,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -47,6 +45,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -69,6 +70,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: false @@ -88,13 +92,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-disruptive-cluster-profile - --target=e2e-aws-disruptive - --template=/usr/local/e2e-aws-disruptive @@ -129,6 +131,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -154,6 +159,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-disruptive,?($|\s.*) - agent: kubernetes always_run: true @@ -173,13 +181,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-scaleup-rhel7-cluster-profile - --target=e2e-aws-scaleup-rhel7 - --template=/usr/local/e2e-aws-scaleup-rhel7 @@ -217,6 +223,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -244,6 +253,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-scaleup-rhel7,?($|\s.*) - agent: kubernetes always_run: false @@ -263,13 +275,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-gcp-op-cluster-profile - --target=e2e-gcp-op - --template=/usr/local/e2e-gcp-op @@ -303,6 +313,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -330,6 +343,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-gcp-op,?($|\s.*) - agent: kubernetes always_run: true @@ -348,13 +364,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-gcp-upgrade-cluster-profile - --target=e2e-gcp-upgrade command: @@ -377,6 +391,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -401,6 +418,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-gcp-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -419,13 +439,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-metal-ipi-cluster-profile - --target=e2e-metal-ipi command: @@ -448,6 +466,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -472,6 +493,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-metal-ipi,?($|\s.*) - agent: kubernetes always_run: false @@ -653,13 +677,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-vsphere-cluster-profile - --target=e2e-vsphere - --template=/usr/local/e2e-vsphere @@ -693,6 +715,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -718,6 +743,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-vsphere,?($|\s.*) - agent: kubernetes always_run: true @@ -736,10 +764,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -757,6 +785,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -768,6 +799,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -786,10 +820,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -806,6 +840,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -817,6 +854,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -835,10 +875,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -855,6 +895,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -866,4 +909,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) diff --git a/ci-operator/jobs/openshift/machine-config-operator/openshift-machine-config-operator-release-4.7-postsubmits.yaml b/ci-operator/jobs/openshift/machine-config-operator/openshift-machine-config-operator-release-4.7-postsubmits.yaml index 48703ff22ad0..574d0060bedb 100644 --- a/ci-operator/jobs/openshift/machine-config-operator/openshift-machine-config-operator-release-4.7-postsubmits.yaml +++ b/ci-operator/jobs/openshift/machine-config-operator/openshift-machine-config-operator-release-4.7-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-machine-config-operator-release-4.7-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/machine-config-operator/openshift-machine-config-operator-release-4.7-presubmits.yaml b/ci-operator/jobs/openshift/machine-config-operator/openshift-machine-config-operator-release-4.7-presubmits.yaml index 985d56739906..3e68277861ba 100644 --- a/ci-operator/jobs/openshift/machine-config-operator/openshift-machine-config-operator-release-4.7-presubmits.yaml +++ b/ci-operator/jobs/openshift/machine-config-operator/openshift-machine-config-operator-release-4.7-presubmits.yaml @@ -18,13 +18,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -47,6 +45,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -69,6 +70,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: false @@ -88,13 +92,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-disruptive-cluster-profile - --target=e2e-aws-disruptive - --template=/usr/local/e2e-aws-disruptive @@ -129,6 +131,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -154,6 +159,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-disruptive,?($|\s.*) - agent: kubernetes always_run: true @@ -173,13 +181,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-scaleup-rhel7-cluster-profile - --target=e2e-aws-scaleup-rhel7 - --template=/usr/local/e2e-aws-scaleup-rhel7 @@ -217,6 +223,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -244,6 +253,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-scaleup-rhel7,?($|\s.*) - agent: kubernetes always_run: false @@ -263,13 +275,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-gcp-op-cluster-profile - --target=e2e-gcp-op - --template=/usr/local/e2e-gcp-op @@ -303,6 +313,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -330,6 +343,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-gcp-op,?($|\s.*) - agent: kubernetes always_run: true @@ -348,13 +364,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-gcp-upgrade-cluster-profile - --target=e2e-gcp-upgrade command: @@ -377,6 +391,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -401,6 +418,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-gcp-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -419,13 +439,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-metal-ipi-cluster-profile - --target=e2e-metal-ipi command: @@ -448,6 +466,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -472,6 +493,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-metal-ipi,?($|\s.*) - agent: kubernetes always_run: false @@ -653,13 +677,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-vsphere-cluster-profile - --target=e2e-vsphere - --template=/usr/local/e2e-vsphere @@ -693,6 +715,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -718,6 +743,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-vsphere,?($|\s.*) - agent: kubernetes always_run: true @@ -736,10 +764,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -757,6 +785,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -768,6 +799,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -786,10 +820,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -806,6 +840,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -817,6 +854,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -835,10 +875,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -855,6 +895,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -866,4 +909,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) diff --git a/ci-operator/jobs/openshift/managed-cluster-config/openshift-managed-cluster-config-master-presubmits.yaml b/ci-operator/jobs/openshift/managed-cluster-config/openshift-managed-cluster-config-master-presubmits.yaml index 4b756b5d38e4..747b96ec0d18 100644 --- a/ci-operator/jobs/openshift/managed-cluster-config/openshift-managed-cluster-config-master-presubmits.yaml +++ b/ci-operator/jobs/openshift/managed-cluster-config/openshift-managed-cluster-config-master-presubmits.yaml @@ -17,10 +17,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -37,6 +37,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -48,4 +51,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift/managed-cluster-config/openshift-managed-cluster-config-release-4.6-postsubmits.yaml b/ci-operator/jobs/openshift/managed-cluster-config/openshift-managed-cluster-config-release-4.6-postsubmits.yaml index b160abf1808a..0a634f3e27ff 100644 --- a/ci-operator/jobs/openshift/managed-cluster-config/openshift-managed-cluster-config-release-4.6-postsubmits.yaml +++ b/ci-operator/jobs/openshift/managed-cluster-config/openshift-managed-cluster-config-release-4.6-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-managed-cluster-config-release-4.6-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/managed-cluster-config/openshift-managed-cluster-config-release-4.6-presubmits.yaml b/ci-operator/jobs/openshift/managed-cluster-config/openshift-managed-cluster-config-release-4.6-presubmits.yaml index 2731caa99f75..0099224bd33f 100644 --- a/ci-operator/jobs/openshift/managed-cluster-config/openshift-managed-cluster-config-release-4.6-presubmits.yaml +++ b/ci-operator/jobs/openshift/managed-cluster-config/openshift-managed-cluster-config-release-4.6-presubmits.yaml @@ -17,10 +17,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -38,6 +38,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -49,4 +52,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift/managed-cluster-validating-webhooks/openshift-managed-cluster-validating-webhooks-master-presubmits.yaml b/ci-operator/jobs/openshift/managed-cluster-validating-webhooks/openshift-managed-cluster-validating-webhooks-master-presubmits.yaml index c04327798190..3c671cf8bcf4 100644 --- a/ci-operator/jobs/openshift/managed-cluster-validating-webhooks/openshift-managed-cluster-validating-webhooks-master-presubmits.yaml +++ b/ci-operator/jobs/openshift/managed-cluster-validating-webhooks/openshift-managed-cluster-validating-webhooks-master-presubmits.yaml @@ -17,10 +17,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -37,6 +37,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -48,4 +51,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift/managed-velero-operator/openshift-managed-velero-operator-master-presubmits.yaml b/ci-operator/jobs/openshift/managed-velero-operator/openshift-managed-velero-operator-master-presubmits.yaml index f843407adbdc..e48d71c286f7 100644 --- a/ci-operator/jobs/openshift/managed-velero-operator/openshift-managed-velero-operator-master-presubmits.yaml +++ b/ci-operator/jobs/openshift/managed-velero-operator/openshift-managed-velero-operator-master-presubmits.yaml @@ -17,10 +17,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/secrets/managed-velero-operator-codecov-token - --target=coverage command: @@ -41,6 +41,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -55,6 +58,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )coverage,?($|\s.*) - agent: kubernetes always_run: true @@ -73,10 +79,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -93,6 +99,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -104,6 +113,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -122,10 +134,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=test command: - ci-operator @@ -142,6 +154,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -153,6 +168,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )test,?($|\s.*) - agent: kubernetes always_run: true @@ -171,10 +189,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -191,6 +209,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -202,4 +223,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) diff --git a/ci-operator/jobs/openshift/mdns-publisher/openshift-mdns-publisher-master-postsubmits.yaml b/ci-operator/jobs/openshift/mdns-publisher/openshift-mdns-publisher-master-postsubmits.yaml index f2fcc0965f4d..4d0b92a94a25 100644 --- a/ci-operator/jobs/openshift/mdns-publisher/openshift-mdns-publisher-master-postsubmits.yaml +++ b/ci-operator/jobs/openshift/mdns-publisher/openshift-mdns-publisher-master-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-mdns-publisher-master-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/mdns-publisher/openshift-mdns-publisher-master-presubmits.yaml b/ci-operator/jobs/openshift/mdns-publisher/openshift-mdns-publisher-master-presubmits.yaml index 752d33c2dd10..15f5eb40e71f 100644 --- a/ci-operator/jobs/openshift/mdns-publisher/openshift-mdns-publisher-master-presubmits.yaml +++ b/ci-operator/jobs/openshift/mdns-publisher/openshift-mdns-publisher-master-presubmits.yaml @@ -17,10 +17,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=gofmt command: - ci-operator @@ -37,6 +37,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -48,6 +51,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )gofmt,?($|\s.*) - agent: kubernetes always_run: true @@ -66,10 +72,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=govet command: - ci-operator @@ -86,6 +92,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -97,6 +106,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )govet,?($|\s.*) - agent: kubernetes always_run: true @@ -115,10 +127,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -136,6 +148,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -147,6 +162,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -165,10 +183,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -185,6 +203,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -196,4 +217,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift/mdns-publisher/openshift-mdns-publisher-release-4.2-postsubmits.yaml b/ci-operator/jobs/openshift/mdns-publisher/openshift-mdns-publisher-release-4.2-postsubmits.yaml index 836875c97618..f67a048ca3f5 100644 --- a/ci-operator/jobs/openshift/mdns-publisher/openshift-mdns-publisher-release-4.2-postsubmits.yaml +++ b/ci-operator/jobs/openshift/mdns-publisher/openshift-mdns-publisher-release-4.2-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-mdns-publisher-release-4.2-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/mdns-publisher/openshift-mdns-publisher-release-4.2-presubmits.yaml b/ci-operator/jobs/openshift/mdns-publisher/openshift-mdns-publisher-release-4.2-presubmits.yaml index 941e52426a5b..c0cd15b7caa7 100644 --- a/ci-operator/jobs/openshift/mdns-publisher/openshift-mdns-publisher-release-4.2-presubmits.yaml +++ b/ci-operator/jobs/openshift/mdns-publisher/openshift-mdns-publisher-release-4.2-presubmits.yaml @@ -17,10 +17,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=gofmt command: - ci-operator @@ -37,6 +37,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -48,6 +51,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )gofmt,?($|\s.*) - agent: kubernetes always_run: true @@ -66,10 +72,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=govet command: - ci-operator @@ -86,6 +92,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -97,6 +106,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )govet,?($|\s.*) - agent: kubernetes always_run: true @@ -115,10 +127,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -136,6 +148,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -147,4 +162,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift/mdns-publisher/openshift-mdns-publisher-release-4.3-postsubmits.yaml b/ci-operator/jobs/openshift/mdns-publisher/openshift-mdns-publisher-release-4.3-postsubmits.yaml index b77d255d4f5c..607e56000f25 100644 --- a/ci-operator/jobs/openshift/mdns-publisher/openshift-mdns-publisher-release-4.3-postsubmits.yaml +++ b/ci-operator/jobs/openshift/mdns-publisher/openshift-mdns-publisher-release-4.3-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-mdns-publisher-release-4.3-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/mdns-publisher/openshift-mdns-publisher-release-4.3-presubmits.yaml b/ci-operator/jobs/openshift/mdns-publisher/openshift-mdns-publisher-release-4.3-presubmits.yaml index afed7fe844ec..637a0f7b2a5a 100644 --- a/ci-operator/jobs/openshift/mdns-publisher/openshift-mdns-publisher-release-4.3-presubmits.yaml +++ b/ci-operator/jobs/openshift/mdns-publisher/openshift-mdns-publisher-release-4.3-presubmits.yaml @@ -17,10 +17,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=gofmt command: - ci-operator @@ -37,6 +37,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -48,6 +51,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )gofmt,?($|\s.*) - agent: kubernetes always_run: true @@ -66,10 +72,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=govet command: - ci-operator @@ -86,6 +92,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -97,6 +106,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )govet,?($|\s.*) - agent: kubernetes always_run: true @@ -115,10 +127,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -136,6 +148,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -147,6 +162,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -165,10 +183,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -185,6 +203,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -196,4 +217,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift/mdns-publisher/openshift-mdns-publisher-release-4.4-postsubmits.yaml b/ci-operator/jobs/openshift/mdns-publisher/openshift-mdns-publisher-release-4.4-postsubmits.yaml index d8d18d46ced4..aedc7beba708 100644 --- a/ci-operator/jobs/openshift/mdns-publisher/openshift-mdns-publisher-release-4.4-postsubmits.yaml +++ b/ci-operator/jobs/openshift/mdns-publisher/openshift-mdns-publisher-release-4.4-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-mdns-publisher-release-4.4-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/mdns-publisher/openshift-mdns-publisher-release-4.4-presubmits.yaml b/ci-operator/jobs/openshift/mdns-publisher/openshift-mdns-publisher-release-4.4-presubmits.yaml index 8b5c04275c18..939287becf78 100644 --- a/ci-operator/jobs/openshift/mdns-publisher/openshift-mdns-publisher-release-4.4-presubmits.yaml +++ b/ci-operator/jobs/openshift/mdns-publisher/openshift-mdns-publisher-release-4.4-presubmits.yaml @@ -17,10 +17,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=gofmt command: - ci-operator @@ -37,6 +37,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -48,6 +51,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )gofmt,?($|\s.*) - agent: kubernetes always_run: true @@ -66,10 +72,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=govet command: - ci-operator @@ -86,6 +92,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -97,6 +106,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )govet,?($|\s.*) - agent: kubernetes always_run: true @@ -115,10 +127,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -136,6 +148,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -147,6 +162,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -165,10 +183,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -185,6 +203,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -196,4 +217,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift/mdns-publisher/openshift-mdns-publisher-release-4.5-postsubmits.yaml b/ci-operator/jobs/openshift/mdns-publisher/openshift-mdns-publisher-release-4.5-postsubmits.yaml index 6784a11a4729..5f9b5bf36246 100644 --- a/ci-operator/jobs/openshift/mdns-publisher/openshift-mdns-publisher-release-4.5-postsubmits.yaml +++ b/ci-operator/jobs/openshift/mdns-publisher/openshift-mdns-publisher-release-4.5-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-mdns-publisher-release-4.5-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/mdns-publisher/openshift-mdns-publisher-release-4.5-presubmits.yaml b/ci-operator/jobs/openshift/mdns-publisher/openshift-mdns-publisher-release-4.5-presubmits.yaml index 48bc8709aa8b..46a28cd4ec34 100644 --- a/ci-operator/jobs/openshift/mdns-publisher/openshift-mdns-publisher-release-4.5-presubmits.yaml +++ b/ci-operator/jobs/openshift/mdns-publisher/openshift-mdns-publisher-release-4.5-presubmits.yaml @@ -17,10 +17,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=gofmt command: - ci-operator @@ -37,6 +37,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -48,6 +51,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )gofmt,?($|\s.*) - agent: kubernetes always_run: true @@ -66,10 +72,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=govet command: - ci-operator @@ -86,6 +92,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -97,6 +106,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )govet,?($|\s.*) - agent: kubernetes always_run: true @@ -115,10 +127,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -135,6 +147,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -146,6 +161,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -164,10 +182,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -184,6 +202,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -195,4 +216,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift/mdns-publisher/openshift-mdns-publisher-release-4.6-postsubmits.yaml b/ci-operator/jobs/openshift/mdns-publisher/openshift-mdns-publisher-release-4.6-postsubmits.yaml index 949666142976..9c705e7424c9 100644 --- a/ci-operator/jobs/openshift/mdns-publisher/openshift-mdns-publisher-release-4.6-postsubmits.yaml +++ b/ci-operator/jobs/openshift/mdns-publisher/openshift-mdns-publisher-release-4.6-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-mdns-publisher-release-4.6-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/mdns-publisher/openshift-mdns-publisher-release-4.6-presubmits.yaml b/ci-operator/jobs/openshift/mdns-publisher/openshift-mdns-publisher-release-4.6-presubmits.yaml index 97b589414695..fded128a8e3b 100644 --- a/ci-operator/jobs/openshift/mdns-publisher/openshift-mdns-publisher-release-4.6-presubmits.yaml +++ b/ci-operator/jobs/openshift/mdns-publisher/openshift-mdns-publisher-release-4.6-presubmits.yaml @@ -17,10 +17,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=gofmt command: - ci-operator @@ -37,6 +37,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -48,6 +51,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )gofmt,?($|\s.*) - agent: kubernetes always_run: true @@ -66,10 +72,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=govet command: - ci-operator @@ -86,6 +92,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -97,6 +106,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )govet,?($|\s.*) - agent: kubernetes always_run: true @@ -115,10 +127,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -136,6 +148,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -147,6 +162,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -165,10 +183,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -185,6 +203,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -196,4 +217,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift/mdns-publisher/openshift-mdns-publisher-release-4.7-postsubmits.yaml b/ci-operator/jobs/openshift/mdns-publisher/openshift-mdns-publisher-release-4.7-postsubmits.yaml index 170627cae4cc..db38abbf5bd9 100644 --- a/ci-operator/jobs/openshift/mdns-publisher/openshift-mdns-publisher-release-4.7-postsubmits.yaml +++ b/ci-operator/jobs/openshift/mdns-publisher/openshift-mdns-publisher-release-4.7-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-mdns-publisher-release-4.7-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/mdns-publisher/openshift-mdns-publisher-release-4.7-presubmits.yaml b/ci-operator/jobs/openshift/mdns-publisher/openshift-mdns-publisher-release-4.7-presubmits.yaml index a4324bcc69ee..1e09dad84728 100644 --- a/ci-operator/jobs/openshift/mdns-publisher/openshift-mdns-publisher-release-4.7-presubmits.yaml +++ b/ci-operator/jobs/openshift/mdns-publisher/openshift-mdns-publisher-release-4.7-presubmits.yaml @@ -17,10 +17,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=gofmt command: - ci-operator @@ -37,6 +37,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -48,6 +51,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )gofmt,?($|\s.*) - agent: kubernetes always_run: true @@ -66,10 +72,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=govet command: - ci-operator @@ -86,6 +92,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -97,6 +106,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )govet,?($|\s.*) - agent: kubernetes always_run: true @@ -115,10 +127,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -136,6 +148,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -147,6 +162,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -165,10 +183,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -185,6 +203,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -196,4 +217,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift/metal3-smart-exporter/openshift-metal3-smart-exporter-master-postsubmits.yaml b/ci-operator/jobs/openshift/metal3-smart-exporter/openshift-metal3-smart-exporter-master-postsubmits.yaml index 87f35f4e31a5..5a0959c86f5c 100644 --- a/ci-operator/jobs/openshift/metal3-smart-exporter/openshift-metal3-smart-exporter-master-postsubmits.yaml +++ b/ci-operator/jobs/openshift/metal3-smart-exporter/openshift-metal3-smart-exporter-master-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-metal3-smart-exporter-master-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/metal3-smart-exporter/openshift-metal3-smart-exporter-master-presubmits.yaml b/ci-operator/jobs/openshift/metal3-smart-exporter/openshift-metal3-smart-exporter-master-presubmits.yaml index ed040780ef31..211ba219e1bd 100644 --- a/ci-operator/jobs/openshift/metal3-smart-exporter/openshift-metal3-smart-exporter-master-presubmits.yaml +++ b/ci-operator/jobs/openshift/metal3-smart-exporter/openshift-metal3-smart-exporter-master-presubmits.yaml @@ -17,10 +17,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -38,6 +38,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -49,4 +52,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift/metal3-smart-exporter/openshift-metal3-smart-exporter-release-4.2-postsubmits.yaml b/ci-operator/jobs/openshift/metal3-smart-exporter/openshift-metal3-smart-exporter-release-4.2-postsubmits.yaml index 75882c746309..4803b3c0b07c 100644 --- a/ci-operator/jobs/openshift/metal3-smart-exporter/openshift-metal3-smart-exporter-release-4.2-postsubmits.yaml +++ b/ci-operator/jobs/openshift/metal3-smart-exporter/openshift-metal3-smart-exporter-release-4.2-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-metal3-smart-exporter-release-4.2-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/metal3-smart-exporter/openshift-metal3-smart-exporter-release-4.2-presubmits.yaml b/ci-operator/jobs/openshift/metal3-smart-exporter/openshift-metal3-smart-exporter-release-4.2-presubmits.yaml index 71a802076a1b..253edc4bf789 100644 --- a/ci-operator/jobs/openshift/metal3-smart-exporter/openshift-metal3-smart-exporter-release-4.2-presubmits.yaml +++ b/ci-operator/jobs/openshift/metal3-smart-exporter/openshift-metal3-smart-exporter-release-4.2-presubmits.yaml @@ -17,10 +17,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -38,6 +38,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -49,4 +52,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift/metal3-smart-exporter/openshift-metal3-smart-exporter-release-4.3-postsubmits.yaml b/ci-operator/jobs/openshift/metal3-smart-exporter/openshift-metal3-smart-exporter-release-4.3-postsubmits.yaml index 82cb3a975b99..816e0310c9a2 100644 --- a/ci-operator/jobs/openshift/metal3-smart-exporter/openshift-metal3-smart-exporter-release-4.3-postsubmits.yaml +++ b/ci-operator/jobs/openshift/metal3-smart-exporter/openshift-metal3-smart-exporter-release-4.3-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-metal3-smart-exporter-release-4.3-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/metal3-smart-exporter/openshift-metal3-smart-exporter-release-4.3-presubmits.yaml b/ci-operator/jobs/openshift/metal3-smart-exporter/openshift-metal3-smart-exporter-release-4.3-presubmits.yaml index 3cc77ee6b978..5dfb26222da4 100644 --- a/ci-operator/jobs/openshift/metal3-smart-exporter/openshift-metal3-smart-exporter-release-4.3-presubmits.yaml +++ b/ci-operator/jobs/openshift/metal3-smart-exporter/openshift-metal3-smart-exporter-release-4.3-presubmits.yaml @@ -17,10 +17,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -38,6 +38,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -49,4 +52,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift/metal3-smart-exporter/openshift-metal3-smart-exporter-release-4.4-postsubmits.yaml b/ci-operator/jobs/openshift/metal3-smart-exporter/openshift-metal3-smart-exporter-release-4.4-postsubmits.yaml index 3f692c64f0de..cfbfb830f3d8 100644 --- a/ci-operator/jobs/openshift/metal3-smart-exporter/openshift-metal3-smart-exporter-release-4.4-postsubmits.yaml +++ b/ci-operator/jobs/openshift/metal3-smart-exporter/openshift-metal3-smart-exporter-release-4.4-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-metal3-smart-exporter-release-4.4-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/metal3-smart-exporter/openshift-metal3-smart-exporter-release-4.4-presubmits.yaml b/ci-operator/jobs/openshift/metal3-smart-exporter/openshift-metal3-smart-exporter-release-4.4-presubmits.yaml index b0ca93ab3fcf..184c35f638a7 100644 --- a/ci-operator/jobs/openshift/metal3-smart-exporter/openshift-metal3-smart-exporter-release-4.4-presubmits.yaml +++ b/ci-operator/jobs/openshift/metal3-smart-exporter/openshift-metal3-smart-exporter-release-4.4-presubmits.yaml @@ -17,10 +17,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -38,6 +38,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -49,4 +52,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift/metal3-smart-exporter/openshift-metal3-smart-exporter-release-4.5-postsubmits.yaml b/ci-operator/jobs/openshift/metal3-smart-exporter/openshift-metal3-smart-exporter-release-4.5-postsubmits.yaml index d2e24db23e28..d704949dd603 100644 --- a/ci-operator/jobs/openshift/metal3-smart-exporter/openshift-metal3-smart-exporter-release-4.5-postsubmits.yaml +++ b/ci-operator/jobs/openshift/metal3-smart-exporter/openshift-metal3-smart-exporter-release-4.5-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-metal3-smart-exporter-release-4.5-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/metal3-smart-exporter/openshift-metal3-smart-exporter-release-4.5-presubmits.yaml b/ci-operator/jobs/openshift/metal3-smart-exporter/openshift-metal3-smart-exporter-release-4.5-presubmits.yaml index 7e4ea975d9fe..4003c93232ad 100644 --- a/ci-operator/jobs/openshift/metal3-smart-exporter/openshift-metal3-smart-exporter-release-4.5-presubmits.yaml +++ b/ci-operator/jobs/openshift/metal3-smart-exporter/openshift-metal3-smart-exporter-release-4.5-presubmits.yaml @@ -17,10 +17,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -37,6 +37,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -48,4 +51,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift/metal3-smart-exporter/openshift-metal3-smart-exporter-release-4.6-postsubmits.yaml b/ci-operator/jobs/openshift/metal3-smart-exporter/openshift-metal3-smart-exporter-release-4.6-postsubmits.yaml index 71ba7de2fd1a..6a57a67f49d1 100644 --- a/ci-operator/jobs/openshift/metal3-smart-exporter/openshift-metal3-smart-exporter-release-4.6-postsubmits.yaml +++ b/ci-operator/jobs/openshift/metal3-smart-exporter/openshift-metal3-smart-exporter-release-4.6-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-metal3-smart-exporter-release-4.6-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/metal3-smart-exporter/openshift-metal3-smart-exporter-release-4.6-presubmits.yaml b/ci-operator/jobs/openshift/metal3-smart-exporter/openshift-metal3-smart-exporter-release-4.6-presubmits.yaml index 12c63436c338..b1983d61b6e4 100644 --- a/ci-operator/jobs/openshift/metal3-smart-exporter/openshift-metal3-smart-exporter-release-4.6-presubmits.yaml +++ b/ci-operator/jobs/openshift/metal3-smart-exporter/openshift-metal3-smart-exporter-release-4.6-presubmits.yaml @@ -17,10 +17,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -38,6 +38,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -49,4 +52,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift/metal3-smart-exporter/openshift-metal3-smart-exporter-release-4.7-postsubmits.yaml b/ci-operator/jobs/openshift/metal3-smart-exporter/openshift-metal3-smart-exporter-release-4.7-postsubmits.yaml index fa0dd2f08b0d..2e9508e54aee 100644 --- a/ci-operator/jobs/openshift/metal3-smart-exporter/openshift-metal3-smart-exporter-release-4.7-postsubmits.yaml +++ b/ci-operator/jobs/openshift/metal3-smart-exporter/openshift-metal3-smart-exporter-release-4.7-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-metal3-smart-exporter-release-4.7-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/metal3-smart-exporter/openshift-metal3-smart-exporter-release-4.7-presubmits.yaml b/ci-operator/jobs/openshift/metal3-smart-exporter/openshift-metal3-smart-exporter-release-4.7-presubmits.yaml index 9d98f2f9fa74..1e75c93b51e2 100644 --- a/ci-operator/jobs/openshift/metal3-smart-exporter/openshift-metal3-smart-exporter-release-4.7-presubmits.yaml +++ b/ci-operator/jobs/openshift/metal3-smart-exporter/openshift-metal3-smart-exporter-release-4.7-presubmits.yaml @@ -17,10 +17,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -38,6 +38,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -49,4 +52,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift/multus-admission-controller/openshift-multus-admission-controller-master-postsubmits.yaml b/ci-operator/jobs/openshift/multus-admission-controller/openshift-multus-admission-controller-master-postsubmits.yaml index e654e9b513e4..406c30c8904e 100644 --- a/ci-operator/jobs/openshift/multus-admission-controller/openshift-multus-admission-controller-master-postsubmits.yaml +++ b/ci-operator/jobs/openshift/multus-admission-controller/openshift-multus-admission-controller-master-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-multus-admission-controller-master-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/multus-admission-controller/openshift-multus-admission-controller-master-presubmits.yaml b/ci-operator/jobs/openshift/multus-admission-controller/openshift-multus-admission-controller-master-presubmits.yaml index 05a33ae07428..037c3b3db90c 100644 --- a/ci-operator/jobs/openshift/multus-admission-controller/openshift-multus-admission-controller-master-presubmits.yaml +++ b/ci-operator/jobs/openshift/multus-admission-controller/openshift-multus-admission-controller-master-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -46,6 +44,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -68,6 +69,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -86,10 +90,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -107,6 +111,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -118,4 +125,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift/multus-admission-controller/openshift-multus-admission-controller-release-4.1-postsubmits.yaml b/ci-operator/jobs/openshift/multus-admission-controller/openshift-multus-admission-controller-release-4.1-postsubmits.yaml index 0edcfdfa51e3..cdfd3c63d46f 100644 --- a/ci-operator/jobs/openshift/multus-admission-controller/openshift-multus-admission-controller-release-4.1-postsubmits.yaml +++ b/ci-operator/jobs/openshift/multus-admission-controller/openshift-multus-admission-controller-release-4.1-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-multus-admission-controller-release-4.1-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/multus-admission-controller/openshift-multus-admission-controller-release-4.1-presubmits.yaml b/ci-operator/jobs/openshift/multus-admission-controller/openshift-multus-admission-controller-release-4.1-presubmits.yaml index 332b05256362..b15cc7615b9f 100644 --- a/ci-operator/jobs/openshift/multus-admission-controller/openshift-multus-admission-controller-release-4.1-presubmits.yaml +++ b/ci-operator/jobs/openshift/multus-admission-controller/openshift-multus-admission-controller-release-4.1-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -46,6 +44,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -68,6 +69,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -86,10 +90,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -107,6 +111,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -118,4 +125,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift/multus-admission-controller/openshift-multus-admission-controller-release-4.2-postsubmits.yaml b/ci-operator/jobs/openshift/multus-admission-controller/openshift-multus-admission-controller-release-4.2-postsubmits.yaml index ddf121439fc5..72f316ab82b1 100644 --- a/ci-operator/jobs/openshift/multus-admission-controller/openshift-multus-admission-controller-release-4.2-postsubmits.yaml +++ b/ci-operator/jobs/openshift/multus-admission-controller/openshift-multus-admission-controller-release-4.2-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-multus-admission-controller-release-4.2-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/multus-admission-controller/openshift-multus-admission-controller-release-4.2-presubmits.yaml b/ci-operator/jobs/openshift/multus-admission-controller/openshift-multus-admission-controller-release-4.2-presubmits.yaml index 9b4b75142312..3533fc38fc26 100644 --- a/ci-operator/jobs/openshift/multus-admission-controller/openshift-multus-admission-controller-release-4.2-presubmits.yaml +++ b/ci-operator/jobs/openshift/multus-admission-controller/openshift-multus-admission-controller-release-4.2-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -46,6 +44,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -68,6 +69,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -86,10 +90,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -107,6 +111,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -118,4 +125,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift/multus-admission-controller/openshift-multus-admission-controller-release-4.3-postsubmits.yaml b/ci-operator/jobs/openshift/multus-admission-controller/openshift-multus-admission-controller-release-4.3-postsubmits.yaml index c0e993ffebdc..5c7a0c098bef 100644 --- a/ci-operator/jobs/openshift/multus-admission-controller/openshift-multus-admission-controller-release-4.3-postsubmits.yaml +++ b/ci-operator/jobs/openshift/multus-admission-controller/openshift-multus-admission-controller-release-4.3-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-multus-admission-controller-release-4.3-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/multus-admission-controller/openshift-multus-admission-controller-release-4.3-presubmits.yaml b/ci-operator/jobs/openshift/multus-admission-controller/openshift-multus-admission-controller-release-4.3-presubmits.yaml index 3519fc062379..326429740cc2 100644 --- a/ci-operator/jobs/openshift/multus-admission-controller/openshift-multus-admission-controller-release-4.3-presubmits.yaml +++ b/ci-operator/jobs/openshift/multus-admission-controller/openshift-multus-admission-controller-release-4.3-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -46,6 +44,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -68,6 +69,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -86,10 +90,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -107,6 +111,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -118,4 +125,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift/multus-admission-controller/openshift-multus-admission-controller-release-4.4-postsubmits.yaml b/ci-operator/jobs/openshift/multus-admission-controller/openshift-multus-admission-controller-release-4.4-postsubmits.yaml index 9eaf13576fa3..5a00abd3abca 100644 --- a/ci-operator/jobs/openshift/multus-admission-controller/openshift-multus-admission-controller-release-4.4-postsubmits.yaml +++ b/ci-operator/jobs/openshift/multus-admission-controller/openshift-multus-admission-controller-release-4.4-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-multus-admission-controller-release-4.4-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/multus-admission-controller/openshift-multus-admission-controller-release-4.4-presubmits.yaml b/ci-operator/jobs/openshift/multus-admission-controller/openshift-multus-admission-controller-release-4.4-presubmits.yaml index 38e148386265..43f29d47ab4a 100644 --- a/ci-operator/jobs/openshift/multus-admission-controller/openshift-multus-admission-controller-release-4.4-presubmits.yaml +++ b/ci-operator/jobs/openshift/multus-admission-controller/openshift-multus-admission-controller-release-4.4-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -46,6 +44,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -68,6 +69,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -86,10 +90,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -107,6 +111,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -118,4 +125,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift/multus-admission-controller/openshift-multus-admission-controller-release-4.5-postsubmits.yaml b/ci-operator/jobs/openshift/multus-admission-controller/openshift-multus-admission-controller-release-4.5-postsubmits.yaml index 93687ff6e234..b3006f4c0560 100644 --- a/ci-operator/jobs/openshift/multus-admission-controller/openshift-multus-admission-controller-release-4.5-postsubmits.yaml +++ b/ci-operator/jobs/openshift/multus-admission-controller/openshift-multus-admission-controller-release-4.5-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-multus-admission-controller-release-4.5-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/multus-admission-controller/openshift-multus-admission-controller-release-4.5-presubmits.yaml b/ci-operator/jobs/openshift/multus-admission-controller/openshift-multus-admission-controller-release-4.5-presubmits.yaml index 9c8cfc02f57b..c154c2540217 100644 --- a/ci-operator/jobs/openshift/multus-admission-controller/openshift-multus-admission-controller-release-4.5-presubmits.yaml +++ b/ci-operator/jobs/openshift/multus-admission-controller/openshift-multus-admission-controller-release-4.5-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -46,6 +44,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -68,6 +69,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -86,10 +90,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -106,6 +110,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -117,4 +124,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift/multus-admission-controller/openshift-multus-admission-controller-release-4.6-postsubmits.yaml b/ci-operator/jobs/openshift/multus-admission-controller/openshift-multus-admission-controller-release-4.6-postsubmits.yaml index 0d75eb212f65..b84877edf516 100644 --- a/ci-operator/jobs/openshift/multus-admission-controller/openshift-multus-admission-controller-release-4.6-postsubmits.yaml +++ b/ci-operator/jobs/openshift/multus-admission-controller/openshift-multus-admission-controller-release-4.6-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-multus-admission-controller-release-4.6-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/multus-admission-controller/openshift-multus-admission-controller-release-4.6-presubmits.yaml b/ci-operator/jobs/openshift/multus-admission-controller/openshift-multus-admission-controller-release-4.6-presubmits.yaml index 8cc92059d7e8..f6a0b72a80db 100644 --- a/ci-operator/jobs/openshift/multus-admission-controller/openshift-multus-admission-controller-release-4.6-presubmits.yaml +++ b/ci-operator/jobs/openshift/multus-admission-controller/openshift-multus-admission-controller-release-4.6-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -46,6 +44,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -68,6 +69,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -86,10 +90,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -107,6 +111,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -118,4 +125,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift/multus-admission-controller/openshift-multus-admission-controller-release-4.7-postsubmits.yaml b/ci-operator/jobs/openshift/multus-admission-controller/openshift-multus-admission-controller-release-4.7-postsubmits.yaml index ec0b6054777b..e9e778b93f99 100644 --- a/ci-operator/jobs/openshift/multus-admission-controller/openshift-multus-admission-controller-release-4.7-postsubmits.yaml +++ b/ci-operator/jobs/openshift/multus-admission-controller/openshift-multus-admission-controller-release-4.7-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-multus-admission-controller-release-4.7-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/multus-admission-controller/openshift-multus-admission-controller-release-4.7-presubmits.yaml b/ci-operator/jobs/openshift/multus-admission-controller/openshift-multus-admission-controller-release-4.7-presubmits.yaml index 3d9c396537c2..2b8efbaee6e2 100644 --- a/ci-operator/jobs/openshift/multus-admission-controller/openshift-multus-admission-controller-release-4.7-presubmits.yaml +++ b/ci-operator/jobs/openshift/multus-admission-controller/openshift-multus-admission-controller-release-4.7-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -46,6 +44,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -68,6 +69,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -86,10 +90,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -107,6 +111,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -118,4 +125,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift/multus-cni/openshift-multus-cni-master-postsubmits.yaml b/ci-operator/jobs/openshift/multus-cni/openshift-multus-cni-master-postsubmits.yaml index 5252866c665f..ada07e8df9f2 100644 --- a/ci-operator/jobs/openshift/multus-cni/openshift-multus-cni-master-postsubmits.yaml +++ b/ci-operator/jobs/openshift/multus-cni/openshift-multus-cni-master-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-multus-cni-master-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/multus-cni/openshift-multus-cni-master-presubmits.yaml b/ci-operator/jobs/openshift/multus-cni/openshift-multus-cni-master-presubmits.yaml index 43d68d26c603..619f341fb675 100644 --- a/ci-operator/jobs/openshift/multus-cni/openshift-multus-cni-master-presubmits.yaml +++ b/ci-operator/jobs/openshift/multus-cni/openshift-multus-cni-master-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -46,6 +44,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -68,6 +69,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -86,13 +90,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -115,6 +117,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -137,6 +142,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -155,10 +163,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -176,6 +184,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -187,4 +198,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift/multus-cni/openshift-multus-cni-release-4.1-postsubmits.yaml b/ci-operator/jobs/openshift/multus-cni/openshift-multus-cni-release-4.1-postsubmits.yaml index 7f7ed8d0946a..d52f1fda0257 100644 --- a/ci-operator/jobs/openshift/multus-cni/openshift-multus-cni-release-4.1-postsubmits.yaml +++ b/ci-operator/jobs/openshift/multus-cni/openshift-multus-cni-release-4.1-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-multus-cni-release-4.1-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/multus-cni/openshift-multus-cni-release-4.1-presubmits.yaml b/ci-operator/jobs/openshift/multus-cni/openshift-multus-cni-release-4.1-presubmits.yaml index caccbc7f7c5f..ba9a87752d8e 100644 --- a/ci-operator/jobs/openshift/multus-cni/openshift-multus-cni-release-4.1-presubmits.yaml +++ b/ci-operator/jobs/openshift/multus-cni/openshift-multus-cni-release-4.1-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -46,6 +44,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -68,6 +69,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -86,13 +90,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -115,6 +117,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -137,6 +142,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -155,10 +163,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -176,6 +184,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -187,4 +198,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift/multus-cni/openshift-multus-cni-release-4.2-postsubmits.yaml b/ci-operator/jobs/openshift/multus-cni/openshift-multus-cni-release-4.2-postsubmits.yaml index a424470a1d3c..86f7500b1183 100644 --- a/ci-operator/jobs/openshift/multus-cni/openshift-multus-cni-release-4.2-postsubmits.yaml +++ b/ci-operator/jobs/openshift/multus-cni/openshift-multus-cni-release-4.2-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-multus-cni-release-4.2-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/multus-cni/openshift-multus-cni-release-4.2-presubmits.yaml b/ci-operator/jobs/openshift/multus-cni/openshift-multus-cni-release-4.2-presubmits.yaml index e3a24ac45457..16aeb832da5d 100644 --- a/ci-operator/jobs/openshift/multus-cni/openshift-multus-cni-release-4.2-presubmits.yaml +++ b/ci-operator/jobs/openshift/multus-cni/openshift-multus-cni-release-4.2-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -46,6 +44,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -68,6 +69,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -86,13 +90,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -115,6 +117,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -137,6 +142,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -155,10 +163,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -176,6 +184,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -187,4 +198,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift/multus-cni/openshift-multus-cni-release-4.3-postsubmits.yaml b/ci-operator/jobs/openshift/multus-cni/openshift-multus-cni-release-4.3-postsubmits.yaml index 698b6794c69d..e35b70d641eb 100644 --- a/ci-operator/jobs/openshift/multus-cni/openshift-multus-cni-release-4.3-postsubmits.yaml +++ b/ci-operator/jobs/openshift/multus-cni/openshift-multus-cni-release-4.3-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-multus-cni-release-4.3-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/multus-cni/openshift-multus-cni-release-4.3-presubmits.yaml b/ci-operator/jobs/openshift/multus-cni/openshift-multus-cni-release-4.3-presubmits.yaml index c2cb1da3b6eb..6fb833a36fc4 100644 --- a/ci-operator/jobs/openshift/multus-cni/openshift-multus-cni-release-4.3-presubmits.yaml +++ b/ci-operator/jobs/openshift/multus-cni/openshift-multus-cni-release-4.3-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -46,6 +44,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -68,6 +69,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -86,13 +90,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -115,6 +117,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -137,6 +142,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -155,10 +163,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -176,6 +184,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -187,4 +198,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift/multus-cni/openshift-multus-cni-release-4.4-postsubmits.yaml b/ci-operator/jobs/openshift/multus-cni/openshift-multus-cni-release-4.4-postsubmits.yaml index b958fa638d68..5d38112f8037 100644 --- a/ci-operator/jobs/openshift/multus-cni/openshift-multus-cni-release-4.4-postsubmits.yaml +++ b/ci-operator/jobs/openshift/multus-cni/openshift-multus-cni-release-4.4-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-multus-cni-release-4.4-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/multus-cni/openshift-multus-cni-release-4.4-presubmits.yaml b/ci-operator/jobs/openshift/multus-cni/openshift-multus-cni-release-4.4-presubmits.yaml index df9c19f194ae..f48b57273389 100644 --- a/ci-operator/jobs/openshift/multus-cni/openshift-multus-cni-release-4.4-presubmits.yaml +++ b/ci-operator/jobs/openshift/multus-cni/openshift-multus-cni-release-4.4-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -46,6 +44,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -68,6 +69,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -86,13 +90,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -115,6 +117,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -137,6 +142,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -155,10 +163,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -176,6 +184,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -187,4 +198,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift/multus-cni/openshift-multus-cni-release-4.5-postsubmits.yaml b/ci-operator/jobs/openshift/multus-cni/openshift-multus-cni-release-4.5-postsubmits.yaml index 96bd29eee53b..c84033834cd0 100644 --- a/ci-operator/jobs/openshift/multus-cni/openshift-multus-cni-release-4.5-postsubmits.yaml +++ b/ci-operator/jobs/openshift/multus-cni/openshift-multus-cni-release-4.5-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-multus-cni-release-4.5-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/multus-cni/openshift-multus-cni-release-4.5-presubmits.yaml b/ci-operator/jobs/openshift/multus-cni/openshift-multus-cni-release-4.5-presubmits.yaml index bb561a576465..4dade464be5d 100644 --- a/ci-operator/jobs/openshift/multus-cni/openshift-multus-cni-release-4.5-presubmits.yaml +++ b/ci-operator/jobs/openshift/multus-cni/openshift-multus-cni-release-4.5-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -46,6 +44,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -68,6 +69,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -86,13 +90,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -115,6 +117,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -137,6 +142,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -155,10 +163,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -175,6 +183,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -186,4 +197,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift/multus-cni/openshift-multus-cni-release-4.6-postsubmits.yaml b/ci-operator/jobs/openshift/multus-cni/openshift-multus-cni-release-4.6-postsubmits.yaml index 0afef482e6d1..12375ca8c8c1 100644 --- a/ci-operator/jobs/openshift/multus-cni/openshift-multus-cni-release-4.6-postsubmits.yaml +++ b/ci-operator/jobs/openshift/multus-cni/openshift-multus-cni-release-4.6-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-multus-cni-release-4.6-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/multus-cni/openshift-multus-cni-release-4.6-presubmits.yaml b/ci-operator/jobs/openshift/multus-cni/openshift-multus-cni-release-4.6-presubmits.yaml index 1a0b77f50147..e41ac432019c 100644 --- a/ci-operator/jobs/openshift/multus-cni/openshift-multus-cni-release-4.6-presubmits.yaml +++ b/ci-operator/jobs/openshift/multus-cni/openshift-multus-cni-release-4.6-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -46,6 +44,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -68,6 +69,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -86,13 +90,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -115,6 +117,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -137,6 +142,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -155,10 +163,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -176,6 +184,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -187,4 +198,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift/multus-cni/openshift-multus-cni-release-4.7-postsubmits.yaml b/ci-operator/jobs/openshift/multus-cni/openshift-multus-cni-release-4.7-postsubmits.yaml index b4219d888db7..94df0d8c827e 100644 --- a/ci-operator/jobs/openshift/multus-cni/openshift-multus-cni-release-4.7-postsubmits.yaml +++ b/ci-operator/jobs/openshift/multus-cni/openshift-multus-cni-release-4.7-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-multus-cni-release-4.7-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/multus-cni/openshift-multus-cni-release-4.7-presubmits.yaml b/ci-operator/jobs/openshift/multus-cni/openshift-multus-cni-release-4.7-presubmits.yaml index 11100178edd7..a0f7bc49d135 100644 --- a/ci-operator/jobs/openshift/multus-cni/openshift-multus-cni-release-4.7-presubmits.yaml +++ b/ci-operator/jobs/openshift/multus-cni/openshift-multus-cni-release-4.7-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -46,6 +44,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -68,6 +69,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -86,13 +90,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -115,6 +117,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -137,6 +142,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -155,10 +163,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -176,6 +184,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -187,4 +198,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift/must-gather/openshift-must-gather-master-postsubmits.yaml b/ci-operator/jobs/openshift/must-gather/openshift-must-gather-master-postsubmits.yaml index bdf727e86f58..e03c914f7721 100644 --- a/ci-operator/jobs/openshift/must-gather/openshift-must-gather-master-postsubmits.yaml +++ b/ci-operator/jobs/openshift/must-gather/openshift-must-gather-master-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-must-gather-master-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/must-gather/openshift-must-gather-master-presubmits.yaml b/ci-operator/jobs/openshift/must-gather/openshift-must-gather-master-presubmits.yaml index 4035dd2608d5..f08783c6b304 100644 --- a/ci-operator/jobs/openshift/must-gather/openshift-must-gather-master-presubmits.yaml +++ b/ci-operator/jobs/openshift/must-gather/openshift-must-gather-master-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -46,6 +44,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -68,6 +69,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -86,10 +90,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -107,6 +111,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -118,4 +125,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift/must-gather/openshift-must-gather-release-4.1-postsubmits.yaml b/ci-operator/jobs/openshift/must-gather/openshift-must-gather-release-4.1-postsubmits.yaml index c1f38f065942..f1777bcb27f3 100644 --- a/ci-operator/jobs/openshift/must-gather/openshift-must-gather-release-4.1-postsubmits.yaml +++ b/ci-operator/jobs/openshift/must-gather/openshift-must-gather-release-4.1-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-must-gather-release-4.1-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/must-gather/openshift-must-gather-release-4.1-presubmits.yaml b/ci-operator/jobs/openshift/must-gather/openshift-must-gather-release-4.1-presubmits.yaml index 66d9ccf0365b..082ee99305b1 100644 --- a/ci-operator/jobs/openshift/must-gather/openshift-must-gather-release-4.1-presubmits.yaml +++ b/ci-operator/jobs/openshift/must-gather/openshift-must-gather-release-4.1-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -46,6 +44,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -68,6 +69,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -86,10 +90,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -107,6 +111,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -118,6 +125,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -136,10 +146,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -156,6 +166,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -167,6 +180,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -185,10 +201,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -205,6 +221,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -216,6 +235,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) - agent: kubernetes always_run: true @@ -234,10 +256,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify-deps command: - ci-operator @@ -254,6 +276,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -265,4 +290,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify-deps,?($|\s.*) diff --git a/ci-operator/jobs/openshift/must-gather/openshift-must-gather-release-4.2-postsubmits.yaml b/ci-operator/jobs/openshift/must-gather/openshift-must-gather-release-4.2-postsubmits.yaml index a428bdbc6565..25e62f53461d 100644 --- a/ci-operator/jobs/openshift/must-gather/openshift-must-gather-release-4.2-postsubmits.yaml +++ b/ci-operator/jobs/openshift/must-gather/openshift-must-gather-release-4.2-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-must-gather-release-4.2-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/must-gather/openshift-must-gather-release-4.2-presubmits.yaml b/ci-operator/jobs/openshift/must-gather/openshift-must-gather-release-4.2-presubmits.yaml index 46e1b6d0eec9..9869b775309e 100644 --- a/ci-operator/jobs/openshift/must-gather/openshift-must-gather-release-4.2-presubmits.yaml +++ b/ci-operator/jobs/openshift/must-gather/openshift-must-gather-release-4.2-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -46,6 +44,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -68,6 +69,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -86,10 +90,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -107,6 +111,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -118,6 +125,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -136,10 +146,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -156,6 +166,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -167,6 +180,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -185,10 +201,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -205,6 +221,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -216,6 +235,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) - agent: kubernetes always_run: true @@ -234,10 +256,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify-deps command: - ci-operator @@ -254,6 +276,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -265,4 +290,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify-deps,?($|\s.*) diff --git a/ci-operator/jobs/openshift/must-gather/openshift-must-gather-release-4.3-postsubmits.yaml b/ci-operator/jobs/openshift/must-gather/openshift-must-gather-release-4.3-postsubmits.yaml index 1f9ca907c995..be316954870c 100644 --- a/ci-operator/jobs/openshift/must-gather/openshift-must-gather-release-4.3-postsubmits.yaml +++ b/ci-operator/jobs/openshift/must-gather/openshift-must-gather-release-4.3-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-must-gather-release-4.3-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/must-gather/openshift-must-gather-release-4.3-presubmits.yaml b/ci-operator/jobs/openshift/must-gather/openshift-must-gather-release-4.3-presubmits.yaml index 04d1070df4f0..a21d10db050e 100644 --- a/ci-operator/jobs/openshift/must-gather/openshift-must-gather-release-4.3-presubmits.yaml +++ b/ci-operator/jobs/openshift/must-gather/openshift-must-gather-release-4.3-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -46,6 +44,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -68,6 +69,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -86,10 +90,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -107,6 +111,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -118,4 +125,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift/must-gather/openshift-must-gather-release-4.4-postsubmits.yaml b/ci-operator/jobs/openshift/must-gather/openshift-must-gather-release-4.4-postsubmits.yaml index cb6357d1e912..f55b708a5d26 100644 --- a/ci-operator/jobs/openshift/must-gather/openshift-must-gather-release-4.4-postsubmits.yaml +++ b/ci-operator/jobs/openshift/must-gather/openshift-must-gather-release-4.4-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-must-gather-release-4.4-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/must-gather/openshift-must-gather-release-4.4-presubmits.yaml b/ci-operator/jobs/openshift/must-gather/openshift-must-gather-release-4.4-presubmits.yaml index 5a2da3bcf03d..182527405742 100644 --- a/ci-operator/jobs/openshift/must-gather/openshift-must-gather-release-4.4-presubmits.yaml +++ b/ci-operator/jobs/openshift/must-gather/openshift-must-gather-release-4.4-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -46,6 +44,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -68,6 +69,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -86,10 +90,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -107,6 +111,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -118,4 +125,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift/must-gather/openshift-must-gather-release-4.5-postsubmits.yaml b/ci-operator/jobs/openshift/must-gather/openshift-must-gather-release-4.5-postsubmits.yaml index acf99d1f4741..ca4a7a5c334a 100644 --- a/ci-operator/jobs/openshift/must-gather/openshift-must-gather-release-4.5-postsubmits.yaml +++ b/ci-operator/jobs/openshift/must-gather/openshift-must-gather-release-4.5-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-must-gather-release-4.5-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/must-gather/openshift-must-gather-release-4.5-presubmits.yaml b/ci-operator/jobs/openshift/must-gather/openshift-must-gather-release-4.5-presubmits.yaml index 14b22b4ea8d7..b1f87a24efe0 100644 --- a/ci-operator/jobs/openshift/must-gather/openshift-must-gather-release-4.5-presubmits.yaml +++ b/ci-operator/jobs/openshift/must-gather/openshift-must-gather-release-4.5-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -46,6 +44,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -68,6 +69,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -86,10 +90,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -106,6 +110,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -117,4 +124,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift/must-gather/openshift-must-gather-release-4.6-postsubmits.yaml b/ci-operator/jobs/openshift/must-gather/openshift-must-gather-release-4.6-postsubmits.yaml index d66273af92ec..cb0a398ecf2a 100644 --- a/ci-operator/jobs/openshift/must-gather/openshift-must-gather-release-4.6-postsubmits.yaml +++ b/ci-operator/jobs/openshift/must-gather/openshift-must-gather-release-4.6-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-must-gather-release-4.6-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/must-gather/openshift-must-gather-release-4.6-presubmits.yaml b/ci-operator/jobs/openshift/must-gather/openshift-must-gather-release-4.6-presubmits.yaml index f5118bdaa717..47a9eabaf3ca 100644 --- a/ci-operator/jobs/openshift/must-gather/openshift-must-gather-release-4.6-presubmits.yaml +++ b/ci-operator/jobs/openshift/must-gather/openshift-must-gather-release-4.6-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -46,6 +44,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -68,6 +69,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -86,10 +90,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -107,6 +111,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -118,4 +125,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift/must-gather/openshift-must-gather-release-4.7-postsubmits.yaml b/ci-operator/jobs/openshift/must-gather/openshift-must-gather-release-4.7-postsubmits.yaml index 1f402ee59bfa..e86d959e36f8 100644 --- a/ci-operator/jobs/openshift/must-gather/openshift-must-gather-release-4.7-postsubmits.yaml +++ b/ci-operator/jobs/openshift/must-gather/openshift-must-gather-release-4.7-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-must-gather-release-4.7-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/must-gather/openshift-must-gather-release-4.7-presubmits.yaml b/ci-operator/jobs/openshift/must-gather/openshift-must-gather-release-4.7-presubmits.yaml index 5b6c3d8d407e..1642190f67f3 100644 --- a/ci-operator/jobs/openshift/must-gather/openshift-must-gather-release-4.7-presubmits.yaml +++ b/ci-operator/jobs/openshift/must-gather/openshift-must-gather-release-4.7-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -46,6 +44,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -68,6 +69,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -86,10 +90,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -107,6 +111,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -118,4 +125,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift/network-metrics-daemon/openshift-network-metrics-daemon-master-postsubmits.yaml b/ci-operator/jobs/openshift/network-metrics-daemon/openshift-network-metrics-daemon-master-postsubmits.yaml index 746c61d72e71..f00539f72eb8 100644 --- a/ci-operator/jobs/openshift/network-metrics-daemon/openshift-network-metrics-daemon-master-postsubmits.yaml +++ b/ci-operator/jobs/openshift/network-metrics-daemon/openshift-network-metrics-daemon-master-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-network-metrics-daemon-master-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/network-metrics-daemon/openshift-network-metrics-daemon-master-presubmits.yaml b/ci-operator/jobs/openshift/network-metrics-daemon/openshift-network-metrics-daemon-master-presubmits.yaml index a256b5e6ab78..f0b355d5ff02 100644 --- a/ci-operator/jobs/openshift/network-metrics-daemon/openshift-network-metrics-daemon-master-presubmits.yaml +++ b/ci-operator/jobs/openshift/network-metrics-daemon/openshift-network-metrics-daemon-master-presubmits.yaml @@ -17,10 +17,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -38,6 +38,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -49,6 +52,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -67,10 +73,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -87,6 +93,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -98,4 +107,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift/network-metrics-daemon/openshift-network-metrics-daemon-release-4.5-postsubmits.yaml b/ci-operator/jobs/openshift/network-metrics-daemon/openshift-network-metrics-daemon-release-4.5-postsubmits.yaml index ea4538a6bf5a..f881b2df4708 100644 --- a/ci-operator/jobs/openshift/network-metrics-daemon/openshift-network-metrics-daemon-release-4.5-postsubmits.yaml +++ b/ci-operator/jobs/openshift/network-metrics-daemon/openshift-network-metrics-daemon-release-4.5-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-network-metrics-daemon-release-4.5-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/network-metrics-daemon/openshift-network-metrics-daemon-release-4.5-presubmits.yaml b/ci-operator/jobs/openshift/network-metrics-daemon/openshift-network-metrics-daemon-release-4.5-presubmits.yaml index ee65174a0256..b4c5bf5a5fc1 100644 --- a/ci-operator/jobs/openshift/network-metrics-daemon/openshift-network-metrics-daemon-release-4.5-presubmits.yaml +++ b/ci-operator/jobs/openshift/network-metrics-daemon/openshift-network-metrics-daemon-release-4.5-presubmits.yaml @@ -17,10 +17,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -37,6 +37,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -48,6 +51,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -66,10 +72,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -86,6 +92,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -97,4 +106,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift/network-metrics-daemon/openshift-network-metrics-daemon-release-4.6-postsubmits.yaml b/ci-operator/jobs/openshift/network-metrics-daemon/openshift-network-metrics-daemon-release-4.6-postsubmits.yaml index 9f201e0aad16..591921eaaa8b 100644 --- a/ci-operator/jobs/openshift/network-metrics-daemon/openshift-network-metrics-daemon-release-4.6-postsubmits.yaml +++ b/ci-operator/jobs/openshift/network-metrics-daemon/openshift-network-metrics-daemon-release-4.6-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-network-metrics-daemon-release-4.6-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/network-metrics-daemon/openshift-network-metrics-daemon-release-4.6-presubmits.yaml b/ci-operator/jobs/openshift/network-metrics-daemon/openshift-network-metrics-daemon-release-4.6-presubmits.yaml index 85f84b871b3a..f66737e3376e 100644 --- a/ci-operator/jobs/openshift/network-metrics-daemon/openshift-network-metrics-daemon-release-4.6-presubmits.yaml +++ b/ci-operator/jobs/openshift/network-metrics-daemon/openshift-network-metrics-daemon-release-4.6-presubmits.yaml @@ -17,10 +17,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -38,6 +38,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -49,6 +52,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -67,10 +73,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -87,6 +93,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -98,4 +107,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift/network-metrics-daemon/openshift-network-metrics-daemon-release-4.7-postsubmits.yaml b/ci-operator/jobs/openshift/network-metrics-daemon/openshift-network-metrics-daemon-release-4.7-postsubmits.yaml index 3ae314cb2b35..83cd420ddef8 100644 --- a/ci-operator/jobs/openshift/network-metrics-daemon/openshift-network-metrics-daemon-release-4.7-postsubmits.yaml +++ b/ci-operator/jobs/openshift/network-metrics-daemon/openshift-network-metrics-daemon-release-4.7-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-network-metrics-daemon-release-4.7-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/network-metrics-daemon/openshift-network-metrics-daemon-release-4.7-presubmits.yaml b/ci-operator/jobs/openshift/network-metrics-daemon/openshift-network-metrics-daemon-release-4.7-presubmits.yaml index cddab21251c9..d272e6b2d75a 100644 --- a/ci-operator/jobs/openshift/network-metrics-daemon/openshift-network-metrics-daemon-release-4.7-presubmits.yaml +++ b/ci-operator/jobs/openshift/network-metrics-daemon/openshift-network-metrics-daemon-release-4.7-presubmits.yaml @@ -17,10 +17,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -38,6 +38,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -49,6 +52,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -67,10 +73,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -87,6 +93,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -98,4 +107,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift/node-feature-discovery/openshift-node-feature-discovery-master-postsubmits.yaml b/ci-operator/jobs/openshift/node-feature-discovery/openshift-node-feature-discovery-master-postsubmits.yaml index 23481a50d33e..08babc6d6a65 100644 --- a/ci-operator/jobs/openshift/node-feature-discovery/openshift-node-feature-discovery-master-postsubmits.yaml +++ b/ci-operator/jobs/openshift/node-feature-discovery/openshift-node-feature-discovery-master-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-node-feature-discovery-master-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/node-feature-discovery/openshift-node-feature-discovery-master-presubmits.yaml b/ci-operator/jobs/openshift/node-feature-discovery/openshift-node-feature-discovery-master-presubmits.yaml index 749223ed32e8..7276e9affe24 100644 --- a/ci-operator/jobs/openshift/node-feature-discovery/openshift-node-feature-discovery-master-presubmits.yaml +++ b/ci-operator/jobs/openshift/node-feature-discovery/openshift-node-feature-discovery-master-presubmits.yaml @@ -17,10 +17,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -38,6 +38,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -49,6 +52,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -67,10 +73,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -87,6 +93,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -98,6 +107,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -116,10 +128,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -136,6 +148,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -147,4 +162,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) diff --git a/ci-operator/jobs/openshift/node-feature-discovery/openshift-node-feature-discovery-release-4.1-postsubmits.yaml b/ci-operator/jobs/openshift/node-feature-discovery/openshift-node-feature-discovery-release-4.1-postsubmits.yaml index b3080f1eead2..44cac7ff12e1 100644 --- a/ci-operator/jobs/openshift/node-feature-discovery/openshift-node-feature-discovery-release-4.1-postsubmits.yaml +++ b/ci-operator/jobs/openshift/node-feature-discovery/openshift-node-feature-discovery-release-4.1-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-node-feature-discovery-release-4.1-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/node-feature-discovery/openshift-node-feature-discovery-release-4.1-presubmits.yaml b/ci-operator/jobs/openshift/node-feature-discovery/openshift-node-feature-discovery-release-4.1-presubmits.yaml index 68641d09fd20..5a6c991411e4 100644 --- a/ci-operator/jobs/openshift/node-feature-discovery/openshift-node-feature-discovery-release-4.1-presubmits.yaml +++ b/ci-operator/jobs/openshift/node-feature-discovery/openshift-node-feature-discovery-release-4.1-presubmits.yaml @@ -17,10 +17,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -37,6 +37,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -48,6 +51,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -66,10 +72,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -86,6 +92,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -97,6 +106,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -115,10 +127,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -135,6 +147,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -146,4 +161,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) diff --git a/ci-operator/jobs/openshift/node-feature-discovery/openshift-node-feature-discovery-release-4.2-postsubmits.yaml b/ci-operator/jobs/openshift/node-feature-discovery/openshift-node-feature-discovery-release-4.2-postsubmits.yaml index bea2a6a435f5..cdcf1066e8bf 100644 --- a/ci-operator/jobs/openshift/node-feature-discovery/openshift-node-feature-discovery-release-4.2-postsubmits.yaml +++ b/ci-operator/jobs/openshift/node-feature-discovery/openshift-node-feature-discovery-release-4.2-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-node-feature-discovery-release-4.2-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/node-feature-discovery/openshift-node-feature-discovery-release-4.2-presubmits.yaml b/ci-operator/jobs/openshift/node-feature-discovery/openshift-node-feature-discovery-release-4.2-presubmits.yaml index 3093d82e743e..19d44774a248 100644 --- a/ci-operator/jobs/openshift/node-feature-discovery/openshift-node-feature-discovery-release-4.2-presubmits.yaml +++ b/ci-operator/jobs/openshift/node-feature-discovery/openshift-node-feature-discovery-release-4.2-presubmits.yaml @@ -17,10 +17,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -38,6 +38,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -49,6 +52,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -67,10 +73,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -87,6 +93,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -98,6 +107,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -116,10 +128,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -136,6 +148,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -147,4 +162,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) diff --git a/ci-operator/jobs/openshift/node-feature-discovery/openshift-node-feature-discovery-release-4.3-postsubmits.yaml b/ci-operator/jobs/openshift/node-feature-discovery/openshift-node-feature-discovery-release-4.3-postsubmits.yaml index beae0fe7b355..ab008f6e91a3 100644 --- a/ci-operator/jobs/openshift/node-feature-discovery/openshift-node-feature-discovery-release-4.3-postsubmits.yaml +++ b/ci-operator/jobs/openshift/node-feature-discovery/openshift-node-feature-discovery-release-4.3-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-node-feature-discovery-release-4.3-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/node-feature-discovery/openshift-node-feature-discovery-release-4.3-presubmits.yaml b/ci-operator/jobs/openshift/node-feature-discovery/openshift-node-feature-discovery-release-4.3-presubmits.yaml index e8b075bbfbcd..b5c01072d1b6 100644 --- a/ci-operator/jobs/openshift/node-feature-discovery/openshift-node-feature-discovery-release-4.3-presubmits.yaml +++ b/ci-operator/jobs/openshift/node-feature-discovery/openshift-node-feature-discovery-release-4.3-presubmits.yaml @@ -17,10 +17,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -38,6 +38,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -49,6 +52,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -67,10 +73,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -87,6 +93,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -98,6 +107,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -116,10 +128,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -136,6 +148,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -147,4 +162,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) diff --git a/ci-operator/jobs/openshift/node-feature-discovery/openshift-node-feature-discovery-release-4.4-postsubmits.yaml b/ci-operator/jobs/openshift/node-feature-discovery/openshift-node-feature-discovery-release-4.4-postsubmits.yaml index 570c67e5acbc..4acaf054cb1d 100644 --- a/ci-operator/jobs/openshift/node-feature-discovery/openshift-node-feature-discovery-release-4.4-postsubmits.yaml +++ b/ci-operator/jobs/openshift/node-feature-discovery/openshift-node-feature-discovery-release-4.4-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-node-feature-discovery-release-4.4-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/node-feature-discovery/openshift-node-feature-discovery-release-4.4-presubmits.yaml b/ci-operator/jobs/openshift/node-feature-discovery/openshift-node-feature-discovery-release-4.4-presubmits.yaml index 3c41d141503c..820c652f6ea9 100644 --- a/ci-operator/jobs/openshift/node-feature-discovery/openshift-node-feature-discovery-release-4.4-presubmits.yaml +++ b/ci-operator/jobs/openshift/node-feature-discovery/openshift-node-feature-discovery-release-4.4-presubmits.yaml @@ -17,10 +17,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -38,6 +38,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -49,6 +52,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -67,10 +73,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -87,6 +93,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -98,6 +107,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -116,10 +128,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -136,6 +148,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -147,4 +162,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) diff --git a/ci-operator/jobs/openshift/node-feature-discovery/openshift-node-feature-discovery-release-4.5-postsubmits.yaml b/ci-operator/jobs/openshift/node-feature-discovery/openshift-node-feature-discovery-release-4.5-postsubmits.yaml index 538eb531479c..d8ad71f0b4bb 100644 --- a/ci-operator/jobs/openshift/node-feature-discovery/openshift-node-feature-discovery-release-4.5-postsubmits.yaml +++ b/ci-operator/jobs/openshift/node-feature-discovery/openshift-node-feature-discovery-release-4.5-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-node-feature-discovery-release-4.5-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/node-feature-discovery/openshift-node-feature-discovery-release-4.5-presubmits.yaml b/ci-operator/jobs/openshift/node-feature-discovery/openshift-node-feature-discovery-release-4.5-presubmits.yaml index d25ce28c1908..a1ae20e17180 100644 --- a/ci-operator/jobs/openshift/node-feature-discovery/openshift-node-feature-discovery-release-4.5-presubmits.yaml +++ b/ci-operator/jobs/openshift/node-feature-discovery/openshift-node-feature-discovery-release-4.5-presubmits.yaml @@ -17,10 +17,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -37,6 +37,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -48,6 +51,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -66,10 +72,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -86,6 +92,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -97,6 +106,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -115,10 +127,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -135,6 +147,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -146,4 +161,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) diff --git a/ci-operator/jobs/openshift/node-feature-discovery/openshift-node-feature-discovery-release-4.6-postsubmits.yaml b/ci-operator/jobs/openshift/node-feature-discovery/openshift-node-feature-discovery-release-4.6-postsubmits.yaml index be5271f146db..ace00d27d06a 100644 --- a/ci-operator/jobs/openshift/node-feature-discovery/openshift-node-feature-discovery-release-4.6-postsubmits.yaml +++ b/ci-operator/jobs/openshift/node-feature-discovery/openshift-node-feature-discovery-release-4.6-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-node-feature-discovery-release-4.6-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/node-feature-discovery/openshift-node-feature-discovery-release-4.6-presubmits.yaml b/ci-operator/jobs/openshift/node-feature-discovery/openshift-node-feature-discovery-release-4.6-presubmits.yaml index 5a15191b557e..e1f4134f654b 100644 --- a/ci-operator/jobs/openshift/node-feature-discovery/openshift-node-feature-discovery-release-4.6-presubmits.yaml +++ b/ci-operator/jobs/openshift/node-feature-discovery/openshift-node-feature-discovery-release-4.6-presubmits.yaml @@ -17,10 +17,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -38,6 +38,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -49,6 +52,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -67,10 +73,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -87,6 +93,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -98,6 +107,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -116,10 +128,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -136,6 +148,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -147,4 +162,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) diff --git a/ci-operator/jobs/openshift/node-feature-discovery/openshift-node-feature-discovery-release-4.7-postsubmits.yaml b/ci-operator/jobs/openshift/node-feature-discovery/openshift-node-feature-discovery-release-4.7-postsubmits.yaml index 8e3f3c537ff3..a9c86a8f3085 100644 --- a/ci-operator/jobs/openshift/node-feature-discovery/openshift-node-feature-discovery-release-4.7-postsubmits.yaml +++ b/ci-operator/jobs/openshift/node-feature-discovery/openshift-node-feature-discovery-release-4.7-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-node-feature-discovery-release-4.7-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/node-feature-discovery/openshift-node-feature-discovery-release-4.7-presubmits.yaml b/ci-operator/jobs/openshift/node-feature-discovery/openshift-node-feature-discovery-release-4.7-presubmits.yaml index 24ecddee3671..1a11d26cb2c8 100644 --- a/ci-operator/jobs/openshift/node-feature-discovery/openshift-node-feature-discovery-release-4.7-presubmits.yaml +++ b/ci-operator/jobs/openshift/node-feature-discovery/openshift-node-feature-discovery-release-4.7-presubmits.yaml @@ -17,10 +17,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -38,6 +38,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -49,6 +52,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -67,10 +73,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -87,6 +93,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -98,6 +107,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -116,10 +128,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -136,6 +148,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -147,4 +162,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) diff --git a/ci-operator/jobs/openshift/node-problem-detector-operator/openshift-node-problem-detector-operator-master-postsubmits.yaml b/ci-operator/jobs/openshift/node-problem-detector-operator/openshift-node-problem-detector-operator-master-postsubmits.yaml index bf7e027afb02..f71b2193fe8f 100644 --- a/ci-operator/jobs/openshift/node-problem-detector-operator/openshift-node-problem-detector-operator-master-postsubmits.yaml +++ b/ci-operator/jobs/openshift/node-problem-detector-operator/openshift-node-problem-detector-operator-master-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-node-problem-detector-operator-master-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/node-problem-detector-operator/openshift-node-problem-detector-operator-master-presubmits.yaml b/ci-operator/jobs/openshift/node-problem-detector-operator/openshift-node-problem-detector-operator-master-presubmits.yaml index e2188709cc4a..3afd00926166 100644 --- a/ci-operator/jobs/openshift/node-problem-detector-operator/openshift-node-problem-detector-operator-master-presubmits.yaml +++ b/ci-operator/jobs/openshift/node-problem-detector-operator/openshift-node-problem-detector-operator-master-presubmits.yaml @@ -17,10 +17,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -38,6 +38,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -49,4 +52,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift/node-problem-detector-operator/openshift-node-problem-detector-operator-release-4.1-postsubmits.yaml b/ci-operator/jobs/openshift/node-problem-detector-operator/openshift-node-problem-detector-operator-release-4.1-postsubmits.yaml index 9d39af33c79d..aa52c7f595a9 100644 --- a/ci-operator/jobs/openshift/node-problem-detector-operator/openshift-node-problem-detector-operator-release-4.1-postsubmits.yaml +++ b/ci-operator/jobs/openshift/node-problem-detector-operator/openshift-node-problem-detector-operator-release-4.1-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-node-problem-detector-operator-release-4.1-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/node-problem-detector-operator/openshift-node-problem-detector-operator-release-4.1-presubmits.yaml b/ci-operator/jobs/openshift/node-problem-detector-operator/openshift-node-problem-detector-operator-release-4.1-presubmits.yaml index 0fe65edd2a10..78e42b971107 100644 --- a/ci-operator/jobs/openshift/node-problem-detector-operator/openshift-node-problem-detector-operator-release-4.1-presubmits.yaml +++ b/ci-operator/jobs/openshift/node-problem-detector-operator/openshift-node-problem-detector-operator-release-4.1-presubmits.yaml @@ -17,10 +17,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -38,6 +38,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -49,4 +52,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift/node-problem-detector-operator/openshift-node-problem-detector-operator-release-4.2-postsubmits.yaml b/ci-operator/jobs/openshift/node-problem-detector-operator/openshift-node-problem-detector-operator-release-4.2-postsubmits.yaml index b1792e4b2682..7824c7e34a58 100644 --- a/ci-operator/jobs/openshift/node-problem-detector-operator/openshift-node-problem-detector-operator-release-4.2-postsubmits.yaml +++ b/ci-operator/jobs/openshift/node-problem-detector-operator/openshift-node-problem-detector-operator-release-4.2-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-node-problem-detector-operator-release-4.2-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/node-problem-detector-operator/openshift-node-problem-detector-operator-release-4.2-presubmits.yaml b/ci-operator/jobs/openshift/node-problem-detector-operator/openshift-node-problem-detector-operator-release-4.2-presubmits.yaml index b36c88a185a4..0c841cd37bb4 100644 --- a/ci-operator/jobs/openshift/node-problem-detector-operator/openshift-node-problem-detector-operator-release-4.2-presubmits.yaml +++ b/ci-operator/jobs/openshift/node-problem-detector-operator/openshift-node-problem-detector-operator-release-4.2-presubmits.yaml @@ -17,10 +17,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -38,6 +38,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -49,4 +52,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift/node-problem-detector-operator/openshift-node-problem-detector-operator-release-4.3-postsubmits.yaml b/ci-operator/jobs/openshift/node-problem-detector-operator/openshift-node-problem-detector-operator-release-4.3-postsubmits.yaml index 592d18aa3255..4054041599ed 100644 --- a/ci-operator/jobs/openshift/node-problem-detector-operator/openshift-node-problem-detector-operator-release-4.3-postsubmits.yaml +++ b/ci-operator/jobs/openshift/node-problem-detector-operator/openshift-node-problem-detector-operator-release-4.3-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-node-problem-detector-operator-release-4.3-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/node-problem-detector-operator/openshift-node-problem-detector-operator-release-4.3-presubmits.yaml b/ci-operator/jobs/openshift/node-problem-detector-operator/openshift-node-problem-detector-operator-release-4.3-presubmits.yaml index 981241056d41..fab13573378a 100644 --- a/ci-operator/jobs/openshift/node-problem-detector-operator/openshift-node-problem-detector-operator-release-4.3-presubmits.yaml +++ b/ci-operator/jobs/openshift/node-problem-detector-operator/openshift-node-problem-detector-operator-release-4.3-presubmits.yaml @@ -17,10 +17,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -38,6 +38,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -49,4 +52,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift/node-problem-detector-operator/openshift-node-problem-detector-operator-release-4.4-postsubmits.yaml b/ci-operator/jobs/openshift/node-problem-detector-operator/openshift-node-problem-detector-operator-release-4.4-postsubmits.yaml index 913239555c30..4d5609fffcb2 100644 --- a/ci-operator/jobs/openshift/node-problem-detector-operator/openshift-node-problem-detector-operator-release-4.4-postsubmits.yaml +++ b/ci-operator/jobs/openshift/node-problem-detector-operator/openshift-node-problem-detector-operator-release-4.4-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-node-problem-detector-operator-release-4.4-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/node-problem-detector-operator/openshift-node-problem-detector-operator-release-4.4-presubmits.yaml b/ci-operator/jobs/openshift/node-problem-detector-operator/openshift-node-problem-detector-operator-release-4.4-presubmits.yaml index 0b71c83d5272..805f5a0734fa 100644 --- a/ci-operator/jobs/openshift/node-problem-detector-operator/openshift-node-problem-detector-operator-release-4.4-presubmits.yaml +++ b/ci-operator/jobs/openshift/node-problem-detector-operator/openshift-node-problem-detector-operator-release-4.4-presubmits.yaml @@ -17,10 +17,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -38,6 +38,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -49,4 +52,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift/node-problem-detector-operator/openshift-node-problem-detector-operator-release-4.5-postsubmits.yaml b/ci-operator/jobs/openshift/node-problem-detector-operator/openshift-node-problem-detector-operator-release-4.5-postsubmits.yaml index 82ca6e161310..3d73e21345ce 100644 --- a/ci-operator/jobs/openshift/node-problem-detector-operator/openshift-node-problem-detector-operator-release-4.5-postsubmits.yaml +++ b/ci-operator/jobs/openshift/node-problem-detector-operator/openshift-node-problem-detector-operator-release-4.5-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-node-problem-detector-operator-release-4.5-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/node-problem-detector-operator/openshift-node-problem-detector-operator-release-4.5-presubmits.yaml b/ci-operator/jobs/openshift/node-problem-detector-operator/openshift-node-problem-detector-operator-release-4.5-presubmits.yaml index 97f2ec7411c5..27dbe500bfed 100644 --- a/ci-operator/jobs/openshift/node-problem-detector-operator/openshift-node-problem-detector-operator-release-4.5-presubmits.yaml +++ b/ci-operator/jobs/openshift/node-problem-detector-operator/openshift-node-problem-detector-operator-release-4.5-presubmits.yaml @@ -17,10 +17,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -37,6 +37,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -48,4 +51,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift/node-problem-detector-operator/openshift-node-problem-detector-operator-release-4.6-postsubmits.yaml b/ci-operator/jobs/openshift/node-problem-detector-operator/openshift-node-problem-detector-operator-release-4.6-postsubmits.yaml index f44ceb0f1d5d..53272556e064 100644 --- a/ci-operator/jobs/openshift/node-problem-detector-operator/openshift-node-problem-detector-operator-release-4.6-postsubmits.yaml +++ b/ci-operator/jobs/openshift/node-problem-detector-operator/openshift-node-problem-detector-operator-release-4.6-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-node-problem-detector-operator-release-4.6-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/node-problem-detector-operator/openshift-node-problem-detector-operator-release-4.6-presubmits.yaml b/ci-operator/jobs/openshift/node-problem-detector-operator/openshift-node-problem-detector-operator-release-4.6-presubmits.yaml index ec233c6a072d..268ab60c4a1c 100644 --- a/ci-operator/jobs/openshift/node-problem-detector-operator/openshift-node-problem-detector-operator-release-4.6-presubmits.yaml +++ b/ci-operator/jobs/openshift/node-problem-detector-operator/openshift-node-problem-detector-operator-release-4.6-presubmits.yaml @@ -17,10 +17,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -38,6 +38,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -49,4 +52,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift/node-problem-detector-operator/openshift-node-problem-detector-operator-release-4.7-postsubmits.yaml b/ci-operator/jobs/openshift/node-problem-detector-operator/openshift-node-problem-detector-operator-release-4.7-postsubmits.yaml index e0e21c746110..52d570d91034 100644 --- a/ci-operator/jobs/openshift/node-problem-detector-operator/openshift-node-problem-detector-operator-release-4.7-postsubmits.yaml +++ b/ci-operator/jobs/openshift/node-problem-detector-operator/openshift-node-problem-detector-operator-release-4.7-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-node-problem-detector-operator-release-4.7-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/node-problem-detector-operator/openshift-node-problem-detector-operator-release-4.7-presubmits.yaml b/ci-operator/jobs/openshift/node-problem-detector-operator/openshift-node-problem-detector-operator-release-4.7-presubmits.yaml index 5bc86e90d704..5963d3d669e6 100644 --- a/ci-operator/jobs/openshift/node-problem-detector-operator/openshift-node-problem-detector-operator-release-4.7-presubmits.yaml +++ b/ci-operator/jobs/openshift/node-problem-detector-operator/openshift-node-problem-detector-operator-release-4.7-presubmits.yaml @@ -17,10 +17,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -38,6 +38,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -49,4 +52,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift/node-problem-detector/openshift-node-problem-detector-master-postsubmits.yaml b/ci-operator/jobs/openshift/node-problem-detector/openshift-node-problem-detector-master-postsubmits.yaml index 952c0a5226f3..cb82f5153597 100644 --- a/ci-operator/jobs/openshift/node-problem-detector/openshift-node-problem-detector-master-postsubmits.yaml +++ b/ci-operator/jobs/openshift/node-problem-detector/openshift-node-problem-detector-master-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-node-problem-detector-master-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/node-problem-detector/openshift-node-problem-detector-master-presubmits.yaml b/ci-operator/jobs/openshift/node-problem-detector/openshift-node-problem-detector-master-presubmits.yaml index d2aa0bccec82..6030729c9503 100644 --- a/ci-operator/jobs/openshift/node-problem-detector/openshift-node-problem-detector-master-presubmits.yaml +++ b/ci-operator/jobs/openshift/node-problem-detector/openshift-node-problem-detector-master-presubmits.yaml @@ -17,10 +17,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -38,6 +38,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -49,4 +52,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift/node-problem-detector/openshift-node-problem-detector-release-4.1-postsubmits.yaml b/ci-operator/jobs/openshift/node-problem-detector/openshift-node-problem-detector-release-4.1-postsubmits.yaml index 8b49bdf2df3d..aef9fff362fd 100644 --- a/ci-operator/jobs/openshift/node-problem-detector/openshift-node-problem-detector-release-4.1-postsubmits.yaml +++ b/ci-operator/jobs/openshift/node-problem-detector/openshift-node-problem-detector-release-4.1-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-node-problem-detector-release-4.1-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/node-problem-detector/openshift-node-problem-detector-release-4.1-presubmits.yaml b/ci-operator/jobs/openshift/node-problem-detector/openshift-node-problem-detector-release-4.1-presubmits.yaml index 6ae7df09e0e7..5515dfdb66ae 100644 --- a/ci-operator/jobs/openshift/node-problem-detector/openshift-node-problem-detector-release-4.1-presubmits.yaml +++ b/ci-operator/jobs/openshift/node-problem-detector/openshift-node-problem-detector-release-4.1-presubmits.yaml @@ -17,10 +17,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -38,6 +38,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -49,4 +52,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift/node-problem-detector/openshift-node-problem-detector-release-4.2-postsubmits.yaml b/ci-operator/jobs/openshift/node-problem-detector/openshift-node-problem-detector-release-4.2-postsubmits.yaml index 24983301f2b3..e1c91f18d9d8 100644 --- a/ci-operator/jobs/openshift/node-problem-detector/openshift-node-problem-detector-release-4.2-postsubmits.yaml +++ b/ci-operator/jobs/openshift/node-problem-detector/openshift-node-problem-detector-release-4.2-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-node-problem-detector-release-4.2-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/node-problem-detector/openshift-node-problem-detector-release-4.2-presubmits.yaml b/ci-operator/jobs/openshift/node-problem-detector/openshift-node-problem-detector-release-4.2-presubmits.yaml index f46785e9694f..49441c0363a2 100644 --- a/ci-operator/jobs/openshift/node-problem-detector/openshift-node-problem-detector-release-4.2-presubmits.yaml +++ b/ci-operator/jobs/openshift/node-problem-detector/openshift-node-problem-detector-release-4.2-presubmits.yaml @@ -17,10 +17,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -38,6 +38,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -49,4 +52,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift/node-problem-detector/openshift-node-problem-detector-release-4.3-postsubmits.yaml b/ci-operator/jobs/openshift/node-problem-detector/openshift-node-problem-detector-release-4.3-postsubmits.yaml index 67df8386a919..10549c496729 100644 --- a/ci-operator/jobs/openshift/node-problem-detector/openshift-node-problem-detector-release-4.3-postsubmits.yaml +++ b/ci-operator/jobs/openshift/node-problem-detector/openshift-node-problem-detector-release-4.3-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-node-problem-detector-release-4.3-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/node-problem-detector/openshift-node-problem-detector-release-4.3-presubmits.yaml b/ci-operator/jobs/openshift/node-problem-detector/openshift-node-problem-detector-release-4.3-presubmits.yaml index 8ef2d217e386..1259151458cb 100644 --- a/ci-operator/jobs/openshift/node-problem-detector/openshift-node-problem-detector-release-4.3-presubmits.yaml +++ b/ci-operator/jobs/openshift/node-problem-detector/openshift-node-problem-detector-release-4.3-presubmits.yaml @@ -17,10 +17,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -38,6 +38,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -49,4 +52,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift/node-problem-detector/openshift-node-problem-detector-release-4.4-postsubmits.yaml b/ci-operator/jobs/openshift/node-problem-detector/openshift-node-problem-detector-release-4.4-postsubmits.yaml index a00f09c4fc66..d5f1a4845b50 100644 --- a/ci-operator/jobs/openshift/node-problem-detector/openshift-node-problem-detector-release-4.4-postsubmits.yaml +++ b/ci-operator/jobs/openshift/node-problem-detector/openshift-node-problem-detector-release-4.4-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-node-problem-detector-release-4.4-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/node-problem-detector/openshift-node-problem-detector-release-4.4-presubmits.yaml b/ci-operator/jobs/openshift/node-problem-detector/openshift-node-problem-detector-release-4.4-presubmits.yaml index e6636ffafbec..d047b54bc813 100644 --- a/ci-operator/jobs/openshift/node-problem-detector/openshift-node-problem-detector-release-4.4-presubmits.yaml +++ b/ci-operator/jobs/openshift/node-problem-detector/openshift-node-problem-detector-release-4.4-presubmits.yaml @@ -17,10 +17,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -38,6 +38,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -49,4 +52,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift/node-problem-detector/openshift-node-problem-detector-release-4.5-postsubmits.yaml b/ci-operator/jobs/openshift/node-problem-detector/openshift-node-problem-detector-release-4.5-postsubmits.yaml index 564fa26ff1a9..ac28d93114e5 100644 --- a/ci-operator/jobs/openshift/node-problem-detector/openshift-node-problem-detector-release-4.5-postsubmits.yaml +++ b/ci-operator/jobs/openshift/node-problem-detector/openshift-node-problem-detector-release-4.5-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-node-problem-detector-release-4.5-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/node-problem-detector/openshift-node-problem-detector-release-4.5-presubmits.yaml b/ci-operator/jobs/openshift/node-problem-detector/openshift-node-problem-detector-release-4.5-presubmits.yaml index f5c211468bec..1b8651f778ee 100644 --- a/ci-operator/jobs/openshift/node-problem-detector/openshift-node-problem-detector-release-4.5-presubmits.yaml +++ b/ci-operator/jobs/openshift/node-problem-detector/openshift-node-problem-detector-release-4.5-presubmits.yaml @@ -17,10 +17,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -37,6 +37,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -48,4 +51,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift/node-problem-detector/openshift-node-problem-detector-release-4.6-postsubmits.yaml b/ci-operator/jobs/openshift/node-problem-detector/openshift-node-problem-detector-release-4.6-postsubmits.yaml index eb73aaaf4f4a..3c4fb3e6d693 100644 --- a/ci-operator/jobs/openshift/node-problem-detector/openshift-node-problem-detector-release-4.6-postsubmits.yaml +++ b/ci-operator/jobs/openshift/node-problem-detector/openshift-node-problem-detector-release-4.6-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-node-problem-detector-release-4.6-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/node-problem-detector/openshift-node-problem-detector-release-4.6-presubmits.yaml b/ci-operator/jobs/openshift/node-problem-detector/openshift-node-problem-detector-release-4.6-presubmits.yaml index d81617aa4663..e3e16f6f3bd9 100644 --- a/ci-operator/jobs/openshift/node-problem-detector/openshift-node-problem-detector-release-4.6-presubmits.yaml +++ b/ci-operator/jobs/openshift/node-problem-detector/openshift-node-problem-detector-release-4.6-presubmits.yaml @@ -17,10 +17,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -38,6 +38,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -49,4 +52,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift/node-problem-detector/openshift-node-problem-detector-release-4.7-postsubmits.yaml b/ci-operator/jobs/openshift/node-problem-detector/openshift-node-problem-detector-release-4.7-postsubmits.yaml index 9cd5648da9d1..4df6ef24def6 100644 --- a/ci-operator/jobs/openshift/node-problem-detector/openshift-node-problem-detector-release-4.7-postsubmits.yaml +++ b/ci-operator/jobs/openshift/node-problem-detector/openshift-node-problem-detector-release-4.7-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-node-problem-detector-release-4.7-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/node-problem-detector/openshift-node-problem-detector-release-4.7-presubmits.yaml b/ci-operator/jobs/openshift/node-problem-detector/openshift-node-problem-detector-release-4.7-presubmits.yaml index 063100c41a4f..c189861b7d7f 100644 --- a/ci-operator/jobs/openshift/node-problem-detector/openshift-node-problem-detector-release-4.7-presubmits.yaml +++ b/ci-operator/jobs/openshift/node-problem-detector/openshift-node-problem-detector-release-4.7-presubmits.yaml @@ -17,10 +17,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -38,6 +38,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -49,4 +52,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift/node_exporter/openshift-node_exporter-master-postsubmits.yaml b/ci-operator/jobs/openshift/node_exporter/openshift-node_exporter-master-postsubmits.yaml index 7e3f5165b56b..0a5b2c722cd7 100644 --- a/ci-operator/jobs/openshift/node_exporter/openshift-node_exporter-master-postsubmits.yaml +++ b/ci-operator/jobs/openshift/node_exporter/openshift-node_exporter-master-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-node_exporter-master-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/node_exporter/openshift-node_exporter-master-presubmits.yaml b/ci-operator/jobs/openshift/node_exporter/openshift-node_exporter-master-presubmits.yaml index fa2a9014ab5f..db8af87f6866 100644 --- a/ci-operator/jobs/openshift/node_exporter/openshift-node_exporter-master-presubmits.yaml +++ b/ci-operator/jobs/openshift/node_exporter/openshift-node_exporter-master-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -46,6 +44,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -68,6 +69,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -86,10 +90,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -107,6 +111,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -118,4 +125,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift/node_exporter/openshift-node_exporter-release-3.11-presubmits.yaml b/ci-operator/jobs/openshift/node_exporter/openshift-node_exporter-release-3.11-presubmits.yaml index 99d4c16fd60b..c8e428d6cacd 100644 --- a/ci-operator/jobs/openshift/node_exporter/openshift-node_exporter-release-3.11-presubmits.yaml +++ b/ci-operator/jobs/openshift/node_exporter/openshift-node_exporter-release-3.11-presubmits.yaml @@ -17,10 +17,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -37,6 +37,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -48,4 +51,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift/node_exporter/openshift-node_exporter-release-4.1-postsubmits.yaml b/ci-operator/jobs/openshift/node_exporter/openshift-node_exporter-release-4.1-postsubmits.yaml index 3720b0fe8684..93b78519c411 100644 --- a/ci-operator/jobs/openshift/node_exporter/openshift-node_exporter-release-4.1-postsubmits.yaml +++ b/ci-operator/jobs/openshift/node_exporter/openshift-node_exporter-release-4.1-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-node_exporter-release-4.1-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/node_exporter/openshift-node_exporter-release-4.1-presubmits.yaml b/ci-operator/jobs/openshift/node_exporter/openshift-node_exporter-release-4.1-presubmits.yaml index fc4d46d6426c..b7c031be41b0 100644 --- a/ci-operator/jobs/openshift/node_exporter/openshift-node_exporter-release-4.1-presubmits.yaml +++ b/ci-operator/jobs/openshift/node_exporter/openshift-node_exporter-release-4.1-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -46,6 +44,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -68,6 +69,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -86,10 +90,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -107,6 +111,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -118,4 +125,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift/node_exporter/openshift-node_exporter-release-4.2-postsubmits.yaml b/ci-operator/jobs/openshift/node_exporter/openshift-node_exporter-release-4.2-postsubmits.yaml index ae5c05da5563..1298ced50fbe 100644 --- a/ci-operator/jobs/openshift/node_exporter/openshift-node_exporter-release-4.2-postsubmits.yaml +++ b/ci-operator/jobs/openshift/node_exporter/openshift-node_exporter-release-4.2-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-node_exporter-release-4.2-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/node_exporter/openshift-node_exporter-release-4.2-presubmits.yaml b/ci-operator/jobs/openshift/node_exporter/openshift-node_exporter-release-4.2-presubmits.yaml index 0bc1a3276918..190f81e55c73 100644 --- a/ci-operator/jobs/openshift/node_exporter/openshift-node_exporter-release-4.2-presubmits.yaml +++ b/ci-operator/jobs/openshift/node_exporter/openshift-node_exporter-release-4.2-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -46,6 +44,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -68,6 +69,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -86,10 +90,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -107,6 +111,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -118,4 +125,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift/node_exporter/openshift-node_exporter-release-4.3-postsubmits.yaml b/ci-operator/jobs/openshift/node_exporter/openshift-node_exporter-release-4.3-postsubmits.yaml index 338f8787fb6e..a1053b111430 100644 --- a/ci-operator/jobs/openshift/node_exporter/openshift-node_exporter-release-4.3-postsubmits.yaml +++ b/ci-operator/jobs/openshift/node_exporter/openshift-node_exporter-release-4.3-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-node_exporter-release-4.3-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/node_exporter/openshift-node_exporter-release-4.3-presubmits.yaml b/ci-operator/jobs/openshift/node_exporter/openshift-node_exporter-release-4.3-presubmits.yaml index 71197635ea6f..9bc7629acc4a 100644 --- a/ci-operator/jobs/openshift/node_exporter/openshift-node_exporter-release-4.3-presubmits.yaml +++ b/ci-operator/jobs/openshift/node_exporter/openshift-node_exporter-release-4.3-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -46,6 +44,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -68,6 +69,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -86,10 +90,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -107,6 +111,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -118,4 +125,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift/node_exporter/openshift-node_exporter-release-4.4-postsubmits.yaml b/ci-operator/jobs/openshift/node_exporter/openshift-node_exporter-release-4.4-postsubmits.yaml index 43376dfe8322..f6b43e35ef7d 100644 --- a/ci-operator/jobs/openshift/node_exporter/openshift-node_exporter-release-4.4-postsubmits.yaml +++ b/ci-operator/jobs/openshift/node_exporter/openshift-node_exporter-release-4.4-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-node_exporter-release-4.4-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/node_exporter/openshift-node_exporter-release-4.4-presubmits.yaml b/ci-operator/jobs/openshift/node_exporter/openshift-node_exporter-release-4.4-presubmits.yaml index e679ea280fc1..57fe6b1eb016 100644 --- a/ci-operator/jobs/openshift/node_exporter/openshift-node_exporter-release-4.4-presubmits.yaml +++ b/ci-operator/jobs/openshift/node_exporter/openshift-node_exporter-release-4.4-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -46,6 +44,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -68,6 +69,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -86,10 +90,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -107,6 +111,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -118,4 +125,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift/node_exporter/openshift-node_exporter-release-4.5-postsubmits.yaml b/ci-operator/jobs/openshift/node_exporter/openshift-node_exporter-release-4.5-postsubmits.yaml index bea017357583..e3f9a42ee3a6 100644 --- a/ci-operator/jobs/openshift/node_exporter/openshift-node_exporter-release-4.5-postsubmits.yaml +++ b/ci-operator/jobs/openshift/node_exporter/openshift-node_exporter-release-4.5-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-node_exporter-release-4.5-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/node_exporter/openshift-node_exporter-release-4.5-presubmits.yaml b/ci-operator/jobs/openshift/node_exporter/openshift-node_exporter-release-4.5-presubmits.yaml index f1f1c2ee0955..e80dfeaf6be8 100644 --- a/ci-operator/jobs/openshift/node_exporter/openshift-node_exporter-release-4.5-presubmits.yaml +++ b/ci-operator/jobs/openshift/node_exporter/openshift-node_exporter-release-4.5-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -46,6 +44,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -68,6 +69,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -86,10 +90,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -106,6 +110,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -117,4 +124,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift/node_exporter/openshift-node_exporter-release-4.6-postsubmits.yaml b/ci-operator/jobs/openshift/node_exporter/openshift-node_exporter-release-4.6-postsubmits.yaml index 3cd3dfed56d6..2d0966f7662a 100644 --- a/ci-operator/jobs/openshift/node_exporter/openshift-node_exporter-release-4.6-postsubmits.yaml +++ b/ci-operator/jobs/openshift/node_exporter/openshift-node_exporter-release-4.6-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-node_exporter-release-4.6-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/node_exporter/openshift-node_exporter-release-4.6-presubmits.yaml b/ci-operator/jobs/openshift/node_exporter/openshift-node_exporter-release-4.6-presubmits.yaml index 3f5c96618a20..608d0c9e5133 100644 --- a/ci-operator/jobs/openshift/node_exporter/openshift-node_exporter-release-4.6-presubmits.yaml +++ b/ci-operator/jobs/openshift/node_exporter/openshift-node_exporter-release-4.6-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -46,6 +44,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -68,6 +69,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -86,10 +90,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -107,6 +111,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -118,4 +125,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift/node_exporter/openshift-node_exporter-release-4.7-postsubmits.yaml b/ci-operator/jobs/openshift/node_exporter/openshift-node_exporter-release-4.7-postsubmits.yaml index 7d000f778288..eab2dc5cc4ed 100644 --- a/ci-operator/jobs/openshift/node_exporter/openshift-node_exporter-release-4.7-postsubmits.yaml +++ b/ci-operator/jobs/openshift/node_exporter/openshift-node_exporter-release-4.7-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-node_exporter-release-4.7-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/node_exporter/openshift-node_exporter-release-4.7-presubmits.yaml b/ci-operator/jobs/openshift/node_exporter/openshift-node_exporter-release-4.7-presubmits.yaml index d3c13fd723ea..3081c09435f9 100644 --- a/ci-operator/jobs/openshift/node_exporter/openshift-node_exporter-release-4.7-presubmits.yaml +++ b/ci-operator/jobs/openshift/node_exporter/openshift-node_exporter-release-4.7-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -46,6 +44,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -68,6 +69,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -86,10 +90,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -107,6 +111,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -118,4 +125,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift/oauth-apiserver/openshift-oauth-apiserver-master-postsubmits.yaml b/ci-operator/jobs/openshift/oauth-apiserver/openshift-oauth-apiserver-master-postsubmits.yaml index 3129b4b2e1c1..792a084f93dd 100644 --- a/ci-operator/jobs/openshift/oauth-apiserver/openshift-oauth-apiserver-master-postsubmits.yaml +++ b/ci-operator/jobs/openshift/oauth-apiserver/openshift-oauth-apiserver-master-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-oauth-apiserver-master-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/oauth-apiserver/openshift-oauth-apiserver-master-presubmits.yaml b/ci-operator/jobs/openshift/oauth-apiserver/openshift-oauth-apiserver-master-presubmits.yaml index 4d04070cda24..c0e19f0f2e9b 100644 --- a/ci-operator/jobs/openshift/oauth-apiserver/openshift-oauth-apiserver-master-presubmits.yaml +++ b/ci-operator/jobs/openshift/oauth-apiserver/openshift-oauth-apiserver-master-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -46,6 +44,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -68,6 +69,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -86,13 +90,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -115,6 +117,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -137,6 +142,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -155,10 +163,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -176,6 +184,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -187,6 +198,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -205,10 +219,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -225,6 +239,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -236,6 +253,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -254,10 +274,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -274,6 +294,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -285,4 +308,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) diff --git a/ci-operator/jobs/openshift/oauth-apiserver/openshift-oauth-apiserver-release-4.4-postsubmits.yaml b/ci-operator/jobs/openshift/oauth-apiserver/openshift-oauth-apiserver-release-4.4-postsubmits.yaml index 4d279a13dd59..5c140913d899 100644 --- a/ci-operator/jobs/openshift/oauth-apiserver/openshift-oauth-apiserver-release-4.4-postsubmits.yaml +++ b/ci-operator/jobs/openshift/oauth-apiserver/openshift-oauth-apiserver-release-4.4-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-oauth-apiserver-release-4.4-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/oauth-apiserver/openshift-oauth-apiserver-release-4.4-presubmits.yaml b/ci-operator/jobs/openshift/oauth-apiserver/openshift-oauth-apiserver-release-4.4-presubmits.yaml index c0ed8c123d16..14d535f0c2ad 100644 --- a/ci-operator/jobs/openshift/oauth-apiserver/openshift-oauth-apiserver-release-4.4-presubmits.yaml +++ b/ci-operator/jobs/openshift/oauth-apiserver/openshift-oauth-apiserver-release-4.4-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -46,6 +44,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -68,6 +69,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -86,13 +90,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -115,6 +117,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -137,6 +142,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -155,10 +163,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -176,6 +184,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -187,6 +198,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -205,10 +219,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -225,6 +239,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -236,6 +253,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -254,10 +274,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -274,6 +294,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -285,4 +308,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) diff --git a/ci-operator/jobs/openshift/oauth-apiserver/openshift-oauth-apiserver-release-4.5-postsubmits.yaml b/ci-operator/jobs/openshift/oauth-apiserver/openshift-oauth-apiserver-release-4.5-postsubmits.yaml index c2d6816dca51..025004ba78da 100644 --- a/ci-operator/jobs/openshift/oauth-apiserver/openshift-oauth-apiserver-release-4.5-postsubmits.yaml +++ b/ci-operator/jobs/openshift/oauth-apiserver/openshift-oauth-apiserver-release-4.5-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-oauth-apiserver-release-4.5-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/oauth-apiserver/openshift-oauth-apiserver-release-4.5-presubmits.yaml b/ci-operator/jobs/openshift/oauth-apiserver/openshift-oauth-apiserver-release-4.5-presubmits.yaml index b6057c78b233..36d4ff4585bc 100644 --- a/ci-operator/jobs/openshift/oauth-apiserver/openshift-oauth-apiserver-release-4.5-presubmits.yaml +++ b/ci-operator/jobs/openshift/oauth-apiserver/openshift-oauth-apiserver-release-4.5-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -46,6 +44,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -68,6 +69,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -86,13 +90,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -115,6 +117,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -137,6 +142,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -155,10 +163,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -175,6 +183,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -186,6 +197,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -204,10 +218,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -224,6 +238,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -235,6 +252,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -253,10 +273,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -273,6 +293,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -284,4 +307,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) diff --git a/ci-operator/jobs/openshift/oauth-apiserver/openshift-oauth-apiserver-release-4.6-postsubmits.yaml b/ci-operator/jobs/openshift/oauth-apiserver/openshift-oauth-apiserver-release-4.6-postsubmits.yaml index 1ce31217e406..77dc558623fd 100644 --- a/ci-operator/jobs/openshift/oauth-apiserver/openshift-oauth-apiserver-release-4.6-postsubmits.yaml +++ b/ci-operator/jobs/openshift/oauth-apiserver/openshift-oauth-apiserver-release-4.6-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-oauth-apiserver-release-4.6-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/oauth-apiserver/openshift-oauth-apiserver-release-4.6-presubmits.yaml b/ci-operator/jobs/openshift/oauth-apiserver/openshift-oauth-apiserver-release-4.6-presubmits.yaml index 3a708786961f..b4324ba9f209 100644 --- a/ci-operator/jobs/openshift/oauth-apiserver/openshift-oauth-apiserver-release-4.6-presubmits.yaml +++ b/ci-operator/jobs/openshift/oauth-apiserver/openshift-oauth-apiserver-release-4.6-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -46,6 +44,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -68,6 +69,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -86,13 +90,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -115,6 +117,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -137,6 +142,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -155,10 +163,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -176,6 +184,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -187,6 +198,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -205,10 +219,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -225,6 +239,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -236,6 +253,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -254,10 +274,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -274,6 +294,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -285,4 +308,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) diff --git a/ci-operator/jobs/openshift/oauth-apiserver/openshift-oauth-apiserver-release-4.7-postsubmits.yaml b/ci-operator/jobs/openshift/oauth-apiserver/openshift-oauth-apiserver-release-4.7-postsubmits.yaml index 759271483abc..a53b6a9b8c3c 100644 --- a/ci-operator/jobs/openshift/oauth-apiserver/openshift-oauth-apiserver-release-4.7-postsubmits.yaml +++ b/ci-operator/jobs/openshift/oauth-apiserver/openshift-oauth-apiserver-release-4.7-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-oauth-apiserver-release-4.7-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/oauth-apiserver/openshift-oauth-apiserver-release-4.7-presubmits.yaml b/ci-operator/jobs/openshift/oauth-apiserver/openshift-oauth-apiserver-release-4.7-presubmits.yaml index 36d8f446bfa7..d9420b0502c3 100644 --- a/ci-operator/jobs/openshift/oauth-apiserver/openshift-oauth-apiserver-release-4.7-presubmits.yaml +++ b/ci-operator/jobs/openshift/oauth-apiserver/openshift-oauth-apiserver-release-4.7-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -46,6 +44,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -68,6 +69,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -86,13 +90,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -115,6 +117,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -137,6 +142,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -155,10 +163,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -176,6 +184,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -187,6 +198,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -205,10 +219,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -225,6 +239,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -236,6 +253,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -254,10 +274,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -274,6 +294,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -285,4 +308,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) diff --git a/ci-operator/jobs/openshift/oauth-proxy/openshift-oauth-proxy-master-postsubmits.yaml b/ci-operator/jobs/openshift/oauth-proxy/openshift-oauth-proxy-master-postsubmits.yaml index f23cf5d1e274..52d4d5c7124a 100644 --- a/ci-operator/jobs/openshift/oauth-proxy/openshift-oauth-proxy-master-postsubmits.yaml +++ b/ci-operator/jobs/openshift/oauth-proxy/openshift-oauth-proxy-master-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-oauth-proxy-master-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/oauth-proxy/openshift-oauth-proxy-master-presubmits.yaml b/ci-operator/jobs/openshift/oauth-proxy/openshift-oauth-proxy-master-presubmits.yaml index 63d038811791..42466e4b875f 100644 --- a/ci-operator/jobs/openshift/oauth-proxy/openshift-oauth-proxy-master-presubmits.yaml +++ b/ci-operator/jobs/openshift/oauth-proxy/openshift-oauth-proxy-master-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -46,6 +44,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -68,6 +69,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -86,10 +90,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -107,6 +111,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -118,4 +125,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift/oauth-proxy/openshift-oauth-proxy-release-3.11-postsubmits.yaml b/ci-operator/jobs/openshift/oauth-proxy/openshift-oauth-proxy-release-3.11-postsubmits.yaml index fa09057698f6..319776c469b0 100644 --- a/ci-operator/jobs/openshift/oauth-proxy/openshift-oauth-proxy-release-3.11-postsubmits.yaml +++ b/ci-operator/jobs/openshift/oauth-proxy/openshift-oauth-proxy-release-3.11-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-oauth-proxy-release-3.11-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/oauth-proxy/openshift-oauth-proxy-release-3.11-presubmits.yaml b/ci-operator/jobs/openshift/oauth-proxy/openshift-oauth-proxy-release-3.11-presubmits.yaml index e8b320829db3..d01382e81d2a 100644 --- a/ci-operator/jobs/openshift/oauth-proxy/openshift-oauth-proxy-release-3.11-presubmits.yaml +++ b/ci-operator/jobs/openshift/oauth-proxy/openshift-oauth-proxy-release-3.11-presubmits.yaml @@ -17,10 +17,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -37,6 +37,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -48,4 +51,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift/oauth-proxy/openshift-oauth-proxy-release-4.1-postsubmits.yaml b/ci-operator/jobs/openshift/oauth-proxy/openshift-oauth-proxy-release-4.1-postsubmits.yaml index 7a1f49040f10..99951a6b4f68 100644 --- a/ci-operator/jobs/openshift/oauth-proxy/openshift-oauth-proxy-release-4.1-postsubmits.yaml +++ b/ci-operator/jobs/openshift/oauth-proxy/openshift-oauth-proxy-release-4.1-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-oauth-proxy-release-4.1-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/oauth-proxy/openshift-oauth-proxy-release-4.1-presubmits.yaml b/ci-operator/jobs/openshift/oauth-proxy/openshift-oauth-proxy-release-4.1-presubmits.yaml index 0d34128f0c5f..f4634d267e3a 100644 --- a/ci-operator/jobs/openshift/oauth-proxy/openshift-oauth-proxy-release-4.1-presubmits.yaml +++ b/ci-operator/jobs/openshift/oauth-proxy/openshift-oauth-proxy-release-4.1-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -46,6 +44,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -68,6 +69,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -86,10 +90,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -107,6 +111,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -118,4 +125,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift/oauth-proxy/openshift-oauth-proxy-release-4.2-postsubmits.yaml b/ci-operator/jobs/openshift/oauth-proxy/openshift-oauth-proxy-release-4.2-postsubmits.yaml index 26ff58aefe47..090f1e936280 100644 --- a/ci-operator/jobs/openshift/oauth-proxy/openshift-oauth-proxy-release-4.2-postsubmits.yaml +++ b/ci-operator/jobs/openshift/oauth-proxy/openshift-oauth-proxy-release-4.2-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-oauth-proxy-release-4.2-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/oauth-proxy/openshift-oauth-proxy-release-4.2-presubmits.yaml b/ci-operator/jobs/openshift/oauth-proxy/openshift-oauth-proxy-release-4.2-presubmits.yaml index edd5511ebd5f..7997b18ef975 100644 --- a/ci-operator/jobs/openshift/oauth-proxy/openshift-oauth-proxy-release-4.2-presubmits.yaml +++ b/ci-operator/jobs/openshift/oauth-proxy/openshift-oauth-proxy-release-4.2-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -46,6 +44,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -68,6 +69,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -86,10 +90,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -107,6 +111,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -118,4 +125,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift/oauth-proxy/openshift-oauth-proxy-release-4.3-postsubmits.yaml b/ci-operator/jobs/openshift/oauth-proxy/openshift-oauth-proxy-release-4.3-postsubmits.yaml index d83b96ab84ff..8f86be41162c 100644 --- a/ci-operator/jobs/openshift/oauth-proxy/openshift-oauth-proxy-release-4.3-postsubmits.yaml +++ b/ci-operator/jobs/openshift/oauth-proxy/openshift-oauth-proxy-release-4.3-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-oauth-proxy-release-4.3-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/oauth-proxy/openshift-oauth-proxy-release-4.3-presubmits.yaml b/ci-operator/jobs/openshift/oauth-proxy/openshift-oauth-proxy-release-4.3-presubmits.yaml index 72d6dfc4a8b2..bab6fd7d8602 100644 --- a/ci-operator/jobs/openshift/oauth-proxy/openshift-oauth-proxy-release-4.3-presubmits.yaml +++ b/ci-operator/jobs/openshift/oauth-proxy/openshift-oauth-proxy-release-4.3-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -46,6 +44,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -68,6 +69,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -86,10 +90,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -107,6 +111,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -118,4 +125,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift/oauth-proxy/openshift-oauth-proxy-release-4.4-postsubmits.yaml b/ci-operator/jobs/openshift/oauth-proxy/openshift-oauth-proxy-release-4.4-postsubmits.yaml index b8dfaf164de2..1401d05f6ac6 100644 --- a/ci-operator/jobs/openshift/oauth-proxy/openshift-oauth-proxy-release-4.4-postsubmits.yaml +++ b/ci-operator/jobs/openshift/oauth-proxy/openshift-oauth-proxy-release-4.4-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-oauth-proxy-release-4.4-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/oauth-proxy/openshift-oauth-proxy-release-4.4-presubmits.yaml b/ci-operator/jobs/openshift/oauth-proxy/openshift-oauth-proxy-release-4.4-presubmits.yaml index 3cec0f4d8661..7e44a109546a 100644 --- a/ci-operator/jobs/openshift/oauth-proxy/openshift-oauth-proxy-release-4.4-presubmits.yaml +++ b/ci-operator/jobs/openshift/oauth-proxy/openshift-oauth-proxy-release-4.4-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -46,6 +44,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -68,6 +69,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -86,10 +90,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -107,6 +111,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -118,4 +125,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift/oauth-proxy/openshift-oauth-proxy-release-4.5-postsubmits.yaml b/ci-operator/jobs/openshift/oauth-proxy/openshift-oauth-proxy-release-4.5-postsubmits.yaml index 52509839f07b..f4d659c16da2 100644 --- a/ci-operator/jobs/openshift/oauth-proxy/openshift-oauth-proxy-release-4.5-postsubmits.yaml +++ b/ci-operator/jobs/openshift/oauth-proxy/openshift-oauth-proxy-release-4.5-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-oauth-proxy-release-4.5-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/oauth-proxy/openshift-oauth-proxy-release-4.5-presubmits.yaml b/ci-operator/jobs/openshift/oauth-proxy/openshift-oauth-proxy-release-4.5-presubmits.yaml index 03c638759c49..f6f951a53c49 100644 --- a/ci-operator/jobs/openshift/oauth-proxy/openshift-oauth-proxy-release-4.5-presubmits.yaml +++ b/ci-operator/jobs/openshift/oauth-proxy/openshift-oauth-proxy-release-4.5-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -46,6 +44,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -68,6 +69,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -86,10 +90,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -106,6 +110,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -117,4 +124,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift/oauth-proxy/openshift-oauth-proxy-release-4.6-postsubmits.yaml b/ci-operator/jobs/openshift/oauth-proxy/openshift-oauth-proxy-release-4.6-postsubmits.yaml index 653a35be8dfd..385775933f5a 100644 --- a/ci-operator/jobs/openshift/oauth-proxy/openshift-oauth-proxy-release-4.6-postsubmits.yaml +++ b/ci-operator/jobs/openshift/oauth-proxy/openshift-oauth-proxy-release-4.6-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-oauth-proxy-release-4.6-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/oauth-proxy/openshift-oauth-proxy-release-4.6-presubmits.yaml b/ci-operator/jobs/openshift/oauth-proxy/openshift-oauth-proxy-release-4.6-presubmits.yaml index 913fd34b3a7e..53a0175c9eb1 100644 --- a/ci-operator/jobs/openshift/oauth-proxy/openshift-oauth-proxy-release-4.6-presubmits.yaml +++ b/ci-operator/jobs/openshift/oauth-proxy/openshift-oauth-proxy-release-4.6-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -46,6 +44,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -68,6 +69,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -86,10 +90,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -107,6 +111,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -118,4 +125,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift/oauth-proxy/openshift-oauth-proxy-release-4.7-postsubmits.yaml b/ci-operator/jobs/openshift/oauth-proxy/openshift-oauth-proxy-release-4.7-postsubmits.yaml index 0184746d5c11..c76d731c4c61 100644 --- a/ci-operator/jobs/openshift/oauth-proxy/openshift-oauth-proxy-release-4.7-postsubmits.yaml +++ b/ci-operator/jobs/openshift/oauth-proxy/openshift-oauth-proxy-release-4.7-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-oauth-proxy-release-4.7-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/oauth-proxy/openshift-oauth-proxy-release-4.7-presubmits.yaml b/ci-operator/jobs/openshift/oauth-proxy/openshift-oauth-proxy-release-4.7-presubmits.yaml index 8d9441403f1d..7e5d0cf66a27 100644 --- a/ci-operator/jobs/openshift/oauth-proxy/openshift-oauth-proxy-release-4.7-presubmits.yaml +++ b/ci-operator/jobs/openshift/oauth-proxy/openshift-oauth-proxy-release-4.7-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -46,6 +44,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -68,6 +69,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -86,10 +90,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -107,6 +111,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -118,4 +125,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift/oauth-proxy/openshift-oauth-proxy-samples-operator-4.2-postsubmits.yaml b/ci-operator/jobs/openshift/oauth-proxy/openshift-oauth-proxy-samples-operator-4.2-postsubmits.yaml index efbf3c07bdf6..6dba575b1080 100644 --- a/ci-operator/jobs/openshift/oauth-proxy/openshift-oauth-proxy-samples-operator-4.2-postsubmits.yaml +++ b/ci-operator/jobs/openshift/oauth-proxy/openshift-oauth-proxy-samples-operator-4.2-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-oauth-proxy-samples-operator-4.2-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/oauth-proxy/openshift-oauth-proxy-samples-operator-4.2-presubmits.yaml b/ci-operator/jobs/openshift/oauth-proxy/openshift-oauth-proxy-samples-operator-4.2-presubmits.yaml index d0ee141ec236..cd62747c1368 100644 --- a/ci-operator/jobs/openshift/oauth-proxy/openshift-oauth-proxy-samples-operator-4.2-presubmits.yaml +++ b/ci-operator/jobs/openshift/oauth-proxy/openshift-oauth-proxy-samples-operator-4.2-presubmits.yaml @@ -17,10 +17,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -38,6 +38,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -49,4 +52,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift/oauth-proxy/openshift-oauth-proxy-samples-operator-4.3-postsubmits.yaml b/ci-operator/jobs/openshift/oauth-proxy/openshift-oauth-proxy-samples-operator-4.3-postsubmits.yaml index c07bd90d6868..0f77e87f975d 100644 --- a/ci-operator/jobs/openshift/oauth-proxy/openshift-oauth-proxy-samples-operator-4.3-postsubmits.yaml +++ b/ci-operator/jobs/openshift/oauth-proxy/openshift-oauth-proxy-samples-operator-4.3-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-oauth-proxy-samples-operator-4.3-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/oauth-proxy/openshift-oauth-proxy-samples-operator-4.3-presubmits.yaml b/ci-operator/jobs/openshift/oauth-proxy/openshift-oauth-proxy-samples-operator-4.3-presubmits.yaml index 17013dfcaaf2..33c74389babd 100644 --- a/ci-operator/jobs/openshift/oauth-proxy/openshift-oauth-proxy-samples-operator-4.3-presubmits.yaml +++ b/ci-operator/jobs/openshift/oauth-proxy/openshift-oauth-proxy-samples-operator-4.3-presubmits.yaml @@ -17,10 +17,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -38,6 +38,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -49,4 +52,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift/oauth-proxy/openshift-oauth-proxy-samples-operator-4.4-postsubmits.yaml b/ci-operator/jobs/openshift/oauth-proxy/openshift-oauth-proxy-samples-operator-4.4-postsubmits.yaml index 84f87dc81354..db4fb48f9039 100644 --- a/ci-operator/jobs/openshift/oauth-proxy/openshift-oauth-proxy-samples-operator-4.4-postsubmits.yaml +++ b/ci-operator/jobs/openshift/oauth-proxy/openshift-oauth-proxy-samples-operator-4.4-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-oauth-proxy-samples-operator-4.4-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/oauth-proxy/openshift-oauth-proxy-samples-operator-4.4-presubmits.yaml b/ci-operator/jobs/openshift/oauth-proxy/openshift-oauth-proxy-samples-operator-4.4-presubmits.yaml index 48a883e8d22f..cdf4f37d2d64 100644 --- a/ci-operator/jobs/openshift/oauth-proxy/openshift-oauth-proxy-samples-operator-4.4-presubmits.yaml +++ b/ci-operator/jobs/openshift/oauth-proxy/openshift-oauth-proxy-samples-operator-4.4-presubmits.yaml @@ -17,10 +17,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -38,6 +38,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -49,4 +52,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift/oauth-server/openshift-oauth-server-master-postsubmits.yaml b/ci-operator/jobs/openshift/oauth-server/openshift-oauth-server-master-postsubmits.yaml index f8181c690e46..5daedb5ccb50 100644 --- a/ci-operator/jobs/openshift/oauth-server/openshift-oauth-server-master-postsubmits.yaml +++ b/ci-operator/jobs/openshift/oauth-server/openshift-oauth-server-master-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-oauth-server-master-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/oauth-server/openshift-oauth-server-master-presubmits.yaml b/ci-operator/jobs/openshift/oauth-server/openshift-oauth-server-master-presubmits.yaml index dbb93e5c0c40..73ba81d683ee 100644 --- a/ci-operator/jobs/openshift/oauth-server/openshift-oauth-server-master-presubmits.yaml +++ b/ci-operator/jobs/openshift/oauth-server/openshift-oauth-server-master-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -46,6 +44,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -68,6 +69,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -86,13 +90,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-serial-cluster-profile - --target=e2e-aws-serial - --template=/usr/local/e2e-aws-serial @@ -126,6 +128,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -151,6 +156,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-serial,?($|\s.*) - agent: kubernetes always_run: true @@ -169,13 +177,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -198,6 +204,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -220,6 +229,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -238,10 +250,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -259,6 +271,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -270,6 +285,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -288,10 +306,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -308,6 +326,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -319,6 +340,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -337,10 +361,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -357,6 +381,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -368,6 +395,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) - agent: kubernetes always_run: true @@ -386,10 +416,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify-deps command: - ci-operator @@ -406,6 +436,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -417,4 +450,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify-deps,?($|\s.*) diff --git a/ci-operator/jobs/openshift/oauth-server/openshift-oauth-server-release-4.2-postsubmits.yaml b/ci-operator/jobs/openshift/oauth-server/openshift-oauth-server-release-4.2-postsubmits.yaml index 9d473d0ba5eb..4558740c5173 100644 --- a/ci-operator/jobs/openshift/oauth-server/openshift-oauth-server-release-4.2-postsubmits.yaml +++ b/ci-operator/jobs/openshift/oauth-server/openshift-oauth-server-release-4.2-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-oauth-server-release-4.2-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/oauth-server/openshift-oauth-server-release-4.2-presubmits.yaml b/ci-operator/jobs/openshift/oauth-server/openshift-oauth-server-release-4.2-presubmits.yaml index 6177b6edc649..cab67116afa9 100644 --- a/ci-operator/jobs/openshift/oauth-server/openshift-oauth-server-release-4.2-presubmits.yaml +++ b/ci-operator/jobs/openshift/oauth-server/openshift-oauth-server-release-4.2-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -46,6 +44,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -68,6 +69,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -86,13 +90,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -115,6 +117,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -137,6 +142,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -155,10 +163,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -176,6 +184,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -187,6 +198,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -205,10 +219,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -225,6 +239,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -236,6 +253,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -254,10 +274,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -274,6 +294,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -285,6 +308,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) - agent: kubernetes always_run: true @@ -303,10 +329,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify-deps command: - ci-operator @@ -323,6 +349,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -334,4 +363,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify-deps,?($|\s.*) diff --git a/ci-operator/jobs/openshift/oauth-server/openshift-oauth-server-release-4.3-postsubmits.yaml b/ci-operator/jobs/openshift/oauth-server/openshift-oauth-server-release-4.3-postsubmits.yaml index c9e984a978ad..15106433656d 100644 --- a/ci-operator/jobs/openshift/oauth-server/openshift-oauth-server-release-4.3-postsubmits.yaml +++ b/ci-operator/jobs/openshift/oauth-server/openshift-oauth-server-release-4.3-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-oauth-server-release-4.3-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/oauth-server/openshift-oauth-server-release-4.3-presubmits.yaml b/ci-operator/jobs/openshift/oauth-server/openshift-oauth-server-release-4.3-presubmits.yaml index f4654c346ceb..e986f51a2161 100644 --- a/ci-operator/jobs/openshift/oauth-server/openshift-oauth-server-release-4.3-presubmits.yaml +++ b/ci-operator/jobs/openshift/oauth-server/openshift-oauth-server-release-4.3-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -46,6 +44,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -68,6 +69,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -86,13 +90,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -115,6 +117,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -137,6 +142,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -155,10 +163,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -176,6 +184,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -187,6 +198,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -205,10 +219,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -225,6 +239,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -236,6 +253,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -254,10 +274,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -274,6 +294,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -285,4 +308,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) diff --git a/ci-operator/jobs/openshift/oauth-server/openshift-oauth-server-release-4.4-postsubmits.yaml b/ci-operator/jobs/openshift/oauth-server/openshift-oauth-server-release-4.4-postsubmits.yaml index aad96a5cd2ec..8cc8f1cbd6d1 100644 --- a/ci-operator/jobs/openshift/oauth-server/openshift-oauth-server-release-4.4-postsubmits.yaml +++ b/ci-operator/jobs/openshift/oauth-server/openshift-oauth-server-release-4.4-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-oauth-server-release-4.4-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/oauth-server/openshift-oauth-server-release-4.4-presubmits.yaml b/ci-operator/jobs/openshift/oauth-server/openshift-oauth-server-release-4.4-presubmits.yaml index 4df10b8a6865..8c5bad9f1cb8 100644 --- a/ci-operator/jobs/openshift/oauth-server/openshift-oauth-server-release-4.4-presubmits.yaml +++ b/ci-operator/jobs/openshift/oauth-server/openshift-oauth-server-release-4.4-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -46,6 +44,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -68,6 +69,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -86,13 +90,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-serial-cluster-profile - --target=e2e-aws-serial - --template=/usr/local/e2e-aws-serial @@ -126,6 +128,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -151,6 +156,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-serial,?($|\s.*) - agent: kubernetes always_run: true @@ -169,13 +177,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -198,6 +204,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -220,6 +229,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -238,10 +250,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -259,6 +271,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -270,6 +285,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -288,10 +306,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -308,6 +326,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -319,6 +340,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -337,10 +361,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -357,6 +381,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -368,4 +395,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) diff --git a/ci-operator/jobs/openshift/oauth-server/openshift-oauth-server-release-4.5-postsubmits.yaml b/ci-operator/jobs/openshift/oauth-server/openshift-oauth-server-release-4.5-postsubmits.yaml index 93898e6eb845..188193cfc413 100644 --- a/ci-operator/jobs/openshift/oauth-server/openshift-oauth-server-release-4.5-postsubmits.yaml +++ b/ci-operator/jobs/openshift/oauth-server/openshift-oauth-server-release-4.5-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-oauth-server-release-4.5-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/oauth-server/openshift-oauth-server-release-4.5-presubmits.yaml b/ci-operator/jobs/openshift/oauth-server/openshift-oauth-server-release-4.5-presubmits.yaml index a53631368b52..ed98d1401999 100644 --- a/ci-operator/jobs/openshift/oauth-server/openshift-oauth-server-release-4.5-presubmits.yaml +++ b/ci-operator/jobs/openshift/oauth-server/openshift-oauth-server-release-4.5-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -46,6 +44,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -68,6 +69,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -86,13 +90,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-serial-cluster-profile - --target=e2e-aws-serial - --template=/usr/local/e2e-aws-serial @@ -126,6 +128,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -151,6 +156,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-serial,?($|\s.*) - agent: kubernetes always_run: true @@ -169,13 +177,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -198,6 +204,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -220,6 +229,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -238,10 +250,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -258,6 +270,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -269,6 +284,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -287,10 +305,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -307,6 +325,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -318,6 +339,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -336,10 +360,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -356,6 +380,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -367,6 +394,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) - agent: kubernetes always_run: true @@ -385,10 +415,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify-deps command: - ci-operator @@ -405,6 +435,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -416,4 +449,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify-deps,?($|\s.*) diff --git a/ci-operator/jobs/openshift/oauth-server/openshift-oauth-server-release-4.6-postsubmits.yaml b/ci-operator/jobs/openshift/oauth-server/openshift-oauth-server-release-4.6-postsubmits.yaml index 8b40abd8a73a..0461ab05f93f 100644 --- a/ci-operator/jobs/openshift/oauth-server/openshift-oauth-server-release-4.6-postsubmits.yaml +++ b/ci-operator/jobs/openshift/oauth-server/openshift-oauth-server-release-4.6-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-oauth-server-release-4.6-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/oauth-server/openshift-oauth-server-release-4.6-presubmits.yaml b/ci-operator/jobs/openshift/oauth-server/openshift-oauth-server-release-4.6-presubmits.yaml index 52ea127bf1ab..b01558aa946a 100644 --- a/ci-operator/jobs/openshift/oauth-server/openshift-oauth-server-release-4.6-presubmits.yaml +++ b/ci-operator/jobs/openshift/oauth-server/openshift-oauth-server-release-4.6-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -46,6 +44,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -68,6 +69,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -86,13 +90,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-serial-cluster-profile - --target=e2e-aws-serial - --template=/usr/local/e2e-aws-serial @@ -126,6 +128,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -151,6 +156,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-serial,?($|\s.*) - agent: kubernetes always_run: true @@ -169,13 +177,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -198,6 +204,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -220,6 +229,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -238,10 +250,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -259,6 +271,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -270,6 +285,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -288,10 +306,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -308,6 +326,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -319,6 +340,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -337,10 +361,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -357,6 +381,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -368,6 +395,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) - agent: kubernetes always_run: true @@ -386,10 +416,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify-deps command: - ci-operator @@ -406,6 +436,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -417,4 +450,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify-deps,?($|\s.*) diff --git a/ci-operator/jobs/openshift/oauth-server/openshift-oauth-server-release-4.7-postsubmits.yaml b/ci-operator/jobs/openshift/oauth-server/openshift-oauth-server-release-4.7-postsubmits.yaml index 9c68ac1e560f..a494182ee3da 100644 --- a/ci-operator/jobs/openshift/oauth-server/openshift-oauth-server-release-4.7-postsubmits.yaml +++ b/ci-operator/jobs/openshift/oauth-server/openshift-oauth-server-release-4.7-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-oauth-server-release-4.7-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/oauth-server/openshift-oauth-server-release-4.7-presubmits.yaml b/ci-operator/jobs/openshift/oauth-server/openshift-oauth-server-release-4.7-presubmits.yaml index 98a8f7608d7b..8174fe5a9050 100644 --- a/ci-operator/jobs/openshift/oauth-server/openshift-oauth-server-release-4.7-presubmits.yaml +++ b/ci-operator/jobs/openshift/oauth-server/openshift-oauth-server-release-4.7-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -46,6 +44,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -68,6 +69,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -86,13 +90,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-serial-cluster-profile - --target=e2e-aws-serial - --template=/usr/local/e2e-aws-serial @@ -126,6 +128,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -151,6 +156,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-serial,?($|\s.*) - agent: kubernetes always_run: true @@ -169,13 +177,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -198,6 +204,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -220,6 +229,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -238,10 +250,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -259,6 +271,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -270,6 +285,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -288,10 +306,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -308,6 +326,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -319,6 +340,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -337,10 +361,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -357,6 +381,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -368,6 +395,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) - agent: kubernetes always_run: true @@ -386,10 +416,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify-deps command: - ci-operator @@ -406,6 +436,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -417,4 +450,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify-deps,?($|\s.*) diff --git a/ci-operator/jobs/openshift/oc/openshift-oc-master-postsubmits.yaml b/ci-operator/jobs/openshift/oc/openshift-oc-master-postsubmits.yaml index e76cf1d9738f..e7f22310e9b8 100644 --- a/ci-operator/jobs/openshift/oc/openshift-oc-master-postsubmits.yaml +++ b/ci-operator/jobs/openshift/oc/openshift-oc-master-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-oc-master-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=rpms command: @@ -35,6 +37,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -46,3 +51,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/oc/openshift-oc-master-presubmits.yaml b/ci-operator/jobs/openshift/oc/openshift-oc-master-presubmits.yaml index d81d74e4566e..9396a54959ee 100644 --- a/ci-operator/jobs/openshift/oc/openshift-oc-master-presubmits.yaml +++ b/ci-operator/jobs/openshift/oc/openshift-oc-master-presubmits.yaml @@ -17,10 +17,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=build-rpms-from-tar command: - ci-operator @@ -37,6 +37,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -48,6 +51,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )build-rpms-from-tar,?($|\s.*) - agent: kubernetes always_run: true @@ -66,13 +72,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -95,6 +99,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -117,6 +124,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: false @@ -136,13 +146,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-builds-cluster-profile - --target=e2e-aws-builds - --template=/usr/local/e2e-aws-builds @@ -176,6 +184,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -201,6 +212,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-builds,?($|\s.*) - agent: kubernetes always_run: true @@ -219,13 +233,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -248,6 +260,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -270,6 +285,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -288,13 +306,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-cmd-cluster-profile - --target=e2e-cmd - --template=/usr/local/e2e-cmd @@ -328,6 +344,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -355,6 +374,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-cmd,?($|\s.*) - agent: kubernetes always_run: true @@ -373,10 +395,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] - --target=rpms @@ -395,6 +417,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -406,6 +431,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -424,10 +452,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=rpm-build command: - ci-operator @@ -444,6 +472,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -455,6 +486,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )rpm-build,?($|\s.*) - agent: kubernetes always_run: true @@ -473,10 +507,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -493,6 +527,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -504,6 +541,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -522,10 +562,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -542,6 +582,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -553,6 +596,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) - agent: kubernetes always_run: true @@ -571,10 +617,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify-deps command: - ci-operator @@ -591,6 +637,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -602,4 +651,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify-deps,?($|\s.*) diff --git a/ci-operator/jobs/openshift/oc/openshift-oc-release-4.2-postsubmits.yaml b/ci-operator/jobs/openshift/oc/openshift-oc-release-4.2-postsubmits.yaml index b9c6d76b1adf..0d754ceb0fbb 100644 --- a/ci-operator/jobs/openshift/oc/openshift-oc-release-4.2-postsubmits.yaml +++ b/ci-operator/jobs/openshift/oc/openshift-oc-release-4.2-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-oc-release-4.2-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=rpms command: @@ -35,6 +37,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -46,3 +51,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/oc/openshift-oc-release-4.2-presubmits.yaml b/ci-operator/jobs/openshift/oc/openshift-oc-release-4.2-presubmits.yaml index 81c543a66e67..8444d374350e 100644 --- a/ci-operator/jobs/openshift/oc/openshift-oc-release-4.2-presubmits.yaml +++ b/ci-operator/jobs/openshift/oc/openshift-oc-release-4.2-presubmits.yaml @@ -17,10 +17,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=build-rpms-from-tar command: - ci-operator @@ -37,6 +37,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -48,6 +51,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )build-rpms-from-tar,?($|\s.*) - agent: kubernetes always_run: true @@ -66,13 +72,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -95,6 +99,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -117,6 +124,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -135,13 +145,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -164,6 +172,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -186,6 +197,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -204,13 +218,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-cmd-cluster-profile - --target=e2e-cmd - --template=/usr/local/e2e-cmd @@ -244,6 +256,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -269,6 +284,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-cmd,?($|\s.*) - agent: kubernetes always_run: true @@ -287,10 +305,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] - --target=rpms @@ -309,6 +327,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -320,6 +341,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -338,10 +362,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=rpm-build command: - ci-operator @@ -358,6 +382,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -369,6 +396,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )rpm-build,?($|\s.*) - agent: kubernetes always_run: true @@ -387,10 +417,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -407,6 +437,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -418,6 +451,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -436,10 +472,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -456,6 +492,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -467,6 +506,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) - agent: kubernetes always_run: true @@ -485,10 +527,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify-deps command: - ci-operator @@ -505,6 +547,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -516,4 +561,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify-deps,?($|\s.*) diff --git a/ci-operator/jobs/openshift/oc/openshift-oc-release-4.3-postsubmits.yaml b/ci-operator/jobs/openshift/oc/openshift-oc-release-4.3-postsubmits.yaml index bdc965944a6a..7328931ed181 100644 --- a/ci-operator/jobs/openshift/oc/openshift-oc-release-4.3-postsubmits.yaml +++ b/ci-operator/jobs/openshift/oc/openshift-oc-release-4.3-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-oc-release-4.3-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=rpms command: @@ -35,6 +37,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -46,3 +51,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/oc/openshift-oc-release-4.3-presubmits.yaml b/ci-operator/jobs/openshift/oc/openshift-oc-release-4.3-presubmits.yaml index 036387896750..30b67a624e14 100644 --- a/ci-operator/jobs/openshift/oc/openshift-oc-release-4.3-presubmits.yaml +++ b/ci-operator/jobs/openshift/oc/openshift-oc-release-4.3-presubmits.yaml @@ -17,10 +17,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=build-rpms-from-tar command: - ci-operator @@ -37,6 +37,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -48,6 +51,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )build-rpms-from-tar,?($|\s.*) - agent: kubernetes always_run: true @@ -66,13 +72,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -95,6 +99,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -117,6 +124,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: false @@ -136,13 +146,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-builds-cluster-profile - --target=e2e-aws-builds - --template=/usr/local/e2e-aws-builds @@ -176,6 +184,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -201,6 +212,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-builds,?($|\s.*) - agent: kubernetes always_run: true @@ -219,13 +233,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -248,6 +260,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -270,6 +285,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -288,13 +306,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-cmd-cluster-profile - --target=e2e-cmd - --template=/usr/local/e2e-cmd @@ -328,6 +344,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -355,6 +374,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-cmd,?($|\s.*) - agent: kubernetes always_run: true @@ -373,10 +395,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] - --target=rpms @@ -395,6 +417,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -406,6 +431,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -424,10 +452,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=rpm-build command: - ci-operator @@ -444,6 +472,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -455,6 +486,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )rpm-build,?($|\s.*) - agent: kubernetes always_run: true @@ -473,10 +507,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -493,6 +527,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -504,6 +541,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -522,10 +562,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -542,6 +582,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -553,4 +596,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) diff --git a/ci-operator/jobs/openshift/oc/openshift-oc-release-4.4-postsubmits.yaml b/ci-operator/jobs/openshift/oc/openshift-oc-release-4.4-postsubmits.yaml index 6da697f98700..c7702195e32a 100644 --- a/ci-operator/jobs/openshift/oc/openshift-oc-release-4.4-postsubmits.yaml +++ b/ci-operator/jobs/openshift/oc/openshift-oc-release-4.4-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-oc-release-4.4-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=rpms command: @@ -35,6 +37,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -46,3 +51,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/oc/openshift-oc-release-4.4-presubmits.yaml b/ci-operator/jobs/openshift/oc/openshift-oc-release-4.4-presubmits.yaml index 7e79689846a7..9af54975d96b 100644 --- a/ci-operator/jobs/openshift/oc/openshift-oc-release-4.4-presubmits.yaml +++ b/ci-operator/jobs/openshift/oc/openshift-oc-release-4.4-presubmits.yaml @@ -17,10 +17,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=build-rpms-from-tar command: - ci-operator @@ -37,6 +37,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -48,6 +51,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )build-rpms-from-tar,?($|\s.*) - agent: kubernetes always_run: true @@ -66,13 +72,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -95,6 +99,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -117,6 +124,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: false @@ -136,13 +146,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-builds-cluster-profile - --target=e2e-aws-builds - --template=/usr/local/e2e-aws-builds @@ -176,6 +184,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -201,6 +212,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-builds,?($|\s.*) - agent: kubernetes always_run: true @@ -219,13 +233,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -248,6 +260,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -270,6 +285,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -288,13 +306,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-cmd-cluster-profile - --target=e2e-cmd - --template=/usr/local/e2e-cmd @@ -328,6 +344,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -355,6 +374,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-cmd,?($|\s.*) - agent: kubernetes always_run: true @@ -373,10 +395,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] - --target=rpms @@ -395,6 +417,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -406,6 +431,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -424,10 +452,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=rpm-build command: - ci-operator @@ -444,6 +472,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -455,6 +486,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )rpm-build,?($|\s.*) - agent: kubernetes always_run: true @@ -473,10 +507,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -493,6 +527,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -504,6 +541,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -522,10 +562,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -542,6 +582,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -553,6 +596,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) - agent: kubernetes always_run: true @@ -571,10 +617,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify-deps command: - ci-operator @@ -591,6 +637,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -602,4 +651,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify-deps,?($|\s.*) diff --git a/ci-operator/jobs/openshift/oc/openshift-oc-release-4.5-postsubmits.yaml b/ci-operator/jobs/openshift/oc/openshift-oc-release-4.5-postsubmits.yaml index 994e1ec7927f..36100f82a495 100644 --- a/ci-operator/jobs/openshift/oc/openshift-oc-release-4.5-postsubmits.yaml +++ b/ci-operator/jobs/openshift/oc/openshift-oc-release-4.5-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-oc-release-4.5-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=rpms command: @@ -35,6 +37,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -46,3 +51,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/oc/openshift-oc-release-4.5-presubmits.yaml b/ci-operator/jobs/openshift/oc/openshift-oc-release-4.5-presubmits.yaml index f80999e134a9..15f33fcf88b2 100644 --- a/ci-operator/jobs/openshift/oc/openshift-oc-release-4.5-presubmits.yaml +++ b/ci-operator/jobs/openshift/oc/openshift-oc-release-4.5-presubmits.yaml @@ -17,10 +17,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=build-rpms-from-tar command: - ci-operator @@ -37,6 +37,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -48,6 +51,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )build-rpms-from-tar,?($|\s.*) - agent: kubernetes always_run: true @@ -66,13 +72,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -95,6 +99,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -117,6 +124,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -135,13 +145,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-builds-cluster-profile - --target=e2e-aws-builds - --template=/usr/local/e2e-aws-builds @@ -175,6 +183,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -200,6 +211,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-builds,?($|\s.*) - agent: kubernetes always_run: true @@ -218,13 +232,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -247,6 +259,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -269,6 +284,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -287,13 +305,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-cmd-cluster-profile - --target=e2e-cmd - --template=/usr/local/e2e-cmd @@ -327,6 +343,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -354,6 +373,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-cmd,?($|\s.*) - agent: kubernetes always_run: true @@ -372,10 +394,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=rpms command: @@ -393,6 +415,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -404,6 +429,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -422,10 +450,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=rpm-build command: - ci-operator @@ -442,6 +470,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -453,6 +484,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )rpm-build,?($|\s.*) - agent: kubernetes always_run: true @@ -471,10 +505,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -491,6 +525,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -502,6 +539,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -520,10 +560,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -540,6 +580,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -551,6 +594,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) - agent: kubernetes always_run: true @@ -569,10 +615,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify-deps command: - ci-operator @@ -589,6 +635,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -600,4 +649,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify-deps,?($|\s.*) diff --git a/ci-operator/jobs/openshift/oc/openshift-oc-release-4.6-postsubmits.yaml b/ci-operator/jobs/openshift/oc/openshift-oc-release-4.6-postsubmits.yaml index cda286d2aff9..506871c52afb 100644 --- a/ci-operator/jobs/openshift/oc/openshift-oc-release-4.6-postsubmits.yaml +++ b/ci-operator/jobs/openshift/oc/openshift-oc-release-4.6-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-oc-release-4.6-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=rpms command: @@ -35,6 +37,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -46,3 +51,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/oc/openshift-oc-release-4.6-presubmits.yaml b/ci-operator/jobs/openshift/oc/openshift-oc-release-4.6-presubmits.yaml index 5b988bef8533..732d836fa735 100644 --- a/ci-operator/jobs/openshift/oc/openshift-oc-release-4.6-presubmits.yaml +++ b/ci-operator/jobs/openshift/oc/openshift-oc-release-4.6-presubmits.yaml @@ -17,10 +17,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=build-rpms-from-tar command: - ci-operator @@ -37,6 +37,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -48,6 +51,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )build-rpms-from-tar,?($|\s.*) - agent: kubernetes always_run: true @@ -66,13 +72,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -95,6 +99,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -117,6 +124,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: false @@ -136,13 +146,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-builds-cluster-profile - --target=e2e-aws-builds - --template=/usr/local/e2e-aws-builds @@ -176,6 +184,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -201,6 +212,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-builds,?($|\s.*) - agent: kubernetes always_run: true @@ -219,13 +233,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -248,6 +260,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -270,6 +285,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -288,13 +306,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-cmd-cluster-profile - --target=e2e-cmd - --template=/usr/local/e2e-cmd @@ -328,6 +344,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -355,6 +374,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-cmd,?($|\s.*) - agent: kubernetes always_run: true @@ -373,10 +395,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] - --target=rpms @@ -395,6 +417,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -406,6 +431,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -424,10 +452,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=rpm-build command: - ci-operator @@ -444,6 +472,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -455,6 +486,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )rpm-build,?($|\s.*) - agent: kubernetes always_run: true @@ -473,10 +507,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -493,6 +527,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -504,6 +541,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -522,10 +562,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -542,6 +582,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -553,6 +596,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) - agent: kubernetes always_run: true @@ -571,10 +617,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify-deps command: - ci-operator @@ -591,6 +637,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -602,4 +651,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify-deps,?($|\s.*) diff --git a/ci-operator/jobs/openshift/oc/openshift-oc-release-4.7-postsubmits.yaml b/ci-operator/jobs/openshift/oc/openshift-oc-release-4.7-postsubmits.yaml index 2e25d580c132..2a5eed456464 100644 --- a/ci-operator/jobs/openshift/oc/openshift-oc-release-4.7-postsubmits.yaml +++ b/ci-operator/jobs/openshift/oc/openshift-oc-release-4.7-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-oc-release-4.7-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=rpms command: @@ -35,6 +37,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -46,3 +51,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/oc/openshift-oc-release-4.7-presubmits.yaml b/ci-operator/jobs/openshift/oc/openshift-oc-release-4.7-presubmits.yaml index 4a881982487d..55f067f27b49 100644 --- a/ci-operator/jobs/openshift/oc/openshift-oc-release-4.7-presubmits.yaml +++ b/ci-operator/jobs/openshift/oc/openshift-oc-release-4.7-presubmits.yaml @@ -17,10 +17,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=build-rpms-from-tar command: - ci-operator @@ -37,6 +37,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -48,6 +51,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )build-rpms-from-tar,?($|\s.*) - agent: kubernetes always_run: true @@ -66,13 +72,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -95,6 +99,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -117,6 +124,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: false @@ -136,13 +146,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-builds-cluster-profile - --target=e2e-aws-builds - --template=/usr/local/e2e-aws-builds @@ -176,6 +184,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -201,6 +212,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-builds,?($|\s.*) - agent: kubernetes always_run: true @@ -219,13 +233,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -248,6 +260,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -270,6 +285,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -288,13 +306,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-cmd-cluster-profile - --target=e2e-cmd - --template=/usr/local/e2e-cmd @@ -328,6 +344,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -355,6 +374,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-cmd,?($|\s.*) - agent: kubernetes always_run: true @@ -373,10 +395,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] - --target=rpms @@ -395,6 +417,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -406,6 +431,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -424,10 +452,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=rpm-build command: - ci-operator @@ -444,6 +472,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -455,6 +486,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )rpm-build,?($|\s.*) - agent: kubernetes always_run: true @@ -473,10 +507,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -493,6 +527,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -504,6 +541,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -522,10 +562,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -542,6 +582,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -553,6 +596,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) - agent: kubernetes always_run: true @@ -571,10 +617,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify-deps command: - ci-operator @@ -591,6 +637,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -602,4 +651,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify-deps,?($|\s.*) diff --git a/ci-operator/jobs/openshift/ocp-release-operator-sdk/openshift-ocp-release-operator-sdk-master-postsubmits.yaml b/ci-operator/jobs/openshift/ocp-release-operator-sdk/openshift-ocp-release-operator-sdk-master-postsubmits.yaml index b5313b5f4365..84b49a68ef04 100644 --- a/ci-operator/jobs/openshift/ocp-release-operator-sdk/openshift-ocp-release-operator-sdk-master-postsubmits.yaml +++ b/ci-operator/jobs/openshift/ocp-release-operator-sdk/openshift-ocp-release-operator-sdk-master-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-ocp-release-operator-sdk-master-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/ocp-release-operator-sdk/openshift-ocp-release-operator-sdk-master-presubmits.yaml b/ci-operator/jobs/openshift/ocp-release-operator-sdk/openshift-ocp-release-operator-sdk-master-presubmits.yaml index 1112f079aa06..bfce21aaebec 100644 --- a/ci-operator/jobs/openshift/ocp-release-operator-sdk/openshift-ocp-release-operator-sdk-master-presubmits.yaml +++ b/ci-operator/jobs/openshift/ocp-release-operator-sdk/openshift-ocp-release-operator-sdk-master-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-ansible-cluster-profile - --target=e2e-aws-ansible - --template=/usr/local/e2e-aws-ansible @@ -57,6 +55,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -82,6 +83,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-ansible,?($|\s.*) - agent: kubernetes always_run: true @@ -100,13 +104,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-helm-cluster-profile - --target=e2e-aws-helm - --template=/usr/local/e2e-aws-helm @@ -140,6 +142,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -165,6 +170,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-helm,?($|\s.*) - agent: kubernetes always_run: true @@ -183,10 +191,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -204,6 +212,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -215,6 +226,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -233,10 +247,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=sanity command: - ci-operator @@ -253,6 +267,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -264,6 +281,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )sanity,?($|\s.*) - agent: kubernetes always_run: true @@ -282,10 +302,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -302,6 +322,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -313,4 +336,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift/ocp-release-operator-sdk/openshift-ocp-release-operator-sdk-release-4.1-postsubmits.yaml b/ci-operator/jobs/openshift/ocp-release-operator-sdk/openshift-ocp-release-operator-sdk-release-4.1-postsubmits.yaml index e2da3ab1f99c..7a487d835b3d 100644 --- a/ci-operator/jobs/openshift/ocp-release-operator-sdk/openshift-ocp-release-operator-sdk-release-4.1-postsubmits.yaml +++ b/ci-operator/jobs/openshift/ocp-release-operator-sdk/openshift-ocp-release-operator-sdk-release-4.1-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-ocp-release-operator-sdk-release-4.1-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/ocp-release-operator-sdk/openshift-ocp-release-operator-sdk-release-4.1-presubmits.yaml b/ci-operator/jobs/openshift/ocp-release-operator-sdk/openshift-ocp-release-operator-sdk-release-4.1-presubmits.yaml index e72cc2c8a075..5d9c3e247a2d 100644 --- a/ci-operator/jobs/openshift/ocp-release-operator-sdk/openshift-ocp-release-operator-sdk-release-4.1-presubmits.yaml +++ b/ci-operator/jobs/openshift/ocp-release-operator-sdk/openshift-ocp-release-operator-sdk-release-4.1-presubmits.yaml @@ -17,10 +17,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -38,6 +38,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -49,6 +52,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -67,10 +73,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=sanity command: - ci-operator @@ -87,6 +93,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -98,6 +107,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )sanity,?($|\s.*) - agent: kubernetes always_run: true @@ -116,10 +128,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -136,6 +148,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -147,4 +162,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift/ocp-release-operator-sdk/openshift-ocp-release-operator-sdk-release-4.2-postsubmits.yaml b/ci-operator/jobs/openshift/ocp-release-operator-sdk/openshift-ocp-release-operator-sdk-release-4.2-postsubmits.yaml index cc2027a30b9e..ea9056075e6e 100644 --- a/ci-operator/jobs/openshift/ocp-release-operator-sdk/openshift-ocp-release-operator-sdk-release-4.2-postsubmits.yaml +++ b/ci-operator/jobs/openshift/ocp-release-operator-sdk/openshift-ocp-release-operator-sdk-release-4.2-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-ocp-release-operator-sdk-release-4.2-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/ocp-release-operator-sdk/openshift-ocp-release-operator-sdk-release-4.2-presubmits.yaml b/ci-operator/jobs/openshift/ocp-release-operator-sdk/openshift-ocp-release-operator-sdk-release-4.2-presubmits.yaml index a785c048b0d0..58d0fb43575a 100644 --- a/ci-operator/jobs/openshift/ocp-release-operator-sdk/openshift-ocp-release-operator-sdk-release-4.2-presubmits.yaml +++ b/ci-operator/jobs/openshift/ocp-release-operator-sdk/openshift-ocp-release-operator-sdk-release-4.2-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-ansible-cluster-profile - --target=e2e-aws-ansible - --template=/usr/local/e2e-aws-ansible @@ -57,6 +55,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -82,6 +83,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-ansible,?($|\s.*) - agent: kubernetes always_run: true @@ -100,10 +104,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -121,6 +125,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -132,6 +139,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -150,10 +160,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=sanity command: - ci-operator @@ -170,6 +180,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -181,6 +194,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )sanity,?($|\s.*) - agent: kubernetes always_run: true @@ -199,10 +215,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -219,6 +235,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -230,4 +249,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift/ocp-release-operator-sdk/openshift-ocp-release-operator-sdk-release-4.3-postsubmits.yaml b/ci-operator/jobs/openshift/ocp-release-operator-sdk/openshift-ocp-release-operator-sdk-release-4.3-postsubmits.yaml index 19943ff86f1e..4605d7ac26be 100644 --- a/ci-operator/jobs/openshift/ocp-release-operator-sdk/openshift-ocp-release-operator-sdk-release-4.3-postsubmits.yaml +++ b/ci-operator/jobs/openshift/ocp-release-operator-sdk/openshift-ocp-release-operator-sdk-release-4.3-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-ocp-release-operator-sdk-release-4.3-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/ocp-release-operator-sdk/openshift-ocp-release-operator-sdk-release-4.3-presubmits.yaml b/ci-operator/jobs/openshift/ocp-release-operator-sdk/openshift-ocp-release-operator-sdk-release-4.3-presubmits.yaml index ffa81075ab0c..76606f4b111e 100644 --- a/ci-operator/jobs/openshift/ocp-release-operator-sdk/openshift-ocp-release-operator-sdk-release-4.3-presubmits.yaml +++ b/ci-operator/jobs/openshift/ocp-release-operator-sdk/openshift-ocp-release-operator-sdk-release-4.3-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-ansible-cluster-profile - --target=e2e-aws-ansible - --template=/usr/local/e2e-aws-ansible @@ -57,6 +55,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -82,6 +83,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-ansible,?($|\s.*) - agent: kubernetes always_run: true @@ -100,10 +104,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -121,6 +125,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -132,6 +139,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -150,10 +160,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=sanity command: - ci-operator @@ -170,6 +180,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -181,6 +194,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )sanity,?($|\s.*) - agent: kubernetes always_run: true @@ -199,10 +215,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -219,6 +235,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -230,4 +249,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift/ocp-release-operator-sdk/openshift-ocp-release-operator-sdk-release-4.4-postsubmits.yaml b/ci-operator/jobs/openshift/ocp-release-operator-sdk/openshift-ocp-release-operator-sdk-release-4.4-postsubmits.yaml index bf687331c8cd..a8d700bcf365 100644 --- a/ci-operator/jobs/openshift/ocp-release-operator-sdk/openshift-ocp-release-operator-sdk-release-4.4-postsubmits.yaml +++ b/ci-operator/jobs/openshift/ocp-release-operator-sdk/openshift-ocp-release-operator-sdk-release-4.4-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-ocp-release-operator-sdk-release-4.4-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/ocp-release-operator-sdk/openshift-ocp-release-operator-sdk-release-4.4-presubmits.yaml b/ci-operator/jobs/openshift/ocp-release-operator-sdk/openshift-ocp-release-operator-sdk-release-4.4-presubmits.yaml index 889bd901b3b5..36254452d460 100644 --- a/ci-operator/jobs/openshift/ocp-release-operator-sdk/openshift-ocp-release-operator-sdk-release-4.4-presubmits.yaml +++ b/ci-operator/jobs/openshift/ocp-release-operator-sdk/openshift-ocp-release-operator-sdk-release-4.4-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-ansible-cluster-profile - --target=e2e-aws-ansible - --template=/usr/local/e2e-aws-ansible @@ -57,6 +55,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -82,6 +83,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-ansible,?($|\s.*) - agent: kubernetes always_run: true @@ -100,10 +104,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -121,6 +125,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -132,6 +139,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -150,10 +160,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=sanity command: - ci-operator @@ -170,6 +180,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -181,6 +194,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )sanity,?($|\s.*) - agent: kubernetes always_run: true @@ -199,10 +215,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -219,6 +235,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -230,4 +249,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift/ocp-release-operator-sdk/openshift-ocp-release-operator-sdk-release-4.5-postsubmits.yaml b/ci-operator/jobs/openshift/ocp-release-operator-sdk/openshift-ocp-release-operator-sdk-release-4.5-postsubmits.yaml index cbffa6d9830c..cde87d541199 100644 --- a/ci-operator/jobs/openshift/ocp-release-operator-sdk/openshift-ocp-release-operator-sdk-release-4.5-postsubmits.yaml +++ b/ci-operator/jobs/openshift/ocp-release-operator-sdk/openshift-ocp-release-operator-sdk-release-4.5-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-ocp-release-operator-sdk-release-4.5-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/ocp-release-operator-sdk/openshift-ocp-release-operator-sdk-release-4.5-presubmits.yaml b/ci-operator/jobs/openshift/ocp-release-operator-sdk/openshift-ocp-release-operator-sdk-release-4.5-presubmits.yaml index c41c995c7d38..6bae56eb8e7b 100644 --- a/ci-operator/jobs/openshift/ocp-release-operator-sdk/openshift-ocp-release-operator-sdk-release-4.5-presubmits.yaml +++ b/ci-operator/jobs/openshift/ocp-release-operator-sdk/openshift-ocp-release-operator-sdk-release-4.5-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-ansible-cluster-profile - --target=e2e-aws-ansible - --template=/usr/local/e2e-aws-ansible @@ -57,6 +55,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -82,6 +83,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-ansible,?($|\s.*) - agent: kubernetes always_run: true @@ -100,13 +104,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-helm-cluster-profile - --target=e2e-aws-helm - --template=/usr/local/e2e-aws-helm @@ -140,6 +142,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -165,6 +170,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-helm,?($|\s.*) - agent: kubernetes always_run: true @@ -183,10 +191,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -203,6 +211,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -214,6 +225,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -232,10 +246,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=sanity command: - ci-operator @@ -252,6 +266,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -263,6 +280,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )sanity,?($|\s.*) - agent: kubernetes always_run: true @@ -281,10 +301,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -301,6 +321,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -312,4 +335,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift/ocp-release-operator-sdk/openshift-ocp-release-operator-sdk-release-4.6-postsubmits.yaml b/ci-operator/jobs/openshift/ocp-release-operator-sdk/openshift-ocp-release-operator-sdk-release-4.6-postsubmits.yaml index 6261f3d0ed53..8b097cca2d67 100644 --- a/ci-operator/jobs/openshift/ocp-release-operator-sdk/openshift-ocp-release-operator-sdk-release-4.6-postsubmits.yaml +++ b/ci-operator/jobs/openshift/ocp-release-operator-sdk/openshift-ocp-release-operator-sdk-release-4.6-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-ocp-release-operator-sdk-release-4.6-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/ocp-release-operator-sdk/openshift-ocp-release-operator-sdk-release-4.6-presubmits.yaml b/ci-operator/jobs/openshift/ocp-release-operator-sdk/openshift-ocp-release-operator-sdk-release-4.6-presubmits.yaml index 46ffc18555d0..282f95325f7a 100644 --- a/ci-operator/jobs/openshift/ocp-release-operator-sdk/openshift-ocp-release-operator-sdk-release-4.6-presubmits.yaml +++ b/ci-operator/jobs/openshift/ocp-release-operator-sdk/openshift-ocp-release-operator-sdk-release-4.6-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-ansible-cluster-profile - --target=e2e-aws-ansible - --template=/usr/local/e2e-aws-ansible @@ -57,6 +55,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -82,6 +83,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-ansible,?($|\s.*) - agent: kubernetes always_run: true @@ -100,13 +104,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-helm-cluster-profile - --target=e2e-aws-helm - --template=/usr/local/e2e-aws-helm @@ -140,6 +142,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -165,6 +170,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-helm,?($|\s.*) - agent: kubernetes always_run: true @@ -183,10 +191,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -204,6 +212,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -215,6 +226,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -233,10 +247,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=sanity command: - ci-operator @@ -253,6 +267,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -264,6 +281,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )sanity,?($|\s.*) - agent: kubernetes always_run: true @@ -282,10 +302,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -302,6 +322,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -313,4 +336,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift/ocp-release-operator-sdk/openshift-ocp-release-operator-sdk-release-4.7-postsubmits.yaml b/ci-operator/jobs/openshift/ocp-release-operator-sdk/openshift-ocp-release-operator-sdk-release-4.7-postsubmits.yaml index 6be961cae249..993e782c5837 100644 --- a/ci-operator/jobs/openshift/ocp-release-operator-sdk/openshift-ocp-release-operator-sdk-release-4.7-postsubmits.yaml +++ b/ci-operator/jobs/openshift/ocp-release-operator-sdk/openshift-ocp-release-operator-sdk-release-4.7-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-ocp-release-operator-sdk-release-4.7-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/ocp-release-operator-sdk/openshift-ocp-release-operator-sdk-release-4.7-presubmits.yaml b/ci-operator/jobs/openshift/ocp-release-operator-sdk/openshift-ocp-release-operator-sdk-release-4.7-presubmits.yaml index 3e8a75c21c30..9ebca9c548ca 100644 --- a/ci-operator/jobs/openshift/ocp-release-operator-sdk/openshift-ocp-release-operator-sdk-release-4.7-presubmits.yaml +++ b/ci-operator/jobs/openshift/ocp-release-operator-sdk/openshift-ocp-release-operator-sdk-release-4.7-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-ansible-cluster-profile - --target=e2e-aws-ansible - --template=/usr/local/e2e-aws-ansible @@ -57,6 +55,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -82,6 +83,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-ansible,?($|\s.*) - agent: kubernetes always_run: true @@ -100,13 +104,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-helm-cluster-profile - --target=e2e-aws-helm - --template=/usr/local/e2e-aws-helm @@ -140,6 +142,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -165,6 +170,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-helm,?($|\s.*) - agent: kubernetes always_run: true @@ -183,10 +191,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -204,6 +212,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -215,6 +226,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -233,10 +247,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=sanity command: - ci-operator @@ -253,6 +267,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -264,6 +281,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )sanity,?($|\s.*) - agent: kubernetes always_run: true @@ -282,10 +302,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -302,6 +322,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -313,4 +336,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift/ocs-operator/openshift-ocs-operator-master-postsubmits.yaml b/ci-operator/jobs/openshift/ocs-operator/openshift-ocs-operator-master-postsubmits.yaml index 1fe85a7000ad..80e7357be9df 100644 --- a/ci-operator/jobs/openshift/ocs-operator/openshift-ocs-operator-master-postsubmits.yaml +++ b/ci-operator/jobs/openshift/ocs-operator/openshift-ocs-operator-master-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-ocs-operator-master-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/ocs-operator/openshift-ocs-operator-master-presubmits.yaml b/ci-operator/jobs/openshift/ocs-operator/openshift-ocs-operator-master-presubmits.yaml index 4df9ad67043c..2aad2c060a68 100644 --- a/ci-operator/jobs/openshift/ocs-operator/openshift-ocs-operator-master-presubmits.yaml +++ b/ci-operator/jobs/openshift/ocs-operator/openshift-ocs-operator-master-presubmits.yaml @@ -17,10 +17,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -38,6 +38,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -49,6 +52,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -67,10 +73,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=ocs-operator-ci command: - ci-operator @@ -87,6 +93,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -98,6 +107,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )ocs-operator-ci,?($|\s.*) - agent: kubernetes always_run: true @@ -117,13 +129,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/ocs-operator-e2e-aws-cluster-profile - --target=ocs-operator-e2e-aws - --template=/usr/local/ocs-operator-e2e-aws @@ -158,6 +168,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -183,6 +196,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )ocs-operator-e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -202,13 +218,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/red-hat-storage-ocs-ci-e2e-aws-cluster-profile - --target=red-hat-storage-ocs-ci-e2e-aws - --template=/usr/local/red-hat-storage-ocs-ci-e2e-aws @@ -243,6 +257,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -268,4 +285,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )red-hat-storage-ocs-ci-e2e-aws,?($|\s.*) diff --git a/ci-operator/jobs/openshift/ocs-operator/openshift-ocs-operator-release-4.2-postsubmits.yaml b/ci-operator/jobs/openshift/ocs-operator/openshift-ocs-operator-release-4.2-postsubmits.yaml index 965243d78afa..69897923cee9 100644 --- a/ci-operator/jobs/openshift/ocs-operator/openshift-ocs-operator-release-4.2-postsubmits.yaml +++ b/ci-operator/jobs/openshift/ocs-operator/openshift-ocs-operator-release-4.2-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-ocs-operator-release-4.2-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/ocs-operator/openshift-ocs-operator-release-4.2-presubmits.yaml b/ci-operator/jobs/openshift/ocs-operator/openshift-ocs-operator-release-4.2-presubmits.yaml index 570c490ee081..117199e67641 100644 --- a/ci-operator/jobs/openshift/ocs-operator/openshift-ocs-operator-release-4.2-presubmits.yaml +++ b/ci-operator/jobs/openshift/ocs-operator/openshift-ocs-operator-release-4.2-presubmits.yaml @@ -17,10 +17,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -38,6 +38,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -49,6 +52,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -67,10 +73,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=ocs-operator-ci command: - ci-operator @@ -87,6 +93,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -98,6 +107,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )ocs-operator-ci,?($|\s.*) - agent: kubernetes always_run: true @@ -116,13 +128,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/ocs-operator-e2e-aws-cluster-profile - --target=ocs-operator-e2e-aws - --template=/usr/local/ocs-operator-e2e-aws @@ -157,6 +167,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -182,6 +195,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )ocs-operator-e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -201,13 +217,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/red-hat-storage-ocs-ci-e2e-aws-cluster-profile - --target=red-hat-storage-ocs-ci-e2e-aws - --template=/usr/local/red-hat-storage-ocs-ci-e2e-aws @@ -242,6 +256,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -267,4 +284,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )red-hat-storage-ocs-ci-e2e-aws,?($|\s.*) diff --git a/ci-operator/jobs/openshift/ocs-operator/openshift-ocs-operator-release-4.3-postsubmits.yaml b/ci-operator/jobs/openshift/ocs-operator/openshift-ocs-operator-release-4.3-postsubmits.yaml index 8e9f40011f48..a163f0a933d3 100644 --- a/ci-operator/jobs/openshift/ocs-operator/openshift-ocs-operator-release-4.3-postsubmits.yaml +++ b/ci-operator/jobs/openshift/ocs-operator/openshift-ocs-operator-release-4.3-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-ocs-operator-release-4.3-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/ocs-operator/openshift-ocs-operator-release-4.3-presubmits.yaml b/ci-operator/jobs/openshift/ocs-operator/openshift-ocs-operator-release-4.3-presubmits.yaml index c891197e6732..bad9665b821f 100644 --- a/ci-operator/jobs/openshift/ocs-operator/openshift-ocs-operator-release-4.3-presubmits.yaml +++ b/ci-operator/jobs/openshift/ocs-operator/openshift-ocs-operator-release-4.3-presubmits.yaml @@ -17,10 +17,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -37,6 +37,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -48,6 +51,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -66,10 +72,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=ocs-operator-ci command: - ci-operator @@ -86,6 +92,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -97,6 +106,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )ocs-operator-ci,?($|\s.*) - agent: kubernetes always_run: true @@ -115,13 +127,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/ocs-operator-e2e-aws-cluster-profile - --target=ocs-operator-e2e-aws - --template=/usr/local/ocs-operator-e2e-aws @@ -156,6 +166,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -181,6 +194,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )ocs-operator-e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -200,13 +216,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/red-hat-storage-ocs-ci-e2e-aws-cluster-profile - --target=red-hat-storage-ocs-ci-e2e-aws - --template=/usr/local/red-hat-storage-ocs-ci-e2e-aws @@ -241,6 +255,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -266,4 +283,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )red-hat-storage-ocs-ci-e2e-aws,?($|\s.*) diff --git a/ci-operator/jobs/openshift/ocs-operator/openshift-ocs-operator-release-4.4-postsubmits.yaml b/ci-operator/jobs/openshift/ocs-operator/openshift-ocs-operator-release-4.4-postsubmits.yaml index 9de41dbeaae9..6cbf47a458c2 100644 --- a/ci-operator/jobs/openshift/ocs-operator/openshift-ocs-operator-release-4.4-postsubmits.yaml +++ b/ci-operator/jobs/openshift/ocs-operator/openshift-ocs-operator-release-4.4-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-ocs-operator-release-4.4-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/ocs-operator/openshift-ocs-operator-release-4.4-presubmits.yaml b/ci-operator/jobs/openshift/ocs-operator/openshift-ocs-operator-release-4.4-presubmits.yaml index b8b079eef7cb..0974f1d7ef13 100644 --- a/ci-operator/jobs/openshift/ocs-operator/openshift-ocs-operator-release-4.4-presubmits.yaml +++ b/ci-operator/jobs/openshift/ocs-operator/openshift-ocs-operator-release-4.4-presubmits.yaml @@ -17,10 +17,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -38,6 +38,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -49,6 +52,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -67,10 +73,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=ocs-operator-ci command: - ci-operator @@ -87,6 +93,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -98,6 +107,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )ocs-operator-ci,?($|\s.*) - agent: kubernetes always_run: true @@ -117,13 +129,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/ocs-operator-e2e-aws-cluster-profile - --target=ocs-operator-e2e-aws - --template=/usr/local/ocs-operator-e2e-aws @@ -158,6 +168,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -183,6 +196,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )ocs-operator-e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -202,13 +218,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/red-hat-storage-ocs-ci-e2e-aws-cluster-profile - --target=red-hat-storage-ocs-ci-e2e-aws - --template=/usr/local/red-hat-storage-ocs-ci-e2e-aws @@ -243,6 +257,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -268,4 +285,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )red-hat-storage-ocs-ci-e2e-aws,?($|\s.*) diff --git a/ci-operator/jobs/openshift/odo/openshift-odo-master-presubmits.yaml b/ci-operator/jobs/openshift/odo/openshift-odo-master-presubmits.yaml index 4c71bf16ba4d..ca24bb2d1d5c 100644 --- a/ci-operator/jobs/openshift/odo/openshift-odo-master-presubmits.yaml +++ b/ci-operator/jobs/openshift/odo/openshift-odo-master-presubmits.yaml @@ -17,10 +17,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -37,6 +37,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -48,6 +51,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -67,13 +73,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/secrets/odo-secret - --secret-dir=/usr/local/integration-e2e-benchmark-cluster-profile - --target=integration-e2e-benchmark @@ -112,6 +116,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -140,6 +147,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )v4.2-integration-e2e-benchmark,?($|\s.*) - agent: kubernetes always_run: true @@ -159,13 +169,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/secrets/odo-secret - --secret-dir=/usr/local/integration-e2e-benchmark-cluster-profile - --target=integration-e2e-benchmark @@ -204,6 +212,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -232,6 +243,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )v4.3-integration-e2e-benchmark,?($|\s.*) - agent: kubernetes always_run: true @@ -251,13 +265,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/secrets/odo-secret - --secret-dir=/usr/local/integration-e2e-benchmark-cluster-profile - --target=integration-e2e-benchmark @@ -296,6 +308,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -324,4 +339,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )v4.4-integration-e2e-benchmark,?($|\s.*) diff --git a/ci-operator/jobs/openshift/openshift-ansible/openshift-openshift-ansible-master-postsubmits.yaml b/ci-operator/jobs/openshift/openshift-ansible/openshift-openshift-ansible-master-postsubmits.yaml index 3c8bcdd02a36..1ef4652a4c2e 100644 --- a/ci-operator/jobs/openshift/openshift-ansible/openshift-openshift-ansible-master-postsubmits.yaml +++ b/ci-operator/jobs/openshift/openshift-ansible/openshift-openshift-ansible-master-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-openshift-ansible-master-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,6 +50,9 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator - agent: jenkins branches: - master diff --git a/ci-operator/jobs/openshift/openshift-ansible/openshift-openshift-ansible-master-presubmits.yaml b/ci-operator/jobs/openshift/openshift-ansible/openshift-openshift-ansible-master-presubmits.yaml index 1a7409d49cab..3502dc7fb390 100644 --- a/ci-operator/jobs/openshift/openshift-ansible/openshift-openshift-ansible-master-presubmits.yaml +++ b/ci-operator/jobs/openshift/openshift-ansible/openshift-openshift-ansible-master-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-scaleup-rhel7-cluster-profile - --target=e2e-aws-scaleup-rhel7 - --template=/usr/local/e2e-aws-scaleup-rhel7 @@ -61,6 +59,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -88,6 +89,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-scaleup-rhel7,?($|\s.*) - agent: kubernetes always_run: true @@ -106,10 +110,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -127,6 +131,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -138,6 +145,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -156,10 +166,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -176,6 +186,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -187,4 +200,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift/openshift-ansible/openshift-openshift-ansible-release-3.10-presubmits.yaml b/ci-operator/jobs/openshift/openshift-ansible/openshift-openshift-ansible-release-3.10-presubmits.yaml index fe98841f1883..e7b76594f836 100644 --- a/ci-operator/jobs/openshift/openshift-ansible/openshift-openshift-ansible-release-3.10-presubmits.yaml +++ b/ci-operator/jobs/openshift/openshift-ansible/openshift-openshift-ansible-release-3.10-presubmits.yaml @@ -449,10 +449,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -469,6 +469,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -480,6 +483,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -498,10 +504,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -518,6 +524,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -529,6 +538,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: jenkins always_run: false diff --git a/ci-operator/jobs/openshift/openshift-ansible/openshift-openshift-ansible-release-3.11-postsubmits.yaml b/ci-operator/jobs/openshift/openshift-ansible/openshift-openshift-ansible-release-3.11-postsubmits.yaml index 943258570c93..9399d4dd5b9d 100644 --- a/ci-operator/jobs/openshift/openshift-ansible/openshift-openshift-ansible-release-3.11-postsubmits.yaml +++ b/ci-operator/jobs/openshift/openshift-ansible/openshift-openshift-ansible-release-3.11-postsubmits.yaml @@ -8,17 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-openshift-ansible-release-3.11-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -35,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -46,6 +50,9 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator - agent: jenkins branches: - release-3.11 diff --git a/ci-operator/jobs/openshift/openshift-ansible/openshift-openshift-ansible-release-3.11-presubmits.yaml b/ci-operator/jobs/openshift/openshift-ansible/openshift-openshift-ansible-release-3.11-presubmits.yaml index 3b022437a1a1..09969c5dad18 100644 --- a/ci-operator/jobs/openshift/openshift-ansible/openshift-openshift-ansible-release-3.11-presubmits.yaml +++ b/ci-operator/jobs/openshift/openshift-ansible/openshift-openshift-ansible-release-3.11-presubmits.yaml @@ -112,10 +112,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-atomic-cluster-profile - --target=e2e-atomic - --template=/usr/local/e2e-atomic @@ -149,6 +149,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -170,6 +173,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-atomic,?($|\s.*) - agent: kubernetes always_run: true @@ -188,10 +194,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws - --template=/usr/local/e2e-aws @@ -225,6 +231,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -246,6 +255,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: false @@ -264,10 +276,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-gcp-cluster-profile - --target=e2e-gcp - --template=/usr/local/e2e-gcp @@ -300,6 +312,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -321,6 +336,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-gcp,?($|\s.*) - agent: kubernetes always_run: false @@ -341,10 +359,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-gcp-crio-cluster-profile - --target=e2e-gcp-crio - --template=/usr/local/e2e-gcp-crio @@ -377,6 +395,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -398,6 +419,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-gcp-crio,?($|\s.*) - agent: kubernetes always_run: false @@ -417,10 +441,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-gcp-ha-cluster-profile - --target=e2e-gcp-ha - --template=/usr/local/e2e-gcp-ha @@ -453,6 +477,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -474,6 +501,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-gcp-ha,?($|\s.*) - agent: kubernetes always_run: false @@ -493,10 +523,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-gcp-launch-cluster-profile - --target=e2e-gcp-launch - --template=/usr/local/e2e-gcp-launch @@ -529,6 +559,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -550,6 +583,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-gcp-launch,?($|\s.*) - agent: kubernetes always_run: false @@ -569,10 +605,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-gcp-logging-cluster-profile - --target=e2e-gcp-logging - --template=/usr/local/e2e-gcp-logging @@ -605,6 +641,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -626,6 +665,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-gcp-logging,?($|\s.*) - agent: kubernetes always_run: false @@ -645,10 +687,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-gluster-cluster-profile - --target=e2e-gluster - --template=/usr/local/e2e-gluster @@ -682,6 +724,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -703,6 +748,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-gluster,?($|\s.*) - agent: kubernetes always_run: true @@ -721,10 +769,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -741,6 +789,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -752,6 +803,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -770,10 +824,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -790,6 +844,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -801,6 +858,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: jenkins always_run: false diff --git a/ci-operator/jobs/openshift/openshift-ansible/openshift-openshift-ansible-release-4.1-postsubmits.yaml b/ci-operator/jobs/openshift/openshift-ansible/openshift-openshift-ansible-release-4.1-postsubmits.yaml index 1d77e592316a..251941f8e5e6 100644 --- a/ci-operator/jobs/openshift/openshift-ansible/openshift-openshift-ansible-release-4.1-postsubmits.yaml +++ b/ci-operator/jobs/openshift/openshift-ansible/openshift-openshift-ansible-release-4.1-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-openshift-ansible-release-4.1-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/openshift-ansible/openshift-openshift-ansible-release-4.1-presubmits.yaml b/ci-operator/jobs/openshift/openshift-ansible/openshift-openshift-ansible-release-4.1-presubmits.yaml index d27cfd2bf7fd..0f7581e86976 100644 --- a/ci-operator/jobs/openshift/openshift-ansible/openshift-openshift-ansible-release-4.1-presubmits.yaml +++ b/ci-operator/jobs/openshift/openshift-ansible/openshift-openshift-ansible-release-4.1-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-scaleup-rhel7-cluster-profile - --target=e2e-aws-scaleup-rhel7 - --template=/usr/local/e2e-aws-scaleup-rhel7 @@ -61,6 +59,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -88,6 +89,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-scaleup-rhel7,?($|\s.*) - agent: kubernetes always_run: true @@ -106,10 +110,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -127,6 +131,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -138,6 +145,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -156,10 +166,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -176,6 +186,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -187,4 +200,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift/openshift-ansible/openshift-openshift-ansible-release-4.2-postsubmits.yaml b/ci-operator/jobs/openshift/openshift-ansible/openshift-openshift-ansible-release-4.2-postsubmits.yaml index fcca97e67e5a..c31580d263f3 100644 --- a/ci-operator/jobs/openshift/openshift-ansible/openshift-openshift-ansible-release-4.2-postsubmits.yaml +++ b/ci-operator/jobs/openshift/openshift-ansible/openshift-openshift-ansible-release-4.2-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-openshift-ansible-release-4.2-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/openshift-ansible/openshift-openshift-ansible-release-4.2-presubmits.yaml b/ci-operator/jobs/openshift/openshift-ansible/openshift-openshift-ansible-release-4.2-presubmits.yaml index f04888be0e85..72f2f8381250 100644 --- a/ci-operator/jobs/openshift/openshift-ansible/openshift-openshift-ansible-release-4.2-presubmits.yaml +++ b/ci-operator/jobs/openshift/openshift-ansible/openshift-openshift-ansible-release-4.2-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-scaleup-rhel7-cluster-profile - --target=e2e-aws-scaleup-rhel7 - --template=/usr/local/e2e-aws-scaleup-rhel7 @@ -61,6 +59,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -88,6 +89,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-scaleup-rhel7,?($|\s.*) - agent: kubernetes always_run: true @@ -106,10 +110,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -127,6 +131,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -138,6 +145,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -156,10 +166,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -176,6 +186,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -187,4 +200,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift/openshift-ansible/openshift-openshift-ansible-release-4.3-postsubmits.yaml b/ci-operator/jobs/openshift/openshift-ansible/openshift-openshift-ansible-release-4.3-postsubmits.yaml index 6403cf8dde8f..bdbb2e04a7f9 100644 --- a/ci-operator/jobs/openshift/openshift-ansible/openshift-openshift-ansible-release-4.3-postsubmits.yaml +++ b/ci-operator/jobs/openshift/openshift-ansible/openshift-openshift-ansible-release-4.3-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-openshift-ansible-release-4.3-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/openshift-ansible/openshift-openshift-ansible-release-4.3-presubmits.yaml b/ci-operator/jobs/openshift/openshift-ansible/openshift-openshift-ansible-release-4.3-presubmits.yaml index 997e9bfce490..4d33b926eed5 100644 --- a/ci-operator/jobs/openshift/openshift-ansible/openshift-openshift-ansible-release-4.3-presubmits.yaml +++ b/ci-operator/jobs/openshift/openshift-ansible/openshift-openshift-ansible-release-4.3-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-scaleup-rhel7-cluster-profile - --target=e2e-aws-scaleup-rhel7 - --template=/usr/local/e2e-aws-scaleup-rhel7 @@ -61,6 +59,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -88,6 +89,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-scaleup-rhel7,?($|\s.*) - agent: kubernetes always_run: true @@ -106,10 +110,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -127,6 +131,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -138,6 +145,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -156,10 +166,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -176,6 +186,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -187,4 +200,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift/openshift-ansible/openshift-openshift-ansible-release-4.4-postsubmits.yaml b/ci-operator/jobs/openshift/openshift-ansible/openshift-openshift-ansible-release-4.4-postsubmits.yaml index 85658d182416..49b6b3b33289 100644 --- a/ci-operator/jobs/openshift/openshift-ansible/openshift-openshift-ansible-release-4.4-postsubmits.yaml +++ b/ci-operator/jobs/openshift/openshift-ansible/openshift-openshift-ansible-release-4.4-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-openshift-ansible-release-4.4-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/openshift-ansible/openshift-openshift-ansible-release-4.4-presubmits.yaml b/ci-operator/jobs/openshift/openshift-ansible/openshift-openshift-ansible-release-4.4-presubmits.yaml index f40738feab51..2d12f36c0e41 100644 --- a/ci-operator/jobs/openshift/openshift-ansible/openshift-openshift-ansible-release-4.4-presubmits.yaml +++ b/ci-operator/jobs/openshift/openshift-ansible/openshift-openshift-ansible-release-4.4-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-scaleup-rhel7-cluster-profile - --target=e2e-aws-scaleup-rhel7 - --template=/usr/local/e2e-aws-scaleup-rhel7 @@ -61,6 +59,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -88,6 +89,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-scaleup-rhel7,?($|\s.*) - agent: kubernetes always_run: true @@ -106,10 +110,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -127,6 +131,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -138,6 +145,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -156,10 +166,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -176,6 +186,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -187,4 +200,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift/openshift-ansible/openshift-openshift-ansible-release-4.5-postsubmits.yaml b/ci-operator/jobs/openshift/openshift-ansible/openshift-openshift-ansible-release-4.5-postsubmits.yaml index d25f410ac005..f6218ea6517b 100644 --- a/ci-operator/jobs/openshift/openshift-ansible/openshift-openshift-ansible-release-4.5-postsubmits.yaml +++ b/ci-operator/jobs/openshift/openshift-ansible/openshift-openshift-ansible-release-4.5-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-openshift-ansible-release-4.5-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/openshift-ansible/openshift-openshift-ansible-release-4.5-presubmits.yaml b/ci-operator/jobs/openshift/openshift-ansible/openshift-openshift-ansible-release-4.5-presubmits.yaml index 065d0f0d5ff5..4ec0b91f1ee2 100644 --- a/ci-operator/jobs/openshift/openshift-ansible/openshift-openshift-ansible-release-4.5-presubmits.yaml +++ b/ci-operator/jobs/openshift/openshift-ansible/openshift-openshift-ansible-release-4.5-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-scaleup-rhel7-cluster-profile - --target=e2e-aws-scaleup-rhel7 - --template=/usr/local/e2e-aws-scaleup-rhel7 @@ -61,6 +59,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -88,6 +89,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-scaleup-rhel7,?($|\s.*) - agent: kubernetes always_run: true @@ -106,10 +110,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -126,6 +130,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -137,6 +144,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -155,10 +165,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -175,6 +185,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -186,4 +199,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift/openshift-ansible/openshift-openshift-ansible-release-4.6-postsubmits.yaml b/ci-operator/jobs/openshift/openshift-ansible/openshift-openshift-ansible-release-4.6-postsubmits.yaml index d1dfebbae10a..2e0df2e03bc4 100644 --- a/ci-operator/jobs/openshift/openshift-ansible/openshift-openshift-ansible-release-4.6-postsubmits.yaml +++ b/ci-operator/jobs/openshift/openshift-ansible/openshift-openshift-ansible-release-4.6-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-openshift-ansible-release-4.6-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/openshift-ansible/openshift-openshift-ansible-release-4.6-presubmits.yaml b/ci-operator/jobs/openshift/openshift-ansible/openshift-openshift-ansible-release-4.6-presubmits.yaml index 85ecc4075202..6c1a4a142ffe 100644 --- a/ci-operator/jobs/openshift/openshift-ansible/openshift-openshift-ansible-release-4.6-presubmits.yaml +++ b/ci-operator/jobs/openshift/openshift-ansible/openshift-openshift-ansible-release-4.6-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-scaleup-rhel7-cluster-profile - --target=e2e-aws-scaleup-rhel7 - --template=/usr/local/e2e-aws-scaleup-rhel7 @@ -61,6 +59,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -88,6 +89,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-scaleup-rhel7,?($|\s.*) - agent: kubernetes always_run: true @@ -106,10 +110,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -127,6 +131,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -138,6 +145,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -156,10 +166,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -176,6 +186,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -187,4 +200,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift/openshift-ansible/openshift-openshift-ansible-release-4.7-postsubmits.yaml b/ci-operator/jobs/openshift/openshift-ansible/openshift-openshift-ansible-release-4.7-postsubmits.yaml index eb5a5361d899..5a0b3186d7a0 100644 --- a/ci-operator/jobs/openshift/openshift-ansible/openshift-openshift-ansible-release-4.7-postsubmits.yaml +++ b/ci-operator/jobs/openshift/openshift-ansible/openshift-openshift-ansible-release-4.7-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-openshift-ansible-release-4.7-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/openshift-ansible/openshift-openshift-ansible-release-4.7-presubmits.yaml b/ci-operator/jobs/openshift/openshift-ansible/openshift-openshift-ansible-release-4.7-presubmits.yaml index d738c24878bc..e6b7258b2e82 100644 --- a/ci-operator/jobs/openshift/openshift-ansible/openshift-openshift-ansible-release-4.7-presubmits.yaml +++ b/ci-operator/jobs/openshift/openshift-ansible/openshift-openshift-ansible-release-4.7-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-scaleup-rhel7-cluster-profile - --target=e2e-aws-scaleup-rhel7 - --template=/usr/local/e2e-aws-scaleup-rhel7 @@ -61,6 +59,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -88,6 +89,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-scaleup-rhel7,?($|\s.*) - agent: kubernetes always_run: true @@ -106,10 +110,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -127,6 +131,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -138,6 +145,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -156,10 +166,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -176,6 +186,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -187,4 +200,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift/openshift-apiserver/openshift-openshift-apiserver-master-postsubmits.yaml b/ci-operator/jobs/openshift/openshift-apiserver/openshift-openshift-apiserver-master-postsubmits.yaml index e0a33c7a8598..1148e133c05f 100644 --- a/ci-operator/jobs/openshift/openshift-apiserver/openshift-openshift-apiserver-master-postsubmits.yaml +++ b/ci-operator/jobs/openshift/openshift-apiserver/openshift-openshift-apiserver-master-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-openshift-apiserver-master-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/openshift-apiserver/openshift-openshift-apiserver-master-presubmits.yaml b/ci-operator/jobs/openshift/openshift-apiserver/openshift-openshift-apiserver-master-presubmits.yaml index 1bc24567910b..7f8d4df29573 100644 --- a/ci-operator/jobs/openshift/openshift-apiserver/openshift-openshift-apiserver-master-presubmits.yaml +++ b/ci-operator/jobs/openshift/openshift-apiserver/openshift-openshift-apiserver-master-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -46,6 +44,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -68,6 +69,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -86,13 +90,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-serial-cluster-profile - --target=e2e-aws-serial - --template=/usr/local/e2e-aws-serial @@ -126,6 +128,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -151,6 +156,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-serial,?($|\s.*) - agent: kubernetes always_run: true @@ -169,13 +177,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -198,6 +204,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -220,6 +229,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -238,13 +250,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-cmd-cluster-profile - --target=e2e-cmd - --template=/usr/local/e2e-cmd @@ -278,6 +288,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -303,6 +316,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-cmd,?($|\s.*) - agent: kubernetes always_run: true @@ -321,10 +337,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -342,6 +358,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -353,6 +372,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -371,10 +393,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -391,6 +413,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -402,6 +427,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -420,10 +448,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -440,6 +468,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -451,4 +482,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) diff --git a/ci-operator/jobs/openshift/openshift-apiserver/openshift-openshift-apiserver-release-4.2-postsubmits.yaml b/ci-operator/jobs/openshift/openshift-apiserver/openshift-openshift-apiserver-release-4.2-postsubmits.yaml index 701fcd3c8974..4eaf815b2008 100644 --- a/ci-operator/jobs/openshift/openshift-apiserver/openshift-openshift-apiserver-release-4.2-postsubmits.yaml +++ b/ci-operator/jobs/openshift/openshift-apiserver/openshift-openshift-apiserver-release-4.2-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-openshift-apiserver-release-4.2-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/openshift-apiserver/openshift-openshift-apiserver-release-4.2-presubmits.yaml b/ci-operator/jobs/openshift/openshift-apiserver/openshift-openshift-apiserver-release-4.2-presubmits.yaml index fdc4f75da7c9..6df4c73ea4e7 100644 --- a/ci-operator/jobs/openshift/openshift-apiserver/openshift-openshift-apiserver-release-4.2-presubmits.yaml +++ b/ci-operator/jobs/openshift/openshift-apiserver/openshift-openshift-apiserver-release-4.2-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -46,6 +44,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -68,6 +69,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -86,13 +90,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -115,6 +117,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -137,6 +142,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -155,13 +163,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-cmd-cluster-profile - --target=e2e-cmd - --template=/usr/local/e2e-cmd @@ -195,6 +201,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -220,6 +229,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-cmd,?($|\s.*) - agent: kubernetes always_run: true @@ -238,10 +250,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -259,6 +271,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -270,6 +285,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -288,10 +306,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -308,6 +326,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -319,6 +340,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -337,10 +361,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -357,6 +381,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -368,6 +395,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) - agent: kubernetes always_run: true @@ -386,10 +416,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify-deps command: - ci-operator @@ -406,6 +436,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -417,4 +450,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify-deps,?($|\s.*) diff --git a/ci-operator/jobs/openshift/openshift-apiserver/openshift-openshift-apiserver-release-4.3-postsubmits.yaml b/ci-operator/jobs/openshift/openshift-apiserver/openshift-openshift-apiserver-release-4.3-postsubmits.yaml index 2dab1004a6ef..74a832e1850f 100644 --- a/ci-operator/jobs/openshift/openshift-apiserver/openshift-openshift-apiserver-release-4.3-postsubmits.yaml +++ b/ci-operator/jobs/openshift/openshift-apiserver/openshift-openshift-apiserver-release-4.3-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-openshift-apiserver-release-4.3-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/openshift-apiserver/openshift-openshift-apiserver-release-4.3-presubmits.yaml b/ci-operator/jobs/openshift/openshift-apiserver/openshift-openshift-apiserver-release-4.3-presubmits.yaml index 301620cdd38a..78d3d11a897d 100644 --- a/ci-operator/jobs/openshift/openshift-apiserver/openshift-openshift-apiserver-release-4.3-presubmits.yaml +++ b/ci-operator/jobs/openshift/openshift-apiserver/openshift-openshift-apiserver-release-4.3-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -46,6 +44,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -68,6 +69,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -86,13 +90,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -115,6 +117,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -137,6 +142,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -155,13 +163,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-cmd-cluster-profile - --target=e2e-cmd - --template=/usr/local/e2e-cmd @@ -195,6 +201,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -220,6 +229,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-cmd,?($|\s.*) - agent: kubernetes always_run: true @@ -238,10 +250,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -259,6 +271,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -270,6 +285,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -288,10 +306,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -308,6 +326,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -319,6 +340,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -337,10 +361,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -357,6 +381,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -368,4 +395,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) diff --git a/ci-operator/jobs/openshift/openshift-apiserver/openshift-openshift-apiserver-release-4.4-postsubmits.yaml b/ci-operator/jobs/openshift/openshift-apiserver/openshift-openshift-apiserver-release-4.4-postsubmits.yaml index f8bb196ce39e..1a98ab7b76ce 100644 --- a/ci-operator/jobs/openshift/openshift-apiserver/openshift-openshift-apiserver-release-4.4-postsubmits.yaml +++ b/ci-operator/jobs/openshift/openshift-apiserver/openshift-openshift-apiserver-release-4.4-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-openshift-apiserver-release-4.4-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/openshift-apiserver/openshift-openshift-apiserver-release-4.4-presubmits.yaml b/ci-operator/jobs/openshift/openshift-apiserver/openshift-openshift-apiserver-release-4.4-presubmits.yaml index 658d4f6a40bf..53e588060a05 100644 --- a/ci-operator/jobs/openshift/openshift-apiserver/openshift-openshift-apiserver-release-4.4-presubmits.yaml +++ b/ci-operator/jobs/openshift/openshift-apiserver/openshift-openshift-apiserver-release-4.4-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -46,6 +44,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -68,6 +69,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -86,13 +90,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-serial-cluster-profile - --target=e2e-aws-serial - --template=/usr/local/e2e-aws-serial @@ -126,6 +128,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -151,6 +156,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-serial,?($|\s.*) - agent: kubernetes always_run: true @@ -169,13 +177,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -198,6 +204,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -220,6 +229,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -238,13 +250,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-cmd-cluster-profile - --target=e2e-cmd - --template=/usr/local/e2e-cmd @@ -278,6 +288,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -303,6 +316,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-cmd,?($|\s.*) - agent: kubernetes always_run: true @@ -321,10 +337,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -342,6 +358,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -353,6 +372,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -371,10 +393,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -391,6 +413,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -402,6 +427,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -420,10 +448,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -440,6 +468,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -451,4 +482,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) diff --git a/ci-operator/jobs/openshift/openshift-apiserver/openshift-openshift-apiserver-release-4.5-postsubmits.yaml b/ci-operator/jobs/openshift/openshift-apiserver/openshift-openshift-apiserver-release-4.5-postsubmits.yaml index 79d68189a787..1ef7d672e3bb 100644 --- a/ci-operator/jobs/openshift/openshift-apiserver/openshift-openshift-apiserver-release-4.5-postsubmits.yaml +++ b/ci-operator/jobs/openshift/openshift-apiserver/openshift-openshift-apiserver-release-4.5-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-openshift-apiserver-release-4.5-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/openshift-apiserver/openshift-openshift-apiserver-release-4.5-presubmits.yaml b/ci-operator/jobs/openshift/openshift-apiserver/openshift-openshift-apiserver-release-4.5-presubmits.yaml index 46126ee9f006..b8a12d2a8834 100644 --- a/ci-operator/jobs/openshift/openshift-apiserver/openshift-openshift-apiserver-release-4.5-presubmits.yaml +++ b/ci-operator/jobs/openshift/openshift-apiserver/openshift-openshift-apiserver-release-4.5-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -46,6 +44,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -68,6 +69,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -86,13 +90,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-serial-cluster-profile - --target=e2e-aws-serial - --template=/usr/local/e2e-aws-serial @@ -126,6 +128,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -151,6 +156,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-serial,?($|\s.*) - agent: kubernetes always_run: true @@ -169,13 +177,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -198,6 +204,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -220,6 +229,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -238,13 +250,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-cmd-cluster-profile - --target=e2e-cmd - --template=/usr/local/e2e-cmd @@ -278,6 +288,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -303,6 +316,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-cmd,?($|\s.*) - agent: kubernetes always_run: true @@ -321,10 +337,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -341,6 +357,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -352,6 +371,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -370,10 +392,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -390,6 +412,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -401,6 +426,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -419,10 +447,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -439,6 +467,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -450,4 +481,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) diff --git a/ci-operator/jobs/openshift/openshift-apiserver/openshift-openshift-apiserver-release-4.6-postsubmits.yaml b/ci-operator/jobs/openshift/openshift-apiserver/openshift-openshift-apiserver-release-4.6-postsubmits.yaml index da20364d89d9..b0ec146368bb 100644 --- a/ci-operator/jobs/openshift/openshift-apiserver/openshift-openshift-apiserver-release-4.6-postsubmits.yaml +++ b/ci-operator/jobs/openshift/openshift-apiserver/openshift-openshift-apiserver-release-4.6-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-openshift-apiserver-release-4.6-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/openshift-apiserver/openshift-openshift-apiserver-release-4.6-presubmits.yaml b/ci-operator/jobs/openshift/openshift-apiserver/openshift-openshift-apiserver-release-4.6-presubmits.yaml index ec3ccbd3690a..a369a095df12 100644 --- a/ci-operator/jobs/openshift/openshift-apiserver/openshift-openshift-apiserver-release-4.6-presubmits.yaml +++ b/ci-operator/jobs/openshift/openshift-apiserver/openshift-openshift-apiserver-release-4.6-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -46,6 +44,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -68,6 +69,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -86,13 +90,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-serial-cluster-profile - --target=e2e-aws-serial - --template=/usr/local/e2e-aws-serial @@ -126,6 +128,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -151,6 +156,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-serial,?($|\s.*) - agent: kubernetes always_run: true @@ -169,13 +177,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -198,6 +204,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -220,6 +229,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -238,13 +250,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-cmd-cluster-profile - --target=e2e-cmd - --template=/usr/local/e2e-cmd @@ -278,6 +288,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -303,6 +316,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-cmd,?($|\s.*) - agent: kubernetes always_run: true @@ -321,10 +337,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -342,6 +358,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -353,6 +372,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -371,10 +393,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -391,6 +413,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -402,6 +427,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -420,10 +448,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -440,6 +468,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -451,4 +482,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) diff --git a/ci-operator/jobs/openshift/openshift-apiserver/openshift-openshift-apiserver-release-4.7-postsubmits.yaml b/ci-operator/jobs/openshift/openshift-apiserver/openshift-openshift-apiserver-release-4.7-postsubmits.yaml index 1748c1784689..d07a43a81de7 100644 --- a/ci-operator/jobs/openshift/openshift-apiserver/openshift-openshift-apiserver-release-4.7-postsubmits.yaml +++ b/ci-operator/jobs/openshift/openshift-apiserver/openshift-openshift-apiserver-release-4.7-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-openshift-apiserver-release-4.7-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/openshift-apiserver/openshift-openshift-apiserver-release-4.7-presubmits.yaml b/ci-operator/jobs/openshift/openshift-apiserver/openshift-openshift-apiserver-release-4.7-presubmits.yaml index af7616e46c13..4a991fe6f5ae 100644 --- a/ci-operator/jobs/openshift/openshift-apiserver/openshift-openshift-apiserver-release-4.7-presubmits.yaml +++ b/ci-operator/jobs/openshift/openshift-apiserver/openshift-openshift-apiserver-release-4.7-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -46,6 +44,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -68,6 +69,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -86,13 +90,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-serial-cluster-profile - --target=e2e-aws-serial - --template=/usr/local/e2e-aws-serial @@ -126,6 +128,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -151,6 +156,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-serial,?($|\s.*) - agent: kubernetes always_run: true @@ -169,13 +177,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -198,6 +204,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -220,6 +229,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -238,13 +250,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-cmd-cluster-profile - --target=e2e-cmd - --template=/usr/local/e2e-cmd @@ -278,6 +288,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -303,6 +316,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-cmd,?($|\s.*) - agent: kubernetes always_run: true @@ -321,10 +337,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -342,6 +358,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -353,6 +372,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -371,10 +393,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -391,6 +413,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -402,6 +427,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -420,10 +448,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -440,6 +468,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -451,4 +482,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) diff --git a/ci-operator/jobs/openshift/openshift-azure/openshift-openshift-azure-master-postsubmits.yaml b/ci-operator/jobs/openshift/openshift-azure/openshift-openshift-azure-master-postsubmits.yaml index 676aa5b7c2e1..5fa94b0afaf7 100644 --- a/ci-operator/jobs/openshift/openshift-azure/openshift-openshift-azure-master-postsubmits.yaml +++ b/ci-operator/jobs/openshift/openshift-azure/openshift-openshift-azure-master-postsubmits.yaml @@ -58,16 +58,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-openshift-azure-master-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -84,6 +86,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -95,3 +100,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/openshift-azure/openshift-openshift-azure-master-presubmits.yaml b/ci-operator/jobs/openshift/openshift-azure/openshift-openshift-azure-master-presubmits.yaml index 2cd5c681cf63..1c71830d702b 100644 --- a/ci-operator/jobs/openshift/openshift-azure/openshift-openshift-azure-master-presubmits.yaml +++ b/ci-operator/jobs/openshift/openshift-azure/openshift-openshift-azure-master-presubmits.yaml @@ -498,10 +498,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -518,6 +518,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -529,6 +532,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true diff --git a/ci-operator/jobs/openshift/openshift-azure/openshift-openshift-azure-release-v15-presubmits.yaml b/ci-operator/jobs/openshift/openshift-azure/openshift-openshift-azure-release-v15-presubmits.yaml index 6e4ed2433163..20e60b534f64 100644 --- a/ci-operator/jobs/openshift/openshift-azure/openshift-openshift-azure-release-v15-presubmits.yaml +++ b/ci-operator/jobs/openshift/openshift-azure/openshift-openshift-azure-release-v15-presubmits.yaml @@ -275,10 +275,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -295,6 +295,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -306,6 +309,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true diff --git a/ci-operator/jobs/openshift/openshift-azure/openshift-openshift-azure-release-v16-presubmits.yaml b/ci-operator/jobs/openshift/openshift-azure/openshift-openshift-azure-release-v16-presubmits.yaml index 3e20f24b10c9..8095299a74dd 100644 --- a/ci-operator/jobs/openshift/openshift-azure/openshift-openshift-azure-release-v16-presubmits.yaml +++ b/ci-operator/jobs/openshift/openshift-azure/openshift-openshift-azure-release-v16-presubmits.yaml @@ -366,10 +366,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -386,6 +386,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -397,6 +400,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true diff --git a/ci-operator/jobs/openshift/openshift-controller-manager/openshift-openshift-controller-manager-master-postsubmits.yaml b/ci-operator/jobs/openshift/openshift-controller-manager/openshift-openshift-controller-manager-master-postsubmits.yaml index 04195925e9c3..18157872b194 100644 --- a/ci-operator/jobs/openshift/openshift-controller-manager/openshift-openshift-controller-manager-master-postsubmits.yaml +++ b/ci-operator/jobs/openshift/openshift-controller-manager/openshift-openshift-controller-manager-master-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-openshift-controller-manager-master-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/openshift-controller-manager/openshift-openshift-controller-manager-master-presubmits.yaml b/ci-operator/jobs/openshift/openshift-controller-manager/openshift-openshift-controller-manager-master-presubmits.yaml index d8276fa609cd..d6e2d665fd32 100644 --- a/ci-operator/jobs/openshift/openshift-controller-manager/openshift-openshift-controller-manager-master-presubmits.yaml +++ b/ci-operator/jobs/openshift/openshift-controller-manager/openshift-openshift-controller-manager-master-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -46,6 +44,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -68,6 +69,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: false @@ -87,13 +91,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-builds-cluster-profile - --target=e2e-aws-builds - --template=/usr/local/e2e-aws-builds @@ -127,6 +129,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -152,6 +157,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-builds,?($|\s.*) - agent: kubernetes always_run: false @@ -171,13 +179,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-proxy-cluster-profile - --target=e2e-aws-proxy - --template=/usr/local/e2e-aws-proxy @@ -211,6 +217,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -236,6 +245,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-proxy,?($|\s.*) - agent: kubernetes always_run: true @@ -254,13 +266,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -283,6 +293,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -305,6 +318,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: false @@ -323,13 +339,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-gcp-cluster-profile - --target=e2e-gcp - --template=/usr/local/e2e-gcp @@ -363,6 +377,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -390,6 +407,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-gcp,?($|\s.*) - agent: kubernetes always_run: false @@ -408,13 +428,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-gcp-builds-cluster-profile - --target=e2e-gcp-builds - --template=/usr/local/e2e-gcp-builds @@ -448,6 +466,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -475,6 +496,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-gcp-builds,?($|\s.*) - agent: kubernetes always_run: true @@ -493,10 +517,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -514,6 +538,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -525,6 +552,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -543,10 +573,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -563,6 +593,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -574,6 +607,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -592,10 +628,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -612,6 +648,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -623,4 +662,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) diff --git a/ci-operator/jobs/openshift/openshift-controller-manager/openshift-openshift-controller-manager-release-4.2-postsubmits.yaml b/ci-operator/jobs/openshift/openshift-controller-manager/openshift-openshift-controller-manager-release-4.2-postsubmits.yaml index 4ee36a4c52fa..aff015a693d2 100644 --- a/ci-operator/jobs/openshift/openshift-controller-manager/openshift-openshift-controller-manager-release-4.2-postsubmits.yaml +++ b/ci-operator/jobs/openshift/openshift-controller-manager/openshift-openshift-controller-manager-release-4.2-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-openshift-controller-manager-release-4.2-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/openshift-controller-manager/openshift-openshift-controller-manager-release-4.2-presubmits.yaml b/ci-operator/jobs/openshift/openshift-controller-manager/openshift-openshift-controller-manager-release-4.2-presubmits.yaml index 1b117d586e1c..4a39c4fb3e72 100644 --- a/ci-operator/jobs/openshift/openshift-controller-manager/openshift-openshift-controller-manager-release-4.2-presubmits.yaml +++ b/ci-operator/jobs/openshift/openshift-controller-manager/openshift-openshift-controller-manager-release-4.2-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -46,6 +44,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -68,6 +69,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -86,13 +90,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-builds-cluster-profile - --target=e2e-aws-builds - --template=/usr/local/e2e-aws-builds @@ -126,6 +128,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -151,6 +156,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-builds,?($|\s.*) - agent: kubernetes always_run: true @@ -169,13 +177,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -198,6 +204,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -220,6 +229,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -238,10 +250,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -259,6 +271,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -270,6 +285,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -288,10 +306,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -308,6 +326,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -319,6 +340,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -337,10 +361,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -357,6 +381,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -368,6 +395,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) - agent: kubernetes always_run: true @@ -386,10 +416,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify-deps command: - ci-operator @@ -406,6 +436,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -417,4 +450,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify-deps,?($|\s.*) diff --git a/ci-operator/jobs/openshift/openshift-controller-manager/openshift-openshift-controller-manager-release-4.3-postsubmits.yaml b/ci-operator/jobs/openshift/openshift-controller-manager/openshift-openshift-controller-manager-release-4.3-postsubmits.yaml index bbf69af0223a..eb90e7efb1ce 100644 --- a/ci-operator/jobs/openshift/openshift-controller-manager/openshift-openshift-controller-manager-release-4.3-postsubmits.yaml +++ b/ci-operator/jobs/openshift/openshift-controller-manager/openshift-openshift-controller-manager-release-4.3-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-openshift-controller-manager-release-4.3-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/openshift-controller-manager/openshift-openshift-controller-manager-release-4.3-presubmits.yaml b/ci-operator/jobs/openshift/openshift-controller-manager/openshift-openshift-controller-manager-release-4.3-presubmits.yaml index 01efee32601b..406b8e20c7ca 100644 --- a/ci-operator/jobs/openshift/openshift-controller-manager/openshift-openshift-controller-manager-release-4.3-presubmits.yaml +++ b/ci-operator/jobs/openshift/openshift-controller-manager/openshift-openshift-controller-manager-release-4.3-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -46,6 +44,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -68,6 +69,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: false @@ -87,13 +91,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-builds-cluster-profile - --target=e2e-aws-builds - --template=/usr/local/e2e-aws-builds @@ -127,6 +129,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -152,6 +157,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-builds,?($|\s.*) - agent: kubernetes always_run: false @@ -171,13 +179,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-proxy-cluster-profile - --target=e2e-aws-proxy - --template=/usr/local/e2e-aws-proxy @@ -211,6 +217,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -236,6 +245,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-proxy,?($|\s.*) - agent: kubernetes always_run: true @@ -254,13 +266,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -283,6 +293,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -305,6 +318,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -323,13 +339,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-gcp-cluster-profile - --target=e2e-gcp - --template=/usr/local/e2e-gcp @@ -363,6 +377,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -390,6 +407,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-gcp,?($|\s.*) - agent: kubernetes always_run: true @@ -408,13 +428,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-gcp-builds-cluster-profile - --target=e2e-gcp-builds - --template=/usr/local/e2e-gcp-builds @@ -448,6 +466,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -475,6 +496,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-gcp-builds,?($|\s.*) - agent: kubernetes always_run: true @@ -493,10 +517,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -514,6 +538,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -525,6 +552,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -543,10 +573,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -563,6 +593,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -574,6 +607,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -592,10 +628,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -612,6 +648,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -623,4 +662,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) diff --git a/ci-operator/jobs/openshift/openshift-controller-manager/openshift-openshift-controller-manager-release-4.4-postsubmits.yaml b/ci-operator/jobs/openshift/openshift-controller-manager/openshift-openshift-controller-manager-release-4.4-postsubmits.yaml index 135320bf09b9..5984eee0818b 100644 --- a/ci-operator/jobs/openshift/openshift-controller-manager/openshift-openshift-controller-manager-release-4.4-postsubmits.yaml +++ b/ci-operator/jobs/openshift/openshift-controller-manager/openshift-openshift-controller-manager-release-4.4-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-openshift-controller-manager-release-4.4-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/openshift-controller-manager/openshift-openshift-controller-manager-release-4.4-presubmits.yaml b/ci-operator/jobs/openshift/openshift-controller-manager/openshift-openshift-controller-manager-release-4.4-presubmits.yaml index 51f0ab09925a..eb95732a5790 100644 --- a/ci-operator/jobs/openshift/openshift-controller-manager/openshift-openshift-controller-manager-release-4.4-presubmits.yaml +++ b/ci-operator/jobs/openshift/openshift-controller-manager/openshift-openshift-controller-manager-release-4.4-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -46,6 +44,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -68,6 +69,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: false @@ -87,13 +91,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-builds-cluster-profile - --target=e2e-aws-builds - --template=/usr/local/e2e-aws-builds @@ -127,6 +129,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -152,6 +157,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-builds,?($|\s.*) - agent: kubernetes always_run: false @@ -171,13 +179,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-proxy-cluster-profile - --target=e2e-aws-proxy - --template=/usr/local/e2e-aws-proxy @@ -211,6 +217,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -236,6 +245,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-proxy,?($|\s.*) - agent: kubernetes always_run: true @@ -254,13 +266,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -283,6 +293,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -305,6 +318,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: false @@ -323,13 +339,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-gcp-cluster-profile - --target=e2e-gcp - --template=/usr/local/e2e-gcp @@ -363,6 +377,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -390,6 +407,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-gcp,?($|\s.*) - agent: kubernetes always_run: false @@ -408,13 +428,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-gcp-builds-cluster-profile - --target=e2e-gcp-builds - --template=/usr/local/e2e-gcp-builds @@ -448,6 +466,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -475,6 +496,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-gcp-builds,?($|\s.*) - agent: kubernetes always_run: true @@ -493,10 +517,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -514,6 +538,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -525,6 +552,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -543,10 +573,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -563,6 +593,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -574,6 +607,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -592,10 +628,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -612,6 +648,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -623,4 +662,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) diff --git a/ci-operator/jobs/openshift/openshift-controller-manager/openshift-openshift-controller-manager-release-4.5-postsubmits.yaml b/ci-operator/jobs/openshift/openshift-controller-manager/openshift-openshift-controller-manager-release-4.5-postsubmits.yaml index 8fa0ebccc719..e7427cace9f1 100644 --- a/ci-operator/jobs/openshift/openshift-controller-manager/openshift-openshift-controller-manager-release-4.5-postsubmits.yaml +++ b/ci-operator/jobs/openshift/openshift-controller-manager/openshift-openshift-controller-manager-release-4.5-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-openshift-controller-manager-release-4.5-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/openshift-controller-manager/openshift-openshift-controller-manager-release-4.5-presubmits.yaml b/ci-operator/jobs/openshift/openshift-controller-manager/openshift-openshift-controller-manager-release-4.5-presubmits.yaml index a7f7cf12f5f5..9092f5f4f9c4 100644 --- a/ci-operator/jobs/openshift/openshift-controller-manager/openshift-openshift-controller-manager-release-4.5-presubmits.yaml +++ b/ci-operator/jobs/openshift/openshift-controller-manager/openshift-openshift-controller-manager-release-4.5-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -46,6 +44,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -68,6 +69,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -86,13 +90,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-builds-cluster-profile - --target=e2e-aws-builds - --template=/usr/local/e2e-aws-builds @@ -126,6 +128,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -151,6 +156,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-builds,?($|\s.*) - agent: kubernetes always_run: true @@ -169,13 +177,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-proxy-cluster-profile - --target=e2e-aws-proxy - --template=/usr/local/e2e-aws-proxy @@ -209,6 +215,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -234,6 +243,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-proxy,?($|\s.*) - agent: kubernetes always_run: true @@ -252,13 +264,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -281,6 +291,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -303,6 +316,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: false @@ -321,13 +337,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-gcp-cluster-profile - --target=e2e-gcp - --template=/usr/local/e2e-gcp @@ -361,6 +375,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -388,6 +405,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-gcp,?($|\s.*) - agent: kubernetes always_run: false @@ -406,13 +426,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-gcp-builds-cluster-profile - --target=e2e-gcp-builds - --template=/usr/local/e2e-gcp-builds @@ -446,6 +464,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -473,6 +494,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-gcp-builds,?($|\s.*) - agent: kubernetes always_run: true @@ -491,10 +515,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -511,6 +535,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -522,6 +549,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -540,10 +570,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -560,6 +590,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -571,6 +604,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -589,10 +625,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -609,6 +645,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -620,4 +659,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) diff --git a/ci-operator/jobs/openshift/openshift-controller-manager/openshift-openshift-controller-manager-release-4.6-postsubmits.yaml b/ci-operator/jobs/openshift/openshift-controller-manager/openshift-openshift-controller-manager-release-4.6-postsubmits.yaml index bec2532ea8f4..9f7cfc3f8e73 100644 --- a/ci-operator/jobs/openshift/openshift-controller-manager/openshift-openshift-controller-manager-release-4.6-postsubmits.yaml +++ b/ci-operator/jobs/openshift/openshift-controller-manager/openshift-openshift-controller-manager-release-4.6-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-openshift-controller-manager-release-4.6-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/openshift-controller-manager/openshift-openshift-controller-manager-release-4.6-presubmits.yaml b/ci-operator/jobs/openshift/openshift-controller-manager/openshift-openshift-controller-manager-release-4.6-presubmits.yaml index 42ccb4ff8314..077670080547 100644 --- a/ci-operator/jobs/openshift/openshift-controller-manager/openshift-openshift-controller-manager-release-4.6-presubmits.yaml +++ b/ci-operator/jobs/openshift/openshift-controller-manager/openshift-openshift-controller-manager-release-4.6-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -46,6 +44,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -68,6 +69,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: false @@ -87,13 +91,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-builds-cluster-profile - --target=e2e-aws-builds - --template=/usr/local/e2e-aws-builds @@ -127,6 +129,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -152,6 +157,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-builds,?($|\s.*) - agent: kubernetes always_run: false @@ -171,13 +179,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-proxy-cluster-profile - --target=e2e-aws-proxy - --template=/usr/local/e2e-aws-proxy @@ -211,6 +217,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -236,6 +245,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-proxy,?($|\s.*) - agent: kubernetes always_run: true @@ -254,13 +266,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -283,6 +293,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -305,6 +318,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: false @@ -323,13 +339,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-gcp-cluster-profile - --target=e2e-gcp - --template=/usr/local/e2e-gcp @@ -363,6 +377,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -390,6 +407,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-gcp,?($|\s.*) - agent: kubernetes always_run: false @@ -408,13 +428,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-gcp-builds-cluster-profile - --target=e2e-gcp-builds - --template=/usr/local/e2e-gcp-builds @@ -448,6 +466,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -475,6 +496,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-gcp-builds,?($|\s.*) - agent: kubernetes always_run: true @@ -493,10 +517,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -514,6 +538,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -525,6 +552,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -543,10 +573,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -563,6 +593,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -574,6 +607,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -592,10 +628,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -612,6 +648,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -623,4 +662,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) diff --git a/ci-operator/jobs/openshift/openshift-controller-manager/openshift-openshift-controller-manager-release-4.7-postsubmits.yaml b/ci-operator/jobs/openshift/openshift-controller-manager/openshift-openshift-controller-manager-release-4.7-postsubmits.yaml index 12ab523c24ed..464a0ae0b9c5 100644 --- a/ci-operator/jobs/openshift/openshift-controller-manager/openshift-openshift-controller-manager-release-4.7-postsubmits.yaml +++ b/ci-operator/jobs/openshift/openshift-controller-manager/openshift-openshift-controller-manager-release-4.7-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-openshift-controller-manager-release-4.7-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/openshift-controller-manager/openshift-openshift-controller-manager-release-4.7-presubmits.yaml b/ci-operator/jobs/openshift/openshift-controller-manager/openshift-openshift-controller-manager-release-4.7-presubmits.yaml index ca6a89f0f415..d85284360b4a 100644 --- a/ci-operator/jobs/openshift/openshift-controller-manager/openshift-openshift-controller-manager-release-4.7-presubmits.yaml +++ b/ci-operator/jobs/openshift/openshift-controller-manager/openshift-openshift-controller-manager-release-4.7-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -46,6 +44,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -68,6 +69,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: false @@ -87,13 +91,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-builds-cluster-profile - --target=e2e-aws-builds - --template=/usr/local/e2e-aws-builds @@ -127,6 +129,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -152,6 +157,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-builds,?($|\s.*) - agent: kubernetes always_run: false @@ -171,13 +179,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-proxy-cluster-profile - --target=e2e-aws-proxy - --template=/usr/local/e2e-aws-proxy @@ -211,6 +217,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -236,6 +245,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-proxy,?($|\s.*) - agent: kubernetes always_run: true @@ -254,13 +266,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -283,6 +293,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -305,6 +318,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: false @@ -323,13 +339,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-gcp-cluster-profile - --target=e2e-gcp - --template=/usr/local/e2e-gcp @@ -363,6 +377,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -390,6 +407,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-gcp,?($|\s.*) - agent: kubernetes always_run: false @@ -408,13 +428,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-gcp-builds-cluster-profile - --target=e2e-gcp-builds - --template=/usr/local/e2e-gcp-builds @@ -448,6 +466,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -475,6 +496,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-gcp-builds,?($|\s.*) - agent: kubernetes always_run: true @@ -493,10 +517,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -514,6 +538,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -525,6 +552,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -543,10 +573,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -563,6 +593,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -574,6 +607,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -592,10 +628,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -612,6 +648,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -623,4 +662,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) diff --git a/ci-operator/jobs/openshift/openshift-state-metrics/openshift-openshift-state-metrics-master-postsubmits.yaml b/ci-operator/jobs/openshift/openshift-state-metrics/openshift-openshift-state-metrics-master-postsubmits.yaml index 426cae8f721c..7f452e55d4b8 100644 --- a/ci-operator/jobs/openshift/openshift-state-metrics/openshift-openshift-state-metrics-master-postsubmits.yaml +++ b/ci-operator/jobs/openshift/openshift-state-metrics/openshift-openshift-state-metrics-master-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-openshift-state-metrics-master-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/openshift-state-metrics/openshift-openshift-state-metrics-master-presubmits.yaml b/ci-operator/jobs/openshift/openshift-state-metrics/openshift-openshift-state-metrics-master-presubmits.yaml index 79a43730f3e4..f7a5bd8b0a3c 100644 --- a/ci-operator/jobs/openshift/openshift-state-metrics/openshift-openshift-state-metrics-master-presubmits.yaml +++ b/ci-operator/jobs/openshift/openshift-state-metrics/openshift-openshift-state-metrics-master-presubmits.yaml @@ -17,10 +17,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=doccheck command: - ci-operator @@ -37,6 +37,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -48,6 +51,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )doccheck,?($|\s.*) - agent: kubernetes always_run: true @@ -66,10 +72,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=gofmt command: - ci-operator @@ -86,6 +92,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -97,6 +106,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )gofmt,?($|\s.*) - agent: kubernetes always_run: true @@ -115,10 +127,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -136,6 +148,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -147,6 +162,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -165,10 +183,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -185,6 +203,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -196,4 +217,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift/openshift-state-metrics/openshift-openshift-state-metrics-release-4.1-postsubmits.yaml b/ci-operator/jobs/openshift/openshift-state-metrics/openshift-openshift-state-metrics-release-4.1-postsubmits.yaml index 6a58d5ac5bb4..55956cb781cd 100644 --- a/ci-operator/jobs/openshift/openshift-state-metrics/openshift-openshift-state-metrics-release-4.1-postsubmits.yaml +++ b/ci-operator/jobs/openshift/openshift-state-metrics/openshift-openshift-state-metrics-release-4.1-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-openshift-state-metrics-release-4.1-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/openshift-state-metrics/openshift-openshift-state-metrics-release-4.1-presubmits.yaml b/ci-operator/jobs/openshift/openshift-state-metrics/openshift-openshift-state-metrics-release-4.1-presubmits.yaml index 40466a0dc110..4b2644444849 100644 --- a/ci-operator/jobs/openshift/openshift-state-metrics/openshift-openshift-state-metrics-release-4.1-presubmits.yaml +++ b/ci-operator/jobs/openshift/openshift-state-metrics/openshift-openshift-state-metrics-release-4.1-presubmits.yaml @@ -17,10 +17,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=gofmt command: - ci-operator @@ -37,6 +37,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -48,6 +51,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )gofmt,?($|\s.*) - agent: kubernetes always_run: true @@ -66,10 +72,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -87,6 +93,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -98,6 +107,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -116,10 +128,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -136,6 +148,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -147,4 +162,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift/openshift-state-metrics/openshift-openshift-state-metrics-release-4.2-postsubmits.yaml b/ci-operator/jobs/openshift/openshift-state-metrics/openshift-openshift-state-metrics-release-4.2-postsubmits.yaml index 051d2223594f..1a86fed43ed9 100644 --- a/ci-operator/jobs/openshift/openshift-state-metrics/openshift-openshift-state-metrics-release-4.2-postsubmits.yaml +++ b/ci-operator/jobs/openshift/openshift-state-metrics/openshift-openshift-state-metrics-release-4.2-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-openshift-state-metrics-release-4.2-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/openshift-state-metrics/openshift-openshift-state-metrics-release-4.2-presubmits.yaml b/ci-operator/jobs/openshift/openshift-state-metrics/openshift-openshift-state-metrics-release-4.2-presubmits.yaml index 5ca1f99c4ed4..086368fe3475 100644 --- a/ci-operator/jobs/openshift/openshift-state-metrics/openshift-openshift-state-metrics-release-4.2-presubmits.yaml +++ b/ci-operator/jobs/openshift/openshift-state-metrics/openshift-openshift-state-metrics-release-4.2-presubmits.yaml @@ -17,10 +17,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=doccheck command: - ci-operator @@ -37,6 +37,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -48,6 +51,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )doccheck,?($|\s.*) - agent: kubernetes always_run: true @@ -66,10 +72,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=gofmt command: - ci-operator @@ -86,6 +92,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -97,6 +106,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )gofmt,?($|\s.*) - agent: kubernetes always_run: true @@ -115,10 +127,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -136,6 +148,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -147,6 +162,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -165,10 +183,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -185,6 +203,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -196,4 +217,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift/openshift-state-metrics/openshift-openshift-state-metrics-release-4.3-postsubmits.yaml b/ci-operator/jobs/openshift/openshift-state-metrics/openshift-openshift-state-metrics-release-4.3-postsubmits.yaml index 760c0390849a..c03ea70ee7de 100644 --- a/ci-operator/jobs/openshift/openshift-state-metrics/openshift-openshift-state-metrics-release-4.3-postsubmits.yaml +++ b/ci-operator/jobs/openshift/openshift-state-metrics/openshift-openshift-state-metrics-release-4.3-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-openshift-state-metrics-release-4.3-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/openshift-state-metrics/openshift-openshift-state-metrics-release-4.3-presubmits.yaml b/ci-operator/jobs/openshift/openshift-state-metrics/openshift-openshift-state-metrics-release-4.3-presubmits.yaml index b4a2b9770ad3..a7ae2f7f8a15 100644 --- a/ci-operator/jobs/openshift/openshift-state-metrics/openshift-openshift-state-metrics-release-4.3-presubmits.yaml +++ b/ci-operator/jobs/openshift/openshift-state-metrics/openshift-openshift-state-metrics-release-4.3-presubmits.yaml @@ -17,10 +17,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=doccheck command: - ci-operator @@ -37,6 +37,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -48,6 +51,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )doccheck,?($|\s.*) - agent: kubernetes always_run: true @@ -66,10 +72,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=gofmt command: - ci-operator @@ -86,6 +92,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -97,6 +106,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )gofmt,?($|\s.*) - agent: kubernetes always_run: true @@ -115,10 +127,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -136,6 +148,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -147,6 +162,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -165,10 +183,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -185,6 +203,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -196,4 +217,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift/openshift-state-metrics/openshift-openshift-state-metrics-release-4.4-postsubmits.yaml b/ci-operator/jobs/openshift/openshift-state-metrics/openshift-openshift-state-metrics-release-4.4-postsubmits.yaml index 03c1c6bfb3f0..006806f50882 100644 --- a/ci-operator/jobs/openshift/openshift-state-metrics/openshift-openshift-state-metrics-release-4.4-postsubmits.yaml +++ b/ci-operator/jobs/openshift/openshift-state-metrics/openshift-openshift-state-metrics-release-4.4-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-openshift-state-metrics-release-4.4-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/openshift-state-metrics/openshift-openshift-state-metrics-release-4.4-presubmits.yaml b/ci-operator/jobs/openshift/openshift-state-metrics/openshift-openshift-state-metrics-release-4.4-presubmits.yaml index d4ec2d6b83fc..4e8da6feb161 100644 --- a/ci-operator/jobs/openshift/openshift-state-metrics/openshift-openshift-state-metrics-release-4.4-presubmits.yaml +++ b/ci-operator/jobs/openshift/openshift-state-metrics/openshift-openshift-state-metrics-release-4.4-presubmits.yaml @@ -17,10 +17,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=doccheck command: - ci-operator @@ -37,6 +37,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -48,6 +51,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )doccheck,?($|\s.*) - agent: kubernetes always_run: true @@ -66,10 +72,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=gofmt command: - ci-operator @@ -86,6 +92,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -97,6 +106,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )gofmt,?($|\s.*) - agent: kubernetes always_run: true @@ -115,10 +127,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -136,6 +148,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -147,6 +162,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -165,10 +183,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -185,6 +203,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -196,4 +217,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift/openshift-state-metrics/openshift-openshift-state-metrics-release-4.5-postsubmits.yaml b/ci-operator/jobs/openshift/openshift-state-metrics/openshift-openshift-state-metrics-release-4.5-postsubmits.yaml index bc8229ef554a..193c4f73d926 100644 --- a/ci-operator/jobs/openshift/openshift-state-metrics/openshift-openshift-state-metrics-release-4.5-postsubmits.yaml +++ b/ci-operator/jobs/openshift/openshift-state-metrics/openshift-openshift-state-metrics-release-4.5-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-openshift-state-metrics-release-4.5-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/openshift-state-metrics/openshift-openshift-state-metrics-release-4.5-presubmits.yaml b/ci-operator/jobs/openshift/openshift-state-metrics/openshift-openshift-state-metrics-release-4.5-presubmits.yaml index 8776048593cf..cf55a209cbfb 100644 --- a/ci-operator/jobs/openshift/openshift-state-metrics/openshift-openshift-state-metrics-release-4.5-presubmits.yaml +++ b/ci-operator/jobs/openshift/openshift-state-metrics/openshift-openshift-state-metrics-release-4.5-presubmits.yaml @@ -17,10 +17,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=doccheck command: - ci-operator @@ -37,6 +37,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -48,6 +51,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )doccheck,?($|\s.*) - agent: kubernetes always_run: true @@ -66,10 +72,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=gofmt command: - ci-operator @@ -86,6 +92,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -97,6 +106,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )gofmt,?($|\s.*) - agent: kubernetes always_run: true @@ -115,10 +127,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -135,6 +147,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -146,6 +161,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -164,10 +182,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -184,6 +202,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -195,4 +216,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift/openshift-state-metrics/openshift-openshift-state-metrics-release-4.6-postsubmits.yaml b/ci-operator/jobs/openshift/openshift-state-metrics/openshift-openshift-state-metrics-release-4.6-postsubmits.yaml index 6610095a5995..cff27a7baf12 100644 --- a/ci-operator/jobs/openshift/openshift-state-metrics/openshift-openshift-state-metrics-release-4.6-postsubmits.yaml +++ b/ci-operator/jobs/openshift/openshift-state-metrics/openshift-openshift-state-metrics-release-4.6-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-openshift-state-metrics-release-4.6-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/openshift-state-metrics/openshift-openshift-state-metrics-release-4.6-presubmits.yaml b/ci-operator/jobs/openshift/openshift-state-metrics/openshift-openshift-state-metrics-release-4.6-presubmits.yaml index 4096c1e06cf0..253abe135cc2 100644 --- a/ci-operator/jobs/openshift/openshift-state-metrics/openshift-openshift-state-metrics-release-4.6-presubmits.yaml +++ b/ci-operator/jobs/openshift/openshift-state-metrics/openshift-openshift-state-metrics-release-4.6-presubmits.yaml @@ -17,10 +17,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=doccheck command: - ci-operator @@ -37,6 +37,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -48,6 +51,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )doccheck,?($|\s.*) - agent: kubernetes always_run: true @@ -66,10 +72,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=gofmt command: - ci-operator @@ -86,6 +92,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -97,6 +106,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )gofmt,?($|\s.*) - agent: kubernetes always_run: true @@ -115,10 +127,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -136,6 +148,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -147,6 +162,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -165,10 +183,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -185,6 +203,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -196,4 +217,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift/openshift-state-metrics/openshift-openshift-state-metrics-release-4.7-postsubmits.yaml b/ci-operator/jobs/openshift/openshift-state-metrics/openshift-openshift-state-metrics-release-4.7-postsubmits.yaml index 0d2b0e0c587d..90c3aa3c3d36 100644 --- a/ci-operator/jobs/openshift/openshift-state-metrics/openshift-openshift-state-metrics-release-4.7-postsubmits.yaml +++ b/ci-operator/jobs/openshift/openshift-state-metrics/openshift-openshift-state-metrics-release-4.7-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-openshift-state-metrics-release-4.7-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/openshift-state-metrics/openshift-openshift-state-metrics-release-4.7-presubmits.yaml b/ci-operator/jobs/openshift/openshift-state-metrics/openshift-openshift-state-metrics-release-4.7-presubmits.yaml index 43640f8258d5..76496a596f31 100644 --- a/ci-operator/jobs/openshift/openshift-state-metrics/openshift-openshift-state-metrics-release-4.7-presubmits.yaml +++ b/ci-operator/jobs/openshift/openshift-state-metrics/openshift-openshift-state-metrics-release-4.7-presubmits.yaml @@ -17,10 +17,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=doccheck command: - ci-operator @@ -37,6 +37,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -48,6 +51,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )doccheck,?($|\s.*) - agent: kubernetes always_run: true @@ -66,10 +72,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=gofmt command: - ci-operator @@ -86,6 +92,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -97,6 +106,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )gofmt,?($|\s.*) - agent: kubernetes always_run: true @@ -115,10 +127,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -136,6 +148,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -147,6 +162,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -165,10 +183,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -185,6 +203,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -196,4 +217,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift/openshift-tests/openshift-openshift-tests-master-postsubmits.yaml b/ci-operator/jobs/openshift/openshift-tests/openshift-openshift-tests-master-postsubmits.yaml index 2c53b68c475b..4dec0931ab3b 100644 --- a/ci-operator/jobs/openshift/openshift-tests/openshift-openshift-tests-master-postsubmits.yaml +++ b/ci-operator/jobs/openshift/openshift-tests/openshift-openshift-tests-master-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-openshift-tests-master-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/openshift-tests/openshift-openshift-tests-master-presubmits.yaml b/ci-operator/jobs/openshift/openshift-tests/openshift-openshift-tests-master-presubmits.yaml index 3f882ec8c4b7..e11359a01cc8 100644 --- a/ci-operator/jobs/openshift/openshift-tests/openshift-openshift-tests-master-presubmits.yaml +++ b/ci-operator/jobs/openshift/openshift-tests/openshift-openshift-tests-master-presubmits.yaml @@ -17,10 +17,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -38,6 +38,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -49,6 +52,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -67,10 +73,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -87,6 +93,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -98,4 +107,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift/openshift-tests/openshift-openshift-tests-release-4.4-postsubmits.yaml b/ci-operator/jobs/openshift/openshift-tests/openshift-openshift-tests-release-4.4-postsubmits.yaml index b379c74e8116..b06d0907e1d7 100644 --- a/ci-operator/jobs/openshift/openshift-tests/openshift-openshift-tests-release-4.4-postsubmits.yaml +++ b/ci-operator/jobs/openshift/openshift-tests/openshift-openshift-tests-release-4.4-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-openshift-tests-release-4.4-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/openshift-tests/openshift-openshift-tests-release-4.4-presubmits.yaml b/ci-operator/jobs/openshift/openshift-tests/openshift-openshift-tests-release-4.4-presubmits.yaml index 5e64b7496ae7..be66943281c9 100644 --- a/ci-operator/jobs/openshift/openshift-tests/openshift-openshift-tests-release-4.4-presubmits.yaml +++ b/ci-operator/jobs/openshift/openshift-tests/openshift-openshift-tests-release-4.4-presubmits.yaml @@ -17,10 +17,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -38,6 +38,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -49,6 +52,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -67,10 +73,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -87,6 +93,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -98,4 +107,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift/openshift-tests/openshift-openshift-tests-release-4.5-postsubmits.yaml b/ci-operator/jobs/openshift/openshift-tests/openshift-openshift-tests-release-4.5-postsubmits.yaml index 5b0339921fb9..d75fe5022142 100644 --- a/ci-operator/jobs/openshift/openshift-tests/openshift-openshift-tests-release-4.5-postsubmits.yaml +++ b/ci-operator/jobs/openshift/openshift-tests/openshift-openshift-tests-release-4.5-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-openshift-tests-release-4.5-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/openshift-tests/openshift-openshift-tests-release-4.5-presubmits.yaml b/ci-operator/jobs/openshift/openshift-tests/openshift-openshift-tests-release-4.5-presubmits.yaml index 28418255c8d6..cdc05b3dbced 100644 --- a/ci-operator/jobs/openshift/openshift-tests/openshift-openshift-tests-release-4.5-presubmits.yaml +++ b/ci-operator/jobs/openshift/openshift-tests/openshift-openshift-tests-release-4.5-presubmits.yaml @@ -17,10 +17,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -37,6 +37,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -48,6 +51,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -66,10 +72,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -86,6 +92,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -97,4 +106,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift/openshift-tests/openshift-openshift-tests-release-4.6-postsubmits.yaml b/ci-operator/jobs/openshift/openshift-tests/openshift-openshift-tests-release-4.6-postsubmits.yaml index 6d96d0be044f..af5fc1651f08 100644 --- a/ci-operator/jobs/openshift/openshift-tests/openshift-openshift-tests-release-4.6-postsubmits.yaml +++ b/ci-operator/jobs/openshift/openshift-tests/openshift-openshift-tests-release-4.6-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-openshift-tests-release-4.6-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/openshift-tests/openshift-openshift-tests-release-4.6-presubmits.yaml b/ci-operator/jobs/openshift/openshift-tests/openshift-openshift-tests-release-4.6-presubmits.yaml index 95d5990c1465..2ed9f2943d9c 100644 --- a/ci-operator/jobs/openshift/openshift-tests/openshift-openshift-tests-release-4.6-presubmits.yaml +++ b/ci-operator/jobs/openshift/openshift-tests/openshift-openshift-tests-release-4.6-presubmits.yaml @@ -17,10 +17,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -38,6 +38,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -49,6 +52,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -67,10 +73,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -87,6 +93,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -98,4 +107,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift/openshift-tests/openshift-openshift-tests-release-4.7-postsubmits.yaml b/ci-operator/jobs/openshift/openshift-tests/openshift-openshift-tests-release-4.7-postsubmits.yaml index 48dc3f1b6c93..19d233babcf3 100644 --- a/ci-operator/jobs/openshift/openshift-tests/openshift-openshift-tests-release-4.7-postsubmits.yaml +++ b/ci-operator/jobs/openshift/openshift-tests/openshift-openshift-tests-release-4.7-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-openshift-tests-release-4.7-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/openshift-tests/openshift-openshift-tests-release-4.7-presubmits.yaml b/ci-operator/jobs/openshift/openshift-tests/openshift-openshift-tests-release-4.7-presubmits.yaml index 2882ed525982..17837d2dcf71 100644 --- a/ci-operator/jobs/openshift/openshift-tests/openshift-openshift-tests-release-4.7-presubmits.yaml +++ b/ci-operator/jobs/openshift/openshift-tests/openshift-openshift-tests-release-4.7-presubmits.yaml @@ -17,10 +17,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -38,6 +38,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -49,6 +52,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -67,10 +73,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -87,6 +93,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -98,4 +107,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift/openshift-tuned/openshift-openshift-tuned-master-postsubmits.yaml b/ci-operator/jobs/openshift/openshift-tuned/openshift-openshift-tuned-master-postsubmits.yaml index 4982f43b9351..f858be734d03 100644 --- a/ci-operator/jobs/openshift/openshift-tuned/openshift-openshift-tuned-master-postsubmits.yaml +++ b/ci-operator/jobs/openshift/openshift-tuned/openshift-openshift-tuned-master-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-openshift-tuned-master-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/openshift-tuned/openshift-openshift-tuned-master-presubmits.yaml b/ci-operator/jobs/openshift/openshift-tuned/openshift-openshift-tuned-master-presubmits.yaml index e8cf0f5a6727..b912208e1e2a 100644 --- a/ci-operator/jobs/openshift/openshift-tuned/openshift-openshift-tuned-master-presubmits.yaml +++ b/ci-operator/jobs/openshift/openshift-tuned/openshift-openshift-tuned-master-presubmits.yaml @@ -17,10 +17,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -38,6 +38,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -49,6 +52,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -67,10 +73,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -87,6 +93,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -98,6 +107,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -116,10 +128,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -136,6 +148,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -147,4 +162,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) diff --git a/ci-operator/jobs/openshift/openshift-tuned/openshift-openshift-tuned-release-4.1-postsubmits.yaml b/ci-operator/jobs/openshift/openshift-tuned/openshift-openshift-tuned-release-4.1-postsubmits.yaml index 608a2111cb4d..0b0ffb3c8a5b 100644 --- a/ci-operator/jobs/openshift/openshift-tuned/openshift-openshift-tuned-release-4.1-postsubmits.yaml +++ b/ci-operator/jobs/openshift/openshift-tuned/openshift-openshift-tuned-release-4.1-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-openshift-tuned-release-4.1-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/openshift-tuned/openshift-openshift-tuned-release-4.1-presubmits.yaml b/ci-operator/jobs/openshift/openshift-tuned/openshift-openshift-tuned-release-4.1-presubmits.yaml index cf29703f3f26..79d1f3c664e7 100644 --- a/ci-operator/jobs/openshift/openshift-tuned/openshift-openshift-tuned-release-4.1-presubmits.yaml +++ b/ci-operator/jobs/openshift/openshift-tuned/openshift-openshift-tuned-release-4.1-presubmits.yaml @@ -17,10 +17,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -38,6 +38,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -49,6 +52,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -67,10 +73,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -87,6 +93,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -98,6 +107,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -116,10 +128,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -136,6 +148,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -147,4 +162,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) diff --git a/ci-operator/jobs/openshift/openshift-tuned/openshift-openshift-tuned-release-4.2-postsubmits.yaml b/ci-operator/jobs/openshift/openshift-tuned/openshift-openshift-tuned-release-4.2-postsubmits.yaml index 136b2a2e6a5d..a2c2011420dd 100644 --- a/ci-operator/jobs/openshift/openshift-tuned/openshift-openshift-tuned-release-4.2-postsubmits.yaml +++ b/ci-operator/jobs/openshift/openshift-tuned/openshift-openshift-tuned-release-4.2-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-openshift-tuned-release-4.2-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/openshift-tuned/openshift-openshift-tuned-release-4.2-presubmits.yaml b/ci-operator/jobs/openshift/openshift-tuned/openshift-openshift-tuned-release-4.2-presubmits.yaml index 9fa62df419b0..5e2d353321c4 100644 --- a/ci-operator/jobs/openshift/openshift-tuned/openshift-openshift-tuned-release-4.2-presubmits.yaml +++ b/ci-operator/jobs/openshift/openshift-tuned/openshift-openshift-tuned-release-4.2-presubmits.yaml @@ -17,10 +17,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -38,6 +38,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -49,6 +52,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -67,10 +73,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -87,6 +93,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -98,6 +107,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -116,10 +128,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -136,6 +148,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -147,4 +162,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) diff --git a/ci-operator/jobs/openshift/openshift-tuned/openshift-openshift-tuned-release-4.3-postsubmits.yaml b/ci-operator/jobs/openshift/openshift-tuned/openshift-openshift-tuned-release-4.3-postsubmits.yaml index 7bcf79476673..571820f996c1 100644 --- a/ci-operator/jobs/openshift/openshift-tuned/openshift-openshift-tuned-release-4.3-postsubmits.yaml +++ b/ci-operator/jobs/openshift/openshift-tuned/openshift-openshift-tuned-release-4.3-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-openshift-tuned-release-4.3-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/openshift-tuned/openshift-openshift-tuned-release-4.3-presubmits.yaml b/ci-operator/jobs/openshift/openshift-tuned/openshift-openshift-tuned-release-4.3-presubmits.yaml index 51a48f4bea59..a8636b290891 100644 --- a/ci-operator/jobs/openshift/openshift-tuned/openshift-openshift-tuned-release-4.3-presubmits.yaml +++ b/ci-operator/jobs/openshift/openshift-tuned/openshift-openshift-tuned-release-4.3-presubmits.yaml @@ -17,10 +17,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -38,6 +38,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -49,6 +52,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -67,10 +73,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -87,6 +93,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -98,6 +107,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -116,10 +128,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -136,6 +148,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -147,4 +162,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) diff --git a/ci-operator/jobs/openshift/openshift-tuned/openshift-openshift-tuned-release-4.4-postsubmits.yaml b/ci-operator/jobs/openshift/openshift-tuned/openshift-openshift-tuned-release-4.4-postsubmits.yaml index 37b19fc11a88..326ac260932e 100644 --- a/ci-operator/jobs/openshift/openshift-tuned/openshift-openshift-tuned-release-4.4-postsubmits.yaml +++ b/ci-operator/jobs/openshift/openshift-tuned/openshift-openshift-tuned-release-4.4-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-openshift-tuned-release-4.4-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/openshift-tuned/openshift-openshift-tuned-release-4.4-presubmits.yaml b/ci-operator/jobs/openshift/openshift-tuned/openshift-openshift-tuned-release-4.4-presubmits.yaml index e7b386642958..e17ba1ee680b 100644 --- a/ci-operator/jobs/openshift/openshift-tuned/openshift-openshift-tuned-release-4.4-presubmits.yaml +++ b/ci-operator/jobs/openshift/openshift-tuned/openshift-openshift-tuned-release-4.4-presubmits.yaml @@ -17,10 +17,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -38,6 +38,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -49,6 +52,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -67,10 +73,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -87,6 +93,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -98,6 +107,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -116,10 +128,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -136,6 +148,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -147,4 +162,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) diff --git a/ci-operator/jobs/openshift/openshift-tuned/openshift-openshift-tuned-release-4.5-postsubmits.yaml b/ci-operator/jobs/openshift/openshift-tuned/openshift-openshift-tuned-release-4.5-postsubmits.yaml index 4ecde446c02f..fe165f6122a2 100644 --- a/ci-operator/jobs/openshift/openshift-tuned/openshift-openshift-tuned-release-4.5-postsubmits.yaml +++ b/ci-operator/jobs/openshift/openshift-tuned/openshift-openshift-tuned-release-4.5-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-openshift-tuned-release-4.5-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/openshift-tuned/openshift-openshift-tuned-release-4.5-presubmits.yaml b/ci-operator/jobs/openshift/openshift-tuned/openshift-openshift-tuned-release-4.5-presubmits.yaml index 83ab95269181..b4bcd44e9d09 100644 --- a/ci-operator/jobs/openshift/openshift-tuned/openshift-openshift-tuned-release-4.5-presubmits.yaml +++ b/ci-operator/jobs/openshift/openshift-tuned/openshift-openshift-tuned-release-4.5-presubmits.yaml @@ -17,10 +17,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -37,6 +37,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -48,6 +51,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -66,10 +72,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -86,6 +92,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -97,6 +106,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -115,10 +127,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -135,6 +147,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -146,4 +161,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) diff --git a/ci-operator/jobs/openshift/openshift-tuned/openshift-openshift-tuned-release-4.6-postsubmits.yaml b/ci-operator/jobs/openshift/openshift-tuned/openshift-openshift-tuned-release-4.6-postsubmits.yaml index 4f9394166722..d486b5d543a8 100644 --- a/ci-operator/jobs/openshift/openshift-tuned/openshift-openshift-tuned-release-4.6-postsubmits.yaml +++ b/ci-operator/jobs/openshift/openshift-tuned/openshift-openshift-tuned-release-4.6-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-openshift-tuned-release-4.6-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/openshift-tuned/openshift-openshift-tuned-release-4.6-presubmits.yaml b/ci-operator/jobs/openshift/openshift-tuned/openshift-openshift-tuned-release-4.6-presubmits.yaml index b6edf61be75c..b1eb60fa8a32 100644 --- a/ci-operator/jobs/openshift/openshift-tuned/openshift-openshift-tuned-release-4.6-presubmits.yaml +++ b/ci-operator/jobs/openshift/openshift-tuned/openshift-openshift-tuned-release-4.6-presubmits.yaml @@ -17,10 +17,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -38,6 +38,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -49,6 +52,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -67,10 +73,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -87,6 +93,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -98,6 +107,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -116,10 +128,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -136,6 +148,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -147,4 +162,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) diff --git a/ci-operator/jobs/openshift/openshift-tuned/openshift-openshift-tuned-release-4.7-postsubmits.yaml b/ci-operator/jobs/openshift/openshift-tuned/openshift-openshift-tuned-release-4.7-postsubmits.yaml index e90e1ee68d2b..7b6819c1f471 100644 --- a/ci-operator/jobs/openshift/openshift-tuned/openshift-openshift-tuned-release-4.7-postsubmits.yaml +++ b/ci-operator/jobs/openshift/openshift-tuned/openshift-openshift-tuned-release-4.7-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-openshift-tuned-release-4.7-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/openshift-tuned/openshift-openshift-tuned-release-4.7-presubmits.yaml b/ci-operator/jobs/openshift/openshift-tuned/openshift-openshift-tuned-release-4.7-presubmits.yaml index efe52e93f379..b9dfb3323cdf 100644 --- a/ci-operator/jobs/openshift/openshift-tuned/openshift-openshift-tuned-release-4.7-presubmits.yaml +++ b/ci-operator/jobs/openshift/openshift-tuned/openshift-openshift-tuned-release-4.7-presubmits.yaml @@ -17,10 +17,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -38,6 +38,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -49,6 +52,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -67,10 +73,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -87,6 +93,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -98,6 +107,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -116,10 +128,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -136,6 +148,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -147,4 +162,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) diff --git a/ci-operator/jobs/openshift/origin-aggregated-logging/openshift-origin-aggregated-logging-feature-es6x-postsubmits.yaml b/ci-operator/jobs/openshift/origin-aggregated-logging/openshift-origin-aggregated-logging-feature-es6x-postsubmits.yaml index b871f6e92fed..16ae1ffa7612 100644 --- a/ci-operator/jobs/openshift/origin-aggregated-logging/openshift-origin-aggregated-logging-feature-es6x-postsubmits.yaml +++ b/ci-operator/jobs/openshift/origin-aggregated-logging/openshift-origin-aggregated-logging-feature-es6x-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-origin-aggregated-logging-feature-es6x-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/origin-aggregated-logging/openshift-origin-aggregated-logging-feature-es6x-presubmits.yaml b/ci-operator/jobs/openshift/origin-aggregated-logging/openshift-origin-aggregated-logging-feature-es6x-presubmits.yaml index 8d89d73c4e1f..6da43354039a 100644 --- a/ci-operator/jobs/openshift/origin-aggregated-logging/openshift-origin-aggregated-logging-feature-es6x-presubmits.yaml +++ b/ci-operator/jobs/openshift/origin-aggregated-logging/openshift-origin-aggregated-logging-feature-es6x-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/full-integ-aws-cluster-profile - --target=full-integ-aws - --template=/usr/local/full-integ-aws @@ -58,6 +56,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -83,6 +84,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )full-integ-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -101,10 +105,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -122,6 +126,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -133,6 +140,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -151,10 +161,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -171,6 +181,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -182,6 +195,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -200,13 +216,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/upgrade-full-integ-aws-cluster-profile - --target=upgrade-full-integ-aws - --template=/usr/local/upgrade-full-integ-aws @@ -243,6 +257,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -268,4 +285,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )upgrade-full-integ-aws,?($|\s.*) diff --git a/ci-operator/jobs/openshift/origin-aggregated-logging/openshift-origin-aggregated-logging-master-postsubmits.yaml b/ci-operator/jobs/openshift/origin-aggregated-logging/openshift-origin-aggregated-logging-master-postsubmits.yaml index ca0c1d9ce761..dc88a1df2496 100644 --- a/ci-operator/jobs/openshift/origin-aggregated-logging/openshift-origin-aggregated-logging-master-postsubmits.yaml +++ b/ci-operator/jobs/openshift/origin-aggregated-logging/openshift-origin-aggregated-logging-master-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-origin-aggregated-logging-master-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=src command: @@ -35,6 +37,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -46,3 +51,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/origin-aggregated-logging/openshift-origin-aggregated-logging-master-presubmits.yaml b/ci-operator/jobs/openshift/origin-aggregated-logging/openshift-origin-aggregated-logging-master-presubmits.yaml index 552f67c2bb22..ac820e703e32 100644 --- a/ci-operator/jobs/openshift/origin-aggregated-logging/openshift-origin-aggregated-logging-master-presubmits.yaml +++ b/ci-operator/jobs/openshift/origin-aggregated-logging/openshift-origin-aggregated-logging-master-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/cluster-logging-operator-e2e-cluster-profile - --target=cluster-logging-operator-e2e - --template=/usr/local/cluster-logging-operator-e2e @@ -60,6 +58,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -85,6 +86,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )cluster-logging-operator-e2e,?($|\s.*) - agent: kubernetes always_run: true @@ -103,13 +107,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/elastic-operator-e2e-cluster-profile - --target=elastic-operator-e2e - --template=/usr/local/elastic-operator-e2e @@ -145,6 +147,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -170,6 +175,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )elastic-operator-e2e,?($|\s.*) - agent: kubernetes always_run: true @@ -188,10 +196,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] - --target=src @@ -210,6 +218,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -221,6 +232,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -239,13 +253,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/smoke-cluster-profile - --target=smoke - --template=/usr/local/smoke @@ -281,6 +293,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -306,6 +321,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )smoke,?($|\s.*) - agent: kubernetes always_run: true @@ -324,10 +342,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -344,6 +362,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -355,4 +376,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift/origin-aggregated-logging/openshift-origin-aggregated-logging-release-3.11-postsubmits.yaml b/ci-operator/jobs/openshift/origin-aggregated-logging/openshift-origin-aggregated-logging-release-3.11-postsubmits.yaml index bf6e36164a46..61095d8f17d2 100644 --- a/ci-operator/jobs/openshift/origin-aggregated-logging/openshift-origin-aggregated-logging-release-3.11-postsubmits.yaml +++ b/ci-operator/jobs/openshift/origin-aggregated-logging/openshift-origin-aggregated-logging-release-3.11-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-origin-aggregated-logging-release-3.11-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/origin-aggregated-logging/openshift-origin-aggregated-logging-release-3.11-presubmits.yaml b/ci-operator/jobs/openshift/origin-aggregated-logging/openshift-origin-aggregated-logging-release-3.11-presubmits.yaml index 46a0996cec01..bed81ab680c0 100644 --- a/ci-operator/jobs/openshift/origin-aggregated-logging/openshift-origin-aggregated-logging-release-3.11-presubmits.yaml +++ b/ci-operator/jobs/openshift/origin-aggregated-logging/openshift-origin-aggregated-logging-release-3.11-presubmits.yaml @@ -17,10 +17,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -37,6 +37,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -48,6 +51,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: jenkins always_run: true diff --git a/ci-operator/jobs/openshift/origin-aggregated-logging/openshift-origin-aggregated-logging-release-4.1-postsubmits.yaml b/ci-operator/jobs/openshift/origin-aggregated-logging/openshift-origin-aggregated-logging-release-4.1-postsubmits.yaml index 9a2d35ba5bdb..541c77a397f8 100644 --- a/ci-operator/jobs/openshift/origin-aggregated-logging/openshift-origin-aggregated-logging-release-4.1-postsubmits.yaml +++ b/ci-operator/jobs/openshift/origin-aggregated-logging/openshift-origin-aggregated-logging-release-4.1-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-origin-aggregated-logging-release-4.1-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/origin-aggregated-logging/openshift-origin-aggregated-logging-release-4.1-presubmits.yaml b/ci-operator/jobs/openshift/origin-aggregated-logging/openshift-origin-aggregated-logging-release-4.1-presubmits.yaml index a5c574eb406c..56aba567d013 100644 --- a/ci-operator/jobs/openshift/origin-aggregated-logging/openshift-origin-aggregated-logging-release-4.1-presubmits.yaml +++ b/ci-operator/jobs/openshift/origin-aggregated-logging/openshift-origin-aggregated-logging-release-4.1-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/full-integ-aws-cluster-profile - --target=full-integ-aws - --template=/usr/local/full-integ-aws @@ -58,6 +56,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -83,6 +84,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )full-integ-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -101,10 +105,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -122,6 +126,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -133,4 +140,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift/origin-aggregated-logging/openshift-origin-aggregated-logging-release-4.2-postsubmits.yaml b/ci-operator/jobs/openshift/origin-aggregated-logging/openshift-origin-aggregated-logging-release-4.2-postsubmits.yaml index 6a8fd1cdfada..69918b6c7f32 100644 --- a/ci-operator/jobs/openshift/origin-aggregated-logging/openshift-origin-aggregated-logging-release-4.2-postsubmits.yaml +++ b/ci-operator/jobs/openshift/origin-aggregated-logging/openshift-origin-aggregated-logging-release-4.2-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-origin-aggregated-logging-release-4.2-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=src command: @@ -35,6 +37,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -46,3 +51,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/origin-aggregated-logging/openshift-origin-aggregated-logging-release-4.2-presubmits.yaml b/ci-operator/jobs/openshift/origin-aggregated-logging/openshift-origin-aggregated-logging-release-4.2-presubmits.yaml index c09e45568e01..f5e9ef2564be 100644 --- a/ci-operator/jobs/openshift/origin-aggregated-logging/openshift-origin-aggregated-logging-release-4.2-presubmits.yaml +++ b/ci-operator/jobs/openshift/origin-aggregated-logging/openshift-origin-aggregated-logging-release-4.2-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/full-integ-aws-cluster-profile - --target=full-integ-aws - --template=/usr/local/full-integ-aws @@ -58,6 +56,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -83,6 +84,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )full-integ-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -101,10 +105,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] - --target=src @@ -123,6 +127,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -134,6 +141,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -152,10 +162,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -172,6 +182,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -183,6 +196,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -201,13 +217,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/upgrade-full-integ-aws-cluster-profile - --target=upgrade-full-integ-aws - --template=/usr/local/upgrade-full-integ-aws @@ -244,6 +258,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -269,4 +286,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )upgrade-full-integ-aws,?($|\s.*) diff --git a/ci-operator/jobs/openshift/origin-aggregated-logging/openshift-origin-aggregated-logging-release-4.3-postsubmits.yaml b/ci-operator/jobs/openshift/origin-aggregated-logging/openshift-origin-aggregated-logging-release-4.3-postsubmits.yaml index 6eda5ccfeb67..48a1614e87f5 100644 --- a/ci-operator/jobs/openshift/origin-aggregated-logging/openshift-origin-aggregated-logging-release-4.3-postsubmits.yaml +++ b/ci-operator/jobs/openshift/origin-aggregated-logging/openshift-origin-aggregated-logging-release-4.3-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-origin-aggregated-logging-release-4.3-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=src command: @@ -35,6 +37,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -46,3 +51,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/origin-aggregated-logging/openshift-origin-aggregated-logging-release-4.3-presubmits.yaml b/ci-operator/jobs/openshift/origin-aggregated-logging/openshift-origin-aggregated-logging-release-4.3-presubmits.yaml index 0b67f5dca06c..e76110137482 100644 --- a/ci-operator/jobs/openshift/origin-aggregated-logging/openshift-origin-aggregated-logging-release-4.3-presubmits.yaml +++ b/ci-operator/jobs/openshift/origin-aggregated-logging/openshift-origin-aggregated-logging-release-4.3-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/full-integ-aws-cluster-profile - --target=full-integ-aws - --template=/usr/local/full-integ-aws @@ -58,6 +56,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -83,6 +84,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )full-integ-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -101,10 +105,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] - --target=src @@ -123,6 +127,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -134,6 +141,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -152,10 +162,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -172,6 +182,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -183,6 +196,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -201,13 +217,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/upgrade-full-integ-aws-cluster-profile - --target=upgrade-full-integ-aws - --template=/usr/local/upgrade-full-integ-aws @@ -244,6 +258,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -269,4 +286,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )upgrade-full-integ-aws,?($|\s.*) diff --git a/ci-operator/jobs/openshift/origin-aggregated-logging/openshift-origin-aggregated-logging-release-4.4-postsubmits.yaml b/ci-operator/jobs/openshift/origin-aggregated-logging/openshift-origin-aggregated-logging-release-4.4-postsubmits.yaml index ab52e1d7a05d..5266c4424d38 100644 --- a/ci-operator/jobs/openshift/origin-aggregated-logging/openshift-origin-aggregated-logging-release-4.4-postsubmits.yaml +++ b/ci-operator/jobs/openshift/origin-aggregated-logging/openshift-origin-aggregated-logging-release-4.4-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-origin-aggregated-logging-release-4.4-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=src command: @@ -35,6 +37,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -46,3 +51,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/origin-aggregated-logging/openshift-origin-aggregated-logging-release-4.4-presubmits.yaml b/ci-operator/jobs/openshift/origin-aggregated-logging/openshift-origin-aggregated-logging-release-4.4-presubmits.yaml index 02a4eeda038d..9c3159479820 100644 --- a/ci-operator/jobs/openshift/origin-aggregated-logging/openshift-origin-aggregated-logging-release-4.4-presubmits.yaml +++ b/ci-operator/jobs/openshift/origin-aggregated-logging/openshift-origin-aggregated-logging-release-4.4-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/full-integ-aws-cluster-profile - --target=full-integ-aws - --template=/usr/local/full-integ-aws @@ -58,6 +56,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -83,6 +84,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )full-integ-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -101,10 +105,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] - --target=src @@ -123,6 +127,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -134,6 +141,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -152,10 +162,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -172,6 +182,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -183,6 +196,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -201,13 +217,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/upgrade-full-integ-aws-cluster-profile - --target=upgrade-full-integ-aws - --template=/usr/local/upgrade-full-integ-aws @@ -244,6 +258,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -269,4 +286,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )upgrade-full-integ-aws,?($|\s.*) diff --git a/ci-operator/jobs/openshift/origin-aggregated-logging/openshift-origin-aggregated-logging-release-4.5-postsubmits.yaml b/ci-operator/jobs/openshift/origin-aggregated-logging/openshift-origin-aggregated-logging-release-4.5-postsubmits.yaml index ef5b699d18fa..99ef8ef26898 100644 --- a/ci-operator/jobs/openshift/origin-aggregated-logging/openshift-origin-aggregated-logging-release-4.5-postsubmits.yaml +++ b/ci-operator/jobs/openshift/origin-aggregated-logging/openshift-origin-aggregated-logging-release-4.5-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-origin-aggregated-logging-release-4.5-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=src command: @@ -35,6 +37,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -46,3 +51,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/origin-aggregated-logging/openshift-origin-aggregated-logging-release-4.5-presubmits.yaml b/ci-operator/jobs/openshift/origin-aggregated-logging/openshift-origin-aggregated-logging-release-4.5-presubmits.yaml index 3fa35deb35ae..ac5387b91f3b 100644 --- a/ci-operator/jobs/openshift/origin-aggregated-logging/openshift-origin-aggregated-logging-release-4.5-presubmits.yaml +++ b/ci-operator/jobs/openshift/origin-aggregated-logging/openshift-origin-aggregated-logging-release-4.5-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/cluster-logging-operator-e2e-cluster-profile - --target=cluster-logging-operator-e2e - --template=/usr/local/cluster-logging-operator-e2e @@ -60,6 +58,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -85,6 +86,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )cluster-logging-operator-e2e,?($|\s.*) - agent: kubernetes always_run: true @@ -103,13 +107,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/elastic-operator-e2e-cluster-profile - --target=elastic-operator-e2e - --template=/usr/local/elastic-operator-e2e @@ -145,6 +147,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -170,6 +175,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )elastic-operator-e2e,?($|\s.*) - agent: kubernetes always_run: true @@ -188,10 +196,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=src command: @@ -209,6 +217,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -220,6 +231,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -238,13 +252,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/smoke-cluster-profile - --target=smoke - --template=/usr/local/smoke @@ -280,6 +292,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -305,6 +320,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )smoke,?($|\s.*) - agent: kubernetes always_run: true @@ -323,10 +341,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -343,6 +361,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -354,4 +375,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift/origin-aggregated-logging/openshift-origin-aggregated-logging-release-4.6-postsubmits.yaml b/ci-operator/jobs/openshift/origin-aggregated-logging/openshift-origin-aggregated-logging-release-4.6-postsubmits.yaml index 51e29a109247..ab279ebfee02 100644 --- a/ci-operator/jobs/openshift/origin-aggregated-logging/openshift-origin-aggregated-logging-release-4.6-postsubmits.yaml +++ b/ci-operator/jobs/openshift/origin-aggregated-logging/openshift-origin-aggregated-logging-release-4.6-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-origin-aggregated-logging-release-4.6-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=src command: @@ -35,6 +37,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -46,3 +51,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/origin-aggregated-logging/openshift-origin-aggregated-logging-release-4.6-presubmits.yaml b/ci-operator/jobs/openshift/origin-aggregated-logging/openshift-origin-aggregated-logging-release-4.6-presubmits.yaml index f9b869042485..3b28d35d469c 100644 --- a/ci-operator/jobs/openshift/origin-aggregated-logging/openshift-origin-aggregated-logging-release-4.6-presubmits.yaml +++ b/ci-operator/jobs/openshift/origin-aggregated-logging/openshift-origin-aggregated-logging-release-4.6-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/cluster-logging-operator-e2e-cluster-profile - --target=cluster-logging-operator-e2e - --template=/usr/local/cluster-logging-operator-e2e @@ -60,6 +58,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -85,6 +86,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )cluster-logging-operator-e2e,?($|\s.*) - agent: kubernetes always_run: true @@ -103,13 +107,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/elastic-operator-e2e-cluster-profile - --target=elastic-operator-e2e - --template=/usr/local/elastic-operator-e2e @@ -145,6 +147,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -170,6 +175,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )elastic-operator-e2e,?($|\s.*) - agent: kubernetes always_run: true @@ -188,10 +196,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] - --target=src @@ -210,6 +218,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -221,6 +232,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -239,13 +253,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/smoke-cluster-profile - --target=smoke - --template=/usr/local/smoke @@ -281,6 +293,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -306,6 +321,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )smoke,?($|\s.*) - agent: kubernetes always_run: true @@ -324,10 +342,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -344,6 +362,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -355,4 +376,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift/origin-aggregated-logging/openshift-origin-aggregated-logging-release-4.7-postsubmits.yaml b/ci-operator/jobs/openshift/origin-aggregated-logging/openshift-origin-aggregated-logging-release-4.7-postsubmits.yaml index 39aa2726c0d8..021d79058229 100644 --- a/ci-operator/jobs/openshift/origin-aggregated-logging/openshift-origin-aggregated-logging-release-4.7-postsubmits.yaml +++ b/ci-operator/jobs/openshift/origin-aggregated-logging/openshift-origin-aggregated-logging-release-4.7-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-origin-aggregated-logging-release-4.7-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=src command: @@ -35,6 +37,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -46,3 +51,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/origin-aggregated-logging/openshift-origin-aggregated-logging-release-4.7-presubmits.yaml b/ci-operator/jobs/openshift/origin-aggregated-logging/openshift-origin-aggregated-logging-release-4.7-presubmits.yaml index e6e509306593..edd7b2436be3 100644 --- a/ci-operator/jobs/openshift/origin-aggregated-logging/openshift-origin-aggregated-logging-release-4.7-presubmits.yaml +++ b/ci-operator/jobs/openshift/origin-aggregated-logging/openshift-origin-aggregated-logging-release-4.7-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/cluster-logging-operator-e2e-cluster-profile - --target=cluster-logging-operator-e2e - --template=/usr/local/cluster-logging-operator-e2e @@ -60,6 +58,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -85,6 +86,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )cluster-logging-operator-e2e,?($|\s.*) - agent: kubernetes always_run: true @@ -103,13 +107,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/elastic-operator-e2e-cluster-profile - --target=elastic-operator-e2e - --template=/usr/local/elastic-operator-e2e @@ -145,6 +147,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -170,6 +175,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )elastic-operator-e2e,?($|\s.*) - agent: kubernetes always_run: true @@ -188,10 +196,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] - --target=src @@ -210,6 +218,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -221,6 +232,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -239,13 +253,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/smoke-cluster-profile - --target=smoke - --template=/usr/local/smoke @@ -281,6 +293,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -306,6 +321,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )smoke,?($|\s.*) - agent: kubernetes always_run: true @@ -324,10 +342,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -344,6 +362,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -355,4 +376,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift/origin-branding/openshift-origin-branding-master-postsubmits.yaml b/ci-operator/jobs/openshift/origin-branding/openshift-origin-branding-master-postsubmits.yaml index 00d4dbf0d6bc..b3cc6384a09c 100644 --- a/ci-operator/jobs/openshift/origin-branding/openshift-origin-branding-master-postsubmits.yaml +++ b/ci-operator/jobs/openshift/origin-branding/openshift-origin-branding-master-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-origin-branding-master-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/origin-branding/openshift-origin-branding-master-presubmits.yaml b/ci-operator/jobs/openshift/origin-branding/openshift-origin-branding-master-presubmits.yaml index c58417c9eb97..ab23225a262e 100644 --- a/ci-operator/jobs/openshift/origin-branding/openshift-origin-branding-master-presubmits.yaml +++ b/ci-operator/jobs/openshift/origin-branding/openshift-origin-branding-master-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -46,6 +44,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -68,6 +69,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -86,10 +90,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -106,6 +110,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -117,4 +124,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift/origin-branding/openshift-origin-branding-release-4.3-postsubmits.yaml b/ci-operator/jobs/openshift/origin-branding/openshift-origin-branding-release-4.3-postsubmits.yaml index 7a80489a676f..97d94377791b 100644 --- a/ci-operator/jobs/openshift/origin-branding/openshift-origin-branding-release-4.3-postsubmits.yaml +++ b/ci-operator/jobs/openshift/origin-branding/openshift-origin-branding-release-4.3-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-origin-branding-release-4.3-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/origin-branding/openshift-origin-branding-release-4.3-presubmits.yaml b/ci-operator/jobs/openshift/origin-branding/openshift-origin-branding-release-4.3-presubmits.yaml index 770c8e01e60d..254ee842fda4 100644 --- a/ci-operator/jobs/openshift/origin-branding/openshift-origin-branding-release-4.3-presubmits.yaml +++ b/ci-operator/jobs/openshift/origin-branding/openshift-origin-branding-release-4.3-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -46,6 +44,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -68,6 +69,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -86,10 +90,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -106,6 +110,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -117,4 +124,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift/origin-branding/openshift-origin-branding-release-4.4-postsubmits.yaml b/ci-operator/jobs/openshift/origin-branding/openshift-origin-branding-release-4.4-postsubmits.yaml index 58eadb1155f8..bca3b6a74961 100644 --- a/ci-operator/jobs/openshift/origin-branding/openshift-origin-branding-release-4.4-postsubmits.yaml +++ b/ci-operator/jobs/openshift/origin-branding/openshift-origin-branding-release-4.4-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-origin-branding-release-4.4-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/origin-branding/openshift-origin-branding-release-4.4-presubmits.yaml b/ci-operator/jobs/openshift/origin-branding/openshift-origin-branding-release-4.4-presubmits.yaml index ce1cf1ce148a..36cc64c90d19 100644 --- a/ci-operator/jobs/openshift/origin-branding/openshift-origin-branding-release-4.4-presubmits.yaml +++ b/ci-operator/jobs/openshift/origin-branding/openshift-origin-branding-release-4.4-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -46,6 +44,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -68,6 +69,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -86,10 +90,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -106,6 +110,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -117,4 +124,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift/origin-metrics/openshift-origin-metrics-release-3.10-presubmits.yaml b/ci-operator/jobs/openshift/origin-metrics/openshift-origin-metrics-release-3.10-presubmits.yaml index 96f42c800b1d..ee335c4e8f77 100644 --- a/ci-operator/jobs/openshift/origin-metrics/openshift-origin-metrics-release-3.10-presubmits.yaml +++ b/ci-operator/jobs/openshift/origin-metrics/openshift-origin-metrics-release-3.10-presubmits.yaml @@ -17,10 +17,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -37,6 +37,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -48,4 +51,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift/origin-metrics/openshift-origin-metrics-release-3.11-presubmits.yaml b/ci-operator/jobs/openshift/origin-metrics/openshift-origin-metrics-release-3.11-presubmits.yaml index fc8ae1b3e188..c0798f1b050f 100644 --- a/ci-operator/jobs/openshift/origin-metrics/openshift-origin-metrics-release-3.11-presubmits.yaml +++ b/ci-operator/jobs/openshift/origin-metrics/openshift-origin-metrics-release-3.11-presubmits.yaml @@ -17,10 +17,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -37,6 +37,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -48,4 +51,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift/origin-web-console-server/openshift-origin-web-console-server-release-3.10-presubmits.yaml b/ci-operator/jobs/openshift/origin-web-console-server/openshift-origin-web-console-server-release-3.10-presubmits.yaml index e43d6b2a723a..6c7143820b1e 100644 --- a/ci-operator/jobs/openshift/origin-web-console-server/openshift-origin-web-console-server-release-3.10-presubmits.yaml +++ b/ci-operator/jobs/openshift/origin-web-console-server/openshift-origin-web-console-server-release-3.10-presubmits.yaml @@ -17,10 +17,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -37,6 +37,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -48,6 +51,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -66,10 +72,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -86,6 +92,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -97,6 +106,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true diff --git a/ci-operator/jobs/openshift/origin-web-console-server/openshift-origin-web-console-server-release-3.11-presubmits.yaml b/ci-operator/jobs/openshift/origin-web-console-server/openshift-origin-web-console-server-release-3.11-presubmits.yaml index e703eb220eb4..96eb57bcd7ce 100644 --- a/ci-operator/jobs/openshift/origin-web-console-server/openshift-origin-web-console-server-release-3.11-presubmits.yaml +++ b/ci-operator/jobs/openshift/origin-web-console-server/openshift-origin-web-console-server-release-3.11-presubmits.yaml @@ -17,10 +17,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-gcp-cluster-profile - --target=e2e-gcp - --template=/usr/local/e2e-gcp @@ -53,6 +53,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -74,6 +77,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-gcp,?($|\s.*) - agent: kubernetes always_run: true @@ -92,10 +98,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -112,6 +118,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -123,6 +132,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -141,10 +153,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -161,6 +173,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -172,4 +187,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift/origin-web-console/openshift-origin-web-console-release-3.10-presubmits.yaml b/ci-operator/jobs/openshift/origin-web-console/openshift-origin-web-console-release-3.10-presubmits.yaml index a1be0756a832..ae9e32595b83 100644 --- a/ci-operator/jobs/openshift/origin-web-console/openshift-origin-web-console-release-3.10-presubmits.yaml +++ b/ci-operator/jobs/openshift/origin-web-console/openshift-origin-web-console-release-3.10-presubmits.yaml @@ -17,10 +17,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -37,6 +37,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -48,4 +51,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift/origin/openshift-origin-master-postsubmits.yaml b/ci-operator/jobs/openshift/origin/openshift-origin-master-postsubmits.yaml index b54d3b58eb61..a88d8810e977 100644 --- a/ci-operator/jobs/openshift/origin/openshift-origin-master-postsubmits.yaml +++ b/ci-operator/jobs/openshift/origin/openshift-origin-master-postsubmits.yaml @@ -15,16 +15,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-origin-master-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=artifacts command: @@ -42,6 +44,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -53,3 +58,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/origin/openshift-origin-master-presubmits.yaml b/ci-operator/jobs/openshift/origin/openshift-origin-master-presubmits.yaml index 72f091bfc8e1..fd67a094e066 100644 --- a/ci-operator/jobs/openshift/origin/openshift-origin-master-presubmits.yaml +++ b/ci-operator/jobs/openshift/origin/openshift-origin-master-presubmits.yaml @@ -65,13 +65,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -94,6 +92,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -116,6 +117,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -136,13 +140,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-csi-cluster-profile - --target=e2e-aws-csi - --template=/usr/local/e2e-aws-csi @@ -176,6 +178,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -201,6 +206,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-csi,?($|\s.*) - agent: kubernetes always_run: false @@ -220,13 +228,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-disruptive-cluster-profile - --target=e2e-aws-disruptive - --template=/usr/local/e2e-aws-disruptive @@ -261,6 +267,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -286,6 +295,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-disruptive,?($|\s.*) - agent: kubernetes always_run: true @@ -399,13 +411,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-image-registry-cluster-profile - --target=e2e-aws-image-registry - --template=/usr/local/e2e-aws-image-registry @@ -439,6 +449,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -464,6 +477,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-image-registry,?($|\s.*) - agent: kubernetes always_run: false @@ -482,13 +498,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-jenkins-cluster-profile - --target=e2e-aws-jenkins - --template=/usr/local/e2e-aws-jenkins @@ -522,6 +536,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -547,6 +564,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-jenkins,?($|\s.*) - agent: kubernetes always_run: false @@ -758,13 +778,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-serial-cluster-profile - --target=e2e-aws-serial - --template=/usr/local/e2e-aws-serial @@ -798,6 +816,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -823,6 +844,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-serial,?($|\s.*) - agent: kubernetes always_run: false @@ -842,13 +866,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-azure-cluster-profile - --target=e2e-azure - --template=/usr/local/e2e-azure @@ -882,6 +904,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -907,6 +932,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-azure,?($|\s.*) - agent: kubernetes always_run: true @@ -925,13 +953,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-cmd-cluster-profile - --target=e2e-cmd - --template=/usr/local/e2e-cmd @@ -965,6 +991,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -992,6 +1021,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-cmd,?($|\s.*) - agent: kubernetes always_run: false @@ -1010,13 +1042,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-conformance-k8s-cluster-profile - --target=e2e-conformance-k8s - --template=/usr/local/e2e-conformance-k8s @@ -1050,6 +1080,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -1075,6 +1108,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-conformance-k8s,?($|\s.*) - agent: kubernetes always_run: true @@ -1093,13 +1129,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-gcp-cluster-profile - --target=e2e-gcp - --template=/usr/local/e2e-gcp @@ -1133,6 +1167,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -1160,6 +1197,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-gcp,?($|\s.*) - agent: kubernetes always_run: false @@ -1179,13 +1219,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-gcp-builds-cluster-profile - --target=e2e-gcp-builds - --template=/usr/local/e2e-gcp-builds @@ -1219,6 +1257,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -1246,6 +1287,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-gcp-builds,?($|\s.*) - agent: kubernetes always_run: false @@ -1265,13 +1309,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-gcp-image-ecosystem-cluster-profile - --target=e2e-gcp-image-ecosystem - --template=/usr/local/e2e-gcp-image-ecosystem @@ -1305,6 +1347,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -1332,6 +1377,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-gcp-image-ecosystem,?($|\s.*) - agent: kubernetes always_run: true @@ -1350,13 +1398,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-gcp-upgrade-cluster-profile - --target=e2e-gcp-upgrade command: @@ -1379,6 +1425,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -1403,6 +1452,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-gcp-upgrade,?($|\s.*) - agent: kubernetes always_run: false @@ -1422,13 +1474,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-vsphere-cluster-profile - --target=e2e-vsphere - --template=/usr/local/e2e-vsphere @@ -1462,6 +1512,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -1487,6 +1540,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-vsphere,?($|\s.*) - agent: kubernetes always_run: true @@ -1505,10 +1561,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] - --target=artifacts @@ -1527,6 +1583,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -1538,6 +1597,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: false @@ -1557,13 +1619,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/launch-vsphere-cluster-profile - --target=launch-vsphere - --template=/usr/local/launch-vsphere @@ -1597,6 +1657,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -1622,6 +1685,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )launch-vsphere,?($|\s.*) - agent: kubernetes always_run: true @@ -1640,10 +1706,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -1660,6 +1726,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -1671,6 +1740,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -1689,10 +1761,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -1709,6 +1781,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -1720,6 +1795,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) - agent: jenkins always_run: false diff --git a/ci-operator/jobs/openshift/origin/openshift-origin-release-3.10-postsubmits.yaml b/ci-operator/jobs/openshift/origin/openshift-origin-release-3.10-postsubmits.yaml index 0eee13b0dc13..9602395be430 100644 --- a/ci-operator/jobs/openshift/origin/openshift-origin-release-3.10-postsubmits.yaml +++ b/ci-operator/jobs/openshift/origin/openshift-origin-release-3.10-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-origin-release-3.10-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,6 +50,9 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator - agent: jenkins branches: - release-3.10 diff --git a/ci-operator/jobs/openshift/origin/openshift-origin-release-3.10-presubmits.yaml b/ci-operator/jobs/openshift/origin/openshift-origin-release-3.10-presubmits.yaml index a31c2ca1cace..28aedfd6c9fe 100644 --- a/ci-operator/jobs/openshift/origin/openshift-origin-release-3.10-presubmits.yaml +++ b/ci-operator/jobs/openshift/origin/openshift-origin-release-3.10-presubmits.yaml @@ -17,10 +17,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-conformance-k8s-cluster-profile - --target=e2e-conformance-k8s - --template=/usr/local/e2e-conformance-k8s @@ -51,6 +51,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -72,6 +75,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-conformance-k8s,?($|\s.*) - agent: kubernetes always_run: true @@ -90,10 +96,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -110,6 +116,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -121,6 +130,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -139,10 +151,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -159,6 +171,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -170,6 +185,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: jenkins always_run: true diff --git a/ci-operator/jobs/openshift/origin/openshift-origin-release-3.11-postsubmits.yaml b/ci-operator/jobs/openshift/origin/openshift-origin-release-3.11-postsubmits.yaml index cefbd4a991b2..e7198a0c0233 100644 --- a/ci-operator/jobs/openshift/origin/openshift-origin-release-3.11-postsubmits.yaml +++ b/ci-operator/jobs/openshift/origin/openshift-origin-release-3.11-postsubmits.yaml @@ -15,16 +15,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-origin-release-3.11-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=artifacts - --target=base @@ -43,6 +45,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -54,6 +59,9 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator - agent: jenkins branches: - release-3.11 diff --git a/ci-operator/jobs/openshift/origin/openshift-origin-release-3.11-presubmits.yaml b/ci-operator/jobs/openshift/origin/openshift-origin-release-3.11-presubmits.yaml index da75c54cd9b1..963294cf6b17 100644 --- a/ci-operator/jobs/openshift/origin/openshift-origin-release-3.11-presubmits.yaml +++ b/ci-operator/jobs/openshift/origin/openshift-origin-release-3.11-presubmits.yaml @@ -63,10 +63,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-conformance-k8s-cluster-profile - --target=e2e-conformance-k8s - --template=/usr/local/e2e-conformance-k8s @@ -97,6 +97,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -118,6 +121,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-conformance-k8s,?($|\s.*) - agent: kubernetes always_run: true @@ -136,10 +142,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-gcp-cluster-profile - --target=e2e-gcp - --template=/usr/local/e2e-gcp @@ -171,6 +177,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -192,6 +201,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-gcp,?($|\s.*) - agent: kubernetes always_run: false @@ -212,10 +224,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-gcp-crio-cluster-profile - --target=e2e-gcp-crio - --template=/usr/local/e2e-gcp-crio @@ -247,6 +259,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -268,6 +283,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-gcp-crio,?($|\s.*) - agent: kubernetes always_run: false @@ -286,10 +304,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-gcp-launch-cluster-profile - --target=e2e-gcp-launch - --template=/usr/local/e2e-gcp-launch @@ -320,6 +338,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -341,6 +362,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-gcp-launch,?($|\s.*) - agent: kubernetes always_run: true @@ -359,10 +383,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=artifacts - --target=base @@ -381,6 +405,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -392,6 +419,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -410,10 +440,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=integration command: - ci-operator @@ -430,6 +460,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -441,6 +474,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )integration,?($|\s.*) - agent: kubernetes always_run: true @@ -459,10 +495,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -479,6 +515,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -490,6 +529,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -508,10 +550,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -528,6 +570,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -539,6 +584,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) - agent: jenkins always_run: true diff --git a/ci-operator/jobs/openshift/origin/openshift-origin-release-4.1-postsubmits.yaml b/ci-operator/jobs/openshift/origin/openshift-origin-release-4.1-postsubmits.yaml index 0b1ad8c43f25..ebed46bf781a 100644 --- a/ci-operator/jobs/openshift/origin/openshift-origin-release-4.1-postsubmits.yaml +++ b/ci-operator/jobs/openshift/origin/openshift-origin-release-4.1-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-origin-release-4.1-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=artifacts command: @@ -35,6 +37,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -46,3 +51,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/origin/openshift-origin-release-4.1-presubmits.yaml b/ci-operator/jobs/openshift/origin/openshift-origin-release-4.1-presubmits.yaml index 249af75492d1..fc1f707d3032 100644 --- a/ci-operator/jobs/openshift/origin/openshift-origin-release-4.1-presubmits.yaml +++ b/ci-operator/jobs/openshift/origin/openshift-origin-release-4.1-presubmits.yaml @@ -17,10 +17,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=cmd command: - ci-operator @@ -37,6 +37,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -48,6 +51,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )cmd,?($|\s.*) - agent: kubernetes always_run: true @@ -66,13 +72,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -95,6 +99,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -117,6 +124,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: false @@ -136,13 +146,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-builds-cluster-profile - --target=e2e-aws-builds - --template=/usr/local/e2e-aws-builds @@ -176,6 +184,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -201,6 +212,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-builds,?($|\s.*) - agent: kubernetes always_run: false @@ -220,13 +234,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-disruptive-cluster-profile - --target=e2e-aws-disruptive - --template=/usr/local/e2e-aws-disruptive @@ -261,6 +273,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -286,6 +301,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-disruptive,?($|\s.*) - agent: kubernetes always_run: false @@ -305,13 +323,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-image-ecosystem-cluster-profile - --target=e2e-aws-image-ecosystem - --template=/usr/local/e2e-aws-image-ecosystem @@ -345,6 +361,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -370,6 +389,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-image-ecosystem,?($|\s.*) - agent: kubernetes always_run: false @@ -389,13 +411,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-image-registry-cluster-profile - --target=e2e-aws-image-registry - --template=/usr/local/e2e-aws-image-registry @@ -429,6 +449,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -454,6 +477,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-image-registry,?($|\s.*) - agent: kubernetes always_run: true @@ -472,13 +498,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-serial-cluster-profile - --target=e2e-aws-serial - --template=/usr/local/e2e-aws-serial @@ -512,6 +536,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -537,6 +564,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-serial,?($|\s.*) - agent: kubernetes always_run: true @@ -555,13 +585,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -584,6 +612,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -606,6 +637,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: false @@ -625,13 +659,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-vsphere-cluster-profile - --target=e2e-vsphere - --template=/usr/local/e2e-vsphere @@ -665,6 +697,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -690,6 +725,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-vsphere,?($|\s.*) - agent: kubernetes always_run: true @@ -708,10 +746,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] - --target=artifacts @@ -730,6 +768,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -741,6 +782,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -759,10 +803,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=integration command: - ci-operator @@ -779,6 +823,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -790,6 +837,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )integration,?($|\s.*) - agent: kubernetes always_run: false @@ -809,13 +859,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/launch-vsphere-cluster-profile - --target=launch-vsphere - --template=/usr/local/launch-vsphere @@ -849,6 +897,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -874,6 +925,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )launch-vsphere,?($|\s.*) - agent: kubernetes always_run: true @@ -892,10 +946,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -912,6 +966,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -923,6 +980,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -941,10 +1001,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -961,6 +1021,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -972,4 +1035,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) diff --git a/ci-operator/jobs/openshift/origin/openshift-origin-release-4.2-postsubmits.yaml b/ci-operator/jobs/openshift/origin/openshift-origin-release-4.2-postsubmits.yaml index 42edb3846167..529f5d6aea92 100644 --- a/ci-operator/jobs/openshift/origin/openshift-origin-release-4.2-postsubmits.yaml +++ b/ci-operator/jobs/openshift/origin/openshift-origin-release-4.2-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-origin-release-4.2-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=artifacts command: @@ -35,6 +37,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -46,3 +51,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/origin/openshift-origin-release-4.2-presubmits.yaml b/ci-operator/jobs/openshift/origin/openshift-origin-release-4.2-presubmits.yaml index 5ca47ccbad53..13278f1b1823 100644 --- a/ci-operator/jobs/openshift/origin/openshift-origin-release-4.2-presubmits.yaml +++ b/ci-operator/jobs/openshift/origin/openshift-origin-release-4.2-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -46,6 +44,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -68,6 +69,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: false @@ -87,13 +91,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-disruptive-cluster-profile - --target=e2e-aws-disruptive - --template=/usr/local/e2e-aws-disruptive @@ -128,6 +130,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -153,6 +158,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-disruptive,?($|\s.*) - agent: kubernetes always_run: false @@ -172,13 +180,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-image-registry-cluster-profile - --target=e2e-aws-image-registry - --template=/usr/local/e2e-aws-image-registry @@ -212,6 +218,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -237,6 +246,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-image-registry,?($|\s.*) - agent: kubernetes always_run: false @@ -255,13 +267,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-jenkins-cluster-profile - --target=e2e-aws-jenkins - --template=/usr/local/e2e-aws-jenkins @@ -295,6 +305,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -320,6 +333,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-jenkins,?($|\s.*) - agent: kubernetes always_run: true @@ -338,13 +354,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-serial-cluster-profile - --target=e2e-aws-serial - --template=/usr/local/e2e-aws-serial @@ -378,6 +392,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -403,6 +420,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-serial,?($|\s.*) - agent: kubernetes always_run: true @@ -421,13 +441,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-azure-cluster-profile - --target=e2e-azure - --template=/usr/local/e2e-azure @@ -461,6 +479,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -486,6 +507,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-azure,?($|\s.*) - agent: kubernetes always_run: true @@ -504,13 +528,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-cmd-cluster-profile - --target=e2e-cmd - --template=/usr/local/e2e-cmd @@ -544,6 +566,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -569,6 +594,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-cmd,?($|\s.*) - agent: kubernetes always_run: true @@ -587,13 +615,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-conformance-k8s-cluster-profile - --target=e2e-conformance-k8s - --template=/usr/local/e2e-conformance-k8s @@ -627,6 +653,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -652,6 +681,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-conformance-k8s,?($|\s.*) - agent: kubernetes always_run: true @@ -670,13 +702,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-gcp-cluster-profile - --target=e2e-gcp - --template=/usr/local/e2e-gcp @@ -710,6 +740,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -737,6 +770,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-gcp,?($|\s.*) - agent: kubernetes always_run: false @@ -756,13 +792,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-gcp-builds-cluster-profile - --target=e2e-gcp-builds - --template=/usr/local/e2e-gcp-builds @@ -796,6 +830,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -823,6 +860,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-gcp-builds,?($|\s.*) - agent: kubernetes always_run: false @@ -842,13 +882,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-gcp-image-ecosystem-cluster-profile - --target=e2e-gcp-image-ecosystem - --template=/usr/local/e2e-gcp-image-ecosystem @@ -882,6 +920,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -909,6 +950,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-gcp-image-ecosystem,?($|\s.*) - agent: kubernetes always_run: true @@ -927,13 +971,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-gcp-upgrade-cluster-profile - --target=e2e-gcp-upgrade command: @@ -956,6 +998,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -980,6 +1025,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-gcp-upgrade,?($|\s.*) - agent: kubernetes always_run: false @@ -999,13 +1047,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-vsphere-cluster-profile - --target=e2e-vsphere - --template=/usr/local/e2e-vsphere @@ -1039,6 +1085,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -1064,6 +1113,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-vsphere,?($|\s.*) - agent: kubernetes always_run: true @@ -1082,10 +1134,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] - --target=artifacts @@ -1104,6 +1156,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -1115,6 +1170,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -1133,10 +1191,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=images-artifacts command: - ci-operator @@ -1153,6 +1211,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -1164,6 +1225,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images-artifacts,?($|\s.*) - agent: kubernetes always_run: false @@ -1183,13 +1247,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/launch-vsphere-cluster-profile - --target=launch-vsphere - --template=/usr/local/launch-vsphere @@ -1223,6 +1285,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -1248,6 +1313,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )launch-vsphere,?($|\s.*) - agent: kubernetes always_run: true @@ -1266,10 +1334,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -1286,6 +1354,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -1297,6 +1368,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -1315,10 +1389,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -1335,6 +1409,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -1346,4 +1423,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) diff --git a/ci-operator/jobs/openshift/origin/openshift-origin-release-4.3-postsubmits.yaml b/ci-operator/jobs/openshift/origin/openshift-origin-release-4.3-postsubmits.yaml index 93b6aacb1ad5..0e0405b21f65 100644 --- a/ci-operator/jobs/openshift/origin/openshift-origin-release-4.3-postsubmits.yaml +++ b/ci-operator/jobs/openshift/origin/openshift-origin-release-4.3-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-origin-release-4.3-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=artifacts command: @@ -35,6 +37,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -46,3 +51,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/origin/openshift-origin-release-4.3-presubmits.yaml b/ci-operator/jobs/openshift/origin/openshift-origin-release-4.3-presubmits.yaml index c365f05ffbdb..20e1ffbaaaba 100644 --- a/ci-operator/jobs/openshift/origin/openshift-origin-release-4.3-presubmits.yaml +++ b/ci-operator/jobs/openshift/origin/openshift-origin-release-4.3-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -46,6 +44,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -68,6 +69,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: false @@ -87,13 +91,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-disruptive-cluster-profile - --target=e2e-aws-disruptive - --template=/usr/local/e2e-aws-disruptive @@ -128,6 +130,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -153,6 +158,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-disruptive,?($|\s.*) - agent: kubernetes always_run: false @@ -172,13 +180,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-image-registry-cluster-profile - --target=e2e-aws-image-registry - --template=/usr/local/e2e-aws-image-registry @@ -212,6 +218,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -237,6 +246,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-image-registry,?($|\s.*) - agent: kubernetes always_run: false @@ -255,13 +267,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-jenkins-cluster-profile - --target=e2e-aws-jenkins - --template=/usr/local/e2e-aws-jenkins @@ -295,6 +305,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -320,6 +333,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-jenkins,?($|\s.*) - agent: kubernetes always_run: true @@ -338,13 +354,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-serial-cluster-profile - --target=e2e-aws-serial - --template=/usr/local/e2e-aws-serial @@ -378,6 +392,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -403,6 +420,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-serial,?($|\s.*) - agent: kubernetes always_run: false @@ -422,13 +442,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-azure-cluster-profile - --target=e2e-azure - --template=/usr/local/e2e-azure @@ -462,6 +480,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -487,6 +508,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-azure,?($|\s.*) - agent: kubernetes always_run: true @@ -505,13 +529,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-cmd-cluster-profile - --target=e2e-cmd - --template=/usr/local/e2e-cmd @@ -545,6 +567,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -572,6 +597,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-cmd,?($|\s.*) - agent: kubernetes always_run: false @@ -590,13 +618,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-conformance-k8s-cluster-profile - --target=e2e-conformance-k8s - --template=/usr/local/e2e-conformance-k8s @@ -630,6 +656,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -655,6 +684,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-conformance-k8s,?($|\s.*) - agent: kubernetes always_run: true @@ -673,13 +705,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-gcp-cluster-profile - --target=e2e-gcp - --template=/usr/local/e2e-gcp @@ -713,6 +743,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -740,6 +773,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-gcp,?($|\s.*) - agent: kubernetes always_run: false @@ -759,13 +795,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-gcp-builds-cluster-profile - --target=e2e-gcp-builds - --template=/usr/local/e2e-gcp-builds @@ -799,6 +833,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -826,6 +863,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-gcp-builds,?($|\s.*) - agent: kubernetes always_run: false @@ -845,13 +885,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-gcp-image-ecosystem-cluster-profile - --target=e2e-gcp-image-ecosystem - --template=/usr/local/e2e-gcp-image-ecosystem @@ -885,6 +923,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -912,6 +953,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-gcp-image-ecosystem,?($|\s.*) - agent: kubernetes always_run: true @@ -930,13 +974,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-gcp-upgrade-cluster-profile - --target=e2e-gcp-upgrade command: @@ -959,6 +1001,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -983,6 +1028,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-gcp-upgrade,?($|\s.*) - agent: kubernetes always_run: false @@ -1002,13 +1050,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-vsphere-cluster-profile - --target=e2e-vsphere - --template=/usr/local/e2e-vsphere @@ -1042,6 +1088,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -1067,6 +1116,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-vsphere,?($|\s.*) - agent: kubernetes always_run: true @@ -1085,10 +1137,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] - --target=artifacts @@ -1107,6 +1159,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -1118,6 +1173,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -1136,10 +1194,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=images-artifacts command: - ci-operator @@ -1156,6 +1214,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -1167,6 +1228,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images-artifacts,?($|\s.*) - agent: kubernetes always_run: false @@ -1186,13 +1250,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/launch-vsphere-cluster-profile - --target=launch-vsphere - --template=/usr/local/launch-vsphere @@ -1226,6 +1288,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -1251,6 +1316,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )launch-vsphere,?($|\s.*) - agent: kubernetes always_run: true @@ -1269,10 +1337,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -1289,6 +1357,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -1300,6 +1371,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -1318,10 +1392,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -1338,6 +1412,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -1349,4 +1426,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) diff --git a/ci-operator/jobs/openshift/origin/openshift-origin-release-4.4-postsubmits.yaml b/ci-operator/jobs/openshift/origin/openshift-origin-release-4.4-postsubmits.yaml index fa185e824d37..2d1df578df55 100644 --- a/ci-operator/jobs/openshift/origin/openshift-origin-release-4.4-postsubmits.yaml +++ b/ci-operator/jobs/openshift/origin/openshift-origin-release-4.4-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-origin-release-4.4-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=artifacts command: @@ -35,6 +37,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -46,3 +51,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/origin/openshift-origin-release-4.4-presubmits.yaml b/ci-operator/jobs/openshift/origin/openshift-origin-release-4.4-presubmits.yaml index ee91baa1dd3a..4f04adc94e52 100644 --- a/ci-operator/jobs/openshift/origin/openshift-origin-release-4.4-presubmits.yaml +++ b/ci-operator/jobs/openshift/origin/openshift-origin-release-4.4-presubmits.yaml @@ -65,13 +65,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -94,6 +92,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -116,6 +117,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -136,13 +140,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-csi-cluster-profile - --target=e2e-aws-csi - --template=/usr/local/e2e-aws-csi @@ -176,6 +178,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -201,6 +206,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-csi,?($|\s.*) - agent: kubernetes always_run: false @@ -220,13 +228,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-disruptive-cluster-profile - --target=e2e-aws-disruptive - --template=/usr/local/e2e-aws-disruptive @@ -261,6 +267,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -286,6 +295,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-disruptive,?($|\s.*) - agent: kubernetes always_run: true @@ -399,13 +411,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-image-registry-cluster-profile - --target=e2e-aws-image-registry - --template=/usr/local/e2e-aws-image-registry @@ -439,6 +449,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -464,6 +477,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-image-registry,?($|\s.*) - agent: kubernetes always_run: false @@ -482,13 +498,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-jenkins-cluster-profile - --target=e2e-aws-jenkins - --template=/usr/local/e2e-aws-jenkins @@ -522,6 +536,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -547,6 +564,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-jenkins,?($|\s.*) - agent: kubernetes always_run: false @@ -758,13 +778,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-serial-cluster-profile - --target=e2e-aws-serial - --template=/usr/local/e2e-aws-serial @@ -798,6 +816,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -823,6 +844,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-serial,?($|\s.*) - agent: kubernetes always_run: false @@ -842,13 +866,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-azure-cluster-profile - --target=e2e-azure - --template=/usr/local/e2e-azure @@ -882,6 +904,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -907,6 +932,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-azure,?($|\s.*) - agent: kubernetes always_run: true @@ -925,13 +953,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-cmd-cluster-profile - --target=e2e-cmd - --template=/usr/local/e2e-cmd @@ -965,6 +991,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -992,6 +1021,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-cmd,?($|\s.*) - agent: kubernetes always_run: false @@ -1010,13 +1042,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-conformance-k8s-cluster-profile - --target=e2e-conformance-k8s - --template=/usr/local/e2e-conformance-k8s @@ -1050,6 +1080,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -1075,6 +1108,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-conformance-k8s,?($|\s.*) - agent: kubernetes always_run: true @@ -1093,13 +1129,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-gcp-cluster-profile - --target=e2e-gcp - --template=/usr/local/e2e-gcp @@ -1133,6 +1167,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -1160,6 +1197,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-gcp,?($|\s.*) - agent: kubernetes always_run: false @@ -1179,13 +1219,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-gcp-builds-cluster-profile - --target=e2e-gcp-builds - --template=/usr/local/e2e-gcp-builds @@ -1219,6 +1257,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -1246,6 +1287,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-gcp-builds,?($|\s.*) - agent: kubernetes always_run: false @@ -1265,13 +1309,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-gcp-image-ecosystem-cluster-profile - --target=e2e-gcp-image-ecosystem - --template=/usr/local/e2e-gcp-image-ecosystem @@ -1305,6 +1347,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -1332,6 +1377,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-gcp-image-ecosystem,?($|\s.*) - agent: kubernetes always_run: true @@ -1350,13 +1398,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-gcp-upgrade-cluster-profile - --target=e2e-gcp-upgrade command: @@ -1379,6 +1425,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -1403,6 +1452,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-gcp-upgrade,?($|\s.*) - agent: kubernetes always_run: false @@ -1422,13 +1474,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-vsphere-cluster-profile - --target=e2e-vsphere - --template=/usr/local/e2e-vsphere @@ -1462,6 +1512,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -1487,6 +1540,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-vsphere,?($|\s.*) - agent: kubernetes always_run: true @@ -1505,10 +1561,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] - --target=artifacts @@ -1527,6 +1583,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -1538,6 +1597,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: false @@ -1557,13 +1619,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/launch-vsphere-cluster-profile - --target=launch-vsphere - --template=/usr/local/launch-vsphere @@ -1597,6 +1657,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -1622,6 +1685,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )launch-vsphere,?($|\s.*) - agent: kubernetes always_run: true @@ -1640,10 +1706,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -1660,6 +1726,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -1671,6 +1740,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -1689,10 +1761,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -1709,6 +1781,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -1720,4 +1795,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) diff --git a/ci-operator/jobs/openshift/origin/openshift-origin-release-4.5-postsubmits.yaml b/ci-operator/jobs/openshift/origin/openshift-origin-release-4.5-postsubmits.yaml index db63a122e10f..4beb72c112db 100644 --- a/ci-operator/jobs/openshift/origin/openshift-origin-release-4.5-postsubmits.yaml +++ b/ci-operator/jobs/openshift/origin/openshift-origin-release-4.5-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-origin-release-4.5-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=artifacts command: @@ -35,6 +37,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -46,3 +51,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/origin/openshift-origin-release-4.5-presubmits.yaml b/ci-operator/jobs/openshift/origin/openshift-origin-release-4.5-presubmits.yaml index b8dfc1313b5e..2f45d2450c20 100644 --- a/ci-operator/jobs/openshift/origin/openshift-origin-release-4.5-presubmits.yaml +++ b/ci-operator/jobs/openshift/origin/openshift-origin-release-4.5-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -46,6 +44,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -68,6 +69,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -88,13 +92,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-csi-cluster-profile - --target=e2e-aws-csi - --template=/usr/local/e2e-aws-csi @@ -128,6 +130,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -153,6 +158,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-csi,?($|\s.*) - agent: kubernetes always_run: true @@ -171,13 +179,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-disruptive-cluster-profile - --target=e2e-aws-disruptive - --template=/usr/local/e2e-aws-disruptive @@ -212,6 +218,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -237,6 +246,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-disruptive,?($|\s.*) - agent: kubernetes always_run: true @@ -255,13 +267,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-image-registry-cluster-profile - --target=e2e-aws-image-registry - --template=/usr/local/e2e-aws-image-registry @@ -295,6 +305,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -320,6 +333,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-image-registry,?($|\s.*) - agent: kubernetes always_run: true @@ -338,13 +354,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-jenkins-cluster-profile - --target=e2e-aws-jenkins - --template=/usr/local/e2e-aws-jenkins @@ -378,6 +392,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -403,6 +420,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-jenkins,?($|\s.*) - agent: kubernetes always_run: true @@ -421,13 +441,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-serial-cluster-profile - --target=e2e-aws-serial - --template=/usr/local/e2e-aws-serial @@ -461,6 +479,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -486,6 +507,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-serial,?($|\s.*) - agent: kubernetes always_run: true @@ -504,13 +528,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-azure-cluster-profile - --target=e2e-azure - --template=/usr/local/e2e-azure @@ -544,6 +566,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -569,6 +594,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-azure,?($|\s.*) - agent: kubernetes always_run: true @@ -587,13 +615,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-cmd-cluster-profile - --target=e2e-cmd - --template=/usr/local/e2e-cmd @@ -627,6 +653,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -654,6 +683,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-cmd,?($|\s.*) - agent: kubernetes always_run: true @@ -672,13 +704,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-conformance-k8s-cluster-profile - --target=e2e-conformance-k8s - --template=/usr/local/e2e-conformance-k8s @@ -712,6 +742,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -737,6 +770,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-conformance-k8s,?($|\s.*) - agent: kubernetes always_run: true @@ -755,13 +791,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-gcp-cluster-profile - --target=e2e-gcp - --template=/usr/local/e2e-gcp @@ -795,6 +829,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -822,6 +859,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-gcp,?($|\s.*) - agent: kubernetes always_run: true @@ -840,13 +880,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-gcp-builds-cluster-profile - --target=e2e-gcp-builds - --template=/usr/local/e2e-gcp-builds @@ -880,6 +918,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -907,6 +948,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-gcp-builds,?($|\s.*) - agent: kubernetes always_run: true @@ -925,13 +969,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-gcp-image-ecosystem-cluster-profile - --target=e2e-gcp-image-ecosystem - --template=/usr/local/e2e-gcp-image-ecosystem @@ -965,6 +1007,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -992,6 +1037,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-gcp-image-ecosystem,?($|\s.*) - agent: kubernetes always_run: true @@ -1010,13 +1058,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-gcp-upgrade-cluster-profile - --target=e2e-gcp-upgrade command: @@ -1039,6 +1085,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -1063,6 +1112,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-gcp-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -1081,13 +1133,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-vsphere-cluster-profile - --target=e2e-vsphere - --template=/usr/local/e2e-vsphere @@ -1121,6 +1171,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -1146,6 +1199,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-vsphere,?($|\s.*) - agent: kubernetes always_run: true @@ -1164,10 +1220,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=artifacts command: @@ -1185,6 +1241,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -1196,6 +1255,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -1214,13 +1276,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/launch-vsphere-cluster-profile - --target=launch-vsphere - --template=/usr/local/launch-vsphere @@ -1254,6 +1314,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -1279,6 +1342,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )launch-vsphere,?($|\s.*) - agent: kubernetes always_run: true @@ -1297,10 +1363,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -1317,6 +1383,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -1328,6 +1397,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -1346,10 +1418,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -1366,6 +1438,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -1377,4 +1452,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) diff --git a/ci-operator/jobs/openshift/origin/openshift-origin-release-4.6-postsubmits.yaml b/ci-operator/jobs/openshift/origin/openshift-origin-release-4.6-postsubmits.yaml index c772e1904f97..1e19f3312e11 100644 --- a/ci-operator/jobs/openshift/origin/openshift-origin-release-4.6-postsubmits.yaml +++ b/ci-operator/jobs/openshift/origin/openshift-origin-release-4.6-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-origin-release-4.6-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=artifacts command: @@ -35,6 +37,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -46,3 +51,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/origin/openshift-origin-release-4.6-presubmits.yaml b/ci-operator/jobs/openshift/origin/openshift-origin-release-4.6-presubmits.yaml index 758ea0333ee2..cfc5f8d55a7b 100644 --- a/ci-operator/jobs/openshift/origin/openshift-origin-release-4.6-presubmits.yaml +++ b/ci-operator/jobs/openshift/origin/openshift-origin-release-4.6-presubmits.yaml @@ -65,13 +65,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -94,6 +92,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -116,6 +117,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -136,13 +140,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-csi-cluster-profile - --target=e2e-aws-csi - --template=/usr/local/e2e-aws-csi @@ -176,6 +178,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -201,6 +206,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-csi,?($|\s.*) - agent: kubernetes always_run: false @@ -220,13 +228,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-disruptive-cluster-profile - --target=e2e-aws-disruptive - --template=/usr/local/e2e-aws-disruptive @@ -261,6 +267,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -286,6 +295,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-disruptive,?($|\s.*) - agent: kubernetes always_run: true @@ -399,13 +411,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-image-registry-cluster-profile - --target=e2e-aws-image-registry - --template=/usr/local/e2e-aws-image-registry @@ -439,6 +449,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -464,6 +477,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-image-registry,?($|\s.*) - agent: kubernetes always_run: false @@ -482,13 +498,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-jenkins-cluster-profile - --target=e2e-aws-jenkins - --template=/usr/local/e2e-aws-jenkins @@ -522,6 +536,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -547,6 +564,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-jenkins,?($|\s.*) - agent: kubernetes always_run: false @@ -758,13 +778,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-serial-cluster-profile - --target=e2e-aws-serial - --template=/usr/local/e2e-aws-serial @@ -798,6 +816,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -823,6 +844,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-serial,?($|\s.*) - agent: kubernetes always_run: false @@ -842,13 +866,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-azure-cluster-profile - --target=e2e-azure - --template=/usr/local/e2e-azure @@ -882,6 +904,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -907,6 +932,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-azure,?($|\s.*) - agent: kubernetes always_run: true @@ -925,13 +953,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-cmd-cluster-profile - --target=e2e-cmd - --template=/usr/local/e2e-cmd @@ -965,6 +991,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -992,6 +1021,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-cmd,?($|\s.*) - agent: kubernetes always_run: false @@ -1010,13 +1042,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-conformance-k8s-cluster-profile - --target=e2e-conformance-k8s - --template=/usr/local/e2e-conformance-k8s @@ -1050,6 +1080,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -1075,6 +1108,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-conformance-k8s,?($|\s.*) - agent: kubernetes always_run: true @@ -1093,13 +1129,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-gcp-cluster-profile - --target=e2e-gcp - --template=/usr/local/e2e-gcp @@ -1133,6 +1167,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -1160,6 +1197,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-gcp,?($|\s.*) - agent: kubernetes always_run: false @@ -1179,13 +1219,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-gcp-builds-cluster-profile - --target=e2e-gcp-builds - --template=/usr/local/e2e-gcp-builds @@ -1219,6 +1257,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -1246,6 +1287,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-gcp-builds,?($|\s.*) - agent: kubernetes always_run: false @@ -1265,13 +1309,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-gcp-image-ecosystem-cluster-profile - --target=e2e-gcp-image-ecosystem - --template=/usr/local/e2e-gcp-image-ecosystem @@ -1305,6 +1347,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -1332,6 +1377,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-gcp-image-ecosystem,?($|\s.*) - agent: kubernetes always_run: true @@ -1350,13 +1398,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-gcp-upgrade-cluster-profile - --target=e2e-gcp-upgrade command: @@ -1379,6 +1425,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -1403,6 +1452,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-gcp-upgrade,?($|\s.*) - agent: kubernetes always_run: false @@ -1422,13 +1474,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-vsphere-cluster-profile - --target=e2e-vsphere - --template=/usr/local/e2e-vsphere @@ -1462,6 +1512,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -1487,6 +1540,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-vsphere,?($|\s.*) - agent: kubernetes always_run: true @@ -1505,10 +1561,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] - --target=artifacts @@ -1527,6 +1583,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -1538,6 +1597,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: false @@ -1557,13 +1619,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/launch-vsphere-cluster-profile - --target=launch-vsphere - --template=/usr/local/launch-vsphere @@ -1597,6 +1657,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -1622,6 +1685,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )launch-vsphere,?($|\s.*) - agent: kubernetes always_run: true @@ -1640,10 +1706,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -1660,6 +1726,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -1671,6 +1740,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -1689,10 +1761,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -1709,6 +1781,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -1720,4 +1795,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) diff --git a/ci-operator/jobs/openshift/origin/openshift-origin-release-4.7-postsubmits.yaml b/ci-operator/jobs/openshift/origin/openshift-origin-release-4.7-postsubmits.yaml index 162fb4f9e11e..d0c4929b3130 100644 --- a/ci-operator/jobs/openshift/origin/openshift-origin-release-4.7-postsubmits.yaml +++ b/ci-operator/jobs/openshift/origin/openshift-origin-release-4.7-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-origin-release-4.7-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=artifacts command: @@ -35,6 +37,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -46,3 +51,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/origin/openshift-origin-release-4.7-presubmits.yaml b/ci-operator/jobs/openshift/origin/openshift-origin-release-4.7-presubmits.yaml index c0b9cf65ae50..e6483536c24b 100644 --- a/ci-operator/jobs/openshift/origin/openshift-origin-release-4.7-presubmits.yaml +++ b/ci-operator/jobs/openshift/origin/openshift-origin-release-4.7-presubmits.yaml @@ -65,13 +65,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -94,6 +92,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -116,6 +117,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -136,13 +140,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-csi-cluster-profile - --target=e2e-aws-csi - --template=/usr/local/e2e-aws-csi @@ -176,6 +178,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -201,6 +206,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-csi,?($|\s.*) - agent: kubernetes always_run: false @@ -220,13 +228,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-disruptive-cluster-profile - --target=e2e-aws-disruptive - --template=/usr/local/e2e-aws-disruptive @@ -261,6 +267,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -286,6 +295,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-disruptive,?($|\s.*) - agent: kubernetes always_run: true @@ -399,13 +411,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-image-registry-cluster-profile - --target=e2e-aws-image-registry - --template=/usr/local/e2e-aws-image-registry @@ -439,6 +449,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -464,6 +477,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-image-registry,?($|\s.*) - agent: kubernetes always_run: false @@ -482,13 +498,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-jenkins-cluster-profile - --target=e2e-aws-jenkins - --template=/usr/local/e2e-aws-jenkins @@ -522,6 +536,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -547,6 +564,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-jenkins,?($|\s.*) - agent: kubernetes always_run: false @@ -758,13 +778,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-serial-cluster-profile - --target=e2e-aws-serial - --template=/usr/local/e2e-aws-serial @@ -798,6 +816,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -823,6 +844,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-serial,?($|\s.*) - agent: kubernetes always_run: false @@ -842,13 +866,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-azure-cluster-profile - --target=e2e-azure - --template=/usr/local/e2e-azure @@ -882,6 +904,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -907,6 +932,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-azure,?($|\s.*) - agent: kubernetes always_run: true @@ -925,13 +953,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-cmd-cluster-profile - --target=e2e-cmd - --template=/usr/local/e2e-cmd @@ -965,6 +991,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -992,6 +1021,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-cmd,?($|\s.*) - agent: kubernetes always_run: false @@ -1010,13 +1042,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-conformance-k8s-cluster-profile - --target=e2e-conformance-k8s - --template=/usr/local/e2e-conformance-k8s @@ -1050,6 +1080,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -1075,6 +1108,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-conformance-k8s,?($|\s.*) - agent: kubernetes always_run: true @@ -1093,13 +1129,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-gcp-cluster-profile - --target=e2e-gcp - --template=/usr/local/e2e-gcp @@ -1133,6 +1167,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -1160,6 +1197,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-gcp,?($|\s.*) - agent: kubernetes always_run: false @@ -1179,13 +1219,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-gcp-builds-cluster-profile - --target=e2e-gcp-builds - --template=/usr/local/e2e-gcp-builds @@ -1219,6 +1257,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -1246,6 +1287,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-gcp-builds,?($|\s.*) - agent: kubernetes always_run: false @@ -1265,13 +1309,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-gcp-image-ecosystem-cluster-profile - --target=e2e-gcp-image-ecosystem - --template=/usr/local/e2e-gcp-image-ecosystem @@ -1305,6 +1347,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -1332,6 +1377,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-gcp-image-ecosystem,?($|\s.*) - agent: kubernetes always_run: true @@ -1350,13 +1398,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-gcp-upgrade-cluster-profile - --target=e2e-gcp-upgrade command: @@ -1379,6 +1425,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -1403,6 +1452,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-gcp-upgrade,?($|\s.*) - agent: kubernetes always_run: false @@ -1422,13 +1474,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-vsphere-cluster-profile - --target=e2e-vsphere - --template=/usr/local/e2e-vsphere @@ -1462,6 +1512,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -1487,6 +1540,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-vsphere,?($|\s.*) - agent: kubernetes always_run: true @@ -1505,10 +1561,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] - --target=artifacts @@ -1527,6 +1583,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -1538,6 +1597,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: false @@ -1557,13 +1619,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/launch-vsphere-cluster-profile - --target=launch-vsphere - --template=/usr/local/launch-vsphere @@ -1597,6 +1657,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -1622,6 +1685,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )launch-vsphere,?($|\s.*) - agent: kubernetes always_run: true @@ -1640,10 +1706,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -1660,6 +1726,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -1671,6 +1740,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -1689,10 +1761,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -1709,6 +1781,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -1720,4 +1795,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) diff --git a/ci-operator/jobs/openshift/osde2e/openshift-osde2e-master-presubmits.yaml b/ci-operator/jobs/openshift/osde2e/openshift-osde2e-master-presubmits.yaml index 10f1d8eccf33..5e08a7bdac59 100644 --- a/ci-operator/jobs/openshift/osde2e/openshift-osde2e-master-presubmits.yaml +++ b/ci-operator/jobs/openshift/osde2e/openshift-osde2e-master-presubmits.yaml @@ -17,10 +17,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -37,6 +37,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -48,4 +51,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) diff --git a/ci-operator/jobs/openshift/ovirt-csi-driver/openshift-ovirt-csi-driver-master-postsubmits.yaml b/ci-operator/jobs/openshift/ovirt-csi-driver/openshift-ovirt-csi-driver-master-postsubmits.yaml index 7f46bc1edbb6..5593f428d840 100644 --- a/ci-operator/jobs/openshift/ovirt-csi-driver/openshift-ovirt-csi-driver-master-postsubmits.yaml +++ b/ci-operator/jobs/openshift/ovirt-csi-driver/openshift-ovirt-csi-driver-master-postsubmits.yaml @@ -8,17 +8,19 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-ovirt-csi-driver-master-images path_alias: github.com/ovirt/csi-driver spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -35,6 +37,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -46,3 +51,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/ovirt-csi-driver/openshift-ovirt-csi-driver-master-presubmits.yaml b/ci-operator/jobs/openshift/ovirt-csi-driver/openshift-ovirt-csi-driver-master-presubmits.yaml index 5cbde4595611..f3c21c0e4cfc 100644 --- a/ci-operator/jobs/openshift/ovirt-csi-driver/openshift-ovirt-csi-driver-master-presubmits.yaml +++ b/ci-operator/jobs/openshift/ovirt-csi-driver/openshift-ovirt-csi-driver-master-presubmits.yaml @@ -18,10 +18,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -39,6 +39,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -50,4 +53,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift/ovirt-csi-driver/openshift-ovirt-csi-driver-release-4.4-postsubmits.yaml b/ci-operator/jobs/openshift/ovirt-csi-driver/openshift-ovirt-csi-driver-release-4.4-postsubmits.yaml index d8e8318e5685..cd8b3d945b67 100644 --- a/ci-operator/jobs/openshift/ovirt-csi-driver/openshift-ovirt-csi-driver-release-4.4-postsubmits.yaml +++ b/ci-operator/jobs/openshift/ovirt-csi-driver/openshift-ovirt-csi-driver-release-4.4-postsubmits.yaml @@ -8,17 +8,19 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-ovirt-csi-driver-release-4.4-images path_alias: github.com/ovirt/csi-driver spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -35,6 +37,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -46,3 +51,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/ovirt-csi-driver/openshift-ovirt-csi-driver-release-4.4-presubmits.yaml b/ci-operator/jobs/openshift/ovirt-csi-driver/openshift-ovirt-csi-driver-release-4.4-presubmits.yaml index ecefd49ee7da..214333cc0a62 100644 --- a/ci-operator/jobs/openshift/ovirt-csi-driver/openshift-ovirt-csi-driver-release-4.4-presubmits.yaml +++ b/ci-operator/jobs/openshift/ovirt-csi-driver/openshift-ovirt-csi-driver-release-4.4-presubmits.yaml @@ -18,10 +18,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -39,6 +39,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -50,4 +53,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift/ovirt-csi-driver/openshift-ovirt-csi-driver-release-4.5-postsubmits.yaml b/ci-operator/jobs/openshift/ovirt-csi-driver/openshift-ovirt-csi-driver-release-4.5-postsubmits.yaml index 1fa95b3d5001..61bc5b6af0dc 100644 --- a/ci-operator/jobs/openshift/ovirt-csi-driver/openshift-ovirt-csi-driver-release-4.5-postsubmits.yaml +++ b/ci-operator/jobs/openshift/ovirt-csi-driver/openshift-ovirt-csi-driver-release-4.5-postsubmits.yaml @@ -8,17 +8,19 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-ovirt-csi-driver-release-4.5-images path_alias: github.com/ovirt/csi-driver spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -35,6 +37,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -46,3 +51,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/ovirt-csi-driver/openshift-ovirt-csi-driver-release-4.5-presubmits.yaml b/ci-operator/jobs/openshift/ovirt-csi-driver/openshift-ovirt-csi-driver-release-4.5-presubmits.yaml index 87e9abc03c0e..956e4642d533 100644 --- a/ci-operator/jobs/openshift/ovirt-csi-driver/openshift-ovirt-csi-driver-release-4.5-presubmits.yaml +++ b/ci-operator/jobs/openshift/ovirt-csi-driver/openshift-ovirt-csi-driver-release-4.5-presubmits.yaml @@ -18,10 +18,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -38,6 +38,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -49,4 +52,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift/ovirt-csi-driver/openshift-ovirt-csi-driver-release-4.6-postsubmits.yaml b/ci-operator/jobs/openshift/ovirt-csi-driver/openshift-ovirt-csi-driver-release-4.6-postsubmits.yaml index 0761a4be7055..a217e5c49f9e 100644 --- a/ci-operator/jobs/openshift/ovirt-csi-driver/openshift-ovirt-csi-driver-release-4.6-postsubmits.yaml +++ b/ci-operator/jobs/openshift/ovirt-csi-driver/openshift-ovirt-csi-driver-release-4.6-postsubmits.yaml @@ -8,17 +8,19 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-ovirt-csi-driver-release-4.6-images path_alias: github.com/ovirt/csi-driver spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -35,6 +37,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -46,3 +51,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/ovirt-csi-driver/openshift-ovirt-csi-driver-release-4.6-presubmits.yaml b/ci-operator/jobs/openshift/ovirt-csi-driver/openshift-ovirt-csi-driver-release-4.6-presubmits.yaml index 539ad7af0f73..3d2ff12cbb89 100644 --- a/ci-operator/jobs/openshift/ovirt-csi-driver/openshift-ovirt-csi-driver-release-4.6-presubmits.yaml +++ b/ci-operator/jobs/openshift/ovirt-csi-driver/openshift-ovirt-csi-driver-release-4.6-presubmits.yaml @@ -18,10 +18,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -39,6 +39,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -50,4 +53,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift/ovirt-csi-driver/openshift-ovirt-csi-driver-release-4.7-postsubmits.yaml b/ci-operator/jobs/openshift/ovirt-csi-driver/openshift-ovirt-csi-driver-release-4.7-postsubmits.yaml index cf31adef3b1d..4277b4bb4fd5 100644 --- a/ci-operator/jobs/openshift/ovirt-csi-driver/openshift-ovirt-csi-driver-release-4.7-postsubmits.yaml +++ b/ci-operator/jobs/openshift/ovirt-csi-driver/openshift-ovirt-csi-driver-release-4.7-postsubmits.yaml @@ -8,17 +8,19 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-ovirt-csi-driver-release-4.7-images path_alias: github.com/ovirt/csi-driver spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -35,6 +37,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -46,3 +51,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/ovirt-csi-driver/openshift-ovirt-csi-driver-release-4.7-presubmits.yaml b/ci-operator/jobs/openshift/ovirt-csi-driver/openshift-ovirt-csi-driver-release-4.7-presubmits.yaml index f540ca64f4cc..c72774f92499 100644 --- a/ci-operator/jobs/openshift/ovirt-csi-driver/openshift-ovirt-csi-driver-release-4.7-presubmits.yaml +++ b/ci-operator/jobs/openshift/ovirt-csi-driver/openshift-ovirt-csi-driver-release-4.7-presubmits.yaml @@ -18,10 +18,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -39,6 +39,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -50,4 +53,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift/ovn-kubernetes/openshift-ovn-kubernetes-master-postsubmits.yaml b/ci-operator/jobs/openshift/ovn-kubernetes/openshift-ovn-kubernetes-master-postsubmits.yaml index 24bb6f26b092..26e7e9dbfc25 100644 --- a/ci-operator/jobs/openshift/ovn-kubernetes/openshift-ovn-kubernetes-master-postsubmits.yaml +++ b/ci-operator/jobs/openshift/ovn-kubernetes/openshift-ovn-kubernetes-master-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-ovn-kubernetes-master-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/ovn-kubernetes/openshift-ovn-kubernetes-master-presubmits.yaml b/ci-operator/jobs/openshift/ovn-kubernetes/openshift-ovn-kubernetes-master-presubmits.yaml index 33bbdff74375..be4cebced083 100644 --- a/ci-operator/jobs/openshift/ovn-kubernetes/openshift-ovn-kubernetes-master-presubmits.yaml +++ b/ci-operator/jobs/openshift/ovn-kubernetes/openshift-ovn-kubernetes-master-presubmits.yaml @@ -203,13 +203,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-metal-ipi-cluster-profile - --target=e2e-metal-ipi command: @@ -232,6 +230,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -256,6 +257,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-metal-ipi,?($|\s.*) - agent: kubernetes always_run: true @@ -274,10 +278,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -295,6 +299,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -306,4 +313,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift/ovn-kubernetes/openshift-ovn-kubernetes-release-4.1-postsubmits.yaml b/ci-operator/jobs/openshift/ovn-kubernetes/openshift-ovn-kubernetes-release-4.1-postsubmits.yaml index 4b5075217d7f..779636e477b8 100644 --- a/ci-operator/jobs/openshift/ovn-kubernetes/openshift-ovn-kubernetes-release-4.1-postsubmits.yaml +++ b/ci-operator/jobs/openshift/ovn-kubernetes/openshift-ovn-kubernetes-release-4.1-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-ovn-kubernetes-release-4.1-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/ovn-kubernetes/openshift-ovn-kubernetes-release-4.1-presubmits.yaml b/ci-operator/jobs/openshift/ovn-kubernetes/openshift-ovn-kubernetes-release-4.1-presubmits.yaml index 1640e8d0b56d..77bad96b4faa 100644 --- a/ci-operator/jobs/openshift/ovn-kubernetes/openshift-ovn-kubernetes-release-4.1-presubmits.yaml +++ b/ci-operator/jobs/openshift/ovn-kubernetes/openshift-ovn-kubernetes-release-4.1-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -46,6 +44,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -68,6 +69,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -86,10 +90,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -107,6 +111,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -118,4 +125,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift/ovn-kubernetes/openshift-ovn-kubernetes-release-4.2-postsubmits.yaml b/ci-operator/jobs/openshift/ovn-kubernetes/openshift-ovn-kubernetes-release-4.2-postsubmits.yaml index 46c548972f38..b58aa08f339b 100644 --- a/ci-operator/jobs/openshift/ovn-kubernetes/openshift-ovn-kubernetes-release-4.2-postsubmits.yaml +++ b/ci-operator/jobs/openshift/ovn-kubernetes/openshift-ovn-kubernetes-release-4.2-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-ovn-kubernetes-release-4.2-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/ovn-kubernetes/openshift-ovn-kubernetes-release-4.2-presubmits.yaml b/ci-operator/jobs/openshift/ovn-kubernetes/openshift-ovn-kubernetes-release-4.2-presubmits.yaml index 5ffcaeb959c7..cfe0f1d9c302 100644 --- a/ci-operator/jobs/openshift/ovn-kubernetes/openshift-ovn-kubernetes-release-4.2-presubmits.yaml +++ b/ci-operator/jobs/openshift/ovn-kubernetes/openshift-ovn-kubernetes-release-4.2-presubmits.yaml @@ -17,10 +17,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -38,6 +38,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -49,4 +52,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift/ovn-kubernetes/openshift-ovn-kubernetes-release-4.3-postsubmits.yaml b/ci-operator/jobs/openshift/ovn-kubernetes/openshift-ovn-kubernetes-release-4.3-postsubmits.yaml index c01225a4c699..e9be91e3855d 100644 --- a/ci-operator/jobs/openshift/ovn-kubernetes/openshift-ovn-kubernetes-release-4.3-postsubmits.yaml +++ b/ci-operator/jobs/openshift/ovn-kubernetes/openshift-ovn-kubernetes-release-4.3-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-ovn-kubernetes-release-4.3-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/ovn-kubernetes/openshift-ovn-kubernetes-release-4.3-presubmits.yaml b/ci-operator/jobs/openshift/ovn-kubernetes/openshift-ovn-kubernetes-release-4.3-presubmits.yaml index eb0da8112206..d2f7b2c7bd9d 100644 --- a/ci-operator/jobs/openshift/ovn-kubernetes/openshift-ovn-kubernetes-release-4.3-presubmits.yaml +++ b/ci-operator/jobs/openshift/ovn-kubernetes/openshift-ovn-kubernetes-release-4.3-presubmits.yaml @@ -202,10 +202,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -223,6 +223,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -234,4 +237,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift/ovn-kubernetes/openshift-ovn-kubernetes-release-4.4-postsubmits.yaml b/ci-operator/jobs/openshift/ovn-kubernetes/openshift-ovn-kubernetes-release-4.4-postsubmits.yaml index 9422ce74ba01..5d1a01a3933c 100644 --- a/ci-operator/jobs/openshift/ovn-kubernetes/openshift-ovn-kubernetes-release-4.4-postsubmits.yaml +++ b/ci-operator/jobs/openshift/ovn-kubernetes/openshift-ovn-kubernetes-release-4.4-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-ovn-kubernetes-release-4.4-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/ovn-kubernetes/openshift-ovn-kubernetes-release-4.4-presubmits.yaml b/ci-operator/jobs/openshift/ovn-kubernetes/openshift-ovn-kubernetes-release-4.4-presubmits.yaml index 641637379708..ef8cc09b6c39 100644 --- a/ci-operator/jobs/openshift/ovn-kubernetes/openshift-ovn-kubernetes-release-4.4-presubmits.yaml +++ b/ci-operator/jobs/openshift/ovn-kubernetes/openshift-ovn-kubernetes-release-4.4-presubmits.yaml @@ -203,13 +203,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-metal-ipi-cluster-profile - --target=e2e-metal-ipi command: @@ -232,6 +230,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -256,6 +257,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-metal-ipi,?($|\s.*) - agent: kubernetes always_run: true @@ -274,10 +278,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -295,6 +299,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -306,4 +313,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift/ovn-kubernetes/openshift-ovn-kubernetes-release-4.5-postsubmits.yaml b/ci-operator/jobs/openshift/ovn-kubernetes/openshift-ovn-kubernetes-release-4.5-postsubmits.yaml index 3f8de4240f3a..61d27aec467d 100644 --- a/ci-operator/jobs/openshift/ovn-kubernetes/openshift-ovn-kubernetes-release-4.5-postsubmits.yaml +++ b/ci-operator/jobs/openshift/ovn-kubernetes/openshift-ovn-kubernetes-release-4.5-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-ovn-kubernetes-release-4.5-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/ovn-kubernetes/openshift-ovn-kubernetes-release-4.5-presubmits.yaml b/ci-operator/jobs/openshift/ovn-kubernetes/openshift-ovn-kubernetes-release-4.5-presubmits.yaml index 9a8e221563a4..2a9585e72a6f 100644 --- a/ci-operator/jobs/openshift/ovn-kubernetes/openshift-ovn-kubernetes-release-4.5-presubmits.yaml +++ b/ci-operator/jobs/openshift/ovn-kubernetes/openshift-ovn-kubernetes-release-4.5-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-metal-ipi-cluster-profile - --target=e2e-metal-ipi command: @@ -46,6 +44,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -70,6 +71,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-metal-ipi,?($|\s.*) - agent: kubernetes always_run: true @@ -88,10 +92,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -108,6 +112,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -119,4 +126,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift/ovn-kubernetes/openshift-ovn-kubernetes-release-4.6-postsubmits.yaml b/ci-operator/jobs/openshift/ovn-kubernetes/openshift-ovn-kubernetes-release-4.6-postsubmits.yaml index 442684d4e0bb..11ec572c1a01 100644 --- a/ci-operator/jobs/openshift/ovn-kubernetes/openshift-ovn-kubernetes-release-4.6-postsubmits.yaml +++ b/ci-operator/jobs/openshift/ovn-kubernetes/openshift-ovn-kubernetes-release-4.6-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-ovn-kubernetes-release-4.6-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/ovn-kubernetes/openshift-ovn-kubernetes-release-4.6-presubmits.yaml b/ci-operator/jobs/openshift/ovn-kubernetes/openshift-ovn-kubernetes-release-4.6-presubmits.yaml index ad9d00ebbab9..c9d48de13a48 100644 --- a/ci-operator/jobs/openshift/ovn-kubernetes/openshift-ovn-kubernetes-release-4.6-presubmits.yaml +++ b/ci-operator/jobs/openshift/ovn-kubernetes/openshift-ovn-kubernetes-release-4.6-presubmits.yaml @@ -202,13 +202,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-metal-ipi-cluster-profile - --target=e2e-metal-ipi command: @@ -231,6 +229,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -255,6 +256,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-metal-ipi,?($|\s.*) - agent: kubernetes always_run: true @@ -273,10 +277,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -294,6 +298,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -305,4 +312,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift/ovn-kubernetes/openshift-ovn-kubernetes-release-4.7-postsubmits.yaml b/ci-operator/jobs/openshift/ovn-kubernetes/openshift-ovn-kubernetes-release-4.7-postsubmits.yaml index f20c8f8589c9..6fe4135b7b0a 100644 --- a/ci-operator/jobs/openshift/ovn-kubernetes/openshift-ovn-kubernetes-release-4.7-postsubmits.yaml +++ b/ci-operator/jobs/openshift/ovn-kubernetes/openshift-ovn-kubernetes-release-4.7-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-ovn-kubernetes-release-4.7-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/ovn-kubernetes/openshift-ovn-kubernetes-release-4.7-presubmits.yaml b/ci-operator/jobs/openshift/ovn-kubernetes/openshift-ovn-kubernetes-release-4.7-presubmits.yaml index c9c82db94fb1..cae9755d60cc 100644 --- a/ci-operator/jobs/openshift/ovn-kubernetes/openshift-ovn-kubernetes-release-4.7-presubmits.yaml +++ b/ci-operator/jobs/openshift/ovn-kubernetes/openshift-ovn-kubernetes-release-4.7-presubmits.yaml @@ -202,13 +202,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-metal-ipi-cluster-profile - --target=e2e-metal-ipi command: @@ -231,6 +229,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -255,6 +256,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-metal-ipi,?($|\s.*) - agent: kubernetes always_run: true @@ -273,10 +277,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -294,6 +298,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -305,4 +312,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift/pagerduty-operator/openshift-pagerduty-operator-master-presubmits.yaml b/ci-operator/jobs/openshift/pagerduty-operator/openshift-pagerduty-operator-master-presubmits.yaml index 8ff632fd9f38..ec8c0331c3ba 100644 --- a/ci-operator/jobs/openshift/pagerduty-operator/openshift-pagerduty-operator-master-presubmits.yaml +++ b/ci-operator/jobs/openshift/pagerduty-operator/openshift-pagerduty-operator-master-presubmits.yaml @@ -17,10 +17,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -37,6 +37,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -48,4 +51,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift/pagerduty-operator/openshift-pagerduty-operator-release-4.6-postsubmits.yaml b/ci-operator/jobs/openshift/pagerduty-operator/openshift-pagerduty-operator-release-4.6-postsubmits.yaml index 8066175eb2da..7f00851b5c86 100644 --- a/ci-operator/jobs/openshift/pagerduty-operator/openshift-pagerduty-operator-release-4.6-postsubmits.yaml +++ b/ci-operator/jobs/openshift/pagerduty-operator/openshift-pagerduty-operator-release-4.6-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-pagerduty-operator-release-4.6-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/pagerduty-operator/openshift-pagerduty-operator-release-4.6-presubmits.yaml b/ci-operator/jobs/openshift/pagerduty-operator/openshift-pagerduty-operator-release-4.6-presubmits.yaml index af2c5fa76bcc..dec6f2360284 100644 --- a/ci-operator/jobs/openshift/pagerduty-operator/openshift-pagerduty-operator-release-4.6-presubmits.yaml +++ b/ci-operator/jobs/openshift/pagerduty-operator/openshift-pagerduty-operator-release-4.6-presubmits.yaml @@ -17,10 +17,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -38,6 +38,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -49,4 +52,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift/private-ci-testing/openshift-private-ci-testing-master-presubmits.yaml b/ci-operator/jobs/openshift/private-ci-testing/openshift-private-ci-testing-master-presubmits.yaml index b967e7aabff7..cf8ee8cfcc12 100644 --- a/ci-operator/jobs/openshift/private-ci-testing/openshift-private-ci-testing-master-presubmits.yaml +++ b/ci-operator/jobs/openshift/private-ci-testing/openshift-private-ci-testing-master-presubmits.yaml @@ -18,11 +18,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=showtime command: - ci-operator @@ -42,6 +42,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -56,4 +59,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )showtime,?($|\s.*) diff --git a/ci-operator/jobs/openshift/project-request-limit/openshift-project-request-limit-master-postsubmits.yaml b/ci-operator/jobs/openshift/project-request-limit/openshift-project-request-limit-master-postsubmits.yaml index a3dedc0f502b..a987b4c65be5 100644 --- a/ci-operator/jobs/openshift/project-request-limit/openshift-project-request-limit-master-postsubmits.yaml +++ b/ci-operator/jobs/openshift/project-request-limit/openshift-project-request-limit-master-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-project-request-limit-master-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/project-request-limit/openshift-project-request-limit-master-presubmits.yaml b/ci-operator/jobs/openshift/project-request-limit/openshift-project-request-limit-master-presubmits.yaml index 5438f54912df..da97ebe9b7fc 100644 --- a/ci-operator/jobs/openshift/project-request-limit/openshift-project-request-limit-master-presubmits.yaml +++ b/ci-operator/jobs/openshift/project-request-limit/openshift-project-request-limit-master-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -46,6 +44,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -68,6 +69,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -86,10 +90,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -107,6 +111,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -118,6 +125,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -136,10 +146,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -156,6 +166,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -167,6 +180,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -185,10 +201,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -205,6 +221,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -216,6 +235,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) - agent: kubernetes always_run: true @@ -234,10 +256,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify-deps command: - ci-operator @@ -254,6 +276,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -265,4 +290,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify-deps,?($|\s.*) diff --git a/ci-operator/jobs/openshift/project-request-limit/openshift-project-request-limit-release-4.5-postsubmits.yaml b/ci-operator/jobs/openshift/project-request-limit/openshift-project-request-limit-release-4.5-postsubmits.yaml index 1cfaf9ff79c2..cc11cfb8ede2 100644 --- a/ci-operator/jobs/openshift/project-request-limit/openshift-project-request-limit-release-4.5-postsubmits.yaml +++ b/ci-operator/jobs/openshift/project-request-limit/openshift-project-request-limit-release-4.5-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-project-request-limit-release-4.5-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/project-request-limit/openshift-project-request-limit-release-4.5-presubmits.yaml b/ci-operator/jobs/openshift/project-request-limit/openshift-project-request-limit-release-4.5-presubmits.yaml index 259e697520d2..ec6310dbe933 100644 --- a/ci-operator/jobs/openshift/project-request-limit/openshift-project-request-limit-release-4.5-presubmits.yaml +++ b/ci-operator/jobs/openshift/project-request-limit/openshift-project-request-limit-release-4.5-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -46,6 +44,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -68,6 +69,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -86,10 +90,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -106,6 +110,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -117,6 +124,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -135,10 +145,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -155,6 +165,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -166,6 +179,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -184,10 +200,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -204,6 +220,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -215,6 +234,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) - agent: kubernetes always_run: true @@ -233,10 +255,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify-deps command: - ci-operator @@ -253,6 +275,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -264,4 +289,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify-deps,?($|\s.*) diff --git a/ci-operator/jobs/openshift/project-request-limit/openshift-project-request-limit-release-4.6-postsubmits.yaml b/ci-operator/jobs/openshift/project-request-limit/openshift-project-request-limit-release-4.6-postsubmits.yaml index a2e3810cf7a0..0df5ae996dff 100644 --- a/ci-operator/jobs/openshift/project-request-limit/openshift-project-request-limit-release-4.6-postsubmits.yaml +++ b/ci-operator/jobs/openshift/project-request-limit/openshift-project-request-limit-release-4.6-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-project-request-limit-release-4.6-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/project-request-limit/openshift-project-request-limit-release-4.6-presubmits.yaml b/ci-operator/jobs/openshift/project-request-limit/openshift-project-request-limit-release-4.6-presubmits.yaml index 48a42ebe49b5..d56621ab054c 100644 --- a/ci-operator/jobs/openshift/project-request-limit/openshift-project-request-limit-release-4.6-presubmits.yaml +++ b/ci-operator/jobs/openshift/project-request-limit/openshift-project-request-limit-release-4.6-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -46,6 +44,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -68,6 +69,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -86,10 +90,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -107,6 +111,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -118,6 +125,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -136,10 +146,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -156,6 +166,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -167,6 +180,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -185,10 +201,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -205,6 +221,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -216,6 +235,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) - agent: kubernetes always_run: true @@ -234,10 +256,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify-deps command: - ci-operator @@ -254,6 +276,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -265,4 +290,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify-deps,?($|\s.*) diff --git a/ci-operator/jobs/openshift/project-request-limit/openshift-project-request-limit-release-4.7-postsubmits.yaml b/ci-operator/jobs/openshift/project-request-limit/openshift-project-request-limit-release-4.7-postsubmits.yaml index bdd6bbe30655..e3149473a3d7 100644 --- a/ci-operator/jobs/openshift/project-request-limit/openshift-project-request-limit-release-4.7-postsubmits.yaml +++ b/ci-operator/jobs/openshift/project-request-limit/openshift-project-request-limit-release-4.7-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-project-request-limit-release-4.7-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/project-request-limit/openshift-project-request-limit-release-4.7-presubmits.yaml b/ci-operator/jobs/openshift/project-request-limit/openshift-project-request-limit-release-4.7-presubmits.yaml index aa71f61dd75a..55b6c9a73b0f 100644 --- a/ci-operator/jobs/openshift/project-request-limit/openshift-project-request-limit-release-4.7-presubmits.yaml +++ b/ci-operator/jobs/openshift/project-request-limit/openshift-project-request-limit-release-4.7-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -46,6 +44,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -68,6 +69,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -86,10 +90,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -107,6 +111,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -118,6 +125,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -136,10 +146,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -156,6 +166,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -167,6 +180,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -185,10 +201,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -205,6 +221,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -216,6 +235,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) - agent: kubernetes always_run: true @@ -234,10 +256,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify-deps command: - ci-operator @@ -254,6 +276,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -265,4 +290,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify-deps,?($|\s.*) diff --git a/ci-operator/jobs/openshift/prom-label-proxy/openshift-prom-label-proxy-master-postsubmits.yaml b/ci-operator/jobs/openshift/prom-label-proxy/openshift-prom-label-proxy-master-postsubmits.yaml index 5253f66ea055..bc8c6d1810d2 100644 --- a/ci-operator/jobs/openshift/prom-label-proxy/openshift-prom-label-proxy-master-postsubmits.yaml +++ b/ci-operator/jobs/openshift/prom-label-proxy/openshift-prom-label-proxy-master-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-prom-label-proxy-master-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/prom-label-proxy/openshift-prom-label-proxy-master-presubmits.yaml b/ci-operator/jobs/openshift/prom-label-proxy/openshift-prom-label-proxy-master-presubmits.yaml index 0935ce131fa8..1fdc7c6b7c02 100644 --- a/ci-operator/jobs/openshift/prom-label-proxy/openshift-prom-label-proxy-master-presubmits.yaml +++ b/ci-operator/jobs/openshift/prom-label-proxy/openshift-prom-label-proxy-master-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -46,6 +44,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -68,6 +69,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -86,10 +90,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -107,6 +111,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -118,6 +125,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -136,10 +146,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -156,6 +166,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -167,6 +180,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -185,10 +201,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=vendor command: - ci-operator @@ -205,6 +221,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -216,4 +235,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )vendor,?($|\s.*) diff --git a/ci-operator/jobs/openshift/prom-label-proxy/openshift-prom-label-proxy-release-4.1-postsubmits.yaml b/ci-operator/jobs/openshift/prom-label-proxy/openshift-prom-label-proxy-release-4.1-postsubmits.yaml index 0cb56cb60a68..34848c364eb1 100644 --- a/ci-operator/jobs/openshift/prom-label-proxy/openshift-prom-label-proxy-release-4.1-postsubmits.yaml +++ b/ci-operator/jobs/openshift/prom-label-proxy/openshift-prom-label-proxy-release-4.1-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-prom-label-proxy-release-4.1-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/prom-label-proxy/openshift-prom-label-proxy-release-4.1-presubmits.yaml b/ci-operator/jobs/openshift/prom-label-proxy/openshift-prom-label-proxy-release-4.1-presubmits.yaml index 3f1827731bec..39915d301521 100644 --- a/ci-operator/jobs/openshift/prom-label-proxy/openshift-prom-label-proxy-release-4.1-presubmits.yaml +++ b/ci-operator/jobs/openshift/prom-label-proxy/openshift-prom-label-proxy-release-4.1-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -46,6 +44,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -68,6 +69,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -86,10 +90,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -107,6 +111,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -118,4 +125,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift/prom-label-proxy/openshift-prom-label-proxy-release-4.2-postsubmits.yaml b/ci-operator/jobs/openshift/prom-label-proxy/openshift-prom-label-proxy-release-4.2-postsubmits.yaml index a74c5d46f98f..064046385fa5 100644 --- a/ci-operator/jobs/openshift/prom-label-proxy/openshift-prom-label-proxy-release-4.2-postsubmits.yaml +++ b/ci-operator/jobs/openshift/prom-label-proxy/openshift-prom-label-proxy-release-4.2-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-prom-label-proxy-release-4.2-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/prom-label-proxy/openshift-prom-label-proxy-release-4.2-presubmits.yaml b/ci-operator/jobs/openshift/prom-label-proxy/openshift-prom-label-proxy-release-4.2-presubmits.yaml index 2dd8ff84001d..85cb8d7e39a0 100644 --- a/ci-operator/jobs/openshift/prom-label-proxy/openshift-prom-label-proxy-release-4.2-presubmits.yaml +++ b/ci-operator/jobs/openshift/prom-label-proxy/openshift-prom-label-proxy-release-4.2-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -46,6 +44,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -68,6 +69,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -86,10 +90,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -107,6 +111,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -118,4 +125,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift/prom-label-proxy/openshift-prom-label-proxy-release-4.3-postsubmits.yaml b/ci-operator/jobs/openshift/prom-label-proxy/openshift-prom-label-proxy-release-4.3-postsubmits.yaml index dcde127a28ad..00e3a289c32f 100644 --- a/ci-operator/jobs/openshift/prom-label-proxy/openshift-prom-label-proxy-release-4.3-postsubmits.yaml +++ b/ci-operator/jobs/openshift/prom-label-proxy/openshift-prom-label-proxy-release-4.3-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-prom-label-proxy-release-4.3-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/prom-label-proxy/openshift-prom-label-proxy-release-4.3-presubmits.yaml b/ci-operator/jobs/openshift/prom-label-proxy/openshift-prom-label-proxy-release-4.3-presubmits.yaml index 465898975067..f138137c5a7b 100644 --- a/ci-operator/jobs/openshift/prom-label-proxy/openshift-prom-label-proxy-release-4.3-presubmits.yaml +++ b/ci-operator/jobs/openshift/prom-label-proxy/openshift-prom-label-proxy-release-4.3-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -46,6 +44,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -68,6 +69,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -86,10 +90,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -107,6 +111,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -118,4 +125,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift/prom-label-proxy/openshift-prom-label-proxy-release-4.4-postsubmits.yaml b/ci-operator/jobs/openshift/prom-label-proxy/openshift-prom-label-proxy-release-4.4-postsubmits.yaml index 6b98c340c409..ca0d9e2c7306 100644 --- a/ci-operator/jobs/openshift/prom-label-proxy/openshift-prom-label-proxy-release-4.4-postsubmits.yaml +++ b/ci-operator/jobs/openshift/prom-label-proxy/openshift-prom-label-proxy-release-4.4-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-prom-label-proxy-release-4.4-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/prom-label-proxy/openshift-prom-label-proxy-release-4.4-presubmits.yaml b/ci-operator/jobs/openshift/prom-label-proxy/openshift-prom-label-proxy-release-4.4-presubmits.yaml index 002d61da6055..eb40db918d21 100644 --- a/ci-operator/jobs/openshift/prom-label-proxy/openshift-prom-label-proxy-release-4.4-presubmits.yaml +++ b/ci-operator/jobs/openshift/prom-label-proxy/openshift-prom-label-proxy-release-4.4-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -46,6 +44,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -68,6 +69,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -86,10 +90,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -107,6 +111,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -118,6 +125,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -136,10 +146,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -156,6 +166,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -167,6 +180,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -185,10 +201,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=vendor command: - ci-operator @@ -205,6 +221,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -216,4 +235,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )vendor,?($|\s.*) diff --git a/ci-operator/jobs/openshift/prom-label-proxy/openshift-prom-label-proxy-release-4.5-postsubmits.yaml b/ci-operator/jobs/openshift/prom-label-proxy/openshift-prom-label-proxy-release-4.5-postsubmits.yaml index 93d14a303a64..c8ad02d19227 100644 --- a/ci-operator/jobs/openshift/prom-label-proxy/openshift-prom-label-proxy-release-4.5-postsubmits.yaml +++ b/ci-operator/jobs/openshift/prom-label-proxy/openshift-prom-label-proxy-release-4.5-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-prom-label-proxy-release-4.5-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/prom-label-proxy/openshift-prom-label-proxy-release-4.5-presubmits.yaml b/ci-operator/jobs/openshift/prom-label-proxy/openshift-prom-label-proxy-release-4.5-presubmits.yaml index 8ed713267d83..a6d053ed9752 100644 --- a/ci-operator/jobs/openshift/prom-label-proxy/openshift-prom-label-proxy-release-4.5-presubmits.yaml +++ b/ci-operator/jobs/openshift/prom-label-proxy/openshift-prom-label-proxy-release-4.5-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -46,6 +44,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -68,6 +69,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -86,10 +90,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -106,6 +110,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -117,6 +124,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -135,10 +145,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -155,6 +165,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -166,6 +179,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -184,10 +200,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=vendor command: - ci-operator @@ -204,6 +220,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -215,4 +234,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )vendor,?($|\s.*) diff --git a/ci-operator/jobs/openshift/prom-label-proxy/openshift-prom-label-proxy-release-4.6-postsubmits.yaml b/ci-operator/jobs/openshift/prom-label-proxy/openshift-prom-label-proxy-release-4.6-postsubmits.yaml index 0f96cf80d684..9f040291a4e3 100644 --- a/ci-operator/jobs/openshift/prom-label-proxy/openshift-prom-label-proxy-release-4.6-postsubmits.yaml +++ b/ci-operator/jobs/openshift/prom-label-proxy/openshift-prom-label-proxy-release-4.6-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-prom-label-proxy-release-4.6-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/prom-label-proxy/openshift-prom-label-proxy-release-4.6-presubmits.yaml b/ci-operator/jobs/openshift/prom-label-proxy/openshift-prom-label-proxy-release-4.6-presubmits.yaml index b5ebb3b3ffc4..746d05a7b52a 100644 --- a/ci-operator/jobs/openshift/prom-label-proxy/openshift-prom-label-proxy-release-4.6-presubmits.yaml +++ b/ci-operator/jobs/openshift/prom-label-proxy/openshift-prom-label-proxy-release-4.6-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -46,6 +44,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -68,6 +69,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -86,10 +90,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -107,6 +111,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -118,6 +125,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -136,10 +146,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -156,6 +166,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -167,6 +180,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -185,10 +201,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=vendor command: - ci-operator @@ -205,6 +221,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -216,4 +235,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )vendor,?($|\s.*) diff --git a/ci-operator/jobs/openshift/prom-label-proxy/openshift-prom-label-proxy-release-4.7-postsubmits.yaml b/ci-operator/jobs/openshift/prom-label-proxy/openshift-prom-label-proxy-release-4.7-postsubmits.yaml index 0cc2423292df..eac074984e0d 100644 --- a/ci-operator/jobs/openshift/prom-label-proxy/openshift-prom-label-proxy-release-4.7-postsubmits.yaml +++ b/ci-operator/jobs/openshift/prom-label-proxy/openshift-prom-label-proxy-release-4.7-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-prom-label-proxy-release-4.7-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/prom-label-proxy/openshift-prom-label-proxy-release-4.7-presubmits.yaml b/ci-operator/jobs/openshift/prom-label-proxy/openshift-prom-label-proxy-release-4.7-presubmits.yaml index 67bbac4b13b7..b429b7aafb05 100644 --- a/ci-operator/jobs/openshift/prom-label-proxy/openshift-prom-label-proxy-release-4.7-presubmits.yaml +++ b/ci-operator/jobs/openshift/prom-label-proxy/openshift-prom-label-proxy-release-4.7-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -46,6 +44,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -68,6 +69,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -86,10 +90,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -107,6 +111,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -118,6 +125,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -136,10 +146,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -156,6 +166,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -167,6 +180,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -185,10 +201,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=vendor command: - ci-operator @@ -205,6 +221,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -216,4 +235,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )vendor,?($|\s.*) diff --git a/ci-operator/jobs/openshift/prometheus-alertmanager/openshift-prometheus-alertmanager-master-postsubmits.yaml b/ci-operator/jobs/openshift/prometheus-alertmanager/openshift-prometheus-alertmanager-master-postsubmits.yaml index b7c9e627e6e6..115ba7958e13 100644 --- a/ci-operator/jobs/openshift/prometheus-alertmanager/openshift-prometheus-alertmanager-master-postsubmits.yaml +++ b/ci-operator/jobs/openshift/prometheus-alertmanager/openshift-prometheus-alertmanager-master-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-prometheus-alertmanager-master-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/prometheus-alertmanager/openshift-prometheus-alertmanager-master-presubmits.yaml b/ci-operator/jobs/openshift/prometheus-alertmanager/openshift-prometheus-alertmanager-master-presubmits.yaml index 02af5cb1cbba..677c45cde259 100644 --- a/ci-operator/jobs/openshift/prometheus-alertmanager/openshift-prometheus-alertmanager-master-presubmits.yaml +++ b/ci-operator/jobs/openshift/prometheus-alertmanager/openshift-prometheus-alertmanager-master-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -46,6 +44,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -68,6 +69,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -86,13 +90,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -115,6 +117,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -137,6 +142,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -155,10 +163,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -176,6 +184,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -187,4 +198,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift/prometheus-alertmanager/openshift-prometheus-alertmanager-release-3.11-presubmits.yaml b/ci-operator/jobs/openshift/prometheus-alertmanager/openshift-prometheus-alertmanager-release-3.11-presubmits.yaml index 448064b88326..cb433f900691 100644 --- a/ci-operator/jobs/openshift/prometheus-alertmanager/openshift-prometheus-alertmanager-release-3.11-presubmits.yaml +++ b/ci-operator/jobs/openshift/prometheus-alertmanager/openshift-prometheus-alertmanager-release-3.11-presubmits.yaml @@ -17,10 +17,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -37,6 +37,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -48,4 +51,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift/prometheus-alertmanager/openshift-prometheus-alertmanager-release-4.1-postsubmits.yaml b/ci-operator/jobs/openshift/prometheus-alertmanager/openshift-prometheus-alertmanager-release-4.1-postsubmits.yaml index ebb7ea304a66..fbb36b3a77ec 100644 --- a/ci-operator/jobs/openshift/prometheus-alertmanager/openshift-prometheus-alertmanager-release-4.1-postsubmits.yaml +++ b/ci-operator/jobs/openshift/prometheus-alertmanager/openshift-prometheus-alertmanager-release-4.1-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-prometheus-alertmanager-release-4.1-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/prometheus-alertmanager/openshift-prometheus-alertmanager-release-4.1-presubmits.yaml b/ci-operator/jobs/openshift/prometheus-alertmanager/openshift-prometheus-alertmanager-release-4.1-presubmits.yaml index 08f5ed4b78b5..9bbbf4eb0f25 100644 --- a/ci-operator/jobs/openshift/prometheus-alertmanager/openshift-prometheus-alertmanager-release-4.1-presubmits.yaml +++ b/ci-operator/jobs/openshift/prometheus-alertmanager/openshift-prometheus-alertmanager-release-4.1-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -46,6 +44,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -68,6 +69,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -86,13 +90,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -115,6 +117,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -137,6 +142,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -155,10 +163,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -176,6 +184,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -187,4 +198,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift/prometheus-alertmanager/openshift-prometheus-alertmanager-release-4.2-postsubmits.yaml b/ci-operator/jobs/openshift/prometheus-alertmanager/openshift-prometheus-alertmanager-release-4.2-postsubmits.yaml index 386fc2fcf5f9..c335416d9d52 100644 --- a/ci-operator/jobs/openshift/prometheus-alertmanager/openshift-prometheus-alertmanager-release-4.2-postsubmits.yaml +++ b/ci-operator/jobs/openshift/prometheus-alertmanager/openshift-prometheus-alertmanager-release-4.2-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-prometheus-alertmanager-release-4.2-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/prometheus-alertmanager/openshift-prometheus-alertmanager-release-4.2-presubmits.yaml b/ci-operator/jobs/openshift/prometheus-alertmanager/openshift-prometheus-alertmanager-release-4.2-presubmits.yaml index 459a4e5dcbfe..5718cbf6c3e5 100644 --- a/ci-operator/jobs/openshift/prometheus-alertmanager/openshift-prometheus-alertmanager-release-4.2-presubmits.yaml +++ b/ci-operator/jobs/openshift/prometheus-alertmanager/openshift-prometheus-alertmanager-release-4.2-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -46,6 +44,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -68,6 +69,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -86,13 +90,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -115,6 +117,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -137,6 +142,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -155,10 +163,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -176,6 +184,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -187,4 +198,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift/prometheus-alertmanager/openshift-prometheus-alertmanager-release-4.3-postsubmits.yaml b/ci-operator/jobs/openshift/prometheus-alertmanager/openshift-prometheus-alertmanager-release-4.3-postsubmits.yaml index 6efd25a9b1c9..1d71edeb01ce 100644 --- a/ci-operator/jobs/openshift/prometheus-alertmanager/openshift-prometheus-alertmanager-release-4.3-postsubmits.yaml +++ b/ci-operator/jobs/openshift/prometheus-alertmanager/openshift-prometheus-alertmanager-release-4.3-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-prometheus-alertmanager-release-4.3-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/prometheus-alertmanager/openshift-prometheus-alertmanager-release-4.3-presubmits.yaml b/ci-operator/jobs/openshift/prometheus-alertmanager/openshift-prometheus-alertmanager-release-4.3-presubmits.yaml index ddea6db866c2..15d818e20f15 100644 --- a/ci-operator/jobs/openshift/prometheus-alertmanager/openshift-prometheus-alertmanager-release-4.3-presubmits.yaml +++ b/ci-operator/jobs/openshift/prometheus-alertmanager/openshift-prometheus-alertmanager-release-4.3-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -46,6 +44,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -68,6 +69,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -86,13 +90,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -115,6 +117,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -137,6 +142,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -155,10 +163,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -176,6 +184,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -187,4 +198,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift/prometheus-alertmanager/openshift-prometheus-alertmanager-release-4.4-postsubmits.yaml b/ci-operator/jobs/openshift/prometheus-alertmanager/openshift-prometheus-alertmanager-release-4.4-postsubmits.yaml index 5fe3039885d4..66c6377d804f 100644 --- a/ci-operator/jobs/openshift/prometheus-alertmanager/openshift-prometheus-alertmanager-release-4.4-postsubmits.yaml +++ b/ci-operator/jobs/openshift/prometheus-alertmanager/openshift-prometheus-alertmanager-release-4.4-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-prometheus-alertmanager-release-4.4-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/prometheus-alertmanager/openshift-prometheus-alertmanager-release-4.4-presubmits.yaml b/ci-operator/jobs/openshift/prometheus-alertmanager/openshift-prometheus-alertmanager-release-4.4-presubmits.yaml index 28c9fa3f8517..d14c4be3b026 100644 --- a/ci-operator/jobs/openshift/prometheus-alertmanager/openshift-prometheus-alertmanager-release-4.4-presubmits.yaml +++ b/ci-operator/jobs/openshift/prometheus-alertmanager/openshift-prometheus-alertmanager-release-4.4-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -46,6 +44,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -68,6 +69,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -86,13 +90,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -115,6 +117,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -137,6 +142,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -155,10 +163,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -176,6 +184,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -187,4 +198,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift/prometheus-alertmanager/openshift-prometheus-alertmanager-release-4.5-postsubmits.yaml b/ci-operator/jobs/openshift/prometheus-alertmanager/openshift-prometheus-alertmanager-release-4.5-postsubmits.yaml index 38d1f6676006..e981d5ed2219 100644 --- a/ci-operator/jobs/openshift/prometheus-alertmanager/openshift-prometheus-alertmanager-release-4.5-postsubmits.yaml +++ b/ci-operator/jobs/openshift/prometheus-alertmanager/openshift-prometheus-alertmanager-release-4.5-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-prometheus-alertmanager-release-4.5-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/prometheus-alertmanager/openshift-prometheus-alertmanager-release-4.5-presubmits.yaml b/ci-operator/jobs/openshift/prometheus-alertmanager/openshift-prometheus-alertmanager-release-4.5-presubmits.yaml index 596438c02f98..cecb80b32b6c 100644 --- a/ci-operator/jobs/openshift/prometheus-alertmanager/openshift-prometheus-alertmanager-release-4.5-presubmits.yaml +++ b/ci-operator/jobs/openshift/prometheus-alertmanager/openshift-prometheus-alertmanager-release-4.5-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -46,6 +44,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -68,6 +69,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -86,13 +90,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -115,6 +117,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -137,6 +142,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -155,10 +163,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -175,6 +183,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -186,4 +197,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift/prometheus-alertmanager/openshift-prometheus-alertmanager-release-4.6-postsubmits.yaml b/ci-operator/jobs/openshift/prometheus-alertmanager/openshift-prometheus-alertmanager-release-4.6-postsubmits.yaml index a4c50f1fa506..a9208c1b03d0 100644 --- a/ci-operator/jobs/openshift/prometheus-alertmanager/openshift-prometheus-alertmanager-release-4.6-postsubmits.yaml +++ b/ci-operator/jobs/openshift/prometheus-alertmanager/openshift-prometheus-alertmanager-release-4.6-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-prometheus-alertmanager-release-4.6-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/prometheus-alertmanager/openshift-prometheus-alertmanager-release-4.6-presubmits.yaml b/ci-operator/jobs/openshift/prometheus-alertmanager/openshift-prometheus-alertmanager-release-4.6-presubmits.yaml index 751a706c9e82..d24a79d4bebe 100644 --- a/ci-operator/jobs/openshift/prometheus-alertmanager/openshift-prometheus-alertmanager-release-4.6-presubmits.yaml +++ b/ci-operator/jobs/openshift/prometheus-alertmanager/openshift-prometheus-alertmanager-release-4.6-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -46,6 +44,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -68,6 +69,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -86,13 +90,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -115,6 +117,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -137,6 +142,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -155,10 +163,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -176,6 +184,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -187,4 +198,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift/prometheus-alertmanager/openshift-prometheus-alertmanager-release-4.7-postsubmits.yaml b/ci-operator/jobs/openshift/prometheus-alertmanager/openshift-prometheus-alertmanager-release-4.7-postsubmits.yaml index 11ff48155a41..86302f9a766f 100644 --- a/ci-operator/jobs/openshift/prometheus-alertmanager/openshift-prometheus-alertmanager-release-4.7-postsubmits.yaml +++ b/ci-operator/jobs/openshift/prometheus-alertmanager/openshift-prometheus-alertmanager-release-4.7-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-prometheus-alertmanager-release-4.7-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/prometheus-alertmanager/openshift-prometheus-alertmanager-release-4.7-presubmits.yaml b/ci-operator/jobs/openshift/prometheus-alertmanager/openshift-prometheus-alertmanager-release-4.7-presubmits.yaml index 55bec1eb9d11..0e494dbf149f 100644 --- a/ci-operator/jobs/openshift/prometheus-alertmanager/openshift-prometheus-alertmanager-release-4.7-presubmits.yaml +++ b/ci-operator/jobs/openshift/prometheus-alertmanager/openshift-prometheus-alertmanager-release-4.7-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -46,6 +44,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -68,6 +69,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -86,13 +90,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -115,6 +117,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -137,6 +142,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -155,10 +163,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -176,6 +184,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -187,4 +198,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift/prometheus-operator/openshift-prometheus-operator-master-postsubmits.yaml b/ci-operator/jobs/openshift/prometheus-operator/openshift-prometheus-operator-master-postsubmits.yaml index 2f8f8da1c3cc..405478e8b0db 100644 --- a/ci-operator/jobs/openshift/prometheus-operator/openshift-prometheus-operator-master-postsubmits.yaml +++ b/ci-operator/jobs/openshift/prometheus-operator/openshift-prometheus-operator-master-postsubmits.yaml @@ -8,17 +8,19 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-prometheus-operator-master-images path_alias: github.com/coreos/prometheus-operator spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -35,6 +37,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -46,3 +51,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/prometheus-operator/openshift-prometheus-operator-master-presubmits.yaml b/ci-operator/jobs/openshift/prometheus-operator/openshift-prometheus-operator-master-presubmits.yaml index afc14322be8c..f0371bd31cb7 100644 --- a/ci-operator/jobs/openshift/prometheus-operator/openshift-prometheus-operator-master-presubmits.yaml +++ b/ci-operator/jobs/openshift/prometheus-operator/openshift-prometheus-operator-master-presubmits.yaml @@ -18,13 +18,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -47,6 +45,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -69,6 +70,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -88,13 +92,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -117,6 +119,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -139,6 +144,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -158,10 +166,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -179,6 +187,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -190,4 +201,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift/prometheus-operator/openshift-prometheus-operator-release-4.1-postsubmits.yaml b/ci-operator/jobs/openshift/prometheus-operator/openshift-prometheus-operator-release-4.1-postsubmits.yaml index ef3c9e7fb0e7..d54da1cef649 100644 --- a/ci-operator/jobs/openshift/prometheus-operator/openshift-prometheus-operator-release-4.1-postsubmits.yaml +++ b/ci-operator/jobs/openshift/prometheus-operator/openshift-prometheus-operator-release-4.1-postsubmits.yaml @@ -8,17 +8,19 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-prometheus-operator-release-4.1-images path_alias: github.com/coreos/prometheus-operator spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -35,6 +37,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -46,3 +51,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/prometheus-operator/openshift-prometheus-operator-release-4.1-presubmits.yaml b/ci-operator/jobs/openshift/prometheus-operator/openshift-prometheus-operator-release-4.1-presubmits.yaml index 324e2ce6b539..6277a30e181f 100644 --- a/ci-operator/jobs/openshift/prometheus-operator/openshift-prometheus-operator-release-4.1-presubmits.yaml +++ b/ci-operator/jobs/openshift/prometheus-operator/openshift-prometheus-operator-release-4.1-presubmits.yaml @@ -18,13 +18,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -47,6 +45,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -69,6 +70,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -88,13 +92,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -117,6 +119,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -139,6 +144,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -158,10 +166,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -179,6 +187,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -190,4 +201,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift/prometheus-operator/openshift-prometheus-operator-release-4.2-postsubmits.yaml b/ci-operator/jobs/openshift/prometheus-operator/openshift-prometheus-operator-release-4.2-postsubmits.yaml index 0161ba310fcf..60ecfe00a27f 100644 --- a/ci-operator/jobs/openshift/prometheus-operator/openshift-prometheus-operator-release-4.2-postsubmits.yaml +++ b/ci-operator/jobs/openshift/prometheus-operator/openshift-prometheus-operator-release-4.2-postsubmits.yaml @@ -8,17 +8,19 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-prometheus-operator-release-4.2-images path_alias: github.com/coreos/prometheus-operator spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -35,6 +37,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -46,3 +51,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/prometheus-operator/openshift-prometheus-operator-release-4.2-presubmits.yaml b/ci-operator/jobs/openshift/prometheus-operator/openshift-prometheus-operator-release-4.2-presubmits.yaml index ac416d8179ed..94d5fbf270f4 100644 --- a/ci-operator/jobs/openshift/prometheus-operator/openshift-prometheus-operator-release-4.2-presubmits.yaml +++ b/ci-operator/jobs/openshift/prometheus-operator/openshift-prometheus-operator-release-4.2-presubmits.yaml @@ -18,13 +18,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -47,6 +45,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -69,6 +70,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -88,13 +92,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -117,6 +119,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -139,6 +144,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -158,10 +166,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -179,6 +187,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -190,4 +201,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift/prometheus-operator/openshift-prometheus-operator-release-4.3-postsubmits.yaml b/ci-operator/jobs/openshift/prometheus-operator/openshift-prometheus-operator-release-4.3-postsubmits.yaml index ea0bfee69cb9..1e69d1df1959 100644 --- a/ci-operator/jobs/openshift/prometheus-operator/openshift-prometheus-operator-release-4.3-postsubmits.yaml +++ b/ci-operator/jobs/openshift/prometheus-operator/openshift-prometheus-operator-release-4.3-postsubmits.yaml @@ -8,17 +8,19 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-prometheus-operator-release-4.3-images path_alias: github.com/coreos/prometheus-operator spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -35,6 +37,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -46,3 +51,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/prometheus-operator/openshift-prometheus-operator-release-4.3-presubmits.yaml b/ci-operator/jobs/openshift/prometheus-operator/openshift-prometheus-operator-release-4.3-presubmits.yaml index 3a62e2127a1b..bd9eda2663ec 100644 --- a/ci-operator/jobs/openshift/prometheus-operator/openshift-prometheus-operator-release-4.3-presubmits.yaml +++ b/ci-operator/jobs/openshift/prometheus-operator/openshift-prometheus-operator-release-4.3-presubmits.yaml @@ -18,13 +18,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -47,6 +45,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -69,6 +70,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -88,13 +92,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -117,6 +119,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -139,6 +144,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -158,10 +166,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -179,6 +187,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -190,4 +201,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift/prometheus-operator/openshift-prometheus-operator-release-4.4-postsubmits.yaml b/ci-operator/jobs/openshift/prometheus-operator/openshift-prometheus-operator-release-4.4-postsubmits.yaml index 538ee38fee0e..4cdf8addbaf3 100644 --- a/ci-operator/jobs/openshift/prometheus-operator/openshift-prometheus-operator-release-4.4-postsubmits.yaml +++ b/ci-operator/jobs/openshift/prometheus-operator/openshift-prometheus-operator-release-4.4-postsubmits.yaml @@ -8,17 +8,19 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-prometheus-operator-release-4.4-images path_alias: github.com/coreos/prometheus-operator spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -35,6 +37,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -46,3 +51,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/prometheus-operator/openshift-prometheus-operator-release-4.4-presubmits.yaml b/ci-operator/jobs/openshift/prometheus-operator/openshift-prometheus-operator-release-4.4-presubmits.yaml index 8e7add5b7b9d..1f8c375e5a00 100644 --- a/ci-operator/jobs/openshift/prometheus-operator/openshift-prometheus-operator-release-4.4-presubmits.yaml +++ b/ci-operator/jobs/openshift/prometheus-operator/openshift-prometheus-operator-release-4.4-presubmits.yaml @@ -18,13 +18,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -47,6 +45,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -69,6 +70,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -88,13 +92,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -117,6 +119,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -139,6 +144,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -158,10 +166,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -179,6 +187,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -190,4 +201,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift/prometheus-operator/openshift-prometheus-operator-release-4.5-postsubmits.yaml b/ci-operator/jobs/openshift/prometheus-operator/openshift-prometheus-operator-release-4.5-postsubmits.yaml index 92cae6c5cce5..c9520b8bfe3e 100644 --- a/ci-operator/jobs/openshift/prometheus-operator/openshift-prometheus-operator-release-4.5-postsubmits.yaml +++ b/ci-operator/jobs/openshift/prometheus-operator/openshift-prometheus-operator-release-4.5-postsubmits.yaml @@ -8,17 +8,19 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-prometheus-operator-release-4.5-images path_alias: github.com/coreos/prometheus-operator spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -35,6 +37,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -46,3 +51,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/prometheus-operator/openshift-prometheus-operator-release-4.5-presubmits.yaml b/ci-operator/jobs/openshift/prometheus-operator/openshift-prometheus-operator-release-4.5-presubmits.yaml index b462faa1bd22..00d01c5ae727 100644 --- a/ci-operator/jobs/openshift/prometheus-operator/openshift-prometheus-operator-release-4.5-presubmits.yaml +++ b/ci-operator/jobs/openshift/prometheus-operator/openshift-prometheus-operator-release-4.5-presubmits.yaml @@ -18,13 +18,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -47,6 +45,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -69,6 +70,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -88,13 +92,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -117,6 +119,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -139,6 +144,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -158,10 +166,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -178,6 +186,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -189,4 +200,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift/prometheus-operator/openshift-prometheus-operator-release-4.6-postsubmits.yaml b/ci-operator/jobs/openshift/prometheus-operator/openshift-prometheus-operator-release-4.6-postsubmits.yaml index f4df904d9029..423697ea2208 100644 --- a/ci-operator/jobs/openshift/prometheus-operator/openshift-prometheus-operator-release-4.6-postsubmits.yaml +++ b/ci-operator/jobs/openshift/prometheus-operator/openshift-prometheus-operator-release-4.6-postsubmits.yaml @@ -8,17 +8,19 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-prometheus-operator-release-4.6-images path_alias: github.com/coreos/prometheus-operator spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -35,6 +37,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -46,3 +51,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/prometheus-operator/openshift-prometheus-operator-release-4.6-presubmits.yaml b/ci-operator/jobs/openshift/prometheus-operator/openshift-prometheus-operator-release-4.6-presubmits.yaml index 0692636f1026..073e61882f8d 100644 --- a/ci-operator/jobs/openshift/prometheus-operator/openshift-prometheus-operator-release-4.6-presubmits.yaml +++ b/ci-operator/jobs/openshift/prometheus-operator/openshift-prometheus-operator-release-4.6-presubmits.yaml @@ -18,13 +18,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -47,6 +45,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -69,6 +70,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -88,13 +92,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -117,6 +119,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -139,6 +144,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -158,10 +166,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -179,6 +187,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -190,4 +201,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift/prometheus-operator/openshift-prometheus-operator-release-4.7-postsubmits.yaml b/ci-operator/jobs/openshift/prometheus-operator/openshift-prometheus-operator-release-4.7-postsubmits.yaml index df6624fdb575..58f4a0502bea 100644 --- a/ci-operator/jobs/openshift/prometheus-operator/openshift-prometheus-operator-release-4.7-postsubmits.yaml +++ b/ci-operator/jobs/openshift/prometheus-operator/openshift-prometheus-operator-release-4.7-postsubmits.yaml @@ -8,17 +8,19 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-prometheus-operator-release-4.7-images path_alias: github.com/coreos/prometheus-operator spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -35,6 +37,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -46,3 +51,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/prometheus-operator/openshift-prometheus-operator-release-4.7-presubmits.yaml b/ci-operator/jobs/openshift/prometheus-operator/openshift-prometheus-operator-release-4.7-presubmits.yaml index 381f93967379..88d44c5ca116 100644 --- a/ci-operator/jobs/openshift/prometheus-operator/openshift-prometheus-operator-release-4.7-presubmits.yaml +++ b/ci-operator/jobs/openshift/prometheus-operator/openshift-prometheus-operator-release-4.7-presubmits.yaml @@ -18,13 +18,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -47,6 +45,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -69,6 +70,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -88,13 +92,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -117,6 +119,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -139,6 +144,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -158,10 +166,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -179,6 +187,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -190,4 +201,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift/prometheus/openshift-prometheus-master-postsubmits.yaml b/ci-operator/jobs/openshift/prometheus/openshift-prometheus-master-postsubmits.yaml index 6a31b9062884..2ae8003a0f4d 100644 --- a/ci-operator/jobs/openshift/prometheus/openshift-prometheus-master-postsubmits.yaml +++ b/ci-operator/jobs/openshift/prometheus/openshift-prometheus-master-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-prometheus-master-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/prometheus/openshift-prometheus-master-presubmits.yaml b/ci-operator/jobs/openshift/prometheus/openshift-prometheus-master-presubmits.yaml index 4becb45da3c8..fe6f2477dcdf 100644 --- a/ci-operator/jobs/openshift/prometheus/openshift-prometheus-master-presubmits.yaml +++ b/ci-operator/jobs/openshift/prometheus/openshift-prometheus-master-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -46,6 +44,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -68,6 +69,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -86,13 +90,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -115,6 +117,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -137,6 +142,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -155,10 +163,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -176,6 +184,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -187,4 +198,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift/prometheus/openshift-prometheus-release-3.11-presubmits.yaml b/ci-operator/jobs/openshift/prometheus/openshift-prometheus-release-3.11-presubmits.yaml index 4f609a9b6bdd..d566999044a9 100644 --- a/ci-operator/jobs/openshift/prometheus/openshift-prometheus-release-3.11-presubmits.yaml +++ b/ci-operator/jobs/openshift/prometheus/openshift-prometheus-release-3.11-presubmits.yaml @@ -17,10 +17,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -37,6 +37,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -48,4 +51,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift/prometheus/openshift-prometheus-release-4.1-postsubmits.yaml b/ci-operator/jobs/openshift/prometheus/openshift-prometheus-release-4.1-postsubmits.yaml index 92b3c253f57a..d30e6f051538 100644 --- a/ci-operator/jobs/openshift/prometheus/openshift-prometheus-release-4.1-postsubmits.yaml +++ b/ci-operator/jobs/openshift/prometheus/openshift-prometheus-release-4.1-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-prometheus-release-4.1-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/prometheus/openshift-prometheus-release-4.1-presubmits.yaml b/ci-operator/jobs/openshift/prometheus/openshift-prometheus-release-4.1-presubmits.yaml index 405e98a07c6d..bdf6cf516a9d 100644 --- a/ci-operator/jobs/openshift/prometheus/openshift-prometheus-release-4.1-presubmits.yaml +++ b/ci-operator/jobs/openshift/prometheus/openshift-prometheus-release-4.1-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -46,6 +44,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -68,6 +69,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -86,13 +90,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -115,6 +117,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -137,6 +142,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -155,10 +163,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -176,6 +184,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -187,4 +198,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift/prometheus/openshift-prometheus-release-4.2-postsubmits.yaml b/ci-operator/jobs/openshift/prometheus/openshift-prometheus-release-4.2-postsubmits.yaml index 2aa3edf54199..ca2b9fc56eac 100644 --- a/ci-operator/jobs/openshift/prometheus/openshift-prometheus-release-4.2-postsubmits.yaml +++ b/ci-operator/jobs/openshift/prometheus/openshift-prometheus-release-4.2-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-prometheus-release-4.2-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/prometheus/openshift-prometheus-release-4.2-presubmits.yaml b/ci-operator/jobs/openshift/prometheus/openshift-prometheus-release-4.2-presubmits.yaml index 779168f21388..ccd00ffa9a98 100644 --- a/ci-operator/jobs/openshift/prometheus/openshift-prometheus-release-4.2-presubmits.yaml +++ b/ci-operator/jobs/openshift/prometheus/openshift-prometheus-release-4.2-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -46,6 +44,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -68,6 +69,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -86,13 +90,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -115,6 +117,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -137,6 +142,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -155,10 +163,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -176,6 +184,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -187,4 +198,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift/prometheus/openshift-prometheus-release-4.3-postsubmits.yaml b/ci-operator/jobs/openshift/prometheus/openshift-prometheus-release-4.3-postsubmits.yaml index 1d741c1eb80e..785e46f96e02 100644 --- a/ci-operator/jobs/openshift/prometheus/openshift-prometheus-release-4.3-postsubmits.yaml +++ b/ci-operator/jobs/openshift/prometheus/openshift-prometheus-release-4.3-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-prometheus-release-4.3-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/prometheus/openshift-prometheus-release-4.3-presubmits.yaml b/ci-operator/jobs/openshift/prometheus/openshift-prometheus-release-4.3-presubmits.yaml index a1bd765a1274..eebe42a7445b 100644 --- a/ci-operator/jobs/openshift/prometheus/openshift-prometheus-release-4.3-presubmits.yaml +++ b/ci-operator/jobs/openshift/prometheus/openshift-prometheus-release-4.3-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -46,6 +44,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -68,6 +69,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -86,13 +90,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -115,6 +117,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -137,6 +142,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -155,10 +163,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -176,6 +184,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -187,4 +198,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift/prometheus/openshift-prometheus-release-4.4-postsubmits.yaml b/ci-operator/jobs/openshift/prometheus/openshift-prometheus-release-4.4-postsubmits.yaml index 61210c8645ce..9eae292959df 100644 --- a/ci-operator/jobs/openshift/prometheus/openshift-prometheus-release-4.4-postsubmits.yaml +++ b/ci-operator/jobs/openshift/prometheus/openshift-prometheus-release-4.4-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-prometheus-release-4.4-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/prometheus/openshift-prometheus-release-4.4-presubmits.yaml b/ci-operator/jobs/openshift/prometheus/openshift-prometheus-release-4.4-presubmits.yaml index 2b476393500e..3a035d55b9b3 100644 --- a/ci-operator/jobs/openshift/prometheus/openshift-prometheus-release-4.4-presubmits.yaml +++ b/ci-operator/jobs/openshift/prometheus/openshift-prometheus-release-4.4-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -46,6 +44,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -68,6 +69,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -86,13 +90,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -115,6 +117,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -137,6 +142,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -155,10 +163,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -176,6 +184,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -187,4 +198,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift/prometheus/openshift-prometheus-release-4.5-postsubmits.yaml b/ci-operator/jobs/openshift/prometheus/openshift-prometheus-release-4.5-postsubmits.yaml index 0bf88a0938c8..6448ebfd0a26 100644 --- a/ci-operator/jobs/openshift/prometheus/openshift-prometheus-release-4.5-postsubmits.yaml +++ b/ci-operator/jobs/openshift/prometheus/openshift-prometheus-release-4.5-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-prometheus-release-4.5-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/prometheus/openshift-prometheus-release-4.5-presubmits.yaml b/ci-operator/jobs/openshift/prometheus/openshift-prometheus-release-4.5-presubmits.yaml index f31929f1f7ec..91a315be454a 100644 --- a/ci-operator/jobs/openshift/prometheus/openshift-prometheus-release-4.5-presubmits.yaml +++ b/ci-operator/jobs/openshift/prometheus/openshift-prometheus-release-4.5-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -46,6 +44,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -68,6 +69,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -86,13 +90,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -115,6 +117,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -137,6 +142,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -155,10 +163,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -175,6 +183,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -186,4 +197,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift/prometheus/openshift-prometheus-release-4.6-postsubmits.yaml b/ci-operator/jobs/openshift/prometheus/openshift-prometheus-release-4.6-postsubmits.yaml index c9d0bd61300b..116004587ef3 100644 --- a/ci-operator/jobs/openshift/prometheus/openshift-prometheus-release-4.6-postsubmits.yaml +++ b/ci-operator/jobs/openshift/prometheus/openshift-prometheus-release-4.6-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-prometheus-release-4.6-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/prometheus/openshift-prometheus-release-4.6-presubmits.yaml b/ci-operator/jobs/openshift/prometheus/openshift-prometheus-release-4.6-presubmits.yaml index 95ebae4529dd..c5b1200e47e3 100644 --- a/ci-operator/jobs/openshift/prometheus/openshift-prometheus-release-4.6-presubmits.yaml +++ b/ci-operator/jobs/openshift/prometheus/openshift-prometheus-release-4.6-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -46,6 +44,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -68,6 +69,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -86,13 +90,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -115,6 +117,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -137,6 +142,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -155,10 +163,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -176,6 +184,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -187,4 +198,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift/prometheus/openshift-prometheus-release-4.7-postsubmits.yaml b/ci-operator/jobs/openshift/prometheus/openshift-prometheus-release-4.7-postsubmits.yaml index 3b55020906e5..7b18bd8051b2 100644 --- a/ci-operator/jobs/openshift/prometheus/openshift-prometheus-release-4.7-postsubmits.yaml +++ b/ci-operator/jobs/openshift/prometheus/openshift-prometheus-release-4.7-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-prometheus-release-4.7-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/prometheus/openshift-prometheus-release-4.7-presubmits.yaml b/ci-operator/jobs/openshift/prometheus/openshift-prometheus-release-4.7-presubmits.yaml index 64af690762ee..4a23794125f0 100644 --- a/ci-operator/jobs/openshift/prometheus/openshift-prometheus-release-4.7-presubmits.yaml +++ b/ci-operator/jobs/openshift/prometheus/openshift-prometheus-release-4.7-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -46,6 +44,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -68,6 +69,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -86,13 +90,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -115,6 +117,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -137,6 +142,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -155,10 +163,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -176,6 +184,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -187,4 +198,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift/ptp-operator/openshift-ptp-operator-master-postsubmits.yaml b/ci-operator/jobs/openshift/ptp-operator/openshift-ptp-operator-master-postsubmits.yaml index c62451f05192..c0e8b5732e18 100644 --- a/ci-operator/jobs/openshift/ptp-operator/openshift-ptp-operator-master-postsubmits.yaml +++ b/ci-operator/jobs/openshift/ptp-operator/openshift-ptp-operator-master-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-ptp-operator-master-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/ptp-operator/openshift-ptp-operator-master-presubmits.yaml b/ci-operator/jobs/openshift/ptp-operator/openshift-ptp-operator-master-presubmits.yaml index f734604092a9..2c5a706092e1 100644 --- a/ci-operator/jobs/openshift/ptp-operator/openshift-ptp-operator-master-presubmits.yaml +++ b/ci-operator/jobs/openshift/ptp-operator/openshift-ptp-operator-master-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -46,6 +44,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -68,6 +69,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -86,10 +90,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -107,6 +111,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -118,4 +125,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift/ptp-operator/openshift-ptp-operator-release-4.3-postsubmits.yaml b/ci-operator/jobs/openshift/ptp-operator/openshift-ptp-operator-release-4.3-postsubmits.yaml index f577649db222..f08ac13ed91a 100644 --- a/ci-operator/jobs/openshift/ptp-operator/openshift-ptp-operator-release-4.3-postsubmits.yaml +++ b/ci-operator/jobs/openshift/ptp-operator/openshift-ptp-operator-release-4.3-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-ptp-operator-release-4.3-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/ptp-operator/openshift-ptp-operator-release-4.3-presubmits.yaml b/ci-operator/jobs/openshift/ptp-operator/openshift-ptp-operator-release-4.3-presubmits.yaml index 8718bd660a6b..217b08ba78d5 100644 --- a/ci-operator/jobs/openshift/ptp-operator/openshift-ptp-operator-release-4.3-presubmits.yaml +++ b/ci-operator/jobs/openshift/ptp-operator/openshift-ptp-operator-release-4.3-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -46,6 +44,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -68,6 +69,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -86,10 +90,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -107,6 +111,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -118,4 +125,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift/ptp-operator/openshift-ptp-operator-release-4.4-postsubmits.yaml b/ci-operator/jobs/openshift/ptp-operator/openshift-ptp-operator-release-4.4-postsubmits.yaml index 78c019d9b0fb..b26bb34d9770 100644 --- a/ci-operator/jobs/openshift/ptp-operator/openshift-ptp-operator-release-4.4-postsubmits.yaml +++ b/ci-operator/jobs/openshift/ptp-operator/openshift-ptp-operator-release-4.4-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-ptp-operator-release-4.4-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/ptp-operator/openshift-ptp-operator-release-4.4-presubmits.yaml b/ci-operator/jobs/openshift/ptp-operator/openshift-ptp-operator-release-4.4-presubmits.yaml index 0439bb281413..b920d2050d8c 100644 --- a/ci-operator/jobs/openshift/ptp-operator/openshift-ptp-operator-release-4.4-presubmits.yaml +++ b/ci-operator/jobs/openshift/ptp-operator/openshift-ptp-operator-release-4.4-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -46,6 +44,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -68,6 +69,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -86,10 +90,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -107,6 +111,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -118,4 +125,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift/ptp-operator/openshift-ptp-operator-release-4.5-postsubmits.yaml b/ci-operator/jobs/openshift/ptp-operator/openshift-ptp-operator-release-4.5-postsubmits.yaml index 31a4433d1e99..3439ad303a56 100644 --- a/ci-operator/jobs/openshift/ptp-operator/openshift-ptp-operator-release-4.5-postsubmits.yaml +++ b/ci-operator/jobs/openshift/ptp-operator/openshift-ptp-operator-release-4.5-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-ptp-operator-release-4.5-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/ptp-operator/openshift-ptp-operator-release-4.5-presubmits.yaml b/ci-operator/jobs/openshift/ptp-operator/openshift-ptp-operator-release-4.5-presubmits.yaml index 7672929bbf17..ee8fbb9b5c68 100644 --- a/ci-operator/jobs/openshift/ptp-operator/openshift-ptp-operator-release-4.5-presubmits.yaml +++ b/ci-operator/jobs/openshift/ptp-operator/openshift-ptp-operator-release-4.5-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -46,6 +44,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -68,6 +69,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -86,10 +90,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -106,6 +110,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -117,4 +124,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift/ptp-operator/openshift-ptp-operator-release-4.6-postsubmits.yaml b/ci-operator/jobs/openshift/ptp-operator/openshift-ptp-operator-release-4.6-postsubmits.yaml index 2eb83f81c663..a3f0d1dfd09c 100644 --- a/ci-operator/jobs/openshift/ptp-operator/openshift-ptp-operator-release-4.6-postsubmits.yaml +++ b/ci-operator/jobs/openshift/ptp-operator/openshift-ptp-operator-release-4.6-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-ptp-operator-release-4.6-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/ptp-operator/openshift-ptp-operator-release-4.6-presubmits.yaml b/ci-operator/jobs/openshift/ptp-operator/openshift-ptp-operator-release-4.6-presubmits.yaml index 773f6189b793..ac0c4656d959 100644 --- a/ci-operator/jobs/openshift/ptp-operator/openshift-ptp-operator-release-4.6-presubmits.yaml +++ b/ci-operator/jobs/openshift/ptp-operator/openshift-ptp-operator-release-4.6-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -46,6 +44,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -68,6 +69,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -86,10 +90,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -107,6 +111,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -118,4 +125,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift/ptp-operator/openshift-ptp-operator-release-4.7-postsubmits.yaml b/ci-operator/jobs/openshift/ptp-operator/openshift-ptp-operator-release-4.7-postsubmits.yaml index 0d55105b64a6..6405db22768e 100644 --- a/ci-operator/jobs/openshift/ptp-operator/openshift-ptp-operator-release-4.7-postsubmits.yaml +++ b/ci-operator/jobs/openshift/ptp-operator/openshift-ptp-operator-release-4.7-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-ptp-operator-release-4.7-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/ptp-operator/openshift-ptp-operator-release-4.7-presubmits.yaml b/ci-operator/jobs/openshift/ptp-operator/openshift-ptp-operator-release-4.7-presubmits.yaml index fef391f31a4b..9750e43c725d 100644 --- a/ci-operator/jobs/openshift/ptp-operator/openshift-ptp-operator-release-4.7-presubmits.yaml +++ b/ci-operator/jobs/openshift/ptp-operator/openshift-ptp-operator-release-4.7-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -46,6 +44,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -68,6 +69,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -86,10 +90,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -107,6 +111,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -118,4 +125,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift/rbac-permissions-operator/openshift-rbac-permissions-operator-master-presubmits.yaml b/ci-operator/jobs/openshift/rbac-permissions-operator/openshift-rbac-permissions-operator-master-presubmits.yaml index a24ae33ee742..8a9ca02b01da 100644 --- a/ci-operator/jobs/openshift/rbac-permissions-operator/openshift-rbac-permissions-operator-master-presubmits.yaml +++ b/ci-operator/jobs/openshift/rbac-permissions-operator/openshift-rbac-permissions-operator-master-presubmits.yaml @@ -17,10 +17,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -37,6 +37,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -48,4 +51,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift/rbac-permissions-operator/openshift-rbac-permissions-operator-release-4.6-postsubmits.yaml b/ci-operator/jobs/openshift/rbac-permissions-operator/openshift-rbac-permissions-operator-release-4.6-postsubmits.yaml index 41fa7fd1efb9..55c270b1fb02 100644 --- a/ci-operator/jobs/openshift/rbac-permissions-operator/openshift-rbac-permissions-operator-release-4.6-postsubmits.yaml +++ b/ci-operator/jobs/openshift/rbac-permissions-operator/openshift-rbac-permissions-operator-release-4.6-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-rbac-permissions-operator-release-4.6-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/rbac-permissions-operator/openshift-rbac-permissions-operator-release-4.6-presubmits.yaml b/ci-operator/jobs/openshift/rbac-permissions-operator/openshift-rbac-permissions-operator-release-4.6-presubmits.yaml index ef214d0408bd..c16252387017 100644 --- a/ci-operator/jobs/openshift/rbac-permissions-operator/openshift-rbac-permissions-operator-release-4.6-presubmits.yaml +++ b/ci-operator/jobs/openshift/rbac-permissions-operator/openshift-rbac-permissions-operator-release-4.6-presubmits.yaml @@ -17,10 +17,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -38,6 +38,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -49,4 +52,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift/release-controller/openshift-release-controller-master-postsubmits.yaml b/ci-operator/jobs/openshift/release-controller/openshift-release-controller-master-postsubmits.yaml index e35456392d5f..de2742be7aae 100644 --- a/ci-operator/jobs/openshift/release-controller/openshift-release-controller-master-postsubmits.yaml +++ b/ci-operator/jobs/openshift/release-controller/openshift-release-controller-master-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-release-controller-master-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/release-controller/openshift-release-controller-master-presubmits.yaml b/ci-operator/jobs/openshift/release-controller/openshift-release-controller-master-presubmits.yaml index fb979250cab4..6595df932ec3 100644 --- a/ci-operator/jobs/openshift/release-controller/openshift-release-controller-master-presubmits.yaml +++ b/ci-operator/jobs/openshift/release-controller/openshift-release-controller-master-presubmits.yaml @@ -17,10 +17,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -37,6 +37,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -48,6 +51,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -66,10 +72,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -86,6 +92,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -97,4 +106,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift/release/openshift-release-master-periodics.yaml b/ci-operator/jobs/openshift/release/openshift-release-master-periodics.yaml index b954faa81b4e..e4da0a3dc4db 100644 --- a/ci-operator/jobs/openshift/release/openshift-release-master-periodics.yaml +++ b/ci-operator/jobs/openshift/release/openshift-release-master-periodics.yaml @@ -17,13 +17,11 @@ periodics: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-metal-ipi-cluster-profile - --target=e2e-metal-ipi - --variant=ocp-4.4 @@ -47,6 +45,9 @@ periodics: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -71,6 +72,9 @@ periodics: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator - agent: kubernetes cluster: api.ci cron: '* */4 * * *' @@ -89,13 +93,11 @@ periodics: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-metal-ipi-cluster-profile - --target=e2e-metal-ipi - --variant=ocp-4.5 @@ -119,6 +121,9 @@ periodics: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -143,3 +148,6 @@ periodics: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/release/openshift-release-master-presubmits.yaml b/ci-operator/jobs/openshift/release/openshift-release-master-presubmits.yaml index 884953909cd0..79f78c22c69b 100644 --- a/ci-operator/jobs/openshift/release/openshift-release-master-presubmits.yaml +++ b/ci-operator/jobs/openshift/release/openshift-release-master-presubmits.yaml @@ -289,10 +289,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=core-valid command: - ci-operator @@ -309,6 +309,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -320,6 +323,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )core-valid,?($|\s.*) - agent: kubernetes always_run: true @@ -591,10 +597,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=services-valid command: - ci-operator @@ -611,6 +617,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -622,6 +631,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )services-valid,?($|\s.*) - agent: kubernetes always_run: true diff --git a/ci-operator/jobs/openshift/route-override-cni/openshift-route-override-cni-master-postsubmits.yaml b/ci-operator/jobs/openshift/route-override-cni/openshift-route-override-cni-master-postsubmits.yaml index ccd14a682e84..86fed9adb884 100644 --- a/ci-operator/jobs/openshift/route-override-cni/openshift-route-override-cni-master-postsubmits.yaml +++ b/ci-operator/jobs/openshift/route-override-cni/openshift-route-override-cni-master-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-route-override-cni-master-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/route-override-cni/openshift-route-override-cni-master-presubmits.yaml b/ci-operator/jobs/openshift/route-override-cni/openshift-route-override-cni-master-presubmits.yaml index 09fcd68c63df..17b59f30965e 100644 --- a/ci-operator/jobs/openshift/route-override-cni/openshift-route-override-cni-master-presubmits.yaml +++ b/ci-operator/jobs/openshift/route-override-cni/openshift-route-override-cni-master-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -46,6 +44,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -68,6 +69,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -86,10 +90,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -107,6 +111,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -118,4 +125,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift/route-override-cni/openshift-route-override-cni-release-4.3-postsubmits.yaml b/ci-operator/jobs/openshift/route-override-cni/openshift-route-override-cni-release-4.3-postsubmits.yaml index 95d15200568f..84eb23682972 100644 --- a/ci-operator/jobs/openshift/route-override-cni/openshift-route-override-cni-release-4.3-postsubmits.yaml +++ b/ci-operator/jobs/openshift/route-override-cni/openshift-route-override-cni-release-4.3-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-route-override-cni-release-4.3-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/route-override-cni/openshift-route-override-cni-release-4.3-presubmits.yaml b/ci-operator/jobs/openshift/route-override-cni/openshift-route-override-cni-release-4.3-presubmits.yaml index 658a119e30af..36c3b902a3e6 100644 --- a/ci-operator/jobs/openshift/route-override-cni/openshift-route-override-cni-release-4.3-presubmits.yaml +++ b/ci-operator/jobs/openshift/route-override-cni/openshift-route-override-cni-release-4.3-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -46,6 +44,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -68,6 +69,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -86,10 +90,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -107,6 +111,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -118,4 +125,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift/route-override-cni/openshift-route-override-cni-release-4.4-postsubmits.yaml b/ci-operator/jobs/openshift/route-override-cni/openshift-route-override-cni-release-4.4-postsubmits.yaml index f034ffcb2f35..9d8201e6d9b7 100644 --- a/ci-operator/jobs/openshift/route-override-cni/openshift-route-override-cni-release-4.4-postsubmits.yaml +++ b/ci-operator/jobs/openshift/route-override-cni/openshift-route-override-cni-release-4.4-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-route-override-cni-release-4.4-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/route-override-cni/openshift-route-override-cni-release-4.4-presubmits.yaml b/ci-operator/jobs/openshift/route-override-cni/openshift-route-override-cni-release-4.4-presubmits.yaml index 91b8619a2505..fdc1a0000c95 100644 --- a/ci-operator/jobs/openshift/route-override-cni/openshift-route-override-cni-release-4.4-presubmits.yaml +++ b/ci-operator/jobs/openshift/route-override-cni/openshift-route-override-cni-release-4.4-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -46,6 +44,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -68,6 +69,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -86,10 +90,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -107,6 +111,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -118,4 +125,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift/route-override-cni/openshift-route-override-cni-release-4.5-postsubmits.yaml b/ci-operator/jobs/openshift/route-override-cni/openshift-route-override-cni-release-4.5-postsubmits.yaml index ed3e44ae1048..db90f32ee1ee 100644 --- a/ci-operator/jobs/openshift/route-override-cni/openshift-route-override-cni-release-4.5-postsubmits.yaml +++ b/ci-operator/jobs/openshift/route-override-cni/openshift-route-override-cni-release-4.5-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-route-override-cni-release-4.5-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/route-override-cni/openshift-route-override-cni-release-4.5-presubmits.yaml b/ci-operator/jobs/openshift/route-override-cni/openshift-route-override-cni-release-4.5-presubmits.yaml index 179fe0ca44eb..2655864cee60 100644 --- a/ci-operator/jobs/openshift/route-override-cni/openshift-route-override-cni-release-4.5-presubmits.yaml +++ b/ci-operator/jobs/openshift/route-override-cni/openshift-route-override-cni-release-4.5-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -46,6 +44,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -68,6 +69,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -86,10 +90,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -106,6 +110,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -117,4 +124,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift/route-override-cni/openshift-route-override-cni-release-4.6-postsubmits.yaml b/ci-operator/jobs/openshift/route-override-cni/openshift-route-override-cni-release-4.6-postsubmits.yaml index 70ac7c36599d..a4521853d6c0 100644 --- a/ci-operator/jobs/openshift/route-override-cni/openshift-route-override-cni-release-4.6-postsubmits.yaml +++ b/ci-operator/jobs/openshift/route-override-cni/openshift-route-override-cni-release-4.6-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-route-override-cni-release-4.6-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/route-override-cni/openshift-route-override-cni-release-4.6-presubmits.yaml b/ci-operator/jobs/openshift/route-override-cni/openshift-route-override-cni-release-4.6-presubmits.yaml index 68bcca194dc9..a51d1c5e9cd1 100644 --- a/ci-operator/jobs/openshift/route-override-cni/openshift-route-override-cni-release-4.6-presubmits.yaml +++ b/ci-operator/jobs/openshift/route-override-cni/openshift-route-override-cni-release-4.6-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -46,6 +44,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -68,6 +69,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -86,10 +90,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -107,6 +111,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -118,4 +125,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift/route-override-cni/openshift-route-override-cni-release-4.7-postsubmits.yaml b/ci-operator/jobs/openshift/route-override-cni/openshift-route-override-cni-release-4.7-postsubmits.yaml index 9662f05f7db7..fa51b8f37581 100644 --- a/ci-operator/jobs/openshift/route-override-cni/openshift-route-override-cni-release-4.7-postsubmits.yaml +++ b/ci-operator/jobs/openshift/route-override-cni/openshift-route-override-cni-release-4.7-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-route-override-cni-release-4.7-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/route-override-cni/openshift-route-override-cni-release-4.7-presubmits.yaml b/ci-operator/jobs/openshift/route-override-cni/openshift-route-override-cni-release-4.7-presubmits.yaml index 736436c93aad..f7b600f0cea4 100644 --- a/ci-operator/jobs/openshift/route-override-cni/openshift-route-override-cni-release-4.7-presubmits.yaml +++ b/ci-operator/jobs/openshift/route-override-cni/openshift-route-override-cni-release-4.7-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -46,6 +44,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -68,6 +69,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -86,10 +90,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -107,6 +111,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -118,4 +125,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift/router/openshift-router-master-postsubmits.yaml b/ci-operator/jobs/openshift/router/openshift-router-master-postsubmits.yaml index 01fcd7a12dbc..826f0463ec1a 100644 --- a/ci-operator/jobs/openshift/router/openshift-router-master-postsubmits.yaml +++ b/ci-operator/jobs/openshift/router/openshift-router-master-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-router-master-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/router/openshift-router-master-presubmits.yaml b/ci-operator/jobs/openshift/router/openshift-router-master-presubmits.yaml index f2ba97bb0f00..42dd87c59023 100644 --- a/ci-operator/jobs/openshift/router/openshift-router-master-presubmits.yaml +++ b/ci-operator/jobs/openshift/router/openshift-router-master-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -46,6 +44,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -68,6 +69,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -86,13 +90,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -115,6 +117,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -137,6 +142,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -155,10 +163,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -176,6 +184,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -187,6 +198,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -205,10 +219,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -225,6 +239,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -236,6 +253,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -254,10 +274,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -274,6 +294,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -285,4 +308,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) diff --git a/ci-operator/jobs/openshift/router/openshift-router-release-4.1-postsubmits.yaml b/ci-operator/jobs/openshift/router/openshift-router-release-4.1-postsubmits.yaml index 00ffaf9802a4..ff2c2cdcf631 100644 --- a/ci-operator/jobs/openshift/router/openshift-router-release-4.1-postsubmits.yaml +++ b/ci-operator/jobs/openshift/router/openshift-router-release-4.1-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-router-release-4.1-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/router/openshift-router-release-4.1-presubmits.yaml b/ci-operator/jobs/openshift/router/openshift-router-release-4.1-presubmits.yaml index fd90d9ffc5ff..3c837d93f460 100644 --- a/ci-operator/jobs/openshift/router/openshift-router-release-4.1-presubmits.yaml +++ b/ci-operator/jobs/openshift/router/openshift-router-release-4.1-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -46,6 +44,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -68,6 +69,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -86,13 +90,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -115,6 +117,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -137,6 +142,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -155,10 +163,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -176,6 +184,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -187,6 +198,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -205,10 +219,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -225,6 +239,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -236,4 +253,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift/router/openshift-router-release-4.2-postsubmits.yaml b/ci-operator/jobs/openshift/router/openshift-router-release-4.2-postsubmits.yaml index 31816a725e23..ead24cf427dd 100644 --- a/ci-operator/jobs/openshift/router/openshift-router-release-4.2-postsubmits.yaml +++ b/ci-operator/jobs/openshift/router/openshift-router-release-4.2-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-router-release-4.2-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/router/openshift-router-release-4.2-presubmits.yaml b/ci-operator/jobs/openshift/router/openshift-router-release-4.2-presubmits.yaml index 94ec7f9f82cf..5e845becc0f3 100644 --- a/ci-operator/jobs/openshift/router/openshift-router-release-4.2-presubmits.yaml +++ b/ci-operator/jobs/openshift/router/openshift-router-release-4.2-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -46,6 +44,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -68,6 +69,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -86,13 +90,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -115,6 +117,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -137,6 +142,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -155,10 +163,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -176,6 +184,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -187,6 +198,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -205,10 +219,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -225,6 +239,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -236,4 +253,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift/router/openshift-router-release-4.3-postsubmits.yaml b/ci-operator/jobs/openshift/router/openshift-router-release-4.3-postsubmits.yaml index aea3cf79594e..2d3e7bc5580a 100644 --- a/ci-operator/jobs/openshift/router/openshift-router-release-4.3-postsubmits.yaml +++ b/ci-operator/jobs/openshift/router/openshift-router-release-4.3-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-router-release-4.3-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/router/openshift-router-release-4.3-presubmits.yaml b/ci-operator/jobs/openshift/router/openshift-router-release-4.3-presubmits.yaml index 84522d4a976b..317811d1c937 100644 --- a/ci-operator/jobs/openshift/router/openshift-router-release-4.3-presubmits.yaml +++ b/ci-operator/jobs/openshift/router/openshift-router-release-4.3-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -46,6 +44,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -68,6 +69,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -86,13 +90,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -115,6 +117,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -137,6 +142,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -155,10 +163,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -176,6 +184,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -187,6 +198,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -205,10 +219,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -225,6 +239,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -236,4 +253,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift/router/openshift-router-release-4.4-postsubmits.yaml b/ci-operator/jobs/openshift/router/openshift-router-release-4.4-postsubmits.yaml index 4bfd9b59eb63..3330da41f0ab 100644 --- a/ci-operator/jobs/openshift/router/openshift-router-release-4.4-postsubmits.yaml +++ b/ci-operator/jobs/openshift/router/openshift-router-release-4.4-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-router-release-4.4-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/router/openshift-router-release-4.4-presubmits.yaml b/ci-operator/jobs/openshift/router/openshift-router-release-4.4-presubmits.yaml index 2ab1ec7866c4..08a10faadb87 100644 --- a/ci-operator/jobs/openshift/router/openshift-router-release-4.4-presubmits.yaml +++ b/ci-operator/jobs/openshift/router/openshift-router-release-4.4-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -46,6 +44,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -68,6 +69,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -86,13 +90,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -115,6 +117,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -137,6 +142,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -155,10 +163,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -176,6 +184,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -187,6 +198,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -205,10 +219,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -225,6 +239,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -236,4 +253,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift/router/openshift-router-release-4.5-postsubmits.yaml b/ci-operator/jobs/openshift/router/openshift-router-release-4.5-postsubmits.yaml index 6b6fd26918aa..290dc2ef3f20 100644 --- a/ci-operator/jobs/openshift/router/openshift-router-release-4.5-postsubmits.yaml +++ b/ci-operator/jobs/openshift/router/openshift-router-release-4.5-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-router-release-4.5-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/router/openshift-router-release-4.5-presubmits.yaml b/ci-operator/jobs/openshift/router/openshift-router-release-4.5-presubmits.yaml index 8e7ccd566603..464171c3b81e 100644 --- a/ci-operator/jobs/openshift/router/openshift-router-release-4.5-presubmits.yaml +++ b/ci-operator/jobs/openshift/router/openshift-router-release-4.5-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -46,6 +44,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -68,6 +69,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -86,13 +90,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -115,6 +117,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -137,6 +142,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -155,10 +163,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -175,6 +183,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -186,6 +197,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -204,10 +218,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -224,6 +238,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -235,6 +252,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -253,10 +273,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -273,6 +293,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -284,4 +307,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) diff --git a/ci-operator/jobs/openshift/router/openshift-router-release-4.6-postsubmits.yaml b/ci-operator/jobs/openshift/router/openshift-router-release-4.6-postsubmits.yaml index 27cbb0027f31..b9b88e500a1b 100644 --- a/ci-operator/jobs/openshift/router/openshift-router-release-4.6-postsubmits.yaml +++ b/ci-operator/jobs/openshift/router/openshift-router-release-4.6-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-router-release-4.6-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/router/openshift-router-release-4.6-presubmits.yaml b/ci-operator/jobs/openshift/router/openshift-router-release-4.6-presubmits.yaml index 6282db29bd0f..3830c7a924f1 100644 --- a/ci-operator/jobs/openshift/router/openshift-router-release-4.6-presubmits.yaml +++ b/ci-operator/jobs/openshift/router/openshift-router-release-4.6-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -46,6 +44,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -68,6 +69,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -86,13 +90,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -115,6 +117,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -137,6 +142,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -155,10 +163,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -176,6 +184,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -187,6 +198,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -205,10 +219,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -225,6 +239,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -236,6 +253,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -254,10 +274,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -274,6 +294,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -285,4 +308,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) diff --git a/ci-operator/jobs/openshift/router/openshift-router-release-4.7-postsubmits.yaml b/ci-operator/jobs/openshift/router/openshift-router-release-4.7-postsubmits.yaml index 067a8af3a375..baf173c79d50 100644 --- a/ci-operator/jobs/openshift/router/openshift-router-release-4.7-postsubmits.yaml +++ b/ci-operator/jobs/openshift/router/openshift-router-release-4.7-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-router-release-4.7-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/router/openshift-router-release-4.7-presubmits.yaml b/ci-operator/jobs/openshift/router/openshift-router-release-4.7-presubmits.yaml index afcbb39dd04f..5464a23b2666 100644 --- a/ci-operator/jobs/openshift/router/openshift-router-release-4.7-presubmits.yaml +++ b/ci-operator/jobs/openshift/router/openshift-router-release-4.7-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -46,6 +44,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -68,6 +69,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -86,13 +90,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -115,6 +117,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -137,6 +142,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -155,10 +163,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -176,6 +184,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -187,6 +198,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -205,10 +219,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -225,6 +239,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -236,6 +253,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -254,10 +274,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -274,6 +294,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -285,4 +308,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) diff --git a/ci-operator/jobs/openshift/runtime-utils/openshift-runtime-utils-master-presubmits.yaml b/ci-operator/jobs/openshift/runtime-utils/openshift-runtime-utils-master-presubmits.yaml index ffc7fd386690..df096b2c4e93 100644 --- a/ci-operator/jobs/openshift/runtime-utils/openshift-runtime-utils-master-presubmits.yaml +++ b/ci-operator/jobs/openshift/runtime-utils/openshift-runtime-utils-master-presubmits.yaml @@ -17,10 +17,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -37,6 +37,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -48,6 +51,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -66,10 +72,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -86,6 +92,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -97,4 +106,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) diff --git a/ci-operator/jobs/openshift/runtime-utils/openshift-runtime-utils-release-4.3-presubmits.yaml b/ci-operator/jobs/openshift/runtime-utils/openshift-runtime-utils-release-4.3-presubmits.yaml index c7dc264a1292..58b4b3266603 100644 --- a/ci-operator/jobs/openshift/runtime-utils/openshift-runtime-utils-release-4.3-presubmits.yaml +++ b/ci-operator/jobs/openshift/runtime-utils/openshift-runtime-utils-release-4.3-presubmits.yaml @@ -17,10 +17,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -37,6 +37,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -48,6 +51,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -66,10 +72,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -86,6 +92,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -97,4 +106,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) diff --git a/ci-operator/jobs/openshift/runtime-utils/openshift-runtime-utils-release-4.4-presubmits.yaml b/ci-operator/jobs/openshift/runtime-utils/openshift-runtime-utils-release-4.4-presubmits.yaml index 2cd57b3b0b14..c035007a3719 100644 --- a/ci-operator/jobs/openshift/runtime-utils/openshift-runtime-utils-release-4.4-presubmits.yaml +++ b/ci-operator/jobs/openshift/runtime-utils/openshift-runtime-utils-release-4.4-presubmits.yaml @@ -17,10 +17,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -37,6 +37,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -48,6 +51,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -66,10 +72,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -86,6 +92,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -97,4 +106,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) diff --git a/ci-operator/jobs/openshift/runtime-utils/openshift-runtime-utils-release-4.5-presubmits.yaml b/ci-operator/jobs/openshift/runtime-utils/openshift-runtime-utils-release-4.5-presubmits.yaml index dd29f52c9b68..25d9824e6711 100644 --- a/ci-operator/jobs/openshift/runtime-utils/openshift-runtime-utils-release-4.5-presubmits.yaml +++ b/ci-operator/jobs/openshift/runtime-utils/openshift-runtime-utils-release-4.5-presubmits.yaml @@ -17,10 +17,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -37,6 +37,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -48,6 +51,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -66,10 +72,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -86,6 +92,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -97,4 +106,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) diff --git a/ci-operator/jobs/openshift/runtime-utils/openshift-runtime-utils-release-4.6-presubmits.yaml b/ci-operator/jobs/openshift/runtime-utils/openshift-runtime-utils-release-4.6-presubmits.yaml index 96f112a41f33..7d949eeec684 100644 --- a/ci-operator/jobs/openshift/runtime-utils/openshift-runtime-utils-release-4.6-presubmits.yaml +++ b/ci-operator/jobs/openshift/runtime-utils/openshift-runtime-utils-release-4.6-presubmits.yaml @@ -17,10 +17,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -37,6 +37,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -48,6 +51,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -66,10 +72,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -86,6 +92,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -97,4 +106,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) diff --git a/ci-operator/jobs/openshift/runtime-utils/openshift-runtime-utils-release-4.7-presubmits.yaml b/ci-operator/jobs/openshift/runtime-utils/openshift-runtime-utils-release-4.7-presubmits.yaml index 425157f653da..d6ea573b17cf 100644 --- a/ci-operator/jobs/openshift/runtime-utils/openshift-runtime-utils-release-4.7-presubmits.yaml +++ b/ci-operator/jobs/openshift/runtime-utils/openshift-runtime-utils-release-4.7-presubmits.yaml @@ -17,10 +17,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -37,6 +37,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -48,6 +51,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -66,10 +72,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -86,6 +92,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -97,4 +106,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) diff --git a/ci-operator/jobs/openshift/sdn/openshift-sdn-master-postsubmits.yaml b/ci-operator/jobs/openshift/sdn/openshift-sdn-master-postsubmits.yaml index 70a9e9ad0ee0..f4fc9ee81c6b 100644 --- a/ci-operator/jobs/openshift/sdn/openshift-sdn-master-postsubmits.yaml +++ b/ci-operator/jobs/openshift/sdn/openshift-sdn-master-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-sdn-master-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/sdn/openshift-sdn-master-presubmits.yaml b/ci-operator/jobs/openshift/sdn/openshift-sdn-master-presubmits.yaml index f27180983324..a77bfabe6c6f 100644 --- a/ci-operator/jobs/openshift/sdn/openshift-sdn-master-presubmits.yaml +++ b/ci-operator/jobs/openshift/sdn/openshift-sdn-master-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -46,6 +44,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -68,6 +69,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: false @@ -186,13 +190,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -215,6 +217,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -237,6 +242,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -255,13 +263,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-gcp-cluster-profile - --target=e2e-gcp - --template=/usr/local/e2e-gcp @@ -295,6 +301,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -322,6 +331,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-gcp,?($|\s.*) - agent: kubernetes always_run: true @@ -340,10 +352,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -361,6 +373,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -372,6 +387,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -390,10 +408,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -410,6 +428,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -421,6 +442,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -439,10 +463,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -459,6 +483,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -470,6 +497,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) - agent: kubernetes always_run: true @@ -488,10 +518,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify-deps command: - ci-operator @@ -508,6 +538,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -519,4 +552,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify-deps,?($|\s.*) diff --git a/ci-operator/jobs/openshift/sdn/openshift-sdn-release-4.2-postsubmits.yaml b/ci-operator/jobs/openshift/sdn/openshift-sdn-release-4.2-postsubmits.yaml index 0e406d7ff262..d23a72f06789 100644 --- a/ci-operator/jobs/openshift/sdn/openshift-sdn-release-4.2-postsubmits.yaml +++ b/ci-operator/jobs/openshift/sdn/openshift-sdn-release-4.2-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-sdn-release-4.2-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/sdn/openshift-sdn-release-4.2-presubmits.yaml b/ci-operator/jobs/openshift/sdn/openshift-sdn-release-4.2-presubmits.yaml index b246a3b6ac40..096dfdd768ff 100644 --- a/ci-operator/jobs/openshift/sdn/openshift-sdn-release-4.2-presubmits.yaml +++ b/ci-operator/jobs/openshift/sdn/openshift-sdn-release-4.2-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -46,6 +44,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -68,6 +69,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -86,13 +90,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -115,6 +117,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -137,6 +142,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -155,10 +163,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -176,6 +184,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -187,6 +198,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -205,10 +219,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -225,6 +239,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -236,6 +253,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -254,10 +274,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -274,6 +294,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -285,6 +308,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) - agent: kubernetes always_run: true @@ -303,10 +329,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify-deps command: - ci-operator @@ -323,6 +349,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -334,4 +363,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify-deps,?($|\s.*) diff --git a/ci-operator/jobs/openshift/sdn/openshift-sdn-release-4.3-postsubmits.yaml b/ci-operator/jobs/openshift/sdn/openshift-sdn-release-4.3-postsubmits.yaml index 1ce806c6f43f..9d124cf636f2 100644 --- a/ci-operator/jobs/openshift/sdn/openshift-sdn-release-4.3-postsubmits.yaml +++ b/ci-operator/jobs/openshift/sdn/openshift-sdn-release-4.3-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-sdn-release-4.3-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/sdn/openshift-sdn-release-4.3-presubmits.yaml b/ci-operator/jobs/openshift/sdn/openshift-sdn-release-4.3-presubmits.yaml index 7ad222bf7b50..e8cd0a735ae5 100644 --- a/ci-operator/jobs/openshift/sdn/openshift-sdn-release-4.3-presubmits.yaml +++ b/ci-operator/jobs/openshift/sdn/openshift-sdn-release-4.3-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -46,6 +44,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -68,6 +69,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -86,13 +90,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -115,6 +117,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -137,6 +142,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -155,13 +163,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-gcp-cluster-profile - --target=e2e-gcp - --template=/usr/local/e2e-gcp @@ -195,6 +201,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -222,6 +231,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-gcp,?($|\s.*) - agent: kubernetes always_run: true @@ -240,10 +252,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -261,6 +273,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -272,6 +287,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -290,10 +308,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -310,6 +328,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -321,6 +342,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -339,10 +363,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -359,6 +383,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -370,6 +397,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) - agent: kubernetes always_run: true @@ -388,10 +418,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify-deps command: - ci-operator @@ -408,6 +438,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -419,4 +452,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify-deps,?($|\s.*) diff --git a/ci-operator/jobs/openshift/sdn/openshift-sdn-release-4.4-postsubmits.yaml b/ci-operator/jobs/openshift/sdn/openshift-sdn-release-4.4-postsubmits.yaml index 9d58b4efad0e..3b077fc39a75 100644 --- a/ci-operator/jobs/openshift/sdn/openshift-sdn-release-4.4-postsubmits.yaml +++ b/ci-operator/jobs/openshift/sdn/openshift-sdn-release-4.4-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-sdn-release-4.4-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/sdn/openshift-sdn-release-4.4-presubmits.yaml b/ci-operator/jobs/openshift/sdn/openshift-sdn-release-4.4-presubmits.yaml index b25608e899a1..2ca7a3534243 100644 --- a/ci-operator/jobs/openshift/sdn/openshift-sdn-release-4.4-presubmits.yaml +++ b/ci-operator/jobs/openshift/sdn/openshift-sdn-release-4.4-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -46,6 +44,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -68,6 +69,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: false @@ -186,13 +190,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -215,6 +217,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -237,6 +242,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -255,13 +263,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-gcp-cluster-profile - --target=e2e-gcp - --template=/usr/local/e2e-gcp @@ -295,6 +301,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -322,6 +331,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-gcp,?($|\s.*) - agent: kubernetes always_run: true @@ -340,10 +352,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -361,6 +373,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -372,6 +387,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -390,10 +408,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -410,6 +428,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -421,6 +442,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -439,10 +463,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -459,6 +483,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -470,6 +497,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) - agent: kubernetes always_run: true @@ -488,10 +518,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify-deps command: - ci-operator @@ -508,6 +538,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -519,4 +552,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify-deps,?($|\s.*) diff --git a/ci-operator/jobs/openshift/sdn/openshift-sdn-release-4.5-postsubmits.yaml b/ci-operator/jobs/openshift/sdn/openshift-sdn-release-4.5-postsubmits.yaml index 7260a71f5d41..e482cdab77af 100644 --- a/ci-operator/jobs/openshift/sdn/openshift-sdn-release-4.5-postsubmits.yaml +++ b/ci-operator/jobs/openshift/sdn/openshift-sdn-release-4.5-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-sdn-release-4.5-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/sdn/openshift-sdn-release-4.5-presubmits.yaml b/ci-operator/jobs/openshift/sdn/openshift-sdn-release-4.5-presubmits.yaml index ddb0b794990c..a40e17ca32de 100644 --- a/ci-operator/jobs/openshift/sdn/openshift-sdn-release-4.5-presubmits.yaml +++ b/ci-operator/jobs/openshift/sdn/openshift-sdn-release-4.5-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -46,6 +44,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -68,6 +69,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -86,13 +90,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -115,6 +117,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -137,6 +142,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -155,13 +163,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-gcp-cluster-profile - --target=e2e-gcp - --template=/usr/local/e2e-gcp @@ -195,6 +201,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -222,6 +231,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-gcp,?($|\s.*) - agent: kubernetes always_run: true @@ -240,10 +252,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -260,6 +272,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -271,6 +286,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -289,10 +307,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -309,6 +327,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -320,6 +341,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -338,10 +362,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -358,6 +382,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -369,6 +396,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) - agent: kubernetes always_run: true @@ -387,10 +417,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify-deps command: - ci-operator @@ -407,6 +437,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -418,4 +451,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify-deps,?($|\s.*) diff --git a/ci-operator/jobs/openshift/sdn/openshift-sdn-release-4.6-postsubmits.yaml b/ci-operator/jobs/openshift/sdn/openshift-sdn-release-4.6-postsubmits.yaml index 149e00fe9d62..d3de6f6d2877 100644 --- a/ci-operator/jobs/openshift/sdn/openshift-sdn-release-4.6-postsubmits.yaml +++ b/ci-operator/jobs/openshift/sdn/openshift-sdn-release-4.6-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-sdn-release-4.6-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/sdn/openshift-sdn-release-4.6-presubmits.yaml b/ci-operator/jobs/openshift/sdn/openshift-sdn-release-4.6-presubmits.yaml index 5e62334eb919..1de3f4bdad87 100644 --- a/ci-operator/jobs/openshift/sdn/openshift-sdn-release-4.6-presubmits.yaml +++ b/ci-operator/jobs/openshift/sdn/openshift-sdn-release-4.6-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -46,6 +44,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -68,6 +69,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: false @@ -186,13 +190,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -215,6 +217,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -237,6 +242,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -255,13 +263,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-gcp-cluster-profile - --target=e2e-gcp - --template=/usr/local/e2e-gcp @@ -295,6 +301,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -322,6 +331,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-gcp,?($|\s.*) - agent: kubernetes always_run: true @@ -340,10 +352,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -361,6 +373,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -372,6 +387,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -390,10 +408,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -410,6 +428,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -421,6 +442,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -439,10 +463,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -459,6 +483,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -470,6 +497,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) - agent: kubernetes always_run: true @@ -488,10 +518,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify-deps command: - ci-operator @@ -508,6 +538,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -519,4 +552,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify-deps,?($|\s.*) diff --git a/ci-operator/jobs/openshift/sdn/openshift-sdn-release-4.7-postsubmits.yaml b/ci-operator/jobs/openshift/sdn/openshift-sdn-release-4.7-postsubmits.yaml index 3922249113c6..1d6e1055e4f5 100644 --- a/ci-operator/jobs/openshift/sdn/openshift-sdn-release-4.7-postsubmits.yaml +++ b/ci-operator/jobs/openshift/sdn/openshift-sdn-release-4.7-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-sdn-release-4.7-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/sdn/openshift-sdn-release-4.7-presubmits.yaml b/ci-operator/jobs/openshift/sdn/openshift-sdn-release-4.7-presubmits.yaml index 59e7ee2c8dab..71716880c851 100644 --- a/ci-operator/jobs/openshift/sdn/openshift-sdn-release-4.7-presubmits.yaml +++ b/ci-operator/jobs/openshift/sdn/openshift-sdn-release-4.7-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -46,6 +44,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -68,6 +69,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: false @@ -186,13 +190,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -215,6 +217,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -237,6 +242,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -255,13 +263,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-gcp-cluster-profile - --target=e2e-gcp - --template=/usr/local/e2e-gcp @@ -295,6 +301,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -322,6 +331,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-gcp,?($|\s.*) - agent: kubernetes always_run: true @@ -340,10 +352,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -361,6 +373,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -372,6 +387,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -390,10 +408,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -410,6 +428,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -421,6 +442,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -439,10 +463,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -459,6 +483,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -470,6 +497,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) - agent: kubernetes always_run: true @@ -488,10 +518,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify-deps command: - ci-operator @@ -508,6 +538,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -519,4 +552,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify-deps,?($|\s.*) diff --git a/ci-operator/jobs/openshift/service-ca-operator/openshift-service-ca-operator-master-postsubmits.yaml b/ci-operator/jobs/openshift/service-ca-operator/openshift-service-ca-operator-master-postsubmits.yaml index 982a0df9e102..1a23a9ef9a75 100644 --- a/ci-operator/jobs/openshift/service-ca-operator/openshift-service-ca-operator-master-postsubmits.yaml +++ b/ci-operator/jobs/openshift/service-ca-operator/openshift-service-ca-operator-master-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-service-ca-operator-master-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/service-ca-operator/openshift-service-ca-operator-master-presubmits.yaml b/ci-operator/jobs/openshift/service-ca-operator/openshift-service-ca-operator-master-presubmits.yaml index 270ed4b6ed3a..5fcbdd596adf 100644 --- a/ci-operator/jobs/openshift/service-ca-operator/openshift-service-ca-operator-master-presubmits.yaml +++ b/ci-operator/jobs/openshift/service-ca-operator/openshift-service-ca-operator-master-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -46,6 +44,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -68,6 +69,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -86,13 +90,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-operator-cluster-profile - --target=e2e-aws-operator - --template=/usr/local/e2e-aws-operator @@ -126,6 +128,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -151,6 +156,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-operator,?($|\s.*) - agent: kubernetes always_run: true @@ -169,13 +177,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -198,6 +204,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -220,6 +229,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -238,10 +250,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -259,6 +271,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -270,6 +285,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -288,10 +306,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -308,6 +326,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -319,6 +340,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -337,10 +361,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -357,6 +381,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -368,6 +395,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) - agent: kubernetes always_run: true @@ -386,10 +416,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify-deps command: - ci-operator @@ -406,6 +436,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -417,4 +450,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify-deps,?($|\s.*) diff --git a/ci-operator/jobs/openshift/service-ca-operator/openshift-service-ca-operator-release-4.1-postsubmits.yaml b/ci-operator/jobs/openshift/service-ca-operator/openshift-service-ca-operator-release-4.1-postsubmits.yaml index 82a9c778690c..3703f704da2e 100644 --- a/ci-operator/jobs/openshift/service-ca-operator/openshift-service-ca-operator-release-4.1-postsubmits.yaml +++ b/ci-operator/jobs/openshift/service-ca-operator/openshift-service-ca-operator-release-4.1-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-service-ca-operator-release-4.1-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/service-ca-operator/openshift-service-ca-operator-release-4.1-presubmits.yaml b/ci-operator/jobs/openshift/service-ca-operator/openshift-service-ca-operator-release-4.1-presubmits.yaml index a910ab2b221b..d7a22ddfee46 100644 --- a/ci-operator/jobs/openshift/service-ca-operator/openshift-service-ca-operator-release-4.1-presubmits.yaml +++ b/ci-operator/jobs/openshift/service-ca-operator/openshift-service-ca-operator-release-4.1-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -46,6 +44,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -68,6 +69,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -86,13 +90,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-operator-cluster-profile - --target=e2e-aws-operator - --template=/usr/local/e2e-aws-operator @@ -126,6 +128,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -151,6 +156,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-operator,?($|\s.*) - agent: kubernetes always_run: true @@ -169,13 +177,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -198,6 +204,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -220,6 +229,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -238,10 +250,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -259,6 +271,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -270,6 +285,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -288,10 +306,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -308,6 +326,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -319,4 +340,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift/service-ca-operator/openshift-service-ca-operator-release-4.2-postsubmits.yaml b/ci-operator/jobs/openshift/service-ca-operator/openshift-service-ca-operator-release-4.2-postsubmits.yaml index 33d993692e4f..1d442c16830f 100644 --- a/ci-operator/jobs/openshift/service-ca-operator/openshift-service-ca-operator-release-4.2-postsubmits.yaml +++ b/ci-operator/jobs/openshift/service-ca-operator/openshift-service-ca-operator-release-4.2-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-service-ca-operator-release-4.2-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/service-ca-operator/openshift-service-ca-operator-release-4.2-presubmits.yaml b/ci-operator/jobs/openshift/service-ca-operator/openshift-service-ca-operator-release-4.2-presubmits.yaml index 555dd0ccfb26..9f532f962513 100644 --- a/ci-operator/jobs/openshift/service-ca-operator/openshift-service-ca-operator-release-4.2-presubmits.yaml +++ b/ci-operator/jobs/openshift/service-ca-operator/openshift-service-ca-operator-release-4.2-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -46,6 +44,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -68,6 +69,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -86,13 +90,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-operator-cluster-profile - --target=e2e-aws-operator - --template=/usr/local/e2e-aws-operator @@ -126,6 +128,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -151,6 +156,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-operator,?($|\s.*) - agent: kubernetes always_run: true @@ -169,13 +177,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -198,6 +204,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -220,6 +229,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -238,10 +250,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -259,6 +271,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -270,6 +285,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -288,10 +306,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -308,6 +326,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -319,6 +340,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -337,10 +361,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -357,6 +381,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -368,4 +395,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) diff --git a/ci-operator/jobs/openshift/service-ca-operator/openshift-service-ca-operator-release-4.3-postsubmits.yaml b/ci-operator/jobs/openshift/service-ca-operator/openshift-service-ca-operator-release-4.3-postsubmits.yaml index bffcf96caf70..eba183f97472 100644 --- a/ci-operator/jobs/openshift/service-ca-operator/openshift-service-ca-operator-release-4.3-postsubmits.yaml +++ b/ci-operator/jobs/openshift/service-ca-operator/openshift-service-ca-operator-release-4.3-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-service-ca-operator-release-4.3-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/service-ca-operator/openshift-service-ca-operator-release-4.3-presubmits.yaml b/ci-operator/jobs/openshift/service-ca-operator/openshift-service-ca-operator-release-4.3-presubmits.yaml index e7832b582e27..bfe0f66caee6 100644 --- a/ci-operator/jobs/openshift/service-ca-operator/openshift-service-ca-operator-release-4.3-presubmits.yaml +++ b/ci-operator/jobs/openshift/service-ca-operator/openshift-service-ca-operator-release-4.3-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -46,6 +44,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -68,6 +69,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -86,13 +90,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-operator-cluster-profile - --target=e2e-aws-operator - --template=/usr/local/e2e-aws-operator @@ -126,6 +128,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -151,6 +156,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-operator,?($|\s.*) - agent: kubernetes always_run: true @@ -169,13 +177,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -198,6 +204,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -220,6 +229,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -238,10 +250,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -259,6 +271,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -270,6 +285,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -288,10 +306,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -308,6 +326,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -319,6 +340,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -337,10 +361,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -357,6 +381,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -368,4 +395,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) diff --git a/ci-operator/jobs/openshift/service-ca-operator/openshift-service-ca-operator-release-4.4-postsubmits.yaml b/ci-operator/jobs/openshift/service-ca-operator/openshift-service-ca-operator-release-4.4-postsubmits.yaml index 56ee0ad9c13b..8962859bf798 100644 --- a/ci-operator/jobs/openshift/service-ca-operator/openshift-service-ca-operator-release-4.4-postsubmits.yaml +++ b/ci-operator/jobs/openshift/service-ca-operator/openshift-service-ca-operator-release-4.4-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-service-ca-operator-release-4.4-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/service-ca-operator/openshift-service-ca-operator-release-4.4-presubmits.yaml b/ci-operator/jobs/openshift/service-ca-operator/openshift-service-ca-operator-release-4.4-presubmits.yaml index 7051f648f674..b7e40fed58e7 100644 --- a/ci-operator/jobs/openshift/service-ca-operator/openshift-service-ca-operator-release-4.4-presubmits.yaml +++ b/ci-operator/jobs/openshift/service-ca-operator/openshift-service-ca-operator-release-4.4-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -46,6 +44,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -68,6 +69,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -86,13 +90,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-operator-cluster-profile - --target=e2e-aws-operator - --template=/usr/local/e2e-aws-operator @@ -126,6 +128,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -151,6 +156,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-operator,?($|\s.*) - agent: kubernetes always_run: true @@ -169,13 +177,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -198,6 +204,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -220,6 +229,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -238,10 +250,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -259,6 +271,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -270,6 +285,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -288,10 +306,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -308,6 +326,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -319,6 +340,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -337,10 +361,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -357,6 +381,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -368,4 +395,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) diff --git a/ci-operator/jobs/openshift/service-ca-operator/openshift-service-ca-operator-release-4.5-postsubmits.yaml b/ci-operator/jobs/openshift/service-ca-operator/openshift-service-ca-operator-release-4.5-postsubmits.yaml index 9eef6f57ab93..987d9246fdc7 100644 --- a/ci-operator/jobs/openshift/service-ca-operator/openshift-service-ca-operator-release-4.5-postsubmits.yaml +++ b/ci-operator/jobs/openshift/service-ca-operator/openshift-service-ca-operator-release-4.5-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-service-ca-operator-release-4.5-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/service-ca-operator/openshift-service-ca-operator-release-4.5-presubmits.yaml b/ci-operator/jobs/openshift/service-ca-operator/openshift-service-ca-operator-release-4.5-presubmits.yaml index 15c9443414f5..d468d836a879 100644 --- a/ci-operator/jobs/openshift/service-ca-operator/openshift-service-ca-operator-release-4.5-presubmits.yaml +++ b/ci-operator/jobs/openshift/service-ca-operator/openshift-service-ca-operator-release-4.5-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -46,6 +44,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -68,6 +69,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -86,13 +90,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-operator-cluster-profile - --target=e2e-aws-operator - --template=/usr/local/e2e-aws-operator @@ -126,6 +128,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -151,6 +156,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-operator,?($|\s.*) - agent: kubernetes always_run: true @@ -169,13 +177,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -198,6 +204,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -220,6 +229,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -238,10 +250,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -258,6 +270,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -269,6 +284,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -287,10 +305,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -307,6 +325,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -318,6 +339,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -336,10 +360,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -356,6 +380,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -367,6 +394,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) - agent: kubernetes always_run: true @@ -385,10 +415,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify-deps command: - ci-operator @@ -405,6 +435,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -416,4 +449,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify-deps,?($|\s.*) diff --git a/ci-operator/jobs/openshift/service-ca-operator/openshift-service-ca-operator-release-4.6-postsubmits.yaml b/ci-operator/jobs/openshift/service-ca-operator/openshift-service-ca-operator-release-4.6-postsubmits.yaml index 918b50e10482..fe540f980b1e 100644 --- a/ci-operator/jobs/openshift/service-ca-operator/openshift-service-ca-operator-release-4.6-postsubmits.yaml +++ b/ci-operator/jobs/openshift/service-ca-operator/openshift-service-ca-operator-release-4.6-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-service-ca-operator-release-4.6-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/service-ca-operator/openshift-service-ca-operator-release-4.6-presubmits.yaml b/ci-operator/jobs/openshift/service-ca-operator/openshift-service-ca-operator-release-4.6-presubmits.yaml index ecb5b884cd48..83fbea69a26c 100644 --- a/ci-operator/jobs/openshift/service-ca-operator/openshift-service-ca-operator-release-4.6-presubmits.yaml +++ b/ci-operator/jobs/openshift/service-ca-operator/openshift-service-ca-operator-release-4.6-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -46,6 +44,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -68,6 +69,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -86,13 +90,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-operator-cluster-profile - --target=e2e-aws-operator - --template=/usr/local/e2e-aws-operator @@ -126,6 +128,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -151,6 +156,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-operator,?($|\s.*) - agent: kubernetes always_run: true @@ -169,13 +177,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -198,6 +204,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -220,6 +229,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -238,10 +250,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -259,6 +271,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -270,6 +285,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -288,10 +306,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -308,6 +326,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -319,6 +340,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -337,10 +361,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -357,6 +381,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -368,6 +395,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) - agent: kubernetes always_run: true @@ -386,10 +416,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify-deps command: - ci-operator @@ -406,6 +436,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -417,4 +450,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify-deps,?($|\s.*) diff --git a/ci-operator/jobs/openshift/service-ca-operator/openshift-service-ca-operator-release-4.7-postsubmits.yaml b/ci-operator/jobs/openshift/service-ca-operator/openshift-service-ca-operator-release-4.7-postsubmits.yaml index 747781226f8f..1a6fe2534ccf 100644 --- a/ci-operator/jobs/openshift/service-ca-operator/openshift-service-ca-operator-release-4.7-postsubmits.yaml +++ b/ci-operator/jobs/openshift/service-ca-operator/openshift-service-ca-operator-release-4.7-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-service-ca-operator-release-4.7-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/service-ca-operator/openshift-service-ca-operator-release-4.7-presubmits.yaml b/ci-operator/jobs/openshift/service-ca-operator/openshift-service-ca-operator-release-4.7-presubmits.yaml index 00ab66df592f..b6fc14d57f82 100644 --- a/ci-operator/jobs/openshift/service-ca-operator/openshift-service-ca-operator-release-4.7-presubmits.yaml +++ b/ci-operator/jobs/openshift/service-ca-operator/openshift-service-ca-operator-release-4.7-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -46,6 +44,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -68,6 +69,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -86,13 +90,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-operator-cluster-profile - --target=e2e-aws-operator - --template=/usr/local/e2e-aws-operator @@ -126,6 +128,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -151,6 +156,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-operator,?($|\s.*) - agent: kubernetes always_run: true @@ -169,13 +177,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -198,6 +204,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -220,6 +229,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -238,10 +250,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -259,6 +271,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -270,6 +285,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -288,10 +306,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -308,6 +326,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -319,6 +340,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -337,10 +361,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -357,6 +381,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -368,6 +395,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) - agent: kubernetes always_run: true @@ -386,10 +416,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify-deps command: - ci-operator @@ -406,6 +436,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -417,4 +450,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify-deps,?($|\s.*) diff --git a/ci-operator/jobs/openshift/service-catalog/openshift-service-catalog-master-postsubmits.yaml b/ci-operator/jobs/openshift/service-catalog/openshift-service-catalog-master-postsubmits.yaml index 3aa0f49fb542..412f39680c7f 100644 --- a/ci-operator/jobs/openshift/service-catalog/openshift-service-catalog-master-postsubmits.yaml +++ b/ci-operator/jobs/openshift/service-catalog/openshift-service-catalog-master-postsubmits.yaml @@ -8,17 +8,19 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-service-catalog-master-images path_alias: github.com/kubernetes-incubator/service-catalog spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -35,6 +37,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -46,3 +51,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/service-catalog/openshift-service-catalog-master-presubmits.yaml b/ci-operator/jobs/openshift/service-catalog/openshift-service-catalog-master-presubmits.yaml index 7aca2f94ee7c..3164d4e702d0 100644 --- a/ci-operator/jobs/openshift/service-catalog/openshift-service-catalog-master-presubmits.yaml +++ b/ci-operator/jobs/openshift/service-catalog/openshift-service-catalog-master-presubmits.yaml @@ -18,13 +18,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-operator-cluster-profile - --target=e2e-aws-operator - --template=/usr/local/e2e-aws-operator @@ -58,6 +56,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -83,6 +84,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-operator,?($|\s.*) - agent: kubernetes always_run: true @@ -102,10 +106,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -123,6 +127,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -134,6 +141,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -153,10 +163,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -173,6 +183,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -184,4 +197,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift/service-catalog/openshift-service-catalog-release-3.11-presubmits.yaml b/ci-operator/jobs/openshift/service-catalog/openshift-service-catalog-release-3.11-presubmits.yaml index ddae19f794f1..43333dd4407e 100644 --- a/ci-operator/jobs/openshift/service-catalog/openshift-service-catalog-release-3.11-presubmits.yaml +++ b/ci-operator/jobs/openshift/service-catalog/openshift-service-catalog-release-3.11-presubmits.yaml @@ -18,10 +18,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -38,6 +38,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -49,6 +52,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -68,10 +74,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -88,6 +94,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -99,6 +108,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: jenkins always_run: true diff --git a/ci-operator/jobs/openshift/service-catalog/openshift-service-catalog-release-4.1-postsubmits.yaml b/ci-operator/jobs/openshift/service-catalog/openshift-service-catalog-release-4.1-postsubmits.yaml index 9ca9fd53b395..f932e0b076f3 100644 --- a/ci-operator/jobs/openshift/service-catalog/openshift-service-catalog-release-4.1-postsubmits.yaml +++ b/ci-operator/jobs/openshift/service-catalog/openshift-service-catalog-release-4.1-postsubmits.yaml @@ -8,17 +8,19 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-service-catalog-release-4.1-images path_alias: github.com/kubernetes-incubator/service-catalog spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -35,6 +37,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -46,3 +51,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/service-catalog/openshift-service-catalog-release-4.1-presubmits.yaml b/ci-operator/jobs/openshift/service-catalog/openshift-service-catalog-release-4.1-presubmits.yaml index 30a179fa9f2b..6b8780e3f590 100644 --- a/ci-operator/jobs/openshift/service-catalog/openshift-service-catalog-release-4.1-presubmits.yaml +++ b/ci-operator/jobs/openshift/service-catalog/openshift-service-catalog-release-4.1-presubmits.yaml @@ -18,13 +18,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-operator-cluster-profile - --target=e2e-aws-operator - --template=/usr/local/e2e-aws-operator @@ -58,6 +56,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -83,6 +84,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-operator,?($|\s.*) - agent: kubernetes always_run: true @@ -102,10 +106,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -123,6 +127,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -134,6 +141,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -153,10 +163,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -173,6 +183,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -184,4 +197,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift/service-catalog/openshift-service-catalog-release-4.2-postsubmits.yaml b/ci-operator/jobs/openshift/service-catalog/openshift-service-catalog-release-4.2-postsubmits.yaml index e39a0360698d..8c1aea439289 100644 --- a/ci-operator/jobs/openshift/service-catalog/openshift-service-catalog-release-4.2-postsubmits.yaml +++ b/ci-operator/jobs/openshift/service-catalog/openshift-service-catalog-release-4.2-postsubmits.yaml @@ -8,17 +8,19 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-service-catalog-release-4.2-images path_alias: github.com/kubernetes-incubator/service-catalog spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -35,6 +37,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -46,3 +51,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/service-catalog/openshift-service-catalog-release-4.2-presubmits.yaml b/ci-operator/jobs/openshift/service-catalog/openshift-service-catalog-release-4.2-presubmits.yaml index 81b569bc5f4f..83607f52c1d9 100644 --- a/ci-operator/jobs/openshift/service-catalog/openshift-service-catalog-release-4.2-presubmits.yaml +++ b/ci-operator/jobs/openshift/service-catalog/openshift-service-catalog-release-4.2-presubmits.yaml @@ -18,13 +18,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-operator-cluster-profile - --target=e2e-aws-operator - --template=/usr/local/e2e-aws-operator @@ -58,6 +56,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -83,6 +84,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-operator,?($|\s.*) - agent: kubernetes always_run: true @@ -102,10 +106,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -123,6 +127,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -134,6 +141,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -153,10 +163,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -173,6 +183,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -184,4 +197,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift/service-catalog/openshift-service-catalog-release-4.3-postsubmits.yaml b/ci-operator/jobs/openshift/service-catalog/openshift-service-catalog-release-4.3-postsubmits.yaml index e675351c6523..e9fba019f191 100644 --- a/ci-operator/jobs/openshift/service-catalog/openshift-service-catalog-release-4.3-postsubmits.yaml +++ b/ci-operator/jobs/openshift/service-catalog/openshift-service-catalog-release-4.3-postsubmits.yaml @@ -8,17 +8,19 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-service-catalog-release-4.3-images path_alias: github.com/kubernetes-incubator/service-catalog spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -35,6 +37,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -46,3 +51,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/service-catalog/openshift-service-catalog-release-4.3-presubmits.yaml b/ci-operator/jobs/openshift/service-catalog/openshift-service-catalog-release-4.3-presubmits.yaml index e19650e37fb1..35db1c4e1dfd 100644 --- a/ci-operator/jobs/openshift/service-catalog/openshift-service-catalog-release-4.3-presubmits.yaml +++ b/ci-operator/jobs/openshift/service-catalog/openshift-service-catalog-release-4.3-presubmits.yaml @@ -18,13 +18,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-operator-cluster-profile - --target=e2e-aws-operator - --template=/usr/local/e2e-aws-operator @@ -58,6 +56,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -83,6 +84,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-operator,?($|\s.*) - agent: kubernetes always_run: true @@ -102,10 +106,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -123,6 +127,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -134,6 +141,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -153,10 +163,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -173,6 +183,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -184,4 +197,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift/service-catalog/openshift-service-catalog-release-4.4-postsubmits.yaml b/ci-operator/jobs/openshift/service-catalog/openshift-service-catalog-release-4.4-postsubmits.yaml index f228f46c5b04..f3694b001e16 100644 --- a/ci-operator/jobs/openshift/service-catalog/openshift-service-catalog-release-4.4-postsubmits.yaml +++ b/ci-operator/jobs/openshift/service-catalog/openshift-service-catalog-release-4.4-postsubmits.yaml @@ -8,17 +8,19 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-service-catalog-release-4.4-images path_alias: github.com/kubernetes-incubator/service-catalog spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -35,6 +37,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -46,3 +51,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/service-catalog/openshift-service-catalog-release-4.4-presubmits.yaml b/ci-operator/jobs/openshift/service-catalog/openshift-service-catalog-release-4.4-presubmits.yaml index 8c854b2ab4ed..e394b923a4c6 100644 --- a/ci-operator/jobs/openshift/service-catalog/openshift-service-catalog-release-4.4-presubmits.yaml +++ b/ci-operator/jobs/openshift/service-catalog/openshift-service-catalog-release-4.4-presubmits.yaml @@ -18,13 +18,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-operator-cluster-profile - --target=e2e-aws-operator - --template=/usr/local/e2e-aws-operator @@ -58,6 +56,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -83,6 +84,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-operator,?($|\s.*) - agent: kubernetes always_run: true @@ -102,10 +106,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -123,6 +127,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -134,6 +141,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -153,10 +163,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -173,6 +183,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -184,4 +197,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift/service-catalog/openshift-service-catalog-release-4.5-postsubmits.yaml b/ci-operator/jobs/openshift/service-catalog/openshift-service-catalog-release-4.5-postsubmits.yaml index dd46f490b894..49f937498b44 100644 --- a/ci-operator/jobs/openshift/service-catalog/openshift-service-catalog-release-4.5-postsubmits.yaml +++ b/ci-operator/jobs/openshift/service-catalog/openshift-service-catalog-release-4.5-postsubmits.yaml @@ -8,17 +8,19 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-service-catalog-release-4.5-images path_alias: github.com/kubernetes-incubator/service-catalog spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -35,6 +37,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -46,3 +51,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/service-catalog/openshift-service-catalog-release-4.5-presubmits.yaml b/ci-operator/jobs/openshift/service-catalog/openshift-service-catalog-release-4.5-presubmits.yaml index 06fe2e779323..6cc10a4e17f2 100644 --- a/ci-operator/jobs/openshift/service-catalog/openshift-service-catalog-release-4.5-presubmits.yaml +++ b/ci-operator/jobs/openshift/service-catalog/openshift-service-catalog-release-4.5-presubmits.yaml @@ -18,13 +18,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-operator-cluster-profile - --target=e2e-aws-operator - --template=/usr/local/e2e-aws-operator @@ -58,6 +56,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -83,6 +84,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-operator,?($|\s.*) - agent: kubernetes always_run: true @@ -102,10 +106,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -122,6 +126,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -133,6 +140,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -152,10 +162,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -172,6 +182,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -183,4 +196,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift/service-catalog/openshift-service-catalog-release-4.6-postsubmits.yaml b/ci-operator/jobs/openshift/service-catalog/openshift-service-catalog-release-4.6-postsubmits.yaml index bbd0f53fe0cd..e8c665e999f4 100644 --- a/ci-operator/jobs/openshift/service-catalog/openshift-service-catalog-release-4.6-postsubmits.yaml +++ b/ci-operator/jobs/openshift/service-catalog/openshift-service-catalog-release-4.6-postsubmits.yaml @@ -8,17 +8,19 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-service-catalog-release-4.6-images path_alias: github.com/kubernetes-incubator/service-catalog spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -35,6 +37,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -46,3 +51,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/service-catalog/openshift-service-catalog-release-4.6-presubmits.yaml b/ci-operator/jobs/openshift/service-catalog/openshift-service-catalog-release-4.6-presubmits.yaml index 27757a83f74d..d025682bc58c 100644 --- a/ci-operator/jobs/openshift/service-catalog/openshift-service-catalog-release-4.6-presubmits.yaml +++ b/ci-operator/jobs/openshift/service-catalog/openshift-service-catalog-release-4.6-presubmits.yaml @@ -18,13 +18,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-operator-cluster-profile - --target=e2e-aws-operator - --template=/usr/local/e2e-aws-operator @@ -58,6 +56,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -83,6 +84,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-operator,?($|\s.*) - agent: kubernetes always_run: true @@ -102,10 +106,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -123,6 +127,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -134,6 +141,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -153,10 +163,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -173,6 +183,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -184,4 +197,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift/service-catalog/openshift-service-catalog-release-4.7-postsubmits.yaml b/ci-operator/jobs/openshift/service-catalog/openshift-service-catalog-release-4.7-postsubmits.yaml index dcaef4774630..025fbdf7b183 100644 --- a/ci-operator/jobs/openshift/service-catalog/openshift-service-catalog-release-4.7-postsubmits.yaml +++ b/ci-operator/jobs/openshift/service-catalog/openshift-service-catalog-release-4.7-postsubmits.yaml @@ -8,17 +8,19 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-service-catalog-release-4.7-images path_alias: github.com/kubernetes-incubator/service-catalog spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -35,6 +37,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -46,3 +51,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/service-catalog/openshift-service-catalog-release-4.7-presubmits.yaml b/ci-operator/jobs/openshift/service-catalog/openshift-service-catalog-release-4.7-presubmits.yaml index c82a092834e3..27bfad8fdbc5 100644 --- a/ci-operator/jobs/openshift/service-catalog/openshift-service-catalog-release-4.7-presubmits.yaml +++ b/ci-operator/jobs/openshift/service-catalog/openshift-service-catalog-release-4.7-presubmits.yaml @@ -18,13 +18,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-operator-cluster-profile - --target=e2e-aws-operator - --template=/usr/local/e2e-aws-operator @@ -58,6 +56,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -83,6 +84,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-operator,?($|\s.*) - agent: kubernetes always_run: true @@ -102,10 +106,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -123,6 +127,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -134,6 +141,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -153,10 +163,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -173,6 +183,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -184,4 +197,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift/sig-storage-local-static-provisioner/openshift-sig-storage-local-static-provisioner-master-postsubmits.yaml b/ci-operator/jobs/openshift/sig-storage-local-static-provisioner/openshift-sig-storage-local-static-provisioner-master-postsubmits.yaml index 9a07fba7dacc..161450159d3b 100644 --- a/ci-operator/jobs/openshift/sig-storage-local-static-provisioner/openshift-sig-storage-local-static-provisioner-master-postsubmits.yaml +++ b/ci-operator/jobs/openshift/sig-storage-local-static-provisioner/openshift-sig-storage-local-static-provisioner-master-postsubmits.yaml @@ -8,17 +8,19 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-sig-storage-local-static-provisioner-master-images path_alias: sigs.k8s.io/sig-storage-local-static-provisioner spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -35,6 +37,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -46,3 +51,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/sig-storage-local-static-provisioner/openshift-sig-storage-local-static-provisioner-master-presubmits.yaml b/ci-operator/jobs/openshift/sig-storage-local-static-provisioner/openshift-sig-storage-local-static-provisioner-master-presubmits.yaml index 814a6d2b3c2e..e6b9d07e77f1 100644 --- a/ci-operator/jobs/openshift/sig-storage-local-static-provisioner/openshift-sig-storage-local-static-provisioner-master-presubmits.yaml +++ b/ci-operator/jobs/openshift/sig-storage-local-static-provisioner/openshift-sig-storage-local-static-provisioner-master-presubmits.yaml @@ -18,10 +18,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -39,6 +39,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -50,6 +53,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -69,10 +75,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -89,6 +95,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -100,4 +109,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift/sig-storage-local-static-provisioner/openshift-sig-storage-local-static-provisioner-release-4.2-postsubmits.yaml b/ci-operator/jobs/openshift/sig-storage-local-static-provisioner/openshift-sig-storage-local-static-provisioner-release-4.2-postsubmits.yaml index b831745c62c9..f888609bc740 100644 --- a/ci-operator/jobs/openshift/sig-storage-local-static-provisioner/openshift-sig-storage-local-static-provisioner-release-4.2-postsubmits.yaml +++ b/ci-operator/jobs/openshift/sig-storage-local-static-provisioner/openshift-sig-storage-local-static-provisioner-release-4.2-postsubmits.yaml @@ -8,17 +8,19 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-sig-storage-local-static-provisioner-release-4.2-images path_alias: sigs.k8s.io/sig-storage-local-static-provisioner spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -35,6 +37,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -46,3 +51,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/sig-storage-local-static-provisioner/openshift-sig-storage-local-static-provisioner-release-4.2-presubmits.yaml b/ci-operator/jobs/openshift/sig-storage-local-static-provisioner/openshift-sig-storage-local-static-provisioner-release-4.2-presubmits.yaml index 26fcfe7db4e9..fe201008e90f 100644 --- a/ci-operator/jobs/openshift/sig-storage-local-static-provisioner/openshift-sig-storage-local-static-provisioner-release-4.2-presubmits.yaml +++ b/ci-operator/jobs/openshift/sig-storage-local-static-provisioner/openshift-sig-storage-local-static-provisioner-release-4.2-presubmits.yaml @@ -18,10 +18,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -39,6 +39,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -50,6 +53,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -69,10 +75,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -89,6 +95,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -100,4 +109,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift/sig-storage-local-static-provisioner/openshift-sig-storage-local-static-provisioner-release-4.3-postsubmits.yaml b/ci-operator/jobs/openshift/sig-storage-local-static-provisioner/openshift-sig-storage-local-static-provisioner-release-4.3-postsubmits.yaml index 03df5ac31052..b4fa3c968cad 100644 --- a/ci-operator/jobs/openshift/sig-storage-local-static-provisioner/openshift-sig-storage-local-static-provisioner-release-4.3-postsubmits.yaml +++ b/ci-operator/jobs/openshift/sig-storage-local-static-provisioner/openshift-sig-storage-local-static-provisioner-release-4.3-postsubmits.yaml @@ -8,17 +8,19 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-sig-storage-local-static-provisioner-release-4.3-images path_alias: sigs.k8s.io/sig-storage-local-static-provisioner spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -35,6 +37,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -46,3 +51,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/sig-storage-local-static-provisioner/openshift-sig-storage-local-static-provisioner-release-4.3-presubmits.yaml b/ci-operator/jobs/openshift/sig-storage-local-static-provisioner/openshift-sig-storage-local-static-provisioner-release-4.3-presubmits.yaml index 140615de29f6..c119c5c42b01 100644 --- a/ci-operator/jobs/openshift/sig-storage-local-static-provisioner/openshift-sig-storage-local-static-provisioner-release-4.3-presubmits.yaml +++ b/ci-operator/jobs/openshift/sig-storage-local-static-provisioner/openshift-sig-storage-local-static-provisioner-release-4.3-presubmits.yaml @@ -18,10 +18,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -39,6 +39,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -50,6 +53,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -69,10 +75,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -89,6 +95,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -100,4 +109,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift/sig-storage-local-static-provisioner/openshift-sig-storage-local-static-provisioner-release-4.4-postsubmits.yaml b/ci-operator/jobs/openshift/sig-storage-local-static-provisioner/openshift-sig-storage-local-static-provisioner-release-4.4-postsubmits.yaml index 933609863677..7038e0bcc405 100644 --- a/ci-operator/jobs/openshift/sig-storage-local-static-provisioner/openshift-sig-storage-local-static-provisioner-release-4.4-postsubmits.yaml +++ b/ci-operator/jobs/openshift/sig-storage-local-static-provisioner/openshift-sig-storage-local-static-provisioner-release-4.4-postsubmits.yaml @@ -8,17 +8,19 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-sig-storage-local-static-provisioner-release-4.4-images path_alias: sigs.k8s.io/sig-storage-local-static-provisioner spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -35,6 +37,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -46,3 +51,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/sig-storage-local-static-provisioner/openshift-sig-storage-local-static-provisioner-release-4.4-presubmits.yaml b/ci-operator/jobs/openshift/sig-storage-local-static-provisioner/openshift-sig-storage-local-static-provisioner-release-4.4-presubmits.yaml index b6ef059ff7e8..40bd361b74f9 100644 --- a/ci-operator/jobs/openshift/sig-storage-local-static-provisioner/openshift-sig-storage-local-static-provisioner-release-4.4-presubmits.yaml +++ b/ci-operator/jobs/openshift/sig-storage-local-static-provisioner/openshift-sig-storage-local-static-provisioner-release-4.4-presubmits.yaml @@ -18,10 +18,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -39,6 +39,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -50,6 +53,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -69,10 +75,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -89,6 +95,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -100,4 +109,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift/sig-storage-local-static-provisioner/openshift-sig-storage-local-static-provisioner-release-4.5-postsubmits.yaml b/ci-operator/jobs/openshift/sig-storage-local-static-provisioner/openshift-sig-storage-local-static-provisioner-release-4.5-postsubmits.yaml index eec5d11e4000..002e38b64f55 100644 --- a/ci-operator/jobs/openshift/sig-storage-local-static-provisioner/openshift-sig-storage-local-static-provisioner-release-4.5-postsubmits.yaml +++ b/ci-operator/jobs/openshift/sig-storage-local-static-provisioner/openshift-sig-storage-local-static-provisioner-release-4.5-postsubmits.yaml @@ -8,17 +8,19 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-sig-storage-local-static-provisioner-release-4.5-images path_alias: sigs.k8s.io/sig-storage-local-static-provisioner spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -35,6 +37,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -46,3 +51,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/sig-storage-local-static-provisioner/openshift-sig-storage-local-static-provisioner-release-4.5-presubmits.yaml b/ci-operator/jobs/openshift/sig-storage-local-static-provisioner/openshift-sig-storage-local-static-provisioner-release-4.5-presubmits.yaml index 8ddaa8d43e9b..4a1e5e570208 100644 --- a/ci-operator/jobs/openshift/sig-storage-local-static-provisioner/openshift-sig-storage-local-static-provisioner-release-4.5-presubmits.yaml +++ b/ci-operator/jobs/openshift/sig-storage-local-static-provisioner/openshift-sig-storage-local-static-provisioner-release-4.5-presubmits.yaml @@ -18,10 +18,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -38,6 +38,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -49,6 +52,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -68,10 +74,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -88,6 +94,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -99,4 +108,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift/sig-storage-local-static-provisioner/openshift-sig-storage-local-static-provisioner-release-4.6-postsubmits.yaml b/ci-operator/jobs/openshift/sig-storage-local-static-provisioner/openshift-sig-storage-local-static-provisioner-release-4.6-postsubmits.yaml index 82537f5bceca..6a11f41c6e20 100644 --- a/ci-operator/jobs/openshift/sig-storage-local-static-provisioner/openshift-sig-storage-local-static-provisioner-release-4.6-postsubmits.yaml +++ b/ci-operator/jobs/openshift/sig-storage-local-static-provisioner/openshift-sig-storage-local-static-provisioner-release-4.6-postsubmits.yaml @@ -8,17 +8,19 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-sig-storage-local-static-provisioner-release-4.6-images path_alias: sigs.k8s.io/sig-storage-local-static-provisioner spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -35,6 +37,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -46,3 +51,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/sig-storage-local-static-provisioner/openshift-sig-storage-local-static-provisioner-release-4.6-presubmits.yaml b/ci-operator/jobs/openshift/sig-storage-local-static-provisioner/openshift-sig-storage-local-static-provisioner-release-4.6-presubmits.yaml index 0cd74d15e954..4f3219ae34e1 100644 --- a/ci-operator/jobs/openshift/sig-storage-local-static-provisioner/openshift-sig-storage-local-static-provisioner-release-4.6-presubmits.yaml +++ b/ci-operator/jobs/openshift/sig-storage-local-static-provisioner/openshift-sig-storage-local-static-provisioner-release-4.6-presubmits.yaml @@ -18,10 +18,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -39,6 +39,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -50,6 +53,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -69,10 +75,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -89,6 +95,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -100,4 +109,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift/sig-storage-local-static-provisioner/openshift-sig-storage-local-static-provisioner-release-4.7-postsubmits.yaml b/ci-operator/jobs/openshift/sig-storage-local-static-provisioner/openshift-sig-storage-local-static-provisioner-release-4.7-postsubmits.yaml index f03a85b4d749..86f9333c549e 100644 --- a/ci-operator/jobs/openshift/sig-storage-local-static-provisioner/openshift-sig-storage-local-static-provisioner-release-4.7-postsubmits.yaml +++ b/ci-operator/jobs/openshift/sig-storage-local-static-provisioner/openshift-sig-storage-local-static-provisioner-release-4.7-postsubmits.yaml @@ -8,17 +8,19 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-sig-storage-local-static-provisioner-release-4.7-images path_alias: sigs.k8s.io/sig-storage-local-static-provisioner spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -35,6 +37,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -46,3 +51,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/sig-storage-local-static-provisioner/openshift-sig-storage-local-static-provisioner-release-4.7-presubmits.yaml b/ci-operator/jobs/openshift/sig-storage-local-static-provisioner/openshift-sig-storage-local-static-provisioner-release-4.7-presubmits.yaml index a3ded74c4cc8..33e037b5b177 100644 --- a/ci-operator/jobs/openshift/sig-storage-local-static-provisioner/openshift-sig-storage-local-static-provisioner-release-4.7-presubmits.yaml +++ b/ci-operator/jobs/openshift/sig-storage-local-static-provisioner/openshift-sig-storage-local-static-provisioner-release-4.7-presubmits.yaml @@ -18,10 +18,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -39,6 +39,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -50,6 +53,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -69,10 +75,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -89,6 +95,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -100,4 +109,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift/source-to-image/openshift-source-to-image-master-presubmits.yaml b/ci-operator/jobs/openshift/source-to-image/openshift-source-to-image-master-presubmits.yaml index 374d6cb67302..0cb993da9283 100644 --- a/ci-operator/jobs/openshift/source-to-image/openshift-source-to-image-master-presubmits.yaml +++ b/ci-operator/jobs/openshift/source-to-image/openshift-source-to-image-master-presubmits.yaml @@ -17,10 +17,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=integration command: - ci-operator @@ -37,6 +37,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -48,6 +51,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )integration,?($|\s.*) - agent: kubernetes always_run: true @@ -66,10 +72,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -86,6 +92,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -97,6 +106,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -115,10 +127,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -135,6 +147,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -146,6 +161,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) - agent: jenkins always_run: true diff --git a/ci-operator/jobs/openshift/splunk-forwarder-operator/openshift-splunk-forwarder-operator-master-presubmits.yaml b/ci-operator/jobs/openshift/splunk-forwarder-operator/openshift-splunk-forwarder-operator-master-presubmits.yaml index a0213410cada..0db0dceea561 100644 --- a/ci-operator/jobs/openshift/splunk-forwarder-operator/openshift-splunk-forwarder-operator-master-presubmits.yaml +++ b/ci-operator/jobs/openshift/splunk-forwarder-operator/openshift-splunk-forwarder-operator-master-presubmits.yaml @@ -17,10 +17,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -37,6 +37,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -48,4 +51,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift/sriov-cni/openshift-sriov-cni-master-postsubmits.yaml b/ci-operator/jobs/openshift/sriov-cni/openshift-sriov-cni-master-postsubmits.yaml index 819a1cf27f2f..b2da8ff6fce9 100644 --- a/ci-operator/jobs/openshift/sriov-cni/openshift-sriov-cni-master-postsubmits.yaml +++ b/ci-operator/jobs/openshift/sriov-cni/openshift-sriov-cni-master-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-sriov-cni-master-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/sriov-cni/openshift-sriov-cni-master-presubmits.yaml b/ci-operator/jobs/openshift/sriov-cni/openshift-sriov-cni-master-presubmits.yaml index 78ecedbcf502..98ddf7801972 100644 --- a/ci-operator/jobs/openshift/sriov-cni/openshift-sriov-cni-master-presubmits.yaml +++ b/ci-operator/jobs/openshift/sriov-cni/openshift-sriov-cni-master-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -46,6 +44,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -68,6 +69,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -86,10 +90,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -107,6 +111,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -118,4 +125,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift/sriov-cni/openshift-sriov-cni-release-4.1-postsubmits.yaml b/ci-operator/jobs/openshift/sriov-cni/openshift-sriov-cni-release-4.1-postsubmits.yaml index ffcad197a8b0..d4c6008f8e4c 100644 --- a/ci-operator/jobs/openshift/sriov-cni/openshift-sriov-cni-release-4.1-postsubmits.yaml +++ b/ci-operator/jobs/openshift/sriov-cni/openshift-sriov-cni-release-4.1-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-sriov-cni-release-4.1-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/sriov-cni/openshift-sriov-cni-release-4.1-presubmits.yaml b/ci-operator/jobs/openshift/sriov-cni/openshift-sriov-cni-release-4.1-presubmits.yaml index 1fbd449e066a..bade4dd44341 100644 --- a/ci-operator/jobs/openshift/sriov-cni/openshift-sriov-cni-release-4.1-presubmits.yaml +++ b/ci-operator/jobs/openshift/sriov-cni/openshift-sriov-cni-release-4.1-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -46,6 +44,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -68,6 +69,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -86,10 +90,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -107,6 +111,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -118,4 +125,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift/sriov-cni/openshift-sriov-cni-release-4.2-postsubmits.yaml b/ci-operator/jobs/openshift/sriov-cni/openshift-sriov-cni-release-4.2-postsubmits.yaml index a9ca740b3654..bc598d6eabb7 100644 --- a/ci-operator/jobs/openshift/sriov-cni/openshift-sriov-cni-release-4.2-postsubmits.yaml +++ b/ci-operator/jobs/openshift/sriov-cni/openshift-sriov-cni-release-4.2-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-sriov-cni-release-4.2-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/sriov-cni/openshift-sriov-cni-release-4.2-presubmits.yaml b/ci-operator/jobs/openshift/sriov-cni/openshift-sriov-cni-release-4.2-presubmits.yaml index bd1f045b4b98..6e33ce6898b1 100644 --- a/ci-operator/jobs/openshift/sriov-cni/openshift-sriov-cni-release-4.2-presubmits.yaml +++ b/ci-operator/jobs/openshift/sriov-cni/openshift-sriov-cni-release-4.2-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -46,6 +44,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -68,6 +69,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -86,10 +90,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -107,6 +111,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -118,4 +125,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift/sriov-cni/openshift-sriov-cni-release-4.3-postsubmits.yaml b/ci-operator/jobs/openshift/sriov-cni/openshift-sriov-cni-release-4.3-postsubmits.yaml index 246f035b6d65..dbc58b601c5c 100644 --- a/ci-operator/jobs/openshift/sriov-cni/openshift-sriov-cni-release-4.3-postsubmits.yaml +++ b/ci-operator/jobs/openshift/sriov-cni/openshift-sriov-cni-release-4.3-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-sriov-cni-release-4.3-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/sriov-cni/openshift-sriov-cni-release-4.3-presubmits.yaml b/ci-operator/jobs/openshift/sriov-cni/openshift-sriov-cni-release-4.3-presubmits.yaml index 6e7442d829b4..b3a88e781ff1 100644 --- a/ci-operator/jobs/openshift/sriov-cni/openshift-sriov-cni-release-4.3-presubmits.yaml +++ b/ci-operator/jobs/openshift/sriov-cni/openshift-sriov-cni-release-4.3-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -46,6 +44,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -68,6 +69,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -86,10 +90,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -107,6 +111,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -118,4 +125,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift/sriov-cni/openshift-sriov-cni-release-4.4-postsubmits.yaml b/ci-operator/jobs/openshift/sriov-cni/openshift-sriov-cni-release-4.4-postsubmits.yaml index 85330c75d1ec..9d02079bb578 100644 --- a/ci-operator/jobs/openshift/sriov-cni/openshift-sriov-cni-release-4.4-postsubmits.yaml +++ b/ci-operator/jobs/openshift/sriov-cni/openshift-sriov-cni-release-4.4-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-sriov-cni-release-4.4-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/sriov-cni/openshift-sriov-cni-release-4.4-presubmits.yaml b/ci-operator/jobs/openshift/sriov-cni/openshift-sriov-cni-release-4.4-presubmits.yaml index c0716dbc1625..bada34c44599 100644 --- a/ci-operator/jobs/openshift/sriov-cni/openshift-sriov-cni-release-4.4-presubmits.yaml +++ b/ci-operator/jobs/openshift/sriov-cni/openshift-sriov-cni-release-4.4-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -46,6 +44,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -68,6 +69,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -86,10 +90,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -107,6 +111,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -118,4 +125,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift/sriov-cni/openshift-sriov-cni-release-4.5-postsubmits.yaml b/ci-operator/jobs/openshift/sriov-cni/openshift-sriov-cni-release-4.5-postsubmits.yaml index d72bcb977f31..a71495910f63 100644 --- a/ci-operator/jobs/openshift/sriov-cni/openshift-sriov-cni-release-4.5-postsubmits.yaml +++ b/ci-operator/jobs/openshift/sriov-cni/openshift-sriov-cni-release-4.5-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-sriov-cni-release-4.5-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/sriov-cni/openshift-sriov-cni-release-4.5-presubmits.yaml b/ci-operator/jobs/openshift/sriov-cni/openshift-sriov-cni-release-4.5-presubmits.yaml index f67345c9fe66..335ebb6ef04b 100644 --- a/ci-operator/jobs/openshift/sriov-cni/openshift-sriov-cni-release-4.5-presubmits.yaml +++ b/ci-operator/jobs/openshift/sriov-cni/openshift-sriov-cni-release-4.5-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -46,6 +44,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -68,6 +69,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -86,10 +90,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -106,6 +110,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -117,4 +124,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift/sriov-cni/openshift-sriov-cni-release-4.6-postsubmits.yaml b/ci-operator/jobs/openshift/sriov-cni/openshift-sriov-cni-release-4.6-postsubmits.yaml index 2c611b5185c3..619ca4ea72eb 100644 --- a/ci-operator/jobs/openshift/sriov-cni/openshift-sriov-cni-release-4.6-postsubmits.yaml +++ b/ci-operator/jobs/openshift/sriov-cni/openshift-sriov-cni-release-4.6-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-sriov-cni-release-4.6-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/sriov-cni/openshift-sriov-cni-release-4.6-presubmits.yaml b/ci-operator/jobs/openshift/sriov-cni/openshift-sriov-cni-release-4.6-presubmits.yaml index 414e09483c62..2333860ccb38 100644 --- a/ci-operator/jobs/openshift/sriov-cni/openshift-sriov-cni-release-4.6-presubmits.yaml +++ b/ci-operator/jobs/openshift/sriov-cni/openshift-sriov-cni-release-4.6-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -46,6 +44,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -68,6 +69,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -86,10 +90,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -107,6 +111,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -118,4 +125,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift/sriov-cni/openshift-sriov-cni-release-4.7-postsubmits.yaml b/ci-operator/jobs/openshift/sriov-cni/openshift-sriov-cni-release-4.7-postsubmits.yaml index 85b8f77da65a..83b1db60de82 100644 --- a/ci-operator/jobs/openshift/sriov-cni/openshift-sriov-cni-release-4.7-postsubmits.yaml +++ b/ci-operator/jobs/openshift/sriov-cni/openshift-sriov-cni-release-4.7-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-sriov-cni-release-4.7-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/sriov-cni/openshift-sriov-cni-release-4.7-presubmits.yaml b/ci-operator/jobs/openshift/sriov-cni/openshift-sriov-cni-release-4.7-presubmits.yaml index 0c3832730044..e1ccf99a29af 100644 --- a/ci-operator/jobs/openshift/sriov-cni/openshift-sriov-cni-release-4.7-presubmits.yaml +++ b/ci-operator/jobs/openshift/sriov-cni/openshift-sriov-cni-release-4.7-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -46,6 +44,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -68,6 +69,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -86,10 +90,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -107,6 +111,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -118,4 +125,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift/sriov-dp-admission-controller/openshift-sriov-dp-admission-controller-master-postsubmits.yaml b/ci-operator/jobs/openshift/sriov-dp-admission-controller/openshift-sriov-dp-admission-controller-master-postsubmits.yaml index d81352523f00..7ebfbd178129 100644 --- a/ci-operator/jobs/openshift/sriov-dp-admission-controller/openshift-sriov-dp-admission-controller-master-postsubmits.yaml +++ b/ci-operator/jobs/openshift/sriov-dp-admission-controller/openshift-sriov-dp-admission-controller-master-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-sriov-dp-admission-controller-master-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/sriov-dp-admission-controller/openshift-sriov-dp-admission-controller-master-presubmits.yaml b/ci-operator/jobs/openshift/sriov-dp-admission-controller/openshift-sriov-dp-admission-controller-master-presubmits.yaml index 0be4edb34477..eb2327cdd891 100644 --- a/ci-operator/jobs/openshift/sriov-dp-admission-controller/openshift-sriov-dp-admission-controller-master-presubmits.yaml +++ b/ci-operator/jobs/openshift/sriov-dp-admission-controller/openshift-sriov-dp-admission-controller-master-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -46,6 +44,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -68,6 +69,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -86,10 +90,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -107,6 +111,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -118,4 +125,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift/sriov-dp-admission-controller/openshift-sriov-dp-admission-controller-release-4.1-postsubmits.yaml b/ci-operator/jobs/openshift/sriov-dp-admission-controller/openshift-sriov-dp-admission-controller-release-4.1-postsubmits.yaml index 9a3cf2ea3051..b7b25cdfc3db 100644 --- a/ci-operator/jobs/openshift/sriov-dp-admission-controller/openshift-sriov-dp-admission-controller-release-4.1-postsubmits.yaml +++ b/ci-operator/jobs/openshift/sriov-dp-admission-controller/openshift-sriov-dp-admission-controller-release-4.1-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-sriov-dp-admission-controller-release-4.1-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/sriov-dp-admission-controller/openshift-sriov-dp-admission-controller-release-4.1-presubmits.yaml b/ci-operator/jobs/openshift/sriov-dp-admission-controller/openshift-sriov-dp-admission-controller-release-4.1-presubmits.yaml index 8f4d361cd72e..840259eb37b7 100644 --- a/ci-operator/jobs/openshift/sriov-dp-admission-controller/openshift-sriov-dp-admission-controller-release-4.1-presubmits.yaml +++ b/ci-operator/jobs/openshift/sriov-dp-admission-controller/openshift-sriov-dp-admission-controller-release-4.1-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -46,6 +44,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -68,6 +69,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -86,10 +90,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -107,6 +111,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -118,4 +125,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift/sriov-dp-admission-controller/openshift-sriov-dp-admission-controller-release-4.2-postsubmits.yaml b/ci-operator/jobs/openshift/sriov-dp-admission-controller/openshift-sriov-dp-admission-controller-release-4.2-postsubmits.yaml index 17a0247add4d..5f99f9879bd7 100644 --- a/ci-operator/jobs/openshift/sriov-dp-admission-controller/openshift-sriov-dp-admission-controller-release-4.2-postsubmits.yaml +++ b/ci-operator/jobs/openshift/sriov-dp-admission-controller/openshift-sriov-dp-admission-controller-release-4.2-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-sriov-dp-admission-controller-release-4.2-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/sriov-dp-admission-controller/openshift-sriov-dp-admission-controller-release-4.2-presubmits.yaml b/ci-operator/jobs/openshift/sriov-dp-admission-controller/openshift-sriov-dp-admission-controller-release-4.2-presubmits.yaml index 79affd5a03e1..edba4bfd595a 100644 --- a/ci-operator/jobs/openshift/sriov-dp-admission-controller/openshift-sriov-dp-admission-controller-release-4.2-presubmits.yaml +++ b/ci-operator/jobs/openshift/sriov-dp-admission-controller/openshift-sriov-dp-admission-controller-release-4.2-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -46,6 +44,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -68,6 +69,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -86,10 +90,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -107,6 +111,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -118,4 +125,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift/sriov-dp-admission-controller/openshift-sriov-dp-admission-controller-release-4.3-postsubmits.yaml b/ci-operator/jobs/openshift/sriov-dp-admission-controller/openshift-sriov-dp-admission-controller-release-4.3-postsubmits.yaml index 04165a3ad97d..08729cc44b6f 100644 --- a/ci-operator/jobs/openshift/sriov-dp-admission-controller/openshift-sriov-dp-admission-controller-release-4.3-postsubmits.yaml +++ b/ci-operator/jobs/openshift/sriov-dp-admission-controller/openshift-sriov-dp-admission-controller-release-4.3-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-sriov-dp-admission-controller-release-4.3-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/sriov-dp-admission-controller/openshift-sriov-dp-admission-controller-release-4.3-presubmits.yaml b/ci-operator/jobs/openshift/sriov-dp-admission-controller/openshift-sriov-dp-admission-controller-release-4.3-presubmits.yaml index 36462b334c1d..c8c6636fc2fa 100644 --- a/ci-operator/jobs/openshift/sriov-dp-admission-controller/openshift-sriov-dp-admission-controller-release-4.3-presubmits.yaml +++ b/ci-operator/jobs/openshift/sriov-dp-admission-controller/openshift-sriov-dp-admission-controller-release-4.3-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -46,6 +44,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -68,6 +69,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -86,10 +90,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -107,6 +111,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -118,4 +125,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift/sriov-dp-admission-controller/openshift-sriov-dp-admission-controller-release-4.4-postsubmits.yaml b/ci-operator/jobs/openshift/sriov-dp-admission-controller/openshift-sriov-dp-admission-controller-release-4.4-postsubmits.yaml index d10f1a65c20a..55691892a305 100644 --- a/ci-operator/jobs/openshift/sriov-dp-admission-controller/openshift-sriov-dp-admission-controller-release-4.4-postsubmits.yaml +++ b/ci-operator/jobs/openshift/sriov-dp-admission-controller/openshift-sriov-dp-admission-controller-release-4.4-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-sriov-dp-admission-controller-release-4.4-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/sriov-dp-admission-controller/openshift-sriov-dp-admission-controller-release-4.4-presubmits.yaml b/ci-operator/jobs/openshift/sriov-dp-admission-controller/openshift-sriov-dp-admission-controller-release-4.4-presubmits.yaml index c5362eaa1d9b..866c2fdc56ee 100644 --- a/ci-operator/jobs/openshift/sriov-dp-admission-controller/openshift-sriov-dp-admission-controller-release-4.4-presubmits.yaml +++ b/ci-operator/jobs/openshift/sriov-dp-admission-controller/openshift-sriov-dp-admission-controller-release-4.4-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -46,6 +44,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -68,6 +69,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -86,10 +90,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -107,6 +111,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -118,4 +125,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift/sriov-dp-admission-controller/openshift-sriov-dp-admission-controller-release-4.5-postsubmits.yaml b/ci-operator/jobs/openshift/sriov-dp-admission-controller/openshift-sriov-dp-admission-controller-release-4.5-postsubmits.yaml index 91bc23211e06..b3b1585ea6a4 100644 --- a/ci-operator/jobs/openshift/sriov-dp-admission-controller/openshift-sriov-dp-admission-controller-release-4.5-postsubmits.yaml +++ b/ci-operator/jobs/openshift/sriov-dp-admission-controller/openshift-sriov-dp-admission-controller-release-4.5-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-sriov-dp-admission-controller-release-4.5-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/sriov-dp-admission-controller/openshift-sriov-dp-admission-controller-release-4.5-presubmits.yaml b/ci-operator/jobs/openshift/sriov-dp-admission-controller/openshift-sriov-dp-admission-controller-release-4.5-presubmits.yaml index 6271f689ad7a..797ca5ac3b7f 100644 --- a/ci-operator/jobs/openshift/sriov-dp-admission-controller/openshift-sriov-dp-admission-controller-release-4.5-presubmits.yaml +++ b/ci-operator/jobs/openshift/sriov-dp-admission-controller/openshift-sriov-dp-admission-controller-release-4.5-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -46,6 +44,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -68,6 +69,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -86,10 +90,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -106,6 +110,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -117,4 +124,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift/sriov-dp-admission-controller/openshift-sriov-dp-admission-controller-release-4.6-postsubmits.yaml b/ci-operator/jobs/openshift/sriov-dp-admission-controller/openshift-sriov-dp-admission-controller-release-4.6-postsubmits.yaml index 339cdd5ebc43..0d8abd81a4c8 100644 --- a/ci-operator/jobs/openshift/sriov-dp-admission-controller/openshift-sriov-dp-admission-controller-release-4.6-postsubmits.yaml +++ b/ci-operator/jobs/openshift/sriov-dp-admission-controller/openshift-sriov-dp-admission-controller-release-4.6-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-sriov-dp-admission-controller-release-4.6-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/sriov-dp-admission-controller/openshift-sriov-dp-admission-controller-release-4.6-presubmits.yaml b/ci-operator/jobs/openshift/sriov-dp-admission-controller/openshift-sriov-dp-admission-controller-release-4.6-presubmits.yaml index 5ce8a5c8a564..354679557ae3 100644 --- a/ci-operator/jobs/openshift/sriov-dp-admission-controller/openshift-sriov-dp-admission-controller-release-4.6-presubmits.yaml +++ b/ci-operator/jobs/openshift/sriov-dp-admission-controller/openshift-sriov-dp-admission-controller-release-4.6-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -46,6 +44,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -68,6 +69,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -86,10 +90,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -107,6 +111,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -118,4 +125,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift/sriov-dp-admission-controller/openshift-sriov-dp-admission-controller-release-4.7-postsubmits.yaml b/ci-operator/jobs/openshift/sriov-dp-admission-controller/openshift-sriov-dp-admission-controller-release-4.7-postsubmits.yaml index b1282a36bd5f..e25336ef32fd 100644 --- a/ci-operator/jobs/openshift/sriov-dp-admission-controller/openshift-sriov-dp-admission-controller-release-4.7-postsubmits.yaml +++ b/ci-operator/jobs/openshift/sriov-dp-admission-controller/openshift-sriov-dp-admission-controller-release-4.7-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-sriov-dp-admission-controller-release-4.7-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/sriov-dp-admission-controller/openshift-sriov-dp-admission-controller-release-4.7-presubmits.yaml b/ci-operator/jobs/openshift/sriov-dp-admission-controller/openshift-sriov-dp-admission-controller-release-4.7-presubmits.yaml index 76405d8d1035..96ed378b9193 100644 --- a/ci-operator/jobs/openshift/sriov-dp-admission-controller/openshift-sriov-dp-admission-controller-release-4.7-presubmits.yaml +++ b/ci-operator/jobs/openshift/sriov-dp-admission-controller/openshift-sriov-dp-admission-controller-release-4.7-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -46,6 +44,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -68,6 +69,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -86,10 +90,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -107,6 +111,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -118,4 +125,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift/sriov-network-device-plugin/openshift-sriov-network-device-plugin-master-postsubmits.yaml b/ci-operator/jobs/openshift/sriov-network-device-plugin/openshift-sriov-network-device-plugin-master-postsubmits.yaml index 765883e2c602..992055aa7172 100644 --- a/ci-operator/jobs/openshift/sriov-network-device-plugin/openshift-sriov-network-device-plugin-master-postsubmits.yaml +++ b/ci-operator/jobs/openshift/sriov-network-device-plugin/openshift-sriov-network-device-plugin-master-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-sriov-network-device-plugin-master-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/sriov-network-device-plugin/openshift-sriov-network-device-plugin-master-presubmits.yaml b/ci-operator/jobs/openshift/sriov-network-device-plugin/openshift-sriov-network-device-plugin-master-presubmits.yaml index 262bafb24397..27165e2c7eb4 100644 --- a/ci-operator/jobs/openshift/sriov-network-device-plugin/openshift-sriov-network-device-plugin-master-presubmits.yaml +++ b/ci-operator/jobs/openshift/sriov-network-device-plugin/openshift-sriov-network-device-plugin-master-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -46,6 +44,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -68,6 +69,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -86,10 +90,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -107,6 +111,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -118,4 +125,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift/sriov-network-device-plugin/openshift-sriov-network-device-plugin-release-4.1-postsubmits.yaml b/ci-operator/jobs/openshift/sriov-network-device-plugin/openshift-sriov-network-device-plugin-release-4.1-postsubmits.yaml index fd9bf588c753..8d48948a82b6 100644 --- a/ci-operator/jobs/openshift/sriov-network-device-plugin/openshift-sriov-network-device-plugin-release-4.1-postsubmits.yaml +++ b/ci-operator/jobs/openshift/sriov-network-device-plugin/openshift-sriov-network-device-plugin-release-4.1-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-sriov-network-device-plugin-release-4.1-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/sriov-network-device-plugin/openshift-sriov-network-device-plugin-release-4.1-presubmits.yaml b/ci-operator/jobs/openshift/sriov-network-device-plugin/openshift-sriov-network-device-plugin-release-4.1-presubmits.yaml index 3fed82eedfaf..dd350d9e2051 100644 --- a/ci-operator/jobs/openshift/sriov-network-device-plugin/openshift-sriov-network-device-plugin-release-4.1-presubmits.yaml +++ b/ci-operator/jobs/openshift/sriov-network-device-plugin/openshift-sriov-network-device-plugin-release-4.1-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -46,6 +44,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -68,6 +69,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -86,10 +90,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -107,6 +111,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -118,4 +125,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift/sriov-network-device-plugin/openshift-sriov-network-device-plugin-release-4.2-postsubmits.yaml b/ci-operator/jobs/openshift/sriov-network-device-plugin/openshift-sriov-network-device-plugin-release-4.2-postsubmits.yaml index e30fd9944038..59206db2acfc 100644 --- a/ci-operator/jobs/openshift/sriov-network-device-plugin/openshift-sriov-network-device-plugin-release-4.2-postsubmits.yaml +++ b/ci-operator/jobs/openshift/sriov-network-device-plugin/openshift-sriov-network-device-plugin-release-4.2-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-sriov-network-device-plugin-release-4.2-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/sriov-network-device-plugin/openshift-sriov-network-device-plugin-release-4.2-presubmits.yaml b/ci-operator/jobs/openshift/sriov-network-device-plugin/openshift-sriov-network-device-plugin-release-4.2-presubmits.yaml index 1cf23a5a8708..e92b369741de 100644 --- a/ci-operator/jobs/openshift/sriov-network-device-plugin/openshift-sriov-network-device-plugin-release-4.2-presubmits.yaml +++ b/ci-operator/jobs/openshift/sriov-network-device-plugin/openshift-sriov-network-device-plugin-release-4.2-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -46,6 +44,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -68,6 +69,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -86,10 +90,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -107,6 +111,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -118,4 +125,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift/sriov-network-device-plugin/openshift-sriov-network-device-plugin-release-4.3-postsubmits.yaml b/ci-operator/jobs/openshift/sriov-network-device-plugin/openshift-sriov-network-device-plugin-release-4.3-postsubmits.yaml index 78afce4216d3..6e01f1e7dbdf 100644 --- a/ci-operator/jobs/openshift/sriov-network-device-plugin/openshift-sriov-network-device-plugin-release-4.3-postsubmits.yaml +++ b/ci-operator/jobs/openshift/sriov-network-device-plugin/openshift-sriov-network-device-plugin-release-4.3-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-sriov-network-device-plugin-release-4.3-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/sriov-network-device-plugin/openshift-sriov-network-device-plugin-release-4.3-presubmits.yaml b/ci-operator/jobs/openshift/sriov-network-device-plugin/openshift-sriov-network-device-plugin-release-4.3-presubmits.yaml index f491fec1a603..1140031b69d7 100644 --- a/ci-operator/jobs/openshift/sriov-network-device-plugin/openshift-sriov-network-device-plugin-release-4.3-presubmits.yaml +++ b/ci-operator/jobs/openshift/sriov-network-device-plugin/openshift-sriov-network-device-plugin-release-4.3-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -46,6 +44,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -68,6 +69,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -86,10 +90,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -107,6 +111,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -118,4 +125,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift/sriov-network-device-plugin/openshift-sriov-network-device-plugin-release-4.4-postsubmits.yaml b/ci-operator/jobs/openshift/sriov-network-device-plugin/openshift-sriov-network-device-plugin-release-4.4-postsubmits.yaml index ad409fb66889..2a60f78d1b82 100644 --- a/ci-operator/jobs/openshift/sriov-network-device-plugin/openshift-sriov-network-device-plugin-release-4.4-postsubmits.yaml +++ b/ci-operator/jobs/openshift/sriov-network-device-plugin/openshift-sriov-network-device-plugin-release-4.4-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-sriov-network-device-plugin-release-4.4-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/sriov-network-device-plugin/openshift-sriov-network-device-plugin-release-4.4-presubmits.yaml b/ci-operator/jobs/openshift/sriov-network-device-plugin/openshift-sriov-network-device-plugin-release-4.4-presubmits.yaml index 83656e082bc5..886eafb2bf0f 100644 --- a/ci-operator/jobs/openshift/sriov-network-device-plugin/openshift-sriov-network-device-plugin-release-4.4-presubmits.yaml +++ b/ci-operator/jobs/openshift/sriov-network-device-plugin/openshift-sriov-network-device-plugin-release-4.4-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -46,6 +44,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -68,6 +69,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -86,10 +90,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -107,6 +111,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -118,4 +125,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift/sriov-network-device-plugin/openshift-sriov-network-device-plugin-release-4.5-postsubmits.yaml b/ci-operator/jobs/openshift/sriov-network-device-plugin/openshift-sriov-network-device-plugin-release-4.5-postsubmits.yaml index feb243ac4b22..340db4404792 100644 --- a/ci-operator/jobs/openshift/sriov-network-device-plugin/openshift-sriov-network-device-plugin-release-4.5-postsubmits.yaml +++ b/ci-operator/jobs/openshift/sriov-network-device-plugin/openshift-sriov-network-device-plugin-release-4.5-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-sriov-network-device-plugin-release-4.5-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/sriov-network-device-plugin/openshift-sriov-network-device-plugin-release-4.5-presubmits.yaml b/ci-operator/jobs/openshift/sriov-network-device-plugin/openshift-sriov-network-device-plugin-release-4.5-presubmits.yaml index 3d99e05d058a..782ab736cb1f 100644 --- a/ci-operator/jobs/openshift/sriov-network-device-plugin/openshift-sriov-network-device-plugin-release-4.5-presubmits.yaml +++ b/ci-operator/jobs/openshift/sriov-network-device-plugin/openshift-sriov-network-device-plugin-release-4.5-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -46,6 +44,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -68,6 +69,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -86,10 +90,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -106,6 +110,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -117,4 +124,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift/sriov-network-device-plugin/openshift-sriov-network-device-plugin-release-4.6-postsubmits.yaml b/ci-operator/jobs/openshift/sriov-network-device-plugin/openshift-sriov-network-device-plugin-release-4.6-postsubmits.yaml index 670aacc6ba07..8b8938a38dea 100644 --- a/ci-operator/jobs/openshift/sriov-network-device-plugin/openshift-sriov-network-device-plugin-release-4.6-postsubmits.yaml +++ b/ci-operator/jobs/openshift/sriov-network-device-plugin/openshift-sriov-network-device-plugin-release-4.6-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-sriov-network-device-plugin-release-4.6-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/sriov-network-device-plugin/openshift-sriov-network-device-plugin-release-4.6-presubmits.yaml b/ci-operator/jobs/openshift/sriov-network-device-plugin/openshift-sriov-network-device-plugin-release-4.6-presubmits.yaml index c9e2964ae01c..8d0dc4116869 100644 --- a/ci-operator/jobs/openshift/sriov-network-device-plugin/openshift-sriov-network-device-plugin-release-4.6-presubmits.yaml +++ b/ci-operator/jobs/openshift/sriov-network-device-plugin/openshift-sriov-network-device-plugin-release-4.6-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -46,6 +44,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -68,6 +69,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -86,10 +90,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -107,6 +111,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -118,4 +125,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift/sriov-network-device-plugin/openshift-sriov-network-device-plugin-release-4.7-postsubmits.yaml b/ci-operator/jobs/openshift/sriov-network-device-plugin/openshift-sriov-network-device-plugin-release-4.7-postsubmits.yaml index c684ebcab2d5..96f33a4f2a73 100644 --- a/ci-operator/jobs/openshift/sriov-network-device-plugin/openshift-sriov-network-device-plugin-release-4.7-postsubmits.yaml +++ b/ci-operator/jobs/openshift/sriov-network-device-plugin/openshift-sriov-network-device-plugin-release-4.7-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-sriov-network-device-plugin-release-4.7-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/sriov-network-device-plugin/openshift-sriov-network-device-plugin-release-4.7-presubmits.yaml b/ci-operator/jobs/openshift/sriov-network-device-plugin/openshift-sriov-network-device-plugin-release-4.7-presubmits.yaml index 5f5bd9fe3e8c..8e7c2391ac3d 100644 --- a/ci-operator/jobs/openshift/sriov-network-device-plugin/openshift-sriov-network-device-plugin-release-4.7-presubmits.yaml +++ b/ci-operator/jobs/openshift/sriov-network-device-plugin/openshift-sriov-network-device-plugin-release-4.7-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -46,6 +44,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -68,6 +69,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -86,10 +90,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -107,6 +111,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -118,4 +125,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift/sriov-network-operator/openshift-sriov-network-operator-master-postsubmits.yaml b/ci-operator/jobs/openshift/sriov-network-operator/openshift-sriov-network-operator-master-postsubmits.yaml index 295524294ea5..93b0e26dc9f1 100644 --- a/ci-operator/jobs/openshift/sriov-network-operator/openshift-sriov-network-operator-master-postsubmits.yaml +++ b/ci-operator/jobs/openshift/sriov-network-operator/openshift-sriov-network-operator-master-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-sriov-network-operator-master-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/sriov-network-operator/openshift-sriov-network-operator-master-presubmits.yaml b/ci-operator/jobs/openshift/sriov-network-operator/openshift-sriov-network-operator-master-presubmits.yaml index 6b1b03ecee49..b578641a967b 100644 --- a/ci-operator/jobs/openshift/sriov-network-operator/openshift-sriov-network-operator-master-presubmits.yaml +++ b/ci-operator/jobs/openshift/sriov-network-operator/openshift-sriov-network-operator-master-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -46,6 +44,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -68,6 +69,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -86,10 +90,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=gofmt command: - ci-operator @@ -106,6 +110,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -117,6 +124,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )gofmt,?($|\s.*) - agent: kubernetes always_run: true @@ -135,10 +145,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -156,6 +166,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -167,4 +180,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift/sriov-network-operator/openshift-sriov-network-operator-release-4.2-postsubmits.yaml b/ci-operator/jobs/openshift/sriov-network-operator/openshift-sriov-network-operator-release-4.2-postsubmits.yaml index f6e2b7e8cb6a..2f35a98eb84f 100644 --- a/ci-operator/jobs/openshift/sriov-network-operator/openshift-sriov-network-operator-release-4.2-postsubmits.yaml +++ b/ci-operator/jobs/openshift/sriov-network-operator/openshift-sriov-network-operator-release-4.2-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-sriov-network-operator-release-4.2-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/sriov-network-operator/openshift-sriov-network-operator-release-4.2-presubmits.yaml b/ci-operator/jobs/openshift/sriov-network-operator/openshift-sriov-network-operator-release-4.2-presubmits.yaml index fc29a53507ab..654cd124d497 100644 --- a/ci-operator/jobs/openshift/sriov-network-operator/openshift-sriov-network-operator-release-4.2-presubmits.yaml +++ b/ci-operator/jobs/openshift/sriov-network-operator/openshift-sriov-network-operator-release-4.2-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -46,6 +44,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -68,6 +69,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -86,10 +90,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -107,6 +111,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -118,4 +125,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift/sriov-network-operator/openshift-sriov-network-operator-release-4.3-postsubmits.yaml b/ci-operator/jobs/openshift/sriov-network-operator/openshift-sriov-network-operator-release-4.3-postsubmits.yaml index 578e6a1bbe89..0975982b1fb8 100644 --- a/ci-operator/jobs/openshift/sriov-network-operator/openshift-sriov-network-operator-release-4.3-postsubmits.yaml +++ b/ci-operator/jobs/openshift/sriov-network-operator/openshift-sriov-network-operator-release-4.3-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-sriov-network-operator-release-4.3-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/sriov-network-operator/openshift-sriov-network-operator-release-4.3-presubmits.yaml b/ci-operator/jobs/openshift/sriov-network-operator/openshift-sriov-network-operator-release-4.3-presubmits.yaml index 207ffe940d5f..1a7b66e1963e 100644 --- a/ci-operator/jobs/openshift/sriov-network-operator/openshift-sriov-network-operator-release-4.3-presubmits.yaml +++ b/ci-operator/jobs/openshift/sriov-network-operator/openshift-sriov-network-operator-release-4.3-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -46,6 +44,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -68,6 +69,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -86,10 +90,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=gofmt command: - ci-operator @@ -106,6 +110,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -117,6 +124,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )gofmt,?($|\s.*) - agent: kubernetes always_run: true @@ -135,10 +145,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -156,6 +166,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -167,4 +180,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift/sriov-network-operator/openshift-sriov-network-operator-release-4.4-postsubmits.yaml b/ci-operator/jobs/openshift/sriov-network-operator/openshift-sriov-network-operator-release-4.4-postsubmits.yaml index 26616fd95ae0..7de12d0dada1 100644 --- a/ci-operator/jobs/openshift/sriov-network-operator/openshift-sriov-network-operator-release-4.4-postsubmits.yaml +++ b/ci-operator/jobs/openshift/sriov-network-operator/openshift-sriov-network-operator-release-4.4-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-sriov-network-operator-release-4.4-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/sriov-network-operator/openshift-sriov-network-operator-release-4.4-presubmits.yaml b/ci-operator/jobs/openshift/sriov-network-operator/openshift-sriov-network-operator-release-4.4-presubmits.yaml index 6a0ac5d56ed5..a46f551a2090 100644 --- a/ci-operator/jobs/openshift/sriov-network-operator/openshift-sriov-network-operator-release-4.4-presubmits.yaml +++ b/ci-operator/jobs/openshift/sriov-network-operator/openshift-sriov-network-operator-release-4.4-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -46,6 +44,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -68,6 +69,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -86,10 +90,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=gofmt command: - ci-operator @@ -106,6 +110,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -117,6 +124,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )gofmt,?($|\s.*) - agent: kubernetes always_run: true @@ -135,10 +145,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -156,6 +166,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -167,4 +180,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift/sriov-network-operator/openshift-sriov-network-operator-release-4.5-postsubmits.yaml b/ci-operator/jobs/openshift/sriov-network-operator/openshift-sriov-network-operator-release-4.5-postsubmits.yaml index a66f45141015..89e3054aec20 100644 --- a/ci-operator/jobs/openshift/sriov-network-operator/openshift-sriov-network-operator-release-4.5-postsubmits.yaml +++ b/ci-operator/jobs/openshift/sriov-network-operator/openshift-sriov-network-operator-release-4.5-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-sriov-network-operator-release-4.5-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/sriov-network-operator/openshift-sriov-network-operator-release-4.5-presubmits.yaml b/ci-operator/jobs/openshift/sriov-network-operator/openshift-sriov-network-operator-release-4.5-presubmits.yaml index 51aac0fe03f4..a88643906e6d 100644 --- a/ci-operator/jobs/openshift/sriov-network-operator/openshift-sriov-network-operator-release-4.5-presubmits.yaml +++ b/ci-operator/jobs/openshift/sriov-network-operator/openshift-sriov-network-operator-release-4.5-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -46,6 +44,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -68,6 +69,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -86,10 +90,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=gofmt command: - ci-operator @@ -106,6 +110,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -117,6 +124,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )gofmt,?($|\s.*) - agent: kubernetes always_run: true @@ -135,10 +145,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -155,6 +165,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -166,4 +179,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift/sriov-network-operator/openshift-sriov-network-operator-release-4.6-postsubmits.yaml b/ci-operator/jobs/openshift/sriov-network-operator/openshift-sriov-network-operator-release-4.6-postsubmits.yaml index bfcf734da2b2..ffc6cbc10ae5 100644 --- a/ci-operator/jobs/openshift/sriov-network-operator/openshift-sriov-network-operator-release-4.6-postsubmits.yaml +++ b/ci-operator/jobs/openshift/sriov-network-operator/openshift-sriov-network-operator-release-4.6-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-sriov-network-operator-release-4.6-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/sriov-network-operator/openshift-sriov-network-operator-release-4.6-presubmits.yaml b/ci-operator/jobs/openshift/sriov-network-operator/openshift-sriov-network-operator-release-4.6-presubmits.yaml index fc7957b3b9a5..53a5c6ae8ca7 100644 --- a/ci-operator/jobs/openshift/sriov-network-operator/openshift-sriov-network-operator-release-4.6-presubmits.yaml +++ b/ci-operator/jobs/openshift/sriov-network-operator/openshift-sriov-network-operator-release-4.6-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -46,6 +44,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -68,6 +69,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -86,10 +90,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=gofmt command: - ci-operator @@ -106,6 +110,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -117,6 +124,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )gofmt,?($|\s.*) - agent: kubernetes always_run: true @@ -135,10 +145,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -156,6 +166,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -167,4 +180,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift/sriov-network-operator/openshift-sriov-network-operator-release-4.7-postsubmits.yaml b/ci-operator/jobs/openshift/sriov-network-operator/openshift-sriov-network-operator-release-4.7-postsubmits.yaml index e93df2cf9db4..74b88311177e 100644 --- a/ci-operator/jobs/openshift/sriov-network-operator/openshift-sriov-network-operator-release-4.7-postsubmits.yaml +++ b/ci-operator/jobs/openshift/sriov-network-operator/openshift-sriov-network-operator-release-4.7-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-sriov-network-operator-release-4.7-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/sriov-network-operator/openshift-sriov-network-operator-release-4.7-presubmits.yaml b/ci-operator/jobs/openshift/sriov-network-operator/openshift-sriov-network-operator-release-4.7-presubmits.yaml index 92d2488c8848..2e866287c33f 100644 --- a/ci-operator/jobs/openshift/sriov-network-operator/openshift-sriov-network-operator-release-4.7-presubmits.yaml +++ b/ci-operator/jobs/openshift/sriov-network-operator/openshift-sriov-network-operator-release-4.7-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -46,6 +44,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -68,6 +69,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -86,10 +90,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=gofmt command: - ci-operator @@ -106,6 +110,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -117,6 +124,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )gofmt,?($|\s.*) - agent: kubernetes always_run: true @@ -135,10 +145,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -156,6 +166,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -167,4 +180,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift/static-config-operator/openshift-static-config-operator-master-presubmits.yaml b/ci-operator/jobs/openshift/static-config-operator/openshift-static-config-operator-master-presubmits.yaml index fb38addb8d27..ee78df9cd46b 100644 --- a/ci-operator/jobs/openshift/static-config-operator/openshift-static-config-operator-master-presubmits.yaml +++ b/ci-operator/jobs/openshift/static-config-operator/openshift-static-config-operator-master-presubmits.yaml @@ -17,10 +17,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -37,6 +37,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -48,4 +51,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift/tektoncd-catalog/openshift-tektoncd-catalog-release-next-postsubmits.yaml b/ci-operator/jobs/openshift/tektoncd-catalog/openshift-tektoncd-catalog-release-next-postsubmits.yaml index cd12bbce3156..c0023c332e53 100644 --- a/ci-operator/jobs/openshift/tektoncd-catalog/openshift-tektoncd-catalog-release-next-postsubmits.yaml +++ b/ci-operator/jobs/openshift/tektoncd-catalog/openshift-tektoncd-catalog-release-next-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-tektoncd-catalog-release-next-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/tektoncd-catalog/openshift-tektoncd-catalog-release-next-presubmits.yaml b/ci-operator/jobs/openshift/tektoncd-catalog/openshift-tektoncd-catalog-release-next-presubmits.yaml index 552f1005c80d..b7b6e0649eb8 100644 --- a/ci-operator/jobs/openshift/tektoncd-catalog/openshift-tektoncd-catalog-release-next-presubmits.yaml +++ b/ci-operator/jobs/openshift/tektoncd-catalog/openshift-tektoncd-catalog-release-next-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-cluster-profile - --target=e2e - --template=/usr/local/e2e @@ -57,6 +55,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -82,6 +83,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e,?($|\s.*) - agent: kubernetes always_run: true @@ -100,10 +104,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -120,6 +124,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -131,4 +138,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift/tektoncd-catalog/openshift-tektoncd-catalog-release-v0.10-postsubmits.yaml b/ci-operator/jobs/openshift/tektoncd-catalog/openshift-tektoncd-catalog-release-v0.10-postsubmits.yaml index 68911d4b7ce4..532687f76ebe 100644 --- a/ci-operator/jobs/openshift/tektoncd-catalog/openshift-tektoncd-catalog-release-v0.10-postsubmits.yaml +++ b/ci-operator/jobs/openshift/tektoncd-catalog/openshift-tektoncd-catalog-release-v0.10-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-tektoncd-catalog-release-v0.10-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/tektoncd-catalog/openshift-tektoncd-catalog-release-v0.10-presubmits.yaml b/ci-operator/jobs/openshift/tektoncd-catalog/openshift-tektoncd-catalog-release-v0.10-presubmits.yaml index 8b7880020717..0b605c089254 100644 --- a/ci-operator/jobs/openshift/tektoncd-catalog/openshift-tektoncd-catalog-release-v0.10-presubmits.yaml +++ b/ci-operator/jobs/openshift/tektoncd-catalog/openshift-tektoncd-catalog-release-v0.10-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-cluster-profile - --target=e2e - --template=/usr/local/e2e @@ -57,6 +55,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -82,6 +83,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e,?($|\s.*) - agent: kubernetes always_run: true @@ -100,10 +104,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -120,6 +124,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -131,4 +138,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift/tektoncd-catalog/openshift-tektoncd-catalog-release-v0.11-postsubmits.yaml b/ci-operator/jobs/openshift/tektoncd-catalog/openshift-tektoncd-catalog-release-v0.11-postsubmits.yaml index cf685ff8804b..3c9f06aaff4f 100644 --- a/ci-operator/jobs/openshift/tektoncd-catalog/openshift-tektoncd-catalog-release-v0.11-postsubmits.yaml +++ b/ci-operator/jobs/openshift/tektoncd-catalog/openshift-tektoncd-catalog-release-v0.11-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-tektoncd-catalog-release-v0.11-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/tektoncd-catalog/openshift-tektoncd-catalog-release-v0.11-presubmits.yaml b/ci-operator/jobs/openshift/tektoncd-catalog/openshift-tektoncd-catalog-release-v0.11-presubmits.yaml index ae7614d0a29b..85ddbfb60525 100644 --- a/ci-operator/jobs/openshift/tektoncd-catalog/openshift-tektoncd-catalog-release-v0.11-presubmits.yaml +++ b/ci-operator/jobs/openshift/tektoncd-catalog/openshift-tektoncd-catalog-release-v0.11-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-cluster-profile - --target=e2e - --template=/usr/local/e2e @@ -57,6 +55,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -82,6 +83,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e,?($|\s.*) - agent: kubernetes always_run: true @@ -100,10 +104,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -120,6 +124,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -131,4 +138,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift/tektoncd-catalog/openshift-tektoncd-catalog-release-v0.9-postsubmits.yaml b/ci-operator/jobs/openshift/tektoncd-catalog/openshift-tektoncd-catalog-release-v0.9-postsubmits.yaml index 50377bfbbc6f..e30307e6169a 100644 --- a/ci-operator/jobs/openshift/tektoncd-catalog/openshift-tektoncd-catalog-release-v0.9-postsubmits.yaml +++ b/ci-operator/jobs/openshift/tektoncd-catalog/openshift-tektoncd-catalog-release-v0.9-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-tektoncd-catalog-release-v0.9-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/tektoncd-catalog/openshift-tektoncd-catalog-release-v0.9-presubmits.yaml b/ci-operator/jobs/openshift/tektoncd-catalog/openshift-tektoncd-catalog-release-v0.9-presubmits.yaml index 9a303958699b..2292ccbb68fe 100644 --- a/ci-operator/jobs/openshift/tektoncd-catalog/openshift-tektoncd-catalog-release-v0.9-presubmits.yaml +++ b/ci-operator/jobs/openshift/tektoncd-catalog/openshift-tektoncd-catalog-release-v0.9-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-cluster-profile - --target=e2e - --template=/usr/local/e2e @@ -57,6 +55,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -82,6 +83,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e,?($|\s.*) - agent: kubernetes always_run: true @@ -100,10 +104,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -120,6 +124,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -131,4 +138,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift/tektoncd-cli/openshift-tektoncd-cli-release-next-presubmits.yaml b/ci-operator/jobs/openshift/tektoncd-cli/openshift-tektoncd-cli-release-next-presubmits.yaml index 0c1e27437b26..08c2f79f4788 100644 --- a/ci-operator/jobs/openshift/tektoncd-cli/openshift-tektoncd-cli-release-next-presubmits.yaml +++ b/ci-operator/jobs/openshift/tektoncd-cli/openshift-tektoncd-cli-release-next-presubmits.yaml @@ -18,13 +18,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-cluster-profile - --target=e2e - --template=/usr/local/e2e @@ -58,6 +56,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -83,6 +84,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e,?($|\s.*) - agent: kubernetes always_run: true @@ -103,13 +107,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-pipeline-nightly-cluster-profile - --target=e2e-pipeline-nightly - --template=/usr/local/e2e-pipeline-nightly @@ -144,6 +146,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -169,4 +174,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )variant-e2e-pipeline-nightly,?($|\s.*) diff --git a/ci-operator/jobs/openshift/tektoncd-pipeline-operator/openshift-tektoncd-pipeline-operator-master-postsubmits.yaml b/ci-operator/jobs/openshift/tektoncd-pipeline-operator/openshift-tektoncd-pipeline-operator-master-postsubmits.yaml index 17b83d6b68d1..a9a7d0d7d53f 100644 --- a/ci-operator/jobs/openshift/tektoncd-pipeline-operator/openshift-tektoncd-pipeline-operator-master-postsubmits.yaml +++ b/ci-operator/jobs/openshift/tektoncd-pipeline-operator/openshift-tektoncd-pipeline-operator-master-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-tektoncd-pipeline-operator-master-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/tektoncd-pipeline-operator/openshift-tektoncd-pipeline-operator-master-presubmits.yaml b/ci-operator/jobs/openshift/tektoncd-pipeline-operator/openshift-tektoncd-pipeline-operator-master-presubmits.yaml index 1ab2b89f3d1a..357a04212823 100644 --- a/ci-operator/jobs/openshift/tektoncd-pipeline-operator/openshift-tektoncd-pipeline-operator-master-presubmits.yaml +++ b/ci-operator/jobs/openshift/tektoncd-pipeline-operator/openshift-tektoncd-pipeline-operator-master-presubmits.yaml @@ -17,10 +17,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=csv command: - ci-operator @@ -37,6 +37,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -48,6 +51,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )csv,?($|\s.*) - agent: kubernetes always_run: true @@ -66,13 +72,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-cluster-profile - --target=e2e - --template=/usr/local/e2e @@ -106,6 +110,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -131,6 +138,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e,?($|\s.*) - agent: kubernetes always_run: true @@ -149,10 +159,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -169,6 +179,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -180,6 +193,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -198,10 +214,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=lint command: - ci-operator @@ -218,6 +234,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -229,6 +248,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )lint,?($|\s.*) - agent: kubernetes always_run: true @@ -247,10 +269,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -267,6 +289,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -278,4 +303,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift/tektoncd-pipeline-operator/openshift-tektoncd-pipeline-operator-release-next-postsubmits.yaml b/ci-operator/jobs/openshift/tektoncd-pipeline-operator/openshift-tektoncd-pipeline-operator-release-next-postsubmits.yaml index 22fb747df277..fad338ffd8d4 100644 --- a/ci-operator/jobs/openshift/tektoncd-pipeline-operator/openshift-tektoncd-pipeline-operator-release-next-postsubmits.yaml +++ b/ci-operator/jobs/openshift/tektoncd-pipeline-operator/openshift-tektoncd-pipeline-operator-release-next-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-tektoncd-pipeline-operator-release-next-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/tektoncd-pipeline-operator/openshift-tektoncd-pipeline-operator-release-next-presubmits.yaml b/ci-operator/jobs/openshift/tektoncd-pipeline-operator/openshift-tektoncd-pipeline-operator-release-next-presubmits.yaml index e539de791210..1ab3f4bae1ac 100644 --- a/ci-operator/jobs/openshift/tektoncd-pipeline-operator/openshift-tektoncd-pipeline-operator-release-next-presubmits.yaml +++ b/ci-operator/jobs/openshift/tektoncd-pipeline-operator/openshift-tektoncd-pipeline-operator-release-next-presubmits.yaml @@ -17,10 +17,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=csv command: - ci-operator @@ -37,6 +37,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -48,6 +51,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )csv,?($|\s.*) - agent: kubernetes always_run: true @@ -66,13 +72,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-cluster-profile - --target=e2e - --template=/usr/local/e2e @@ -106,6 +110,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -131,6 +138,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e,?($|\s.*) - agent: kubernetes always_run: true @@ -149,10 +159,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -169,6 +179,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -180,6 +193,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -198,10 +214,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=lint command: - ci-operator @@ -218,6 +234,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -229,6 +248,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )lint,?($|\s.*) - agent: kubernetes always_run: true @@ -247,10 +269,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -267,6 +289,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -278,4 +303,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift/tektoncd-pipeline-operator/openshift-tektoncd-pipeline-operator-v0.11.x-postsubmits.yaml b/ci-operator/jobs/openshift/tektoncd-pipeline-operator/openshift-tektoncd-pipeline-operator-v0.11.x-postsubmits.yaml index 5650b81aa2c7..f95f19562fb5 100644 --- a/ci-operator/jobs/openshift/tektoncd-pipeline-operator/openshift-tektoncd-pipeline-operator-v0.11.x-postsubmits.yaml +++ b/ci-operator/jobs/openshift/tektoncd-pipeline-operator/openshift-tektoncd-pipeline-operator-v0.11.x-postsubmits.yaml @@ -8,17 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-tektoncd-pipeline-operator-v0.11.x-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -35,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -46,6 +50,9 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator - agent: kubernetes branches: - ^v0\.11\.x$ @@ -54,6 +61,7 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" ci-operator.openshift.io/variant: variant max_concurrency: 1 @@ -61,11 +69,11 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --variant=variant command: @@ -83,6 +91,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -94,3 +105,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/tektoncd-pipeline-operator/openshift-tektoncd-pipeline-operator-v0.11.x-presubmits.yaml b/ci-operator/jobs/openshift/tektoncd-pipeline-operator/openshift-tektoncd-pipeline-operator-v0.11.x-presubmits.yaml index f6abde9ca0c8..1512f990a314 100644 --- a/ci-operator/jobs/openshift/tektoncd-pipeline-operator/openshift-tektoncd-pipeline-operator-v0.11.x-presubmits.yaml +++ b/ci-operator/jobs/openshift/tektoncd-pipeline-operator/openshift-tektoncd-pipeline-operator-v0.11.x-presubmits.yaml @@ -17,10 +17,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=csv command: - ci-operator @@ -37,6 +37,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -48,6 +51,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )csv,?($|\s.*) - agent: kubernetes always_run: true @@ -66,13 +72,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-cluster-profile - --target=e2e - --template=/usr/local/e2e @@ -106,6 +110,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -131,6 +138,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e,?($|\s.*) - agent: kubernetes always_run: true @@ -149,10 +159,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -169,6 +179,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -180,6 +193,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -198,10 +214,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=lint command: - ci-operator @@ -218,6 +234,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -229,6 +248,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )lint,?($|\s.*) - agent: kubernetes always_run: true @@ -247,10 +269,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -267,6 +289,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -278,6 +303,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -297,10 +325,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=csv - --variant=variant command: @@ -318,6 +346,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -329,6 +360,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )variant-csv,?($|\s.*) - agent: kubernetes always_run: true @@ -348,13 +382,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-cluster-profile - --target=e2e - --template=/usr/local/e2e @@ -389,6 +421,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -414,6 +449,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )variant-e2e,?($|\s.*) - agent: kubernetes always_run: true @@ -433,10 +471,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --variant=variant command: @@ -454,6 +492,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -465,6 +506,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )variant-images,?($|\s.*) - agent: kubernetes always_run: true @@ -484,10 +528,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=lint - --variant=variant command: @@ -505,6 +549,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -516,6 +563,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )variant-lint,?($|\s.*) - agent: kubernetes always_run: true @@ -535,10 +585,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit - --variant=variant command: @@ -556,6 +606,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -567,4 +620,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )variant-unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift/tektoncd-pipeline/openshift-tektoncd-pipeline-release-next-postsubmits.yaml b/ci-operator/jobs/openshift/tektoncd-pipeline/openshift-tektoncd-pipeline-release-next-postsubmits.yaml index 9486aa84a7e3..4d52c3e2926c 100644 --- a/ci-operator/jobs/openshift/tektoncd-pipeline/openshift-tektoncd-pipeline-release-next-postsubmits.yaml +++ b/ci-operator/jobs/openshift/tektoncd-pipeline/openshift-tektoncd-pipeline-release-next-postsubmits.yaml @@ -8,17 +8,19 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-tektoncd-pipeline-release-next-images path_alias: github.com/tektoncd/pipeline spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -35,6 +37,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -46,6 +51,9 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator - agent: kubernetes branches: - ^release-next$ @@ -54,18 +62,20 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" ci-operator.openshift.io/variant: variant + max_concurrency: 1 name: branch-ci-openshift-tektoncd-pipeline-release-next-variant-images path_alias: github.com/tektoncd/pipeline spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --variant=variant command: @@ -83,6 +93,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -94,3 +107,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/tektoncd-pipeline/openshift-tektoncd-pipeline-release-next-presubmits.yaml b/ci-operator/jobs/openshift/tektoncd-pipeline/openshift-tektoncd-pipeline-release-next-presubmits.yaml index ee14156b1711..7b47d97c432d 100644 --- a/ci-operator/jobs/openshift/tektoncd-pipeline/openshift-tektoncd-pipeline-release-next-presubmits.yaml +++ b/ci-operator/jobs/openshift/tektoncd-pipeline/openshift-tektoncd-pipeline-release-next-presubmits.yaml @@ -18,13 +18,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-cluster-profile - --target=e2e - --template=/usr/local/e2e @@ -58,6 +56,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -83,6 +84,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e,?($|\s.*) - agent: kubernetes always_run: true @@ -102,10 +106,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -122,6 +126,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -133,6 +140,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -153,13 +163,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-cluster-profile - --target=e2e - --template=/usr/local/e2e @@ -194,6 +202,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -219,6 +230,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )variant-e2e,?($|\s.*) - agent: kubernetes always_run: true @@ -239,10 +253,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --variant=variant command: @@ -260,6 +274,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -271,4 +288,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )variant-images,?($|\s.*) diff --git a/ci-operator/jobs/openshift/tektoncd-pipeline/openshift-tektoncd-pipeline-release-v0.10.0-postsubmits.yaml b/ci-operator/jobs/openshift/tektoncd-pipeline/openshift-tektoncd-pipeline-release-v0.10.0-postsubmits.yaml index 660883bb3b02..7648b74cab4b 100644 --- a/ci-operator/jobs/openshift/tektoncd-pipeline/openshift-tektoncd-pipeline-release-v0.10.0-postsubmits.yaml +++ b/ci-operator/jobs/openshift/tektoncd-pipeline/openshift-tektoncd-pipeline-release-v0.10.0-postsubmits.yaml @@ -8,17 +8,19 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-tektoncd-pipeline-release-v0.10.0-images path_alias: github.com/tektoncd/pipeline spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -35,6 +37,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -46,6 +51,9 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator - agent: kubernetes branches: - ^release-v0\.10\.0$ @@ -54,18 +62,20 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" ci-operator.openshift.io/variant: variant + max_concurrency: 1 name: branch-ci-openshift-tektoncd-pipeline-release-v0.10.0-variant-images path_alias: github.com/tektoncd/pipeline spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --variant=variant command: @@ -83,6 +93,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -94,3 +107,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/tektoncd-pipeline/openshift-tektoncd-pipeline-release-v0.10.0-presubmits.yaml b/ci-operator/jobs/openshift/tektoncd-pipeline/openshift-tektoncd-pipeline-release-v0.10.0-presubmits.yaml index a951434a56e7..8ccc140cd34e 100644 --- a/ci-operator/jobs/openshift/tektoncd-pipeline/openshift-tektoncd-pipeline-release-v0.10.0-presubmits.yaml +++ b/ci-operator/jobs/openshift/tektoncd-pipeline/openshift-tektoncd-pipeline-release-v0.10.0-presubmits.yaml @@ -18,13 +18,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-ocp-42-cluster-profile - --target=e2e-aws-ocp-42 - --template=/usr/local/e2e-aws-ocp-42 @@ -58,6 +56,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -83,6 +84,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-ocp-42,?($|\s.*) - agent: kubernetes always_run: true @@ -102,10 +106,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -122,6 +126,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -133,6 +140,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -153,13 +163,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-ocp-43-cluster-profile - --target=e2e-aws-ocp-43 - --template=/usr/local/e2e-aws-ocp-43 @@ -194,6 +202,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -219,6 +230,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )variant-e2e-aws-ocp-43,?($|\s.*) - agent: kubernetes always_run: true @@ -239,10 +253,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --variant=variant command: @@ -260,6 +274,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -271,4 +288,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )variant-images,?($|\s.*) diff --git a/ci-operator/jobs/openshift/tektoncd-pipeline/openshift-tektoncd-pipeline-release-v0.10.1-postsubmits.yaml b/ci-operator/jobs/openshift/tektoncd-pipeline/openshift-tektoncd-pipeline-release-v0.10.1-postsubmits.yaml index e8fa43252698..47fc2fc860f9 100644 --- a/ci-operator/jobs/openshift/tektoncd-pipeline/openshift-tektoncd-pipeline-release-v0.10.1-postsubmits.yaml +++ b/ci-operator/jobs/openshift/tektoncd-pipeline/openshift-tektoncd-pipeline-release-v0.10.1-postsubmits.yaml @@ -8,17 +8,19 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-tektoncd-pipeline-release-v0.10.1-images path_alias: github.com/tektoncd/pipeline spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -35,6 +37,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -46,6 +51,9 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator - agent: kubernetes branches: - ^release-v0\.10\.1$ @@ -54,18 +62,20 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" ci-operator.openshift.io/variant: variant + max_concurrency: 1 name: branch-ci-openshift-tektoncd-pipeline-release-v0.10.1-variant-images path_alias: github.com/tektoncd/pipeline spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --variant=variant command: @@ -83,6 +93,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -94,3 +107,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/tektoncd-pipeline/openshift-tektoncd-pipeline-release-v0.10.1-presubmits.yaml b/ci-operator/jobs/openshift/tektoncd-pipeline/openshift-tektoncd-pipeline-release-v0.10.1-presubmits.yaml index bb05bcac382e..b5977e4f2d23 100644 --- a/ci-operator/jobs/openshift/tektoncd-pipeline/openshift-tektoncd-pipeline-release-v0.10.1-presubmits.yaml +++ b/ci-operator/jobs/openshift/tektoncd-pipeline/openshift-tektoncd-pipeline-release-v0.10.1-presubmits.yaml @@ -18,13 +18,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-ocp-42-cluster-profile - --target=e2e-aws-ocp-42 - --template=/usr/local/e2e-aws-ocp-42 @@ -58,6 +56,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -83,6 +84,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-ocp-42,?($|\s.*) - agent: kubernetes always_run: true @@ -102,10 +106,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -122,6 +126,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -133,6 +140,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -153,13 +163,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-ocp-43-cluster-profile - --target=e2e-aws-ocp-43 - --template=/usr/local/e2e-aws-ocp-43 @@ -194,6 +202,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -219,6 +230,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )variant-e2e-aws-ocp-43,?($|\s.*) - agent: kubernetes always_run: true @@ -239,10 +253,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --variant=variant command: @@ -260,6 +274,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -271,4 +288,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )variant-images,?($|\s.*) diff --git a/ci-operator/jobs/openshift/tektoncd-pipeline/openshift-tektoncd-pipeline-release-v0.11.0-postsubmits.yaml b/ci-operator/jobs/openshift/tektoncd-pipeline/openshift-tektoncd-pipeline-release-v0.11.0-postsubmits.yaml index 391eb87bfa58..bf974bba9be4 100644 --- a/ci-operator/jobs/openshift/tektoncd-pipeline/openshift-tektoncd-pipeline-release-v0.11.0-postsubmits.yaml +++ b/ci-operator/jobs/openshift/tektoncd-pipeline/openshift-tektoncd-pipeline-release-v0.11.0-postsubmits.yaml @@ -8,6 +8,7 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-tektoncd-pipeline-release-v0.11.0-images @@ -15,11 +16,11 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -36,6 +37,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -47,6 +51,9 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator - agent: kubernetes branches: - ^release-v0\.11\.0$ @@ -55,6 +62,7 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" ci-operator.openshift.io/variant: variant max_concurrency: 1 @@ -63,11 +71,11 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --variant=variant command: @@ -85,6 +93,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -96,3 +107,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/tektoncd-pipeline/openshift-tektoncd-pipeline-release-v0.11.0-presubmits.yaml b/ci-operator/jobs/openshift/tektoncd-pipeline/openshift-tektoncd-pipeline-release-v0.11.0-presubmits.yaml index b0a50e841534..323067d2d2a2 100644 --- a/ci-operator/jobs/openshift/tektoncd-pipeline/openshift-tektoncd-pipeline-release-v0.11.0-presubmits.yaml +++ b/ci-operator/jobs/openshift/tektoncd-pipeline/openshift-tektoncd-pipeline-release-v0.11.0-presubmits.yaml @@ -18,13 +18,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-ocp-current-cluster-profile - --target=e2e-ocp-current - --template=/usr/local/e2e-ocp-current @@ -58,6 +56,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -83,6 +84,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-ocp-current,?($|\s.*) - agent: kubernetes always_run: true @@ -102,10 +106,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -122,6 +126,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -133,6 +140,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -153,13 +163,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-ocp-next-cluster-profile - --target=e2e-ocp-next - --template=/usr/local/e2e-ocp-next @@ -194,6 +202,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -219,6 +230,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )variant-e2e-ocp-next,?($|\s.*) - agent: kubernetes always_run: true @@ -239,10 +253,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --variant=variant command: @@ -260,6 +274,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -271,4 +288,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )variant-images,?($|\s.*) diff --git a/ci-operator/jobs/openshift/tektoncd-pipeline/openshift-tektoncd-pipeline-release-v0.11.0-rc2-postsubmits.yaml b/ci-operator/jobs/openshift/tektoncd-pipeline/openshift-tektoncd-pipeline-release-v0.11.0-rc2-postsubmits.yaml index 7348419d441e..8cf2d2845b9e 100644 --- a/ci-operator/jobs/openshift/tektoncd-pipeline/openshift-tektoncd-pipeline-release-v0.11.0-rc2-postsubmits.yaml +++ b/ci-operator/jobs/openshift/tektoncd-pipeline/openshift-tektoncd-pipeline-release-v0.11.0-rc2-postsubmits.yaml @@ -8,6 +8,7 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-tektoncd-pipeline-release-v0.11.0-rc2-images @@ -15,11 +16,11 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -36,6 +37,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -47,6 +51,9 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator - agent: kubernetes branches: - ^release-v0\.11\.0-rc2$ @@ -55,6 +62,7 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" ci-operator.openshift.io/variant: variant max_concurrency: 1 @@ -63,11 +71,11 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --variant=variant command: @@ -85,6 +93,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -96,3 +107,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/tektoncd-pipeline/openshift-tektoncd-pipeline-release-v0.11.0-rc2-presubmits.yaml b/ci-operator/jobs/openshift/tektoncd-pipeline/openshift-tektoncd-pipeline-release-v0.11.0-rc2-presubmits.yaml index 17d720d479f2..51513bdec4e7 100644 --- a/ci-operator/jobs/openshift/tektoncd-pipeline/openshift-tektoncd-pipeline-release-v0.11.0-rc2-presubmits.yaml +++ b/ci-operator/jobs/openshift/tektoncd-pipeline/openshift-tektoncd-pipeline-release-v0.11.0-rc2-presubmits.yaml @@ -18,13 +18,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-cluster-profile - --target=e2e - --template=/usr/local/e2e @@ -58,6 +56,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -83,6 +84,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e,?($|\s.*) - agent: kubernetes always_run: true @@ -102,10 +106,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -122,6 +126,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -133,6 +140,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -153,10 +163,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --variant=variant command: @@ -174,6 +184,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -185,6 +198,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )variant-images,?($|\s.*) - agent: kubernetes always_run: true @@ -205,13 +221,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/variant-e2e-cluster-profile - --target=variant-e2e - --template=/usr/local/variant-e2e @@ -246,6 +260,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -271,4 +288,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )variant-variant-e2e,?($|\s.*) diff --git a/ci-operator/jobs/openshift/tektoncd-pipeline/openshift-tektoncd-pipeline-release-v0.11.0-rc3-postsubmits.yaml b/ci-operator/jobs/openshift/tektoncd-pipeline/openshift-tektoncd-pipeline-release-v0.11.0-rc3-postsubmits.yaml index a2f9abc95472..93f0c2a315b5 100644 --- a/ci-operator/jobs/openshift/tektoncd-pipeline/openshift-tektoncd-pipeline-release-v0.11.0-rc3-postsubmits.yaml +++ b/ci-operator/jobs/openshift/tektoncd-pipeline/openshift-tektoncd-pipeline-release-v0.11.0-rc3-postsubmits.yaml @@ -8,17 +8,19 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-tektoncd-pipeline-release-v0.11.0-rc3-images path_alias: github.com/tektoncd/pipeline spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -35,6 +37,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -46,6 +51,9 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator - agent: kubernetes branches: - ^release-v0\.11\.0-rc3$ @@ -54,18 +62,20 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" ci-operator.openshift.io/variant: variant + max_concurrency: 1 name: branch-ci-openshift-tektoncd-pipeline-release-v0.11.0-rc3-variant-images path_alias: github.com/tektoncd/pipeline spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --variant=variant command: @@ -83,6 +93,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -94,3 +107,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/tektoncd-pipeline/openshift-tektoncd-pipeline-release-v0.11.0-rc3-presubmits.yaml b/ci-operator/jobs/openshift/tektoncd-pipeline/openshift-tektoncd-pipeline-release-v0.11.0-rc3-presubmits.yaml index 6166370079fb..d6e59b486b58 100644 --- a/ci-operator/jobs/openshift/tektoncd-pipeline/openshift-tektoncd-pipeline-release-v0.11.0-rc3-presubmits.yaml +++ b/ci-operator/jobs/openshift/tektoncd-pipeline/openshift-tektoncd-pipeline-release-v0.11.0-rc3-presubmits.yaml @@ -18,13 +18,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-cluster-profile - --target=e2e - --template=/usr/local/e2e @@ -58,6 +56,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -83,6 +84,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e,?($|\s.*) - agent: kubernetes always_run: true @@ -102,10 +106,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -122,6 +126,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -133,6 +140,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -153,13 +163,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-cluster-profile - --target=e2e - --template=/usr/local/e2e @@ -194,6 +202,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -219,6 +230,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )variant-e2e,?($|\s.*) - agent: kubernetes always_run: true @@ -239,10 +253,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --variant=variant command: @@ -260,6 +274,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -271,4 +288,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )variant-images,?($|\s.*) diff --git a/ci-operator/jobs/openshift/tektoncd-pipeline/openshift-tektoncd-pipeline-release-v0.11.1-postsubmits.yaml b/ci-operator/jobs/openshift/tektoncd-pipeline/openshift-tektoncd-pipeline-release-v0.11.1-postsubmits.yaml index c821cf11324c..654b2c12749a 100644 --- a/ci-operator/jobs/openshift/tektoncd-pipeline/openshift-tektoncd-pipeline-release-v0.11.1-postsubmits.yaml +++ b/ci-operator/jobs/openshift/tektoncd-pipeline/openshift-tektoncd-pipeline-release-v0.11.1-postsubmits.yaml @@ -8,6 +8,7 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-tektoncd-pipeline-release-v0.11.1-images @@ -15,11 +16,11 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -36,6 +37,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -47,6 +51,9 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator - agent: kubernetes branches: - ^release-v0\.11\.1$ @@ -55,6 +62,7 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" ci-operator.openshift.io/variant: variant max_concurrency: 1 @@ -63,11 +71,11 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --variant=variant command: @@ -85,6 +93,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -96,3 +107,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/tektoncd-pipeline/openshift-tektoncd-pipeline-release-v0.11.1-presubmits.yaml b/ci-operator/jobs/openshift/tektoncd-pipeline/openshift-tektoncd-pipeline-release-v0.11.1-presubmits.yaml index 8ff171147f50..34cd5960a7d5 100644 --- a/ci-operator/jobs/openshift/tektoncd-pipeline/openshift-tektoncd-pipeline-release-v0.11.1-presubmits.yaml +++ b/ci-operator/jobs/openshift/tektoncd-pipeline/openshift-tektoncd-pipeline-release-v0.11.1-presubmits.yaml @@ -18,13 +18,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-ocp-current-cluster-profile - --target=e2e-ocp-current - --template=/usr/local/e2e-ocp-current @@ -58,6 +56,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -83,6 +84,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-ocp-current,?($|\s.*) - agent: kubernetes always_run: true @@ -102,10 +106,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -122,6 +126,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -133,6 +140,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -153,13 +163,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-ocp-next-cluster-profile - --target=e2e-ocp-next - --template=/usr/local/e2e-ocp-next @@ -194,6 +202,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -219,6 +230,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )variant-e2e-ocp-next,?($|\s.*) - agent: kubernetes always_run: true @@ -239,10 +253,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --variant=variant command: @@ -260,6 +274,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -271,4 +288,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )variant-images,?($|\s.*) diff --git a/ci-operator/jobs/openshift/tektoncd-pipeline/openshift-tektoncd-pipeline-release-v0.11.3-postsubmits.yaml b/ci-operator/jobs/openshift/tektoncd-pipeline/openshift-tektoncd-pipeline-release-v0.11.3-postsubmits.yaml index dbf8a288f8d0..8e69ecc92c05 100644 --- a/ci-operator/jobs/openshift/tektoncd-pipeline/openshift-tektoncd-pipeline-release-v0.11.3-postsubmits.yaml +++ b/ci-operator/jobs/openshift/tektoncd-pipeline/openshift-tektoncd-pipeline-release-v0.11.3-postsubmits.yaml @@ -8,17 +8,19 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-tektoncd-pipeline-release-v0.11.3-images path_alias: github.com/tektoncd/pipeline spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -35,6 +37,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -46,6 +51,9 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator - agent: kubernetes branches: - ^release-v0\.11\.3$ @@ -54,18 +62,20 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" ci-operator.openshift.io/variant: variant + max_concurrency: 1 name: branch-ci-openshift-tektoncd-pipeline-release-v0.11.3-variant-images path_alias: github.com/tektoncd/pipeline spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --variant=variant command: @@ -83,6 +93,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -94,3 +107,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/tektoncd-pipeline/openshift-tektoncd-pipeline-release-v0.11.3-presubmits.yaml b/ci-operator/jobs/openshift/tektoncd-pipeline/openshift-tektoncd-pipeline-release-v0.11.3-presubmits.yaml index 8f709a019de5..0fe4471f879e 100644 --- a/ci-operator/jobs/openshift/tektoncd-pipeline/openshift-tektoncd-pipeline-release-v0.11.3-presubmits.yaml +++ b/ci-operator/jobs/openshift/tektoncd-pipeline/openshift-tektoncd-pipeline-release-v0.11.3-presubmits.yaml @@ -18,13 +18,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-cluster-profile - --target=e2e - --template=/usr/local/e2e @@ -58,6 +56,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -83,6 +84,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e,?($|\s.*) - agent: kubernetes always_run: true @@ -102,10 +106,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -122,6 +126,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -133,6 +140,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -153,13 +163,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-cluster-profile - --target=e2e - --template=/usr/local/e2e @@ -194,6 +202,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -219,6 +230,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )variant-e2e,?($|\s.*) - agent: kubernetes always_run: true @@ -239,10 +253,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --variant=variant command: @@ -260,6 +274,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -271,4 +288,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )variant-images,?($|\s.*) diff --git a/ci-operator/jobs/openshift/tektoncd-pipeline/openshift-tektoncd-pipeline-release-v0.2.0-postsubmits.yaml b/ci-operator/jobs/openshift/tektoncd-pipeline/openshift-tektoncd-pipeline-release-v0.2.0-postsubmits.yaml index 746025eac777..45ec5a144198 100644 --- a/ci-operator/jobs/openshift/tektoncd-pipeline/openshift-tektoncd-pipeline-release-v0.2.0-postsubmits.yaml +++ b/ci-operator/jobs/openshift/tektoncd-pipeline/openshift-tektoncd-pipeline-release-v0.2.0-postsubmits.yaml @@ -8,17 +8,19 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-tektoncd-pipeline-release-v0.2.0-images path_alias: github.com/tektoncd/pipeline spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -35,6 +37,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -46,3 +51,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/tektoncd-pipeline/openshift-tektoncd-pipeline-release-v0.2.0-presubmits.yaml b/ci-operator/jobs/openshift/tektoncd-pipeline/openshift-tektoncd-pipeline-release-v0.2.0-presubmits.yaml index f3fb90b1534e..b7bedaa5ce16 100644 --- a/ci-operator/jobs/openshift/tektoncd-pipeline/openshift-tektoncd-pipeline-release-v0.2.0-presubmits.yaml +++ b/ci-operator/jobs/openshift/tektoncd-pipeline/openshift-tektoncd-pipeline-release-v0.2.0-presubmits.yaml @@ -18,13 +18,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-cluster-profile - --target=e2e - --template=/usr/local/e2e @@ -58,6 +56,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -83,6 +84,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e,?($|\s.*) - agent: kubernetes always_run: true @@ -102,10 +106,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -122,6 +126,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -133,4 +140,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift/tektoncd-pipeline/openshift-tektoncd-pipeline-release-v0.3.0-postsubmits.yaml b/ci-operator/jobs/openshift/tektoncd-pipeline/openshift-tektoncd-pipeline-release-v0.3.0-postsubmits.yaml index 228d8455814d..aa1b482e722d 100644 --- a/ci-operator/jobs/openshift/tektoncd-pipeline/openshift-tektoncd-pipeline-release-v0.3.0-postsubmits.yaml +++ b/ci-operator/jobs/openshift/tektoncd-pipeline/openshift-tektoncd-pipeline-release-v0.3.0-postsubmits.yaml @@ -8,17 +8,19 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-tektoncd-pipeline-release-v0.3.0-images path_alias: github.com/tektoncd/pipeline spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -35,6 +37,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -46,3 +51,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/tektoncd-pipeline/openshift-tektoncd-pipeline-release-v0.3.0-presubmits.yaml b/ci-operator/jobs/openshift/tektoncd-pipeline/openshift-tektoncd-pipeline-release-v0.3.0-presubmits.yaml index b08e86b5a86b..9a6b05edfde8 100644 --- a/ci-operator/jobs/openshift/tektoncd-pipeline/openshift-tektoncd-pipeline-release-v0.3.0-presubmits.yaml +++ b/ci-operator/jobs/openshift/tektoncd-pipeline/openshift-tektoncd-pipeline-release-v0.3.0-presubmits.yaml @@ -18,13 +18,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-cluster-profile - --target=e2e - --template=/usr/local/e2e @@ -58,6 +56,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -83,6 +84,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e,?($|\s.*) - agent: kubernetes always_run: true @@ -102,10 +106,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -122,6 +126,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -133,4 +140,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift/tektoncd-pipeline/openshift-tektoncd-pipeline-release-v0.3.1-postsubmits.yaml b/ci-operator/jobs/openshift/tektoncd-pipeline/openshift-tektoncd-pipeline-release-v0.3.1-postsubmits.yaml index a8436f9dc530..29fba61ed5d0 100644 --- a/ci-operator/jobs/openshift/tektoncd-pipeline/openshift-tektoncd-pipeline-release-v0.3.1-postsubmits.yaml +++ b/ci-operator/jobs/openshift/tektoncd-pipeline/openshift-tektoncd-pipeline-release-v0.3.1-postsubmits.yaml @@ -8,17 +8,19 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-tektoncd-pipeline-release-v0.3.1-images path_alias: github.com/tektoncd/pipeline spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -35,6 +37,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -46,3 +51,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/tektoncd-pipeline/openshift-tektoncd-pipeline-release-v0.3.1-presubmits.yaml b/ci-operator/jobs/openshift/tektoncd-pipeline/openshift-tektoncd-pipeline-release-v0.3.1-presubmits.yaml index b5e4692bfdcb..24eeb700f59f 100644 --- a/ci-operator/jobs/openshift/tektoncd-pipeline/openshift-tektoncd-pipeline-release-v0.3.1-presubmits.yaml +++ b/ci-operator/jobs/openshift/tektoncd-pipeline/openshift-tektoncd-pipeline-release-v0.3.1-presubmits.yaml @@ -18,13 +18,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-cluster-profile - --target=e2e - --template=/usr/local/e2e @@ -58,6 +56,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -83,6 +84,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e,?($|\s.*) - agent: kubernetes always_run: true @@ -102,10 +106,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -122,6 +126,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -133,4 +140,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift/tektoncd-pipeline/openshift-tektoncd-pipeline-release-v0.4.0-postsubmits.yaml b/ci-operator/jobs/openshift/tektoncd-pipeline/openshift-tektoncd-pipeline-release-v0.4.0-postsubmits.yaml index ef3dfd7d048e..61213248b6fd 100644 --- a/ci-operator/jobs/openshift/tektoncd-pipeline/openshift-tektoncd-pipeline-release-v0.4.0-postsubmits.yaml +++ b/ci-operator/jobs/openshift/tektoncd-pipeline/openshift-tektoncd-pipeline-release-v0.4.0-postsubmits.yaml @@ -8,17 +8,19 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-tektoncd-pipeline-release-v0.4.0-images path_alias: github.com/tektoncd/pipeline spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -35,6 +37,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -46,3 +51,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/tektoncd-pipeline/openshift-tektoncd-pipeline-release-v0.4.0-presubmits.yaml b/ci-operator/jobs/openshift/tektoncd-pipeline/openshift-tektoncd-pipeline-release-v0.4.0-presubmits.yaml index db123a094e86..b0aac3d6b02c 100644 --- a/ci-operator/jobs/openshift/tektoncd-pipeline/openshift-tektoncd-pipeline-release-v0.4.0-presubmits.yaml +++ b/ci-operator/jobs/openshift/tektoncd-pipeline/openshift-tektoncd-pipeline-release-v0.4.0-presubmits.yaml @@ -18,13 +18,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-cluster-profile - --target=e2e - --template=/usr/local/e2e @@ -58,6 +56,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -83,6 +84,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e,?($|\s.*) - agent: kubernetes always_run: true @@ -102,10 +106,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -122,6 +126,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -133,4 +140,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift/tektoncd-pipeline/openshift-tektoncd-pipeline-release-v0.5.2-postsubmits.yaml b/ci-operator/jobs/openshift/tektoncd-pipeline/openshift-tektoncd-pipeline-release-v0.5.2-postsubmits.yaml index 190160c097cd..dc43e1511ed5 100644 --- a/ci-operator/jobs/openshift/tektoncd-pipeline/openshift-tektoncd-pipeline-release-v0.5.2-postsubmits.yaml +++ b/ci-operator/jobs/openshift/tektoncd-pipeline/openshift-tektoncd-pipeline-release-v0.5.2-postsubmits.yaml @@ -8,17 +8,19 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-tektoncd-pipeline-release-v0.5.2-images path_alias: github.com/tektoncd/pipeline spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -35,6 +37,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -46,3 +51,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/tektoncd-pipeline/openshift-tektoncd-pipeline-release-v0.5.2-presubmits.yaml b/ci-operator/jobs/openshift/tektoncd-pipeline/openshift-tektoncd-pipeline-release-v0.5.2-presubmits.yaml index 751720e43b58..ef16e6cd2390 100644 --- a/ci-operator/jobs/openshift/tektoncd-pipeline/openshift-tektoncd-pipeline-release-v0.5.2-presubmits.yaml +++ b/ci-operator/jobs/openshift/tektoncd-pipeline/openshift-tektoncd-pipeline-release-v0.5.2-presubmits.yaml @@ -18,13 +18,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-cluster-profile - --target=e2e - --template=/usr/local/e2e @@ -58,6 +56,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -83,6 +84,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e,?($|\s.*) - agent: kubernetes always_run: true @@ -102,10 +106,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -122,6 +126,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -133,4 +140,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift/tektoncd-pipeline/openshift-tektoncd-pipeline-release-v0.7.0-postsubmits.yaml b/ci-operator/jobs/openshift/tektoncd-pipeline/openshift-tektoncd-pipeline-release-v0.7.0-postsubmits.yaml index 5df2a8fbdf0f..aade5c62ca4b 100644 --- a/ci-operator/jobs/openshift/tektoncd-pipeline/openshift-tektoncd-pipeline-release-v0.7.0-postsubmits.yaml +++ b/ci-operator/jobs/openshift/tektoncd-pipeline/openshift-tektoncd-pipeline-release-v0.7.0-postsubmits.yaml @@ -8,17 +8,19 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-tektoncd-pipeline-release-v0.7.0-images path_alias: github.com/tektoncd/pipeline spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -35,6 +37,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -46,3 +51,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/tektoncd-pipeline/openshift-tektoncd-pipeline-release-v0.7.0-presubmits.yaml b/ci-operator/jobs/openshift/tektoncd-pipeline/openshift-tektoncd-pipeline-release-v0.7.0-presubmits.yaml index cf5837c4d5f5..6f83ade5fa79 100644 --- a/ci-operator/jobs/openshift/tektoncd-pipeline/openshift-tektoncd-pipeline-release-v0.7.0-presubmits.yaml +++ b/ci-operator/jobs/openshift/tektoncd-pipeline/openshift-tektoncd-pipeline-release-v0.7.0-presubmits.yaml @@ -18,13 +18,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-cluster-profile - --target=e2e - --template=/usr/local/e2e @@ -58,6 +56,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -83,6 +84,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e,?($|\s.*) - agent: kubernetes always_run: true @@ -102,10 +106,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -122,6 +126,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -133,4 +140,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift/tektoncd-pipeline/openshift-tektoncd-pipeline-release-v0.8.0-postsubmits.yaml b/ci-operator/jobs/openshift/tektoncd-pipeline/openshift-tektoncd-pipeline-release-v0.8.0-postsubmits.yaml index ee2ec4871ed1..218ee955306e 100644 --- a/ci-operator/jobs/openshift/tektoncd-pipeline/openshift-tektoncd-pipeline-release-v0.8.0-postsubmits.yaml +++ b/ci-operator/jobs/openshift/tektoncd-pipeline/openshift-tektoncd-pipeline-release-v0.8.0-postsubmits.yaml @@ -8,17 +8,19 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-tektoncd-pipeline-release-v0.8.0-images path_alias: github.com/tektoncd/pipeline spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -35,6 +37,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -46,3 +51,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/tektoncd-pipeline/openshift-tektoncd-pipeline-release-v0.8.0-presubmits.yaml b/ci-operator/jobs/openshift/tektoncd-pipeline/openshift-tektoncd-pipeline-release-v0.8.0-presubmits.yaml index b7eb051aa2e7..1a76902eb937 100644 --- a/ci-operator/jobs/openshift/tektoncd-pipeline/openshift-tektoncd-pipeline-release-v0.8.0-presubmits.yaml +++ b/ci-operator/jobs/openshift/tektoncd-pipeline/openshift-tektoncd-pipeline-release-v0.8.0-presubmits.yaml @@ -18,13 +18,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-cluster-profile - --target=e2e - --template=/usr/local/e2e @@ -58,6 +56,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -83,6 +84,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e,?($|\s.*) - agent: kubernetes always_run: true @@ -102,10 +106,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -122,6 +126,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -133,4 +140,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift/tektoncd-pipeline/openshift-tektoncd-pipeline-release-v0.9.0-postsubmits.yaml b/ci-operator/jobs/openshift/tektoncd-pipeline/openshift-tektoncd-pipeline-release-v0.9.0-postsubmits.yaml index 0a5c95e2b68c..167a3e5dcda8 100644 --- a/ci-operator/jobs/openshift/tektoncd-pipeline/openshift-tektoncd-pipeline-release-v0.9.0-postsubmits.yaml +++ b/ci-operator/jobs/openshift/tektoncd-pipeline/openshift-tektoncd-pipeline-release-v0.9.0-postsubmits.yaml @@ -8,17 +8,19 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-tektoncd-pipeline-release-v0.9.0-images path_alias: github.com/tektoncd/pipeline spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -35,6 +37,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -46,6 +51,9 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator - agent: kubernetes branches: - ^release-v0\.9\.0$ @@ -54,18 +62,20 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" ci-operator.openshift.io/variant: variant + max_concurrency: 1 name: branch-ci-openshift-tektoncd-pipeline-release-v0.9.0-variant-images path_alias: github.com/tektoncd/pipeline spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --variant=variant command: @@ -83,6 +93,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -94,3 +107,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/tektoncd-pipeline/openshift-tektoncd-pipeline-release-v0.9.0-presubmits.yaml b/ci-operator/jobs/openshift/tektoncd-pipeline/openshift-tektoncd-pipeline-release-v0.9.0-presubmits.yaml index cb88a915f6c6..20aa3f52e1b1 100644 --- a/ci-operator/jobs/openshift/tektoncd-pipeline/openshift-tektoncd-pipeline-release-v0.9.0-presubmits.yaml +++ b/ci-operator/jobs/openshift/tektoncd-pipeline/openshift-tektoncd-pipeline-release-v0.9.0-presubmits.yaml @@ -18,13 +18,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-ocp-42-cluster-profile - --target=e2e-aws-ocp-42 - --template=/usr/local/e2e-aws-ocp-42 @@ -58,6 +56,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -83,6 +84,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-ocp-42,?($|\s.*) - agent: kubernetes always_run: true @@ -102,10 +106,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -122,6 +126,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -133,6 +140,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -153,13 +163,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-ocp-43-cluster-profile - --target=e2e-aws-ocp-43 - --template=/usr/local/e2e-aws-ocp-43 @@ -194,6 +202,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -219,6 +230,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )variant-e2e-aws-ocp-43,?($|\s.*) - agent: kubernetes always_run: true @@ -239,10 +253,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --variant=variant command: @@ -260,6 +274,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -271,4 +288,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )variant-images,?($|\s.*) diff --git a/ci-operator/jobs/openshift/tektoncd-pipeline/openshift-tektoncd-pipeline-release-v0.9.1-postsubmits.yaml b/ci-operator/jobs/openshift/tektoncd-pipeline/openshift-tektoncd-pipeline-release-v0.9.1-postsubmits.yaml index f69aa1dbb298..7f0109222107 100644 --- a/ci-operator/jobs/openshift/tektoncd-pipeline/openshift-tektoncd-pipeline-release-v0.9.1-postsubmits.yaml +++ b/ci-operator/jobs/openshift/tektoncd-pipeline/openshift-tektoncd-pipeline-release-v0.9.1-postsubmits.yaml @@ -8,17 +8,19 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-tektoncd-pipeline-release-v0.9.1-images path_alias: github.com/tektoncd/pipeline spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -35,6 +37,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -46,6 +51,9 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator - agent: kubernetes branches: - ^release-v0\.9\.1$ @@ -54,18 +62,20 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" ci-operator.openshift.io/variant: variant + max_concurrency: 1 name: branch-ci-openshift-tektoncd-pipeline-release-v0.9.1-variant-images path_alias: github.com/tektoncd/pipeline spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --variant=variant command: @@ -83,6 +93,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -94,3 +107,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/tektoncd-pipeline/openshift-tektoncd-pipeline-release-v0.9.1-presubmits.yaml b/ci-operator/jobs/openshift/tektoncd-pipeline/openshift-tektoncd-pipeline-release-v0.9.1-presubmits.yaml index 842f3d3a3037..01e7b6960923 100644 --- a/ci-operator/jobs/openshift/tektoncd-pipeline/openshift-tektoncd-pipeline-release-v0.9.1-presubmits.yaml +++ b/ci-operator/jobs/openshift/tektoncd-pipeline/openshift-tektoncd-pipeline-release-v0.9.1-presubmits.yaml @@ -18,13 +18,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-ocp-42-cluster-profile - --target=e2e-aws-ocp-42 - --template=/usr/local/e2e-aws-ocp-42 @@ -58,6 +56,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -83,6 +84,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-ocp-42,?($|\s.*) - agent: kubernetes always_run: true @@ -102,10 +106,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -122,6 +126,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -133,6 +140,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -153,13 +163,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-ocp-43-cluster-profile - --target=e2e-aws-ocp-43 - --template=/usr/local/e2e-aws-ocp-43 @@ -194,6 +202,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -219,6 +230,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )variant-e2e-aws-ocp-43,?($|\s.*) - agent: kubernetes always_run: true @@ -239,10 +253,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --variant=variant command: @@ -260,6 +274,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -271,4 +288,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )variant-images,?($|\s.*) diff --git a/ci-operator/jobs/openshift/tektoncd-pipeline/openshift-tektoncd-pipeline-release-v0.9.2-postsubmits.yaml b/ci-operator/jobs/openshift/tektoncd-pipeline/openshift-tektoncd-pipeline-release-v0.9.2-postsubmits.yaml index f263cdecb8c3..30ecd462b805 100644 --- a/ci-operator/jobs/openshift/tektoncd-pipeline/openshift-tektoncd-pipeline-release-v0.9.2-postsubmits.yaml +++ b/ci-operator/jobs/openshift/tektoncd-pipeline/openshift-tektoncd-pipeline-release-v0.9.2-postsubmits.yaml @@ -8,17 +8,19 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-tektoncd-pipeline-release-v0.9.2-images path_alias: github.com/tektoncd/pipeline spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -35,6 +37,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -46,6 +51,9 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator - agent: kubernetes branches: - ^release-v0\.9\.2$ @@ -54,18 +62,20 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" ci-operator.openshift.io/variant: variant + max_concurrency: 1 name: branch-ci-openshift-tektoncd-pipeline-release-v0.9.2-variant-images path_alias: github.com/tektoncd/pipeline spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --variant=variant command: @@ -83,6 +93,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -94,3 +107,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/tektoncd-pipeline/openshift-tektoncd-pipeline-release-v0.9.2-presubmits.yaml b/ci-operator/jobs/openshift/tektoncd-pipeline/openshift-tektoncd-pipeline-release-v0.9.2-presubmits.yaml index 7e4d416dc80f..51b951b6111d 100644 --- a/ci-operator/jobs/openshift/tektoncd-pipeline/openshift-tektoncd-pipeline-release-v0.9.2-presubmits.yaml +++ b/ci-operator/jobs/openshift/tektoncd-pipeline/openshift-tektoncd-pipeline-release-v0.9.2-presubmits.yaml @@ -18,13 +18,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-ocp-42-cluster-profile - --target=e2e-aws-ocp-42 - --template=/usr/local/e2e-aws-ocp-42 @@ -58,6 +56,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -83,6 +84,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-ocp-42,?($|\s.*) - agent: kubernetes always_run: true @@ -102,10 +106,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -122,6 +126,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -133,6 +140,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -153,13 +163,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-ocp-43-cluster-profile - --target=e2e-aws-ocp-43 - --template=/usr/local/e2e-aws-ocp-43 @@ -194,6 +202,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -219,6 +230,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )variant-e2e-aws-ocp-43,?($|\s.*) - agent: kubernetes always_run: true @@ -239,10 +253,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --variant=variant command: @@ -260,6 +274,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -271,4 +288,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )variant-images,?($|\s.*) diff --git a/ci-operator/jobs/openshift/tektoncd-triggers/openshift-tektoncd-triggers-release-next-postsubmits.yaml b/ci-operator/jobs/openshift/tektoncd-triggers/openshift-tektoncd-triggers-release-next-postsubmits.yaml index 5dfafe4555eb..fbf1fb5390fe 100644 --- a/ci-operator/jobs/openshift/tektoncd-triggers/openshift-tektoncd-triggers-release-next-postsubmits.yaml +++ b/ci-operator/jobs/openshift/tektoncd-triggers/openshift-tektoncd-triggers-release-next-postsubmits.yaml @@ -8,17 +8,19 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-tektoncd-triggers-release-next-images path_alias: github.com/tektoncd/triggers spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -35,6 +37,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -46,3 +51,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/tektoncd-triggers/openshift-tektoncd-triggers-release-next-presubmits.yaml b/ci-operator/jobs/openshift/tektoncd-triggers/openshift-tektoncd-triggers-release-next-presubmits.yaml index 29bb329b9c1d..01ec418cd161 100644 --- a/ci-operator/jobs/openshift/tektoncd-triggers/openshift-tektoncd-triggers-release-next-presubmits.yaml +++ b/ci-operator/jobs/openshift/tektoncd-triggers/openshift-tektoncd-triggers-release-next-presubmits.yaml @@ -18,13 +18,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-cluster-profile - --target=e2e - --template=/usr/local/e2e @@ -58,6 +56,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -83,6 +84,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e,?($|\s.*) - agent: kubernetes always_run: true @@ -102,10 +106,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -122,6 +126,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -133,4 +140,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift/tektoncd-triggers/openshift-tektoncd-triggers-release-v0.1.0-postsubmits.yaml b/ci-operator/jobs/openshift/tektoncd-triggers/openshift-tektoncd-triggers-release-v0.1.0-postsubmits.yaml index c1c3ccc39abf..413c47192e09 100644 --- a/ci-operator/jobs/openshift/tektoncd-triggers/openshift-tektoncd-triggers-release-v0.1.0-postsubmits.yaml +++ b/ci-operator/jobs/openshift/tektoncd-triggers/openshift-tektoncd-triggers-release-v0.1.0-postsubmits.yaml @@ -8,17 +8,19 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-tektoncd-triggers-release-v0.1.0-images path_alias: github.com/tektoncd/triggers spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -35,6 +37,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -46,3 +51,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/tektoncd-triggers/openshift-tektoncd-triggers-release-v0.1.0-presubmits.yaml b/ci-operator/jobs/openshift/tektoncd-triggers/openshift-tektoncd-triggers-release-v0.1.0-presubmits.yaml index fe0fd508c3c8..a505c46032e6 100644 --- a/ci-operator/jobs/openshift/tektoncd-triggers/openshift-tektoncd-triggers-release-v0.1.0-presubmits.yaml +++ b/ci-operator/jobs/openshift/tektoncd-triggers/openshift-tektoncd-triggers-release-v0.1.0-presubmits.yaml @@ -18,13 +18,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-cluster-profile - --target=e2e - --template=/usr/local/e2e @@ -58,6 +56,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -83,6 +84,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e,?($|\s.*) - agent: kubernetes always_run: true @@ -102,10 +106,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -122,6 +126,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -133,4 +140,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift/tektoncd-triggers/openshift-tektoncd-triggers-release-v0.2.1-postsubmits.yaml b/ci-operator/jobs/openshift/tektoncd-triggers/openshift-tektoncd-triggers-release-v0.2.1-postsubmits.yaml index 3d2853e66376..68e4545f7d0d 100644 --- a/ci-operator/jobs/openshift/tektoncd-triggers/openshift-tektoncd-triggers-release-v0.2.1-postsubmits.yaml +++ b/ci-operator/jobs/openshift/tektoncd-triggers/openshift-tektoncd-triggers-release-v0.2.1-postsubmits.yaml @@ -8,17 +8,19 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-tektoncd-triggers-release-v0.2.1-images path_alias: github.com/tektoncd/triggers spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -35,6 +37,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -46,3 +51,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/tektoncd-triggers/openshift-tektoncd-triggers-release-v0.2.1-presubmits.yaml b/ci-operator/jobs/openshift/tektoncd-triggers/openshift-tektoncd-triggers-release-v0.2.1-presubmits.yaml index 00e9f7983caf..314fe42051ae 100644 --- a/ci-operator/jobs/openshift/tektoncd-triggers/openshift-tektoncd-triggers-release-v0.2.1-presubmits.yaml +++ b/ci-operator/jobs/openshift/tektoncd-triggers/openshift-tektoncd-triggers-release-v0.2.1-presubmits.yaml @@ -18,13 +18,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-cluster-profile - --target=e2e - --template=/usr/local/e2e @@ -58,6 +56,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -83,6 +84,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e,?($|\s.*) - agent: kubernetes always_run: true @@ -102,10 +106,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -122,6 +126,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -133,4 +140,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift/tektoncd-triggers/openshift-tektoncd-triggers-release-v0.3.1-postsubmits.yaml b/ci-operator/jobs/openshift/tektoncd-triggers/openshift-tektoncd-triggers-release-v0.3.1-postsubmits.yaml index dccd4725f8f0..b84d34f20387 100644 --- a/ci-operator/jobs/openshift/tektoncd-triggers/openshift-tektoncd-triggers-release-v0.3.1-postsubmits.yaml +++ b/ci-operator/jobs/openshift/tektoncd-triggers/openshift-tektoncd-triggers-release-v0.3.1-postsubmits.yaml @@ -8,17 +8,19 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-tektoncd-triggers-release-v0.3.1-images path_alias: github.com/tektoncd/triggers spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -35,6 +37,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -46,3 +51,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/tektoncd-triggers/openshift-tektoncd-triggers-release-v0.3.1-presubmits.yaml b/ci-operator/jobs/openshift/tektoncd-triggers/openshift-tektoncd-triggers-release-v0.3.1-presubmits.yaml index a163af63199b..058efbe0a064 100644 --- a/ci-operator/jobs/openshift/tektoncd-triggers/openshift-tektoncd-triggers-release-v0.3.1-presubmits.yaml +++ b/ci-operator/jobs/openshift/tektoncd-triggers/openshift-tektoncd-triggers-release-v0.3.1-presubmits.yaml @@ -18,13 +18,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-cluster-profile - --target=e2e - --template=/usr/local/e2e @@ -58,6 +56,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -83,6 +84,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e,?($|\s.*) - agent: kubernetes always_run: true @@ -102,10 +106,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -122,6 +126,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -133,4 +140,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift/tektoncd-triggers/openshift-tektoncd-triggers-release-v0.4.0-postsubmits.yaml b/ci-operator/jobs/openshift/tektoncd-triggers/openshift-tektoncd-triggers-release-v0.4.0-postsubmits.yaml index d9a4673d218d..4a98ab20ffc6 100644 --- a/ci-operator/jobs/openshift/tektoncd-triggers/openshift-tektoncd-triggers-release-v0.4.0-postsubmits.yaml +++ b/ci-operator/jobs/openshift/tektoncd-triggers/openshift-tektoncd-triggers-release-v0.4.0-postsubmits.yaml @@ -8,6 +8,7 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-tektoncd-triggers-release-v0.4.0-images @@ -15,11 +16,11 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -36,6 +37,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -47,3 +51,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/tektoncd-triggers/openshift-tektoncd-triggers-release-v0.4.0-presubmits.yaml b/ci-operator/jobs/openshift/tektoncd-triggers/openshift-tektoncd-triggers-release-v0.4.0-presubmits.yaml index d4684af6ad62..75ca7abc85eb 100644 --- a/ci-operator/jobs/openshift/tektoncd-triggers/openshift-tektoncd-triggers-release-v0.4.0-presubmits.yaml +++ b/ci-operator/jobs/openshift/tektoncd-triggers/openshift-tektoncd-triggers-release-v0.4.0-presubmits.yaml @@ -18,13 +18,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-cluster-profile - --target=e2e - --template=/usr/local/e2e @@ -58,6 +56,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -83,6 +84,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e,?($|\s.*) - agent: kubernetes always_run: true @@ -102,10 +106,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -122,6 +126,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -133,4 +140,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift/tektoncd-triggers/openshift-tektoncd-triggers-release-v0.4.0-rc1-postsubmits.yaml b/ci-operator/jobs/openshift/tektoncd-triggers/openshift-tektoncd-triggers-release-v0.4.0-rc1-postsubmits.yaml index 02f1cd452ae0..44c10bd4ab5e 100644 --- a/ci-operator/jobs/openshift/tektoncd-triggers/openshift-tektoncd-triggers-release-v0.4.0-rc1-postsubmits.yaml +++ b/ci-operator/jobs/openshift/tektoncd-triggers/openshift-tektoncd-triggers-release-v0.4.0-rc1-postsubmits.yaml @@ -8,6 +8,7 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-openshift-tektoncd-triggers-release-v0.4.0-rc1-images @@ -15,11 +16,11 @@ postsubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -36,6 +37,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -47,3 +51,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/tektoncd-triggers/openshift-tektoncd-triggers-release-v0.4.0-rc1-presubmits.yaml b/ci-operator/jobs/openshift/tektoncd-triggers/openshift-tektoncd-triggers-release-v0.4.0-rc1-presubmits.yaml index 0cdbe9c40f49..fd17d62692cf 100644 --- a/ci-operator/jobs/openshift/tektoncd-triggers/openshift-tektoncd-triggers-release-v0.4.0-rc1-presubmits.yaml +++ b/ci-operator/jobs/openshift/tektoncd-triggers/openshift-tektoncd-triggers-release-v0.4.0-rc1-presubmits.yaml @@ -18,13 +18,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-cluster-profile - --target=e2e - --template=/usr/local/e2e @@ -58,6 +56,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -83,6 +84,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e,?($|\s.*) - agent: kubernetes always_run: true @@ -102,10 +106,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -122,6 +126,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -133,4 +140,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift/telemeter/openshift-telemeter-master-postsubmits.yaml b/ci-operator/jobs/openshift/telemeter/openshift-telemeter-master-postsubmits.yaml index efaa1bd06aed..9956889ebe40 100644 --- a/ci-operator/jobs/openshift/telemeter/openshift-telemeter-master-postsubmits.yaml +++ b/ci-operator/jobs/openshift/telemeter/openshift-telemeter-master-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-telemeter-master-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/telemeter/openshift-telemeter-master-presubmits.yaml b/ci-operator/jobs/openshift/telemeter/openshift-telemeter-master-presubmits.yaml index f01d972a806c..c553b2f17df0 100644 --- a/ci-operator/jobs/openshift/telemeter/openshift-telemeter-master-presubmits.yaml +++ b/ci-operator/jobs/openshift/telemeter/openshift-telemeter-master-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/benchmark-cluster-profile - --target=benchmark - --template=/usr/local/benchmark @@ -57,6 +55,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -82,6 +83,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )benchmark,?($|\s.*) - agent: kubernetes always_run: true @@ -100,13 +104,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -129,6 +131,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -151,6 +156,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -169,13 +177,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -198,6 +204,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -220,6 +229,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -238,10 +250,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -259,6 +271,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -270,6 +285,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -288,10 +306,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=integration command: - ci-operator @@ -308,6 +326,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -319,6 +340,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )integration,?($|\s.*) - agent: kubernetes always_run: true @@ -369,10 +393,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -389,6 +413,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -400,6 +427,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -418,10 +448,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=vendor command: - ci-operator @@ -438,6 +468,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -449,4 +482,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )vendor,?($|\s.*) diff --git a/ci-operator/jobs/openshift/telemeter/openshift-telemeter-release-3.11-presubmits.yaml b/ci-operator/jobs/openshift/telemeter/openshift-telemeter-release-3.11-presubmits.yaml index b92d91de3ec6..d3c17e5bd8a6 100644 --- a/ci-operator/jobs/openshift/telemeter/openshift-telemeter-release-3.11-presubmits.yaml +++ b/ci-operator/jobs/openshift/telemeter/openshift-telemeter-release-3.11-presubmits.yaml @@ -17,10 +17,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -37,6 +37,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -48,6 +51,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -66,10 +72,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=integration command: - ci-operator @@ -86,6 +92,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -97,6 +106,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )integration,?($|\s.*) - agent: kubernetes always_run: true @@ -115,10 +127,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -135,6 +147,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -146,4 +161,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift/telemeter/openshift-telemeter-release-4.1-postsubmits.yaml b/ci-operator/jobs/openshift/telemeter/openshift-telemeter-release-4.1-postsubmits.yaml index 51b293db9879..2f12a083b2a1 100644 --- a/ci-operator/jobs/openshift/telemeter/openshift-telemeter-release-4.1-postsubmits.yaml +++ b/ci-operator/jobs/openshift/telemeter/openshift-telemeter-release-4.1-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-telemeter-release-4.1-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/telemeter/openshift-telemeter-release-4.1-presubmits.yaml b/ci-operator/jobs/openshift/telemeter/openshift-telemeter-release-4.1-presubmits.yaml index bca81ac0887b..bf07a808ec83 100644 --- a/ci-operator/jobs/openshift/telemeter/openshift-telemeter-release-4.1-presubmits.yaml +++ b/ci-operator/jobs/openshift/telemeter/openshift-telemeter-release-4.1-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -46,6 +44,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -68,6 +69,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -86,13 +90,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -115,6 +117,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -137,6 +142,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -185,10 +193,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -206,6 +214,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -217,6 +228,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -235,10 +249,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=integration command: - ci-operator @@ -255,6 +269,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -266,6 +283,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )integration,?($|\s.*) - agent: kubernetes always_run: true @@ -316,10 +336,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -336,6 +356,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -347,4 +370,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift/telemeter/openshift-telemeter-release-4.2-postsubmits.yaml b/ci-operator/jobs/openshift/telemeter/openshift-telemeter-release-4.2-postsubmits.yaml index 2eae1b6e9724..1c7b8045bcb8 100644 --- a/ci-operator/jobs/openshift/telemeter/openshift-telemeter-release-4.2-postsubmits.yaml +++ b/ci-operator/jobs/openshift/telemeter/openshift-telemeter-release-4.2-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-telemeter-release-4.2-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/telemeter/openshift-telemeter-release-4.2-presubmits.yaml b/ci-operator/jobs/openshift/telemeter/openshift-telemeter-release-4.2-presubmits.yaml index 892de9f6f3e8..088be81fdd95 100644 --- a/ci-operator/jobs/openshift/telemeter/openshift-telemeter-release-4.2-presubmits.yaml +++ b/ci-operator/jobs/openshift/telemeter/openshift-telemeter-release-4.2-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/benchmark-cluster-profile - --target=benchmark - --template=/usr/local/benchmark @@ -57,6 +55,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -82,6 +83,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )benchmark,?($|\s.*) - agent: kubernetes always_run: true @@ -100,13 +104,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -129,6 +131,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -151,6 +156,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -169,13 +177,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -198,6 +204,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -220,6 +229,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -268,10 +280,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -289,6 +301,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -300,6 +315,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -318,10 +336,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=integration command: - ci-operator @@ -338,6 +356,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -349,6 +370,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )integration,?($|\s.*) - agent: kubernetes always_run: true @@ -399,10 +423,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -419,6 +443,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -430,6 +457,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -448,10 +478,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=vendor command: - ci-operator @@ -468,6 +498,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -479,4 +512,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )vendor,?($|\s.*) diff --git a/ci-operator/jobs/openshift/telemeter/openshift-telemeter-release-4.3-postsubmits.yaml b/ci-operator/jobs/openshift/telemeter/openshift-telemeter-release-4.3-postsubmits.yaml index 7cdde6492ab2..418f8ed1d674 100644 --- a/ci-operator/jobs/openshift/telemeter/openshift-telemeter-release-4.3-postsubmits.yaml +++ b/ci-operator/jobs/openshift/telemeter/openshift-telemeter-release-4.3-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-telemeter-release-4.3-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/telemeter/openshift-telemeter-release-4.3-presubmits.yaml b/ci-operator/jobs/openshift/telemeter/openshift-telemeter-release-4.3-presubmits.yaml index 79501cc62e92..8f9e30917bf5 100644 --- a/ci-operator/jobs/openshift/telemeter/openshift-telemeter-release-4.3-presubmits.yaml +++ b/ci-operator/jobs/openshift/telemeter/openshift-telemeter-release-4.3-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/benchmark-cluster-profile - --target=benchmark - --template=/usr/local/benchmark @@ -57,6 +55,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -82,6 +83,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )benchmark,?($|\s.*) - agent: kubernetes always_run: true @@ -100,13 +104,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -129,6 +131,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -151,6 +156,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -169,13 +177,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -198,6 +204,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -220,6 +229,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -268,10 +280,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -289,6 +301,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -300,6 +315,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -318,10 +336,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=integration command: - ci-operator @@ -338,6 +356,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -349,6 +370,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )integration,?($|\s.*) - agent: kubernetes always_run: true @@ -399,10 +423,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -419,6 +443,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -430,6 +457,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -448,10 +478,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=vendor command: - ci-operator @@ -468,6 +498,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -479,4 +512,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )vendor,?($|\s.*) diff --git a/ci-operator/jobs/openshift/telemeter/openshift-telemeter-release-4.4-postsubmits.yaml b/ci-operator/jobs/openshift/telemeter/openshift-telemeter-release-4.4-postsubmits.yaml index 035e5470e69f..cb39076e5a60 100644 --- a/ci-operator/jobs/openshift/telemeter/openshift-telemeter-release-4.4-postsubmits.yaml +++ b/ci-operator/jobs/openshift/telemeter/openshift-telemeter-release-4.4-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-telemeter-release-4.4-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/telemeter/openshift-telemeter-release-4.4-presubmits.yaml b/ci-operator/jobs/openshift/telemeter/openshift-telemeter-release-4.4-presubmits.yaml index 9bb3d9da6a47..52cfbd6d9cc6 100644 --- a/ci-operator/jobs/openshift/telemeter/openshift-telemeter-release-4.4-presubmits.yaml +++ b/ci-operator/jobs/openshift/telemeter/openshift-telemeter-release-4.4-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/benchmark-cluster-profile - --target=benchmark - --template=/usr/local/benchmark @@ -57,6 +55,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -82,6 +83,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )benchmark,?($|\s.*) - agent: kubernetes always_run: true @@ -100,13 +104,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -129,6 +131,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -151,6 +156,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -169,13 +177,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -198,6 +204,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -220,6 +229,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -238,10 +250,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -259,6 +271,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -270,6 +285,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -288,10 +306,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=integration command: - ci-operator @@ -308,6 +326,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -319,6 +340,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )integration,?($|\s.*) - agent: kubernetes always_run: true @@ -369,10 +393,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -389,6 +413,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -400,6 +427,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -418,10 +448,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=vendor command: - ci-operator @@ -438,6 +468,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -449,4 +482,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )vendor,?($|\s.*) diff --git a/ci-operator/jobs/openshift/telemeter/openshift-telemeter-release-4.5-postsubmits.yaml b/ci-operator/jobs/openshift/telemeter/openshift-telemeter-release-4.5-postsubmits.yaml index e9971fd190ce..10a2401c9c6a 100644 --- a/ci-operator/jobs/openshift/telemeter/openshift-telemeter-release-4.5-postsubmits.yaml +++ b/ci-operator/jobs/openshift/telemeter/openshift-telemeter-release-4.5-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-telemeter-release-4.5-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/telemeter/openshift-telemeter-release-4.5-presubmits.yaml b/ci-operator/jobs/openshift/telemeter/openshift-telemeter-release-4.5-presubmits.yaml index fac5ebd78905..2109ecdc8f92 100644 --- a/ci-operator/jobs/openshift/telemeter/openshift-telemeter-release-4.5-presubmits.yaml +++ b/ci-operator/jobs/openshift/telemeter/openshift-telemeter-release-4.5-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/benchmark-cluster-profile - --target=benchmark - --template=/usr/local/benchmark @@ -57,6 +55,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -82,6 +83,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )benchmark,?($|\s.*) - agent: kubernetes always_run: true @@ -100,13 +104,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -129,6 +131,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -151,6 +156,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -169,13 +177,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -198,6 +204,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -220,6 +229,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -238,10 +250,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -258,6 +270,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -269,6 +284,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -287,10 +305,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=integration command: - ci-operator @@ -307,6 +325,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -318,6 +339,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )integration,?($|\s.*) - agent: kubernetes always_run: true @@ -368,10 +392,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -388,6 +412,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -399,6 +426,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -417,10 +447,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=vendor command: - ci-operator @@ -437,6 +467,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -448,4 +481,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )vendor,?($|\s.*) diff --git a/ci-operator/jobs/openshift/telemeter/openshift-telemeter-release-4.6-postsubmits.yaml b/ci-operator/jobs/openshift/telemeter/openshift-telemeter-release-4.6-postsubmits.yaml index 1011c52f307f..6bd0f33ebf93 100644 --- a/ci-operator/jobs/openshift/telemeter/openshift-telemeter-release-4.6-postsubmits.yaml +++ b/ci-operator/jobs/openshift/telemeter/openshift-telemeter-release-4.6-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-telemeter-release-4.6-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/telemeter/openshift-telemeter-release-4.6-presubmits.yaml b/ci-operator/jobs/openshift/telemeter/openshift-telemeter-release-4.6-presubmits.yaml index eb3d6b62c863..1bc1f3e04005 100644 --- a/ci-operator/jobs/openshift/telemeter/openshift-telemeter-release-4.6-presubmits.yaml +++ b/ci-operator/jobs/openshift/telemeter/openshift-telemeter-release-4.6-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/benchmark-cluster-profile - --target=benchmark - --template=/usr/local/benchmark @@ -57,6 +55,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -82,6 +83,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )benchmark,?($|\s.*) - agent: kubernetes always_run: true @@ -100,13 +104,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -129,6 +131,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -151,6 +156,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -169,13 +177,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -198,6 +204,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -220,6 +229,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -238,10 +250,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -259,6 +271,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -270,6 +285,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -288,10 +306,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=integration command: - ci-operator @@ -308,6 +326,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -319,6 +340,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )integration,?($|\s.*) - agent: kubernetes always_run: true @@ -369,10 +393,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -389,6 +413,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -400,6 +427,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -418,10 +448,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=vendor command: - ci-operator @@ -438,6 +468,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -449,4 +482,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )vendor,?($|\s.*) diff --git a/ci-operator/jobs/openshift/telemeter/openshift-telemeter-release-4.7-postsubmits.yaml b/ci-operator/jobs/openshift/telemeter/openshift-telemeter-release-4.7-postsubmits.yaml index ad6202561880..4860dde2797f 100644 --- a/ci-operator/jobs/openshift/telemeter/openshift-telemeter-release-4.7-postsubmits.yaml +++ b/ci-operator/jobs/openshift/telemeter/openshift-telemeter-release-4.7-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-telemeter-release-4.7-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/telemeter/openshift-telemeter-release-4.7-presubmits.yaml b/ci-operator/jobs/openshift/telemeter/openshift-telemeter-release-4.7-presubmits.yaml index 568b53c59b94..f49d270883a0 100644 --- a/ci-operator/jobs/openshift/telemeter/openshift-telemeter-release-4.7-presubmits.yaml +++ b/ci-operator/jobs/openshift/telemeter/openshift-telemeter-release-4.7-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/benchmark-cluster-profile - --target=benchmark - --template=/usr/local/benchmark @@ -57,6 +55,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -82,6 +83,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )benchmark,?($|\s.*) - agent: kubernetes always_run: true @@ -100,13 +104,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -129,6 +131,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -151,6 +156,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -169,13 +177,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -198,6 +204,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -220,6 +229,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -238,10 +250,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -259,6 +271,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -270,6 +285,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -288,10 +306,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=integration command: - ci-operator @@ -308,6 +326,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -319,6 +340,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )integration,?($|\s.*) - agent: kubernetes always_run: true @@ -369,10 +393,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -389,6 +413,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -400,6 +427,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -418,10 +448,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=vendor command: - ci-operator @@ -438,6 +468,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -449,4 +482,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )vendor,?($|\s.*) diff --git a/ci-operator/jobs/openshift/template-service-broker-operator/openshift-template-service-broker-operator-master-postsubmits.yaml b/ci-operator/jobs/openshift/template-service-broker-operator/openshift-template-service-broker-operator-master-postsubmits.yaml index 16c9898c814f..e80ca228a109 100644 --- a/ci-operator/jobs/openshift/template-service-broker-operator/openshift-template-service-broker-operator-master-postsubmits.yaml +++ b/ci-operator/jobs/openshift/template-service-broker-operator/openshift-template-service-broker-operator-master-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-template-service-broker-operator-master-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/template-service-broker-operator/openshift-template-service-broker-operator-master-presubmits.yaml b/ci-operator/jobs/openshift/template-service-broker-operator/openshift-template-service-broker-operator-master-presubmits.yaml index e47ac67696fa..c566e8a4b60f 100644 --- a/ci-operator/jobs/openshift/template-service-broker-operator/openshift-template-service-broker-operator-master-presubmits.yaml +++ b/ci-operator/jobs/openshift/template-service-broker-operator/openshift-template-service-broker-operator-master-presubmits.yaml @@ -17,10 +17,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -38,6 +38,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -49,6 +52,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -67,10 +73,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=lint command: - ci-operator @@ -87,6 +93,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -98,6 +107,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )lint,?($|\s.*) - agent: kubernetes always_run: true @@ -116,13 +128,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/operator-molecule-e2e-cluster-profile - --target=operator-molecule-e2e - --template=/usr/local/operator-molecule-e2e @@ -158,6 +168,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -183,6 +196,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )operator-molecule-e2e,?($|\s.*) - agent: kubernetes always_run: true @@ -201,13 +217,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/operator-molecule-olm-e2e-cluster-profile - --target=operator-molecule-olm-e2e - --template=/usr/local/operator-molecule-olm-e2e @@ -243,6 +257,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -268,4 +285,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )operator-molecule-olm-e2e,?($|\s.*) diff --git a/ci-operator/jobs/openshift/template-service-broker-operator/openshift-template-service-broker-operator-release-4.1-postsubmits.yaml b/ci-operator/jobs/openshift/template-service-broker-operator/openshift-template-service-broker-operator-release-4.1-postsubmits.yaml index 0b7d6fe2f32a..4e794b24b166 100644 --- a/ci-operator/jobs/openshift/template-service-broker-operator/openshift-template-service-broker-operator-release-4.1-postsubmits.yaml +++ b/ci-operator/jobs/openshift/template-service-broker-operator/openshift-template-service-broker-operator-release-4.1-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-template-service-broker-operator-release-4.1-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/template-service-broker-operator/openshift-template-service-broker-operator-release-4.1-presubmits.yaml b/ci-operator/jobs/openshift/template-service-broker-operator/openshift-template-service-broker-operator-release-4.1-presubmits.yaml index c986d39f7971..5007ee2f9c18 100644 --- a/ci-operator/jobs/openshift/template-service-broker-operator/openshift-template-service-broker-operator-release-4.1-presubmits.yaml +++ b/ci-operator/jobs/openshift/template-service-broker-operator/openshift-template-service-broker-operator-release-4.1-presubmits.yaml @@ -17,10 +17,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -38,6 +38,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -49,6 +52,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -67,10 +73,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=lint command: - ci-operator @@ -87,6 +93,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -98,6 +107,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )lint,?($|\s.*) - agent: kubernetes always_run: true @@ -116,13 +128,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/operator-molecule-e2e-cluster-profile - --target=operator-molecule-e2e - --template=/usr/local/operator-molecule-e2e @@ -158,6 +168,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -183,6 +196,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )operator-molecule-e2e,?($|\s.*) - agent: kubernetes always_run: true @@ -201,13 +217,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/operator-molecule-olm-e2e-cluster-profile - --target=operator-molecule-olm-e2e - --template=/usr/local/operator-molecule-olm-e2e @@ -243,6 +257,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -268,4 +285,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )operator-molecule-olm-e2e,?($|\s.*) diff --git a/ci-operator/jobs/openshift/template-service-broker-operator/openshift-template-service-broker-operator-release-4.2-postsubmits.yaml b/ci-operator/jobs/openshift/template-service-broker-operator/openshift-template-service-broker-operator-release-4.2-postsubmits.yaml index 57d2622d138f..6d059ebff303 100644 --- a/ci-operator/jobs/openshift/template-service-broker-operator/openshift-template-service-broker-operator-release-4.2-postsubmits.yaml +++ b/ci-operator/jobs/openshift/template-service-broker-operator/openshift-template-service-broker-operator-release-4.2-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-template-service-broker-operator-release-4.2-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/template-service-broker-operator/openshift-template-service-broker-operator-release-4.2-presubmits.yaml b/ci-operator/jobs/openshift/template-service-broker-operator/openshift-template-service-broker-operator-release-4.2-presubmits.yaml index 75e7a0dd3d24..52c0fec6f7c9 100644 --- a/ci-operator/jobs/openshift/template-service-broker-operator/openshift-template-service-broker-operator-release-4.2-presubmits.yaml +++ b/ci-operator/jobs/openshift/template-service-broker-operator/openshift-template-service-broker-operator-release-4.2-presubmits.yaml @@ -17,10 +17,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -38,6 +38,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -49,6 +52,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -67,10 +73,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=lint command: - ci-operator @@ -87,6 +93,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -98,6 +107,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )lint,?($|\s.*) - agent: kubernetes always_run: true @@ -116,13 +128,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/operator-molecule-e2e-cluster-profile - --target=operator-molecule-e2e - --template=/usr/local/operator-molecule-e2e @@ -158,6 +168,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -183,6 +196,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )operator-molecule-e2e,?($|\s.*) - agent: kubernetes always_run: true @@ -201,13 +217,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/operator-molecule-olm-e2e-cluster-profile - --target=operator-molecule-olm-e2e - --template=/usr/local/operator-molecule-olm-e2e @@ -243,6 +257,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -268,4 +285,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )operator-molecule-olm-e2e,?($|\s.*) diff --git a/ci-operator/jobs/openshift/template-service-broker-operator/openshift-template-service-broker-operator-release-4.3-postsubmits.yaml b/ci-operator/jobs/openshift/template-service-broker-operator/openshift-template-service-broker-operator-release-4.3-postsubmits.yaml index 1f1acaa5c605..dc1b655fe7b1 100644 --- a/ci-operator/jobs/openshift/template-service-broker-operator/openshift-template-service-broker-operator-release-4.3-postsubmits.yaml +++ b/ci-operator/jobs/openshift/template-service-broker-operator/openshift-template-service-broker-operator-release-4.3-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-template-service-broker-operator-release-4.3-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/template-service-broker-operator/openshift-template-service-broker-operator-release-4.3-presubmits.yaml b/ci-operator/jobs/openshift/template-service-broker-operator/openshift-template-service-broker-operator-release-4.3-presubmits.yaml index 2e595a04e920..746825ae94ec 100644 --- a/ci-operator/jobs/openshift/template-service-broker-operator/openshift-template-service-broker-operator-release-4.3-presubmits.yaml +++ b/ci-operator/jobs/openshift/template-service-broker-operator/openshift-template-service-broker-operator-release-4.3-presubmits.yaml @@ -17,10 +17,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -38,6 +38,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -49,6 +52,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -67,10 +73,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=lint command: - ci-operator @@ -87,6 +93,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -98,6 +107,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )lint,?($|\s.*) - agent: kubernetes always_run: true @@ -116,13 +128,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/operator-molecule-e2e-cluster-profile - --target=operator-molecule-e2e - --template=/usr/local/operator-molecule-e2e @@ -158,6 +168,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -183,6 +196,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )operator-molecule-e2e,?($|\s.*) - agent: kubernetes always_run: true @@ -201,13 +217,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/operator-molecule-olm-e2e-cluster-profile - --target=operator-molecule-olm-e2e - --template=/usr/local/operator-molecule-olm-e2e @@ -243,6 +257,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -268,4 +285,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )operator-molecule-olm-e2e,?($|\s.*) diff --git a/ci-operator/jobs/openshift/template-service-broker-operator/openshift-template-service-broker-operator-release-4.4-postsubmits.yaml b/ci-operator/jobs/openshift/template-service-broker-operator/openshift-template-service-broker-operator-release-4.4-postsubmits.yaml index fc132c07e858..7b440b8da474 100644 --- a/ci-operator/jobs/openshift/template-service-broker-operator/openshift-template-service-broker-operator-release-4.4-postsubmits.yaml +++ b/ci-operator/jobs/openshift/template-service-broker-operator/openshift-template-service-broker-operator-release-4.4-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-template-service-broker-operator-release-4.4-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/template-service-broker-operator/openshift-template-service-broker-operator-release-4.4-presubmits.yaml b/ci-operator/jobs/openshift/template-service-broker-operator/openshift-template-service-broker-operator-release-4.4-presubmits.yaml index 86c3197c8be0..176138bd4745 100644 --- a/ci-operator/jobs/openshift/template-service-broker-operator/openshift-template-service-broker-operator-release-4.4-presubmits.yaml +++ b/ci-operator/jobs/openshift/template-service-broker-operator/openshift-template-service-broker-operator-release-4.4-presubmits.yaml @@ -17,10 +17,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -38,6 +38,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -49,6 +52,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -67,10 +73,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=lint command: - ci-operator @@ -87,6 +93,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -98,6 +107,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )lint,?($|\s.*) - agent: kubernetes always_run: true @@ -116,13 +128,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/operator-molecule-e2e-cluster-profile - --target=operator-molecule-e2e - --template=/usr/local/operator-molecule-e2e @@ -158,6 +168,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -183,6 +196,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )operator-molecule-e2e,?($|\s.*) - agent: kubernetes always_run: true @@ -201,13 +217,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/operator-molecule-olm-e2e-cluster-profile - --target=operator-molecule-olm-e2e - --template=/usr/local/operator-molecule-olm-e2e @@ -243,6 +257,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -268,4 +285,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )operator-molecule-olm-e2e,?($|\s.*) diff --git a/ci-operator/jobs/openshift/template-service-broker-operator/openshift-template-service-broker-operator-release-4.5-postsubmits.yaml b/ci-operator/jobs/openshift/template-service-broker-operator/openshift-template-service-broker-operator-release-4.5-postsubmits.yaml index d4c496922847..298228c00522 100644 --- a/ci-operator/jobs/openshift/template-service-broker-operator/openshift-template-service-broker-operator-release-4.5-postsubmits.yaml +++ b/ci-operator/jobs/openshift/template-service-broker-operator/openshift-template-service-broker-operator-release-4.5-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-template-service-broker-operator-release-4.5-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/template-service-broker-operator/openshift-template-service-broker-operator-release-4.5-presubmits.yaml b/ci-operator/jobs/openshift/template-service-broker-operator/openshift-template-service-broker-operator-release-4.5-presubmits.yaml index 472a42f30128..b9824a32d337 100644 --- a/ci-operator/jobs/openshift/template-service-broker-operator/openshift-template-service-broker-operator-release-4.5-presubmits.yaml +++ b/ci-operator/jobs/openshift/template-service-broker-operator/openshift-template-service-broker-operator-release-4.5-presubmits.yaml @@ -17,10 +17,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -37,6 +37,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -48,6 +51,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -66,10 +72,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=lint command: - ci-operator @@ -86,6 +92,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -97,6 +106,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )lint,?($|\s.*) - agent: kubernetes always_run: true @@ -115,13 +127,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/operator-molecule-e2e-cluster-profile - --target=operator-molecule-e2e - --template=/usr/local/operator-molecule-e2e @@ -157,6 +167,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -182,6 +195,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )operator-molecule-e2e,?($|\s.*) - agent: kubernetes always_run: true @@ -200,13 +216,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/operator-molecule-olm-e2e-cluster-profile - --target=operator-molecule-olm-e2e - --template=/usr/local/operator-molecule-olm-e2e @@ -242,6 +256,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -267,4 +284,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )operator-molecule-olm-e2e,?($|\s.*) diff --git a/ci-operator/jobs/openshift/template-service-broker-operator/openshift-template-service-broker-operator-release-4.6-postsubmits.yaml b/ci-operator/jobs/openshift/template-service-broker-operator/openshift-template-service-broker-operator-release-4.6-postsubmits.yaml index 6baeddc133ac..a756c088a0ab 100644 --- a/ci-operator/jobs/openshift/template-service-broker-operator/openshift-template-service-broker-operator-release-4.6-postsubmits.yaml +++ b/ci-operator/jobs/openshift/template-service-broker-operator/openshift-template-service-broker-operator-release-4.6-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-template-service-broker-operator-release-4.6-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/template-service-broker-operator/openshift-template-service-broker-operator-release-4.6-presubmits.yaml b/ci-operator/jobs/openshift/template-service-broker-operator/openshift-template-service-broker-operator-release-4.6-presubmits.yaml index 063157832619..98b7a431f882 100644 --- a/ci-operator/jobs/openshift/template-service-broker-operator/openshift-template-service-broker-operator-release-4.6-presubmits.yaml +++ b/ci-operator/jobs/openshift/template-service-broker-operator/openshift-template-service-broker-operator-release-4.6-presubmits.yaml @@ -17,10 +17,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -38,6 +38,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -49,6 +52,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -67,10 +73,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=lint command: - ci-operator @@ -87,6 +93,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -98,6 +107,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )lint,?($|\s.*) - agent: kubernetes always_run: true @@ -116,13 +128,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/operator-molecule-e2e-cluster-profile - --target=operator-molecule-e2e - --template=/usr/local/operator-molecule-e2e @@ -158,6 +168,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -183,6 +196,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )operator-molecule-e2e,?($|\s.*) - agent: kubernetes always_run: true @@ -201,13 +217,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/operator-molecule-olm-e2e-cluster-profile - --target=operator-molecule-olm-e2e - --template=/usr/local/operator-molecule-olm-e2e @@ -243,6 +257,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -268,4 +285,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )operator-molecule-olm-e2e,?($|\s.*) diff --git a/ci-operator/jobs/openshift/template-service-broker-operator/openshift-template-service-broker-operator-release-4.7-postsubmits.yaml b/ci-operator/jobs/openshift/template-service-broker-operator/openshift-template-service-broker-operator-release-4.7-postsubmits.yaml index 390e627c1293..41d67cbff7ce 100644 --- a/ci-operator/jobs/openshift/template-service-broker-operator/openshift-template-service-broker-operator-release-4.7-postsubmits.yaml +++ b/ci-operator/jobs/openshift/template-service-broker-operator/openshift-template-service-broker-operator-release-4.7-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-template-service-broker-operator-release-4.7-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/template-service-broker-operator/openshift-template-service-broker-operator-release-4.7-presubmits.yaml b/ci-operator/jobs/openshift/template-service-broker-operator/openshift-template-service-broker-operator-release-4.7-presubmits.yaml index b3ee4a428ead..0fcf22fe87c6 100644 --- a/ci-operator/jobs/openshift/template-service-broker-operator/openshift-template-service-broker-operator-release-4.7-presubmits.yaml +++ b/ci-operator/jobs/openshift/template-service-broker-operator/openshift-template-service-broker-operator-release-4.7-presubmits.yaml @@ -17,10 +17,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -38,6 +38,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -49,6 +52,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -67,10 +73,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=lint command: - ci-operator @@ -87,6 +93,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -98,6 +107,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )lint,?($|\s.*) - agent: kubernetes always_run: true @@ -116,13 +128,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/operator-molecule-e2e-cluster-profile - --target=operator-molecule-e2e - --template=/usr/local/operator-molecule-e2e @@ -158,6 +168,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -183,6 +196,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )operator-molecule-e2e,?($|\s.*) - agent: kubernetes always_run: true @@ -201,13 +217,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/operator-molecule-olm-e2e-cluster-profile - --target=operator-molecule-olm-e2e - --template=/usr/local/operator-molecule-olm-e2e @@ -243,6 +257,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -268,4 +285,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )operator-molecule-olm-e2e,?($|\s.*) diff --git a/ci-operator/jobs/openshift/template-service-broker/openshift-template-service-broker-master-postsubmits.yaml b/ci-operator/jobs/openshift/template-service-broker/openshift-template-service-broker-master-postsubmits.yaml index a3d4371e90ca..17b568795124 100644 --- a/ci-operator/jobs/openshift/template-service-broker/openshift-template-service-broker-master-postsubmits.yaml +++ b/ci-operator/jobs/openshift/template-service-broker/openshift-template-service-broker-master-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-template-service-broker-master-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/template-service-broker/openshift-template-service-broker-master-presubmits.yaml b/ci-operator/jobs/openshift/template-service-broker/openshift-template-service-broker-master-presubmits.yaml index 224e6c030e62..81fc6c3ec1de 100644 --- a/ci-operator/jobs/openshift/template-service-broker/openshift-template-service-broker-master-presubmits.yaml +++ b/ci-operator/jobs/openshift/template-service-broker/openshift-template-service-broker-master-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -46,6 +44,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -68,6 +69,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -86,13 +90,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -115,6 +117,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -137,6 +142,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -155,10 +163,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -176,6 +184,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -187,6 +198,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -205,10 +219,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -225,6 +239,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -236,6 +253,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -254,10 +274,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -274,6 +294,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -285,6 +308,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) - agent: kubernetes always_run: true @@ -303,10 +329,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify-deps command: - ci-operator @@ -323,6 +349,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -334,4 +363,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify-deps,?($|\s.*) diff --git a/ci-operator/jobs/openshift/template-service-broker/openshift-template-service-broker-release-4.2-postsubmits.yaml b/ci-operator/jobs/openshift/template-service-broker/openshift-template-service-broker-release-4.2-postsubmits.yaml index 3374e600e12f..10159c4c45c5 100644 --- a/ci-operator/jobs/openshift/template-service-broker/openshift-template-service-broker-release-4.2-postsubmits.yaml +++ b/ci-operator/jobs/openshift/template-service-broker/openshift-template-service-broker-release-4.2-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-template-service-broker-release-4.2-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/template-service-broker/openshift-template-service-broker-release-4.2-presubmits.yaml b/ci-operator/jobs/openshift/template-service-broker/openshift-template-service-broker-release-4.2-presubmits.yaml index a9e8894aa5a3..7093c8cee12b 100644 --- a/ci-operator/jobs/openshift/template-service-broker/openshift-template-service-broker-release-4.2-presubmits.yaml +++ b/ci-operator/jobs/openshift/template-service-broker/openshift-template-service-broker-release-4.2-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -46,6 +44,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -68,6 +69,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -86,13 +90,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -115,6 +117,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -137,6 +142,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -155,10 +163,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -176,6 +184,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -187,6 +198,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -205,10 +219,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -225,6 +239,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -236,6 +253,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -254,10 +274,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -274,6 +294,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -285,6 +308,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) - agent: kubernetes always_run: true @@ -303,10 +329,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify-deps command: - ci-operator @@ -323,6 +349,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -334,4 +363,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify-deps,?($|\s.*) diff --git a/ci-operator/jobs/openshift/template-service-broker/openshift-template-service-broker-release-4.3-postsubmits.yaml b/ci-operator/jobs/openshift/template-service-broker/openshift-template-service-broker-release-4.3-postsubmits.yaml index 41768d182782..4f5dccc12573 100644 --- a/ci-operator/jobs/openshift/template-service-broker/openshift-template-service-broker-release-4.3-postsubmits.yaml +++ b/ci-operator/jobs/openshift/template-service-broker/openshift-template-service-broker-release-4.3-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-template-service-broker-release-4.3-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/template-service-broker/openshift-template-service-broker-release-4.3-presubmits.yaml b/ci-operator/jobs/openshift/template-service-broker/openshift-template-service-broker-release-4.3-presubmits.yaml index 52d9a8040adc..632d431bacf3 100644 --- a/ci-operator/jobs/openshift/template-service-broker/openshift-template-service-broker-release-4.3-presubmits.yaml +++ b/ci-operator/jobs/openshift/template-service-broker/openshift-template-service-broker-release-4.3-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -46,6 +44,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -68,6 +69,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -86,13 +90,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -115,6 +117,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -137,6 +142,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -155,10 +163,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -176,6 +184,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -187,6 +198,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -205,10 +219,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -225,6 +239,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -236,6 +253,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -254,10 +274,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -274,6 +294,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -285,6 +308,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) - agent: kubernetes always_run: true @@ -303,10 +329,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify-deps command: - ci-operator @@ -323,6 +349,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -334,4 +363,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify-deps,?($|\s.*) diff --git a/ci-operator/jobs/openshift/template-service-broker/openshift-template-service-broker-release-4.4-postsubmits.yaml b/ci-operator/jobs/openshift/template-service-broker/openshift-template-service-broker-release-4.4-postsubmits.yaml index 97e0260378fa..946164b177b5 100644 --- a/ci-operator/jobs/openshift/template-service-broker/openshift-template-service-broker-release-4.4-postsubmits.yaml +++ b/ci-operator/jobs/openshift/template-service-broker/openshift-template-service-broker-release-4.4-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-template-service-broker-release-4.4-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/template-service-broker/openshift-template-service-broker-release-4.4-presubmits.yaml b/ci-operator/jobs/openshift/template-service-broker/openshift-template-service-broker-release-4.4-presubmits.yaml index 559259f81066..fd5ea00c4042 100644 --- a/ci-operator/jobs/openshift/template-service-broker/openshift-template-service-broker-release-4.4-presubmits.yaml +++ b/ci-operator/jobs/openshift/template-service-broker/openshift-template-service-broker-release-4.4-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -46,6 +44,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -68,6 +69,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -86,13 +90,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -115,6 +117,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -137,6 +142,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -155,10 +163,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -176,6 +184,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -187,6 +198,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -205,10 +219,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -225,6 +239,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -236,6 +253,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -254,10 +274,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -274,6 +294,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -285,6 +308,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) - agent: kubernetes always_run: true @@ -303,10 +329,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify-deps command: - ci-operator @@ -323,6 +349,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -334,4 +363,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify-deps,?($|\s.*) diff --git a/ci-operator/jobs/openshift/template-service-broker/openshift-template-service-broker-release-4.5-postsubmits.yaml b/ci-operator/jobs/openshift/template-service-broker/openshift-template-service-broker-release-4.5-postsubmits.yaml index 6513a03e78c2..850c38f3a83e 100644 --- a/ci-operator/jobs/openshift/template-service-broker/openshift-template-service-broker-release-4.5-postsubmits.yaml +++ b/ci-operator/jobs/openshift/template-service-broker/openshift-template-service-broker-release-4.5-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-template-service-broker-release-4.5-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/template-service-broker/openshift-template-service-broker-release-4.5-presubmits.yaml b/ci-operator/jobs/openshift/template-service-broker/openshift-template-service-broker-release-4.5-presubmits.yaml index 2c26305504a7..3fdb3700178c 100644 --- a/ci-operator/jobs/openshift/template-service-broker/openshift-template-service-broker-release-4.5-presubmits.yaml +++ b/ci-operator/jobs/openshift/template-service-broker/openshift-template-service-broker-release-4.5-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -46,6 +44,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -68,6 +69,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -86,13 +90,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -115,6 +117,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -137,6 +142,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -155,10 +163,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -175,6 +183,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -186,6 +197,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -204,10 +218,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -224,6 +238,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -235,6 +252,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -253,10 +273,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -273,6 +293,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -284,6 +307,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) - agent: kubernetes always_run: true @@ -302,10 +328,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify-deps command: - ci-operator @@ -322,6 +348,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -333,4 +362,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify-deps,?($|\s.*) diff --git a/ci-operator/jobs/openshift/template-service-broker/openshift-template-service-broker-release-4.6-postsubmits.yaml b/ci-operator/jobs/openshift/template-service-broker/openshift-template-service-broker-release-4.6-postsubmits.yaml index 7242472f5729..8088b3b41023 100644 --- a/ci-operator/jobs/openshift/template-service-broker/openshift-template-service-broker-release-4.6-postsubmits.yaml +++ b/ci-operator/jobs/openshift/template-service-broker/openshift-template-service-broker-release-4.6-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-template-service-broker-release-4.6-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/template-service-broker/openshift-template-service-broker-release-4.6-presubmits.yaml b/ci-operator/jobs/openshift/template-service-broker/openshift-template-service-broker-release-4.6-presubmits.yaml index 95ade156f886..f2aa9b83268e 100644 --- a/ci-operator/jobs/openshift/template-service-broker/openshift-template-service-broker-release-4.6-presubmits.yaml +++ b/ci-operator/jobs/openshift/template-service-broker/openshift-template-service-broker-release-4.6-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -46,6 +44,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -68,6 +69,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -86,13 +90,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -115,6 +117,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -137,6 +142,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -155,10 +163,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -176,6 +184,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -187,6 +198,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -205,10 +219,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -225,6 +239,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -236,6 +253,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -254,10 +274,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -274,6 +294,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -285,6 +308,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) - agent: kubernetes always_run: true @@ -303,10 +329,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify-deps command: - ci-operator @@ -323,6 +349,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -334,4 +363,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify-deps,?($|\s.*) diff --git a/ci-operator/jobs/openshift/template-service-broker/openshift-template-service-broker-release-4.7-postsubmits.yaml b/ci-operator/jobs/openshift/template-service-broker/openshift-template-service-broker-release-4.7-postsubmits.yaml index 99a32f0b1db1..5d8ddc183200 100644 --- a/ci-operator/jobs/openshift/template-service-broker/openshift-template-service-broker-release-4.7-postsubmits.yaml +++ b/ci-operator/jobs/openshift/template-service-broker/openshift-template-service-broker-release-4.7-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-template-service-broker-release-4.7-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/template-service-broker/openshift-template-service-broker-release-4.7-presubmits.yaml b/ci-operator/jobs/openshift/template-service-broker/openshift-template-service-broker-release-4.7-presubmits.yaml index a31f7e765811..0eed4853f2b2 100644 --- a/ci-operator/jobs/openshift/template-service-broker/openshift-template-service-broker-release-4.7-presubmits.yaml +++ b/ci-operator/jobs/openshift/template-service-broker/openshift-template-service-broker-release-4.7-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -46,6 +44,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -68,6 +69,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -86,13 +90,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -115,6 +117,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -137,6 +142,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -155,10 +163,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -176,6 +184,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -187,6 +198,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -205,10 +219,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -225,6 +239,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -236,6 +253,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -254,10 +274,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -274,6 +294,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -285,6 +308,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) - agent: kubernetes always_run: true @@ -303,10 +329,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify-deps command: - ci-operator @@ -323,6 +349,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -334,4 +363,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify-deps,?($|\s.*) diff --git a/ci-operator/jobs/openshift/thanos/openshift-thanos-master-postsubmits.yaml b/ci-operator/jobs/openshift/thanos/openshift-thanos-master-postsubmits.yaml index 8eb4c894e433..44f88def127f 100644 --- a/ci-operator/jobs/openshift/thanos/openshift-thanos-master-postsubmits.yaml +++ b/ci-operator/jobs/openshift/thanos/openshift-thanos-master-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-thanos-master-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/thanos/openshift-thanos-master-presubmits.yaml b/ci-operator/jobs/openshift/thanos/openshift-thanos-master-presubmits.yaml index b29720ba5b89..7c528b434d0d 100644 --- a/ci-operator/jobs/openshift/thanos/openshift-thanos-master-presubmits.yaml +++ b/ci-operator/jobs/openshift/thanos/openshift-thanos-master-presubmits.yaml @@ -17,10 +17,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -38,6 +38,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -49,6 +52,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -67,10 +73,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=vendor command: - ci-operator @@ -87,6 +93,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -98,4 +107,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )vendor,?($|\s.*) diff --git a/ci-operator/jobs/openshift/thanos/openshift-thanos-release-4.2-postsubmits.yaml b/ci-operator/jobs/openshift/thanos/openshift-thanos-release-4.2-postsubmits.yaml index a372723be33c..2ffed59293f7 100644 --- a/ci-operator/jobs/openshift/thanos/openshift-thanos-release-4.2-postsubmits.yaml +++ b/ci-operator/jobs/openshift/thanos/openshift-thanos-release-4.2-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-thanos-release-4.2-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/thanos/openshift-thanos-release-4.2-presubmits.yaml b/ci-operator/jobs/openshift/thanos/openshift-thanos-release-4.2-presubmits.yaml index 0b5bd630e354..6a9623880eb0 100644 --- a/ci-operator/jobs/openshift/thanos/openshift-thanos-release-4.2-presubmits.yaml +++ b/ci-operator/jobs/openshift/thanos/openshift-thanos-release-4.2-presubmits.yaml @@ -17,10 +17,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -38,6 +38,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -49,6 +52,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -67,10 +73,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=vendor command: - ci-operator @@ -87,6 +93,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -98,4 +107,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )vendor,?($|\s.*) diff --git a/ci-operator/jobs/openshift/thanos/openshift-thanos-release-4.3-postsubmits.yaml b/ci-operator/jobs/openshift/thanos/openshift-thanos-release-4.3-postsubmits.yaml index 12e9b116727c..bb040d7b95b6 100644 --- a/ci-operator/jobs/openshift/thanos/openshift-thanos-release-4.3-postsubmits.yaml +++ b/ci-operator/jobs/openshift/thanos/openshift-thanos-release-4.3-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-thanos-release-4.3-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/thanos/openshift-thanos-release-4.3-presubmits.yaml b/ci-operator/jobs/openshift/thanos/openshift-thanos-release-4.3-presubmits.yaml index c28a26a481e0..b29521bccbc1 100644 --- a/ci-operator/jobs/openshift/thanos/openshift-thanos-release-4.3-presubmits.yaml +++ b/ci-operator/jobs/openshift/thanos/openshift-thanos-release-4.3-presubmits.yaml @@ -17,10 +17,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -38,6 +38,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -49,6 +52,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -67,10 +73,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=vendor command: - ci-operator @@ -87,6 +93,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -98,4 +107,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )vendor,?($|\s.*) diff --git a/ci-operator/jobs/openshift/thanos/openshift-thanos-release-4.4-postsubmits.yaml b/ci-operator/jobs/openshift/thanos/openshift-thanos-release-4.4-postsubmits.yaml index 142b5823015d..f3fc9ee8c714 100644 --- a/ci-operator/jobs/openshift/thanos/openshift-thanos-release-4.4-postsubmits.yaml +++ b/ci-operator/jobs/openshift/thanos/openshift-thanos-release-4.4-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-thanos-release-4.4-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/thanos/openshift-thanos-release-4.4-presubmits.yaml b/ci-operator/jobs/openshift/thanos/openshift-thanos-release-4.4-presubmits.yaml index 0181cc5e61b6..7dcf392d060a 100644 --- a/ci-operator/jobs/openshift/thanos/openshift-thanos-release-4.4-presubmits.yaml +++ b/ci-operator/jobs/openshift/thanos/openshift-thanos-release-4.4-presubmits.yaml @@ -17,10 +17,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -38,6 +38,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -49,6 +52,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -67,10 +73,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=vendor command: - ci-operator @@ -87,6 +93,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -98,4 +107,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )vendor,?($|\s.*) diff --git a/ci-operator/jobs/openshift/thanos/openshift-thanos-release-4.5-postsubmits.yaml b/ci-operator/jobs/openshift/thanos/openshift-thanos-release-4.5-postsubmits.yaml index e009478347f6..ac5e032f0c50 100644 --- a/ci-operator/jobs/openshift/thanos/openshift-thanos-release-4.5-postsubmits.yaml +++ b/ci-operator/jobs/openshift/thanos/openshift-thanos-release-4.5-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-thanos-release-4.5-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/thanos/openshift-thanos-release-4.5-presubmits.yaml b/ci-operator/jobs/openshift/thanos/openshift-thanos-release-4.5-presubmits.yaml index 76d1780f3e51..16254a452fd9 100644 --- a/ci-operator/jobs/openshift/thanos/openshift-thanos-release-4.5-presubmits.yaml +++ b/ci-operator/jobs/openshift/thanos/openshift-thanos-release-4.5-presubmits.yaml @@ -17,10 +17,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -37,6 +37,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -48,6 +51,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -66,10 +72,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=vendor command: - ci-operator @@ -86,6 +92,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -97,4 +106,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )vendor,?($|\s.*) diff --git a/ci-operator/jobs/openshift/thanos/openshift-thanos-release-4.6-postsubmits.yaml b/ci-operator/jobs/openshift/thanos/openshift-thanos-release-4.6-postsubmits.yaml index c2ed55b9a89c..612f5fc26035 100644 --- a/ci-operator/jobs/openshift/thanos/openshift-thanos-release-4.6-postsubmits.yaml +++ b/ci-operator/jobs/openshift/thanos/openshift-thanos-release-4.6-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-thanos-release-4.6-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/thanos/openshift-thanos-release-4.6-presubmits.yaml b/ci-operator/jobs/openshift/thanos/openshift-thanos-release-4.6-presubmits.yaml index b6359395d7bf..5db196ca9d0a 100644 --- a/ci-operator/jobs/openshift/thanos/openshift-thanos-release-4.6-presubmits.yaml +++ b/ci-operator/jobs/openshift/thanos/openshift-thanos-release-4.6-presubmits.yaml @@ -17,10 +17,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -38,6 +38,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -49,6 +52,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -67,10 +73,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=vendor command: - ci-operator @@ -87,6 +93,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -98,4 +107,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )vendor,?($|\s.*) diff --git a/ci-operator/jobs/openshift/thanos/openshift-thanos-release-4.7-postsubmits.yaml b/ci-operator/jobs/openshift/thanos/openshift-thanos-release-4.7-postsubmits.yaml index c131c5817631..cc0ddce12887 100644 --- a/ci-operator/jobs/openshift/thanos/openshift-thanos-release-4.7-postsubmits.yaml +++ b/ci-operator/jobs/openshift/thanos/openshift-thanos-release-4.7-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-thanos-release-4.7-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/thanos/openshift-thanos-release-4.7-presubmits.yaml b/ci-operator/jobs/openshift/thanos/openshift-thanos-release-4.7-presubmits.yaml index 3646dc8a7604..dfdf93fc30c8 100644 --- a/ci-operator/jobs/openshift/thanos/openshift-thanos-release-4.7-presubmits.yaml +++ b/ci-operator/jobs/openshift/thanos/openshift-thanos-release-4.7-presubmits.yaml @@ -17,10 +17,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -38,6 +38,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -49,6 +52,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -67,10 +73,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=vendor command: - ci-operator @@ -87,6 +93,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -98,4 +107,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )vendor,?($|\s.*) diff --git a/ci-operator/jobs/openshift/verification-tests/openshift-verification-tests-master-postsubmits.yaml b/ci-operator/jobs/openshift/verification-tests/openshift-verification-tests-master-postsubmits.yaml index 349a282ecb06..0e12269dee93 100644 --- a/ci-operator/jobs/openshift/verification-tests/openshift-verification-tests-master-postsubmits.yaml +++ b/ci-operator/jobs/openshift/verification-tests/openshift-verification-tests-master-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-verification-tests-master-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/verification-tests/openshift-verification-tests-master-presubmits.yaml b/ci-operator/jobs/openshift/verification-tests/openshift-verification-tests-master-presubmits.yaml index 7641a1b78bde..9837e15a98ee 100644 --- a/ci-operator/jobs/openshift/verification-tests/openshift-verification-tests-master-presubmits.yaml +++ b/ci-operator/jobs/openshift/verification-tests/openshift-verification-tests-master-presubmits.yaml @@ -17,10 +17,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -37,6 +37,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -48,4 +51,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift/vertical-pod-autoscaler-operator/openshift-vertical-pod-autoscaler-operator-master-postsubmits.yaml b/ci-operator/jobs/openshift/vertical-pod-autoscaler-operator/openshift-vertical-pod-autoscaler-operator-master-postsubmits.yaml index f60432e9377f..29f07bc28ebd 100644 --- a/ci-operator/jobs/openshift/vertical-pod-autoscaler-operator/openshift-vertical-pod-autoscaler-operator-master-postsubmits.yaml +++ b/ci-operator/jobs/openshift/vertical-pod-autoscaler-operator/openshift-vertical-pod-autoscaler-operator-master-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-vertical-pod-autoscaler-operator-master-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/vertical-pod-autoscaler-operator/openshift-vertical-pod-autoscaler-operator-master-presubmits.yaml b/ci-operator/jobs/openshift/vertical-pod-autoscaler-operator/openshift-vertical-pod-autoscaler-operator-master-presubmits.yaml index 8df67a3ead69..5b8ed0c729dc 100644 --- a/ci-operator/jobs/openshift/vertical-pod-autoscaler-operator/openshift-vertical-pod-autoscaler-operator-master-presubmits.yaml +++ b/ci-operator/jobs/openshift/vertical-pod-autoscaler-operator/openshift-vertical-pod-autoscaler-operator-master-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -46,6 +44,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -68,6 +69,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -86,10 +90,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=gofmt command: - ci-operator @@ -106,6 +110,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -117,6 +124,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )gofmt,?($|\s.*) - agent: kubernetes always_run: true @@ -135,10 +145,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=golint command: - ci-operator @@ -155,6 +165,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -166,6 +179,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )golint,?($|\s.*) - agent: kubernetes always_run: true @@ -184,10 +200,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=govet command: - ci-operator @@ -204,6 +220,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -215,6 +234,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )govet,?($|\s.*) - agent: kubernetes always_run: true @@ -233,10 +255,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -254,6 +276,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -265,6 +290,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -283,10 +311,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -303,6 +331,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -314,4 +345,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift/vertical-pod-autoscaler-operator/openshift-vertical-pod-autoscaler-operator-release-4.2-postsubmits.yaml b/ci-operator/jobs/openshift/vertical-pod-autoscaler-operator/openshift-vertical-pod-autoscaler-operator-release-4.2-postsubmits.yaml index e5f74bceb559..e9ed82e2541a 100644 --- a/ci-operator/jobs/openshift/vertical-pod-autoscaler-operator/openshift-vertical-pod-autoscaler-operator-release-4.2-postsubmits.yaml +++ b/ci-operator/jobs/openshift/vertical-pod-autoscaler-operator/openshift-vertical-pod-autoscaler-operator-release-4.2-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-vertical-pod-autoscaler-operator-release-4.2-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/vertical-pod-autoscaler-operator/openshift-vertical-pod-autoscaler-operator-release-4.2-presubmits.yaml b/ci-operator/jobs/openshift/vertical-pod-autoscaler-operator/openshift-vertical-pod-autoscaler-operator-release-4.2-presubmits.yaml index 62700af34c1d..a118997dfcc3 100644 --- a/ci-operator/jobs/openshift/vertical-pod-autoscaler-operator/openshift-vertical-pod-autoscaler-operator-release-4.2-presubmits.yaml +++ b/ci-operator/jobs/openshift/vertical-pod-autoscaler-operator/openshift-vertical-pod-autoscaler-operator-release-4.2-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -46,6 +44,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -68,6 +69,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -86,10 +90,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=gofmt command: - ci-operator @@ -106,6 +110,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -117,6 +124,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )gofmt,?($|\s.*) - agent: kubernetes always_run: true @@ -135,10 +145,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=golint command: - ci-operator @@ -155,6 +165,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -166,6 +179,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )golint,?($|\s.*) - agent: kubernetes always_run: true @@ -184,10 +200,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=govet command: - ci-operator @@ -204,6 +220,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -215,6 +234,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )govet,?($|\s.*) - agent: kubernetes always_run: true @@ -233,10 +255,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -254,6 +276,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -265,6 +290,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -283,10 +311,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -303,6 +331,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -314,4 +345,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift/vertical-pod-autoscaler-operator/openshift-vertical-pod-autoscaler-operator-release-4.3-postsubmits.yaml b/ci-operator/jobs/openshift/vertical-pod-autoscaler-operator/openshift-vertical-pod-autoscaler-operator-release-4.3-postsubmits.yaml index 1ed5aac9273d..916c278d0897 100644 --- a/ci-operator/jobs/openshift/vertical-pod-autoscaler-operator/openshift-vertical-pod-autoscaler-operator-release-4.3-postsubmits.yaml +++ b/ci-operator/jobs/openshift/vertical-pod-autoscaler-operator/openshift-vertical-pod-autoscaler-operator-release-4.3-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-vertical-pod-autoscaler-operator-release-4.3-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/vertical-pod-autoscaler-operator/openshift-vertical-pod-autoscaler-operator-release-4.3-presubmits.yaml b/ci-operator/jobs/openshift/vertical-pod-autoscaler-operator/openshift-vertical-pod-autoscaler-operator-release-4.3-presubmits.yaml index f25fb49b3305..040e162a5a34 100644 --- a/ci-operator/jobs/openshift/vertical-pod-autoscaler-operator/openshift-vertical-pod-autoscaler-operator-release-4.3-presubmits.yaml +++ b/ci-operator/jobs/openshift/vertical-pod-autoscaler-operator/openshift-vertical-pod-autoscaler-operator-release-4.3-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -46,6 +44,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -68,6 +69,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -86,10 +90,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=gofmt command: - ci-operator @@ -106,6 +110,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -117,6 +124,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )gofmt,?($|\s.*) - agent: kubernetes always_run: true @@ -135,10 +145,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=golint command: - ci-operator @@ -155,6 +165,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -166,6 +179,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )golint,?($|\s.*) - agent: kubernetes always_run: true @@ -184,10 +200,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=govet command: - ci-operator @@ -204,6 +220,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -215,6 +234,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )govet,?($|\s.*) - agent: kubernetes always_run: true @@ -233,10 +255,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -254,6 +276,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -265,6 +290,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -283,10 +311,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -303,6 +331,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -314,4 +345,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift/vertical-pod-autoscaler-operator/openshift-vertical-pod-autoscaler-operator-release-4.4-postsubmits.yaml b/ci-operator/jobs/openshift/vertical-pod-autoscaler-operator/openshift-vertical-pod-autoscaler-operator-release-4.4-postsubmits.yaml index 59d2df08f06b..9d4cf614bfb2 100644 --- a/ci-operator/jobs/openshift/vertical-pod-autoscaler-operator/openshift-vertical-pod-autoscaler-operator-release-4.4-postsubmits.yaml +++ b/ci-operator/jobs/openshift/vertical-pod-autoscaler-operator/openshift-vertical-pod-autoscaler-operator-release-4.4-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-vertical-pod-autoscaler-operator-release-4.4-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/vertical-pod-autoscaler-operator/openshift-vertical-pod-autoscaler-operator-release-4.4-presubmits.yaml b/ci-operator/jobs/openshift/vertical-pod-autoscaler-operator/openshift-vertical-pod-autoscaler-operator-release-4.4-presubmits.yaml index 4b7467024dd9..d0e084975332 100644 --- a/ci-operator/jobs/openshift/vertical-pod-autoscaler-operator/openshift-vertical-pod-autoscaler-operator-release-4.4-presubmits.yaml +++ b/ci-operator/jobs/openshift/vertical-pod-autoscaler-operator/openshift-vertical-pod-autoscaler-operator-release-4.4-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -46,6 +44,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -68,6 +69,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -86,10 +90,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=gofmt command: - ci-operator @@ -106,6 +110,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -117,6 +124,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )gofmt,?($|\s.*) - agent: kubernetes always_run: true @@ -135,10 +145,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=golint command: - ci-operator @@ -155,6 +165,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -166,6 +179,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )golint,?($|\s.*) - agent: kubernetes always_run: true @@ -184,10 +200,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=govet command: - ci-operator @@ -204,6 +220,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -215,6 +234,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )govet,?($|\s.*) - agent: kubernetes always_run: true @@ -233,10 +255,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -254,6 +276,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -265,6 +290,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -283,10 +311,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -303,6 +331,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -314,4 +345,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift/vertical-pod-autoscaler-operator/openshift-vertical-pod-autoscaler-operator-release-4.5-postsubmits.yaml b/ci-operator/jobs/openshift/vertical-pod-autoscaler-operator/openshift-vertical-pod-autoscaler-operator-release-4.5-postsubmits.yaml index 41da5f4a9afb..d484159fde2f 100644 --- a/ci-operator/jobs/openshift/vertical-pod-autoscaler-operator/openshift-vertical-pod-autoscaler-operator-release-4.5-postsubmits.yaml +++ b/ci-operator/jobs/openshift/vertical-pod-autoscaler-operator/openshift-vertical-pod-autoscaler-operator-release-4.5-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-vertical-pod-autoscaler-operator-release-4.5-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/vertical-pod-autoscaler-operator/openshift-vertical-pod-autoscaler-operator-release-4.5-presubmits.yaml b/ci-operator/jobs/openshift/vertical-pod-autoscaler-operator/openshift-vertical-pod-autoscaler-operator-release-4.5-presubmits.yaml index d7c26471db87..f57acb2e5ed0 100644 --- a/ci-operator/jobs/openshift/vertical-pod-autoscaler-operator/openshift-vertical-pod-autoscaler-operator-release-4.5-presubmits.yaml +++ b/ci-operator/jobs/openshift/vertical-pod-autoscaler-operator/openshift-vertical-pod-autoscaler-operator-release-4.5-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -46,6 +44,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -68,6 +69,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -86,10 +90,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=gofmt command: - ci-operator @@ -106,6 +110,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -117,6 +124,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )gofmt,?($|\s.*) - agent: kubernetes always_run: true @@ -135,10 +145,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=golint command: - ci-operator @@ -155,6 +165,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -166,6 +179,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )golint,?($|\s.*) - agent: kubernetes always_run: true @@ -184,10 +200,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=govet command: - ci-operator @@ -204,6 +220,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -215,6 +234,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )govet,?($|\s.*) - agent: kubernetes always_run: true @@ -233,10 +255,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -253,6 +275,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -264,6 +289,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -282,10 +310,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -302,6 +330,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -313,4 +344,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift/vertical-pod-autoscaler-operator/openshift-vertical-pod-autoscaler-operator-release-4.6-postsubmits.yaml b/ci-operator/jobs/openshift/vertical-pod-autoscaler-operator/openshift-vertical-pod-autoscaler-operator-release-4.6-postsubmits.yaml index e9b3150535d3..53d869a79fa7 100644 --- a/ci-operator/jobs/openshift/vertical-pod-autoscaler-operator/openshift-vertical-pod-autoscaler-operator-release-4.6-postsubmits.yaml +++ b/ci-operator/jobs/openshift/vertical-pod-autoscaler-operator/openshift-vertical-pod-autoscaler-operator-release-4.6-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-vertical-pod-autoscaler-operator-release-4.6-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/vertical-pod-autoscaler-operator/openshift-vertical-pod-autoscaler-operator-release-4.6-presubmits.yaml b/ci-operator/jobs/openshift/vertical-pod-autoscaler-operator/openshift-vertical-pod-autoscaler-operator-release-4.6-presubmits.yaml index f12685ed631a..7ffc4639b8e6 100644 --- a/ci-operator/jobs/openshift/vertical-pod-autoscaler-operator/openshift-vertical-pod-autoscaler-operator-release-4.6-presubmits.yaml +++ b/ci-operator/jobs/openshift/vertical-pod-autoscaler-operator/openshift-vertical-pod-autoscaler-operator-release-4.6-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -46,6 +44,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -68,6 +69,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -86,10 +90,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=gofmt command: - ci-operator @@ -106,6 +110,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -117,6 +124,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )gofmt,?($|\s.*) - agent: kubernetes always_run: true @@ -135,10 +145,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=golint command: - ci-operator @@ -155,6 +165,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -166,6 +179,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )golint,?($|\s.*) - agent: kubernetes always_run: true @@ -184,10 +200,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=govet command: - ci-operator @@ -204,6 +220,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -215,6 +234,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )govet,?($|\s.*) - agent: kubernetes always_run: true @@ -233,10 +255,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -254,6 +276,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -265,6 +290,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -283,10 +311,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -303,6 +331,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -314,4 +345,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift/vertical-pod-autoscaler-operator/openshift-vertical-pod-autoscaler-operator-release-4.7-postsubmits.yaml b/ci-operator/jobs/openshift/vertical-pod-autoscaler-operator/openshift-vertical-pod-autoscaler-operator-release-4.7-postsubmits.yaml index ab486a03b133..56deac8b279b 100644 --- a/ci-operator/jobs/openshift/vertical-pod-autoscaler-operator/openshift-vertical-pod-autoscaler-operator-release-4.7-postsubmits.yaml +++ b/ci-operator/jobs/openshift/vertical-pod-autoscaler-operator/openshift-vertical-pod-autoscaler-operator-release-4.7-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-vertical-pod-autoscaler-operator-release-4.7-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/vertical-pod-autoscaler-operator/openshift-vertical-pod-autoscaler-operator-release-4.7-presubmits.yaml b/ci-operator/jobs/openshift/vertical-pod-autoscaler-operator/openshift-vertical-pod-autoscaler-operator-release-4.7-presubmits.yaml index 91f9cb8744eb..5a524d064bfa 100644 --- a/ci-operator/jobs/openshift/vertical-pod-autoscaler-operator/openshift-vertical-pod-autoscaler-operator-release-4.7-presubmits.yaml +++ b/ci-operator/jobs/openshift/vertical-pod-autoscaler-operator/openshift-vertical-pod-autoscaler-operator-release-4.7-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -46,6 +44,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -68,6 +69,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -86,10 +90,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=gofmt command: - ci-operator @@ -106,6 +110,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -117,6 +124,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )gofmt,?($|\s.*) - agent: kubernetes always_run: true @@ -135,10 +145,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=golint command: - ci-operator @@ -155,6 +165,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -166,6 +179,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )golint,?($|\s.*) - agent: kubernetes always_run: true @@ -184,10 +200,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=govet command: - ci-operator @@ -204,6 +220,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -215,6 +234,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )govet,?($|\s.*) - agent: kubernetes always_run: true @@ -233,10 +255,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -254,6 +276,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -265,6 +290,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -283,10 +311,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -303,6 +331,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -314,4 +345,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift/whereabouts-cni/openshift-whereabouts-cni-master-postsubmits.yaml b/ci-operator/jobs/openshift/whereabouts-cni/openshift-whereabouts-cni-master-postsubmits.yaml index 08063084a105..3de7f225eb5c 100644 --- a/ci-operator/jobs/openshift/whereabouts-cni/openshift-whereabouts-cni-master-postsubmits.yaml +++ b/ci-operator/jobs/openshift/whereabouts-cni/openshift-whereabouts-cni-master-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-whereabouts-cni-master-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/whereabouts-cni/openshift-whereabouts-cni-master-presubmits.yaml b/ci-operator/jobs/openshift/whereabouts-cni/openshift-whereabouts-cni-master-presubmits.yaml index 5dcdca4283de..7bc00d9d7522 100644 --- a/ci-operator/jobs/openshift/whereabouts-cni/openshift-whereabouts-cni-master-presubmits.yaml +++ b/ci-operator/jobs/openshift/whereabouts-cni/openshift-whereabouts-cni-master-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -46,6 +44,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -68,6 +69,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -86,10 +90,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -107,6 +111,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -118,4 +125,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift/whereabouts-cni/openshift-whereabouts-cni-release-4.3-postsubmits.yaml b/ci-operator/jobs/openshift/whereabouts-cni/openshift-whereabouts-cni-release-4.3-postsubmits.yaml index cf8686116a12..2d1d433eed9a 100644 --- a/ci-operator/jobs/openshift/whereabouts-cni/openshift-whereabouts-cni-release-4.3-postsubmits.yaml +++ b/ci-operator/jobs/openshift/whereabouts-cni/openshift-whereabouts-cni-release-4.3-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-whereabouts-cni-release-4.3-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/whereabouts-cni/openshift-whereabouts-cni-release-4.3-presubmits.yaml b/ci-operator/jobs/openshift/whereabouts-cni/openshift-whereabouts-cni-release-4.3-presubmits.yaml index aec5e371cf6a..994dbe3348d9 100644 --- a/ci-operator/jobs/openshift/whereabouts-cni/openshift-whereabouts-cni-release-4.3-presubmits.yaml +++ b/ci-operator/jobs/openshift/whereabouts-cni/openshift-whereabouts-cni-release-4.3-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -46,6 +44,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -68,6 +69,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -86,10 +90,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -107,6 +111,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -118,4 +125,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift/whereabouts-cni/openshift-whereabouts-cni-release-4.4-postsubmits.yaml b/ci-operator/jobs/openshift/whereabouts-cni/openshift-whereabouts-cni-release-4.4-postsubmits.yaml index 192ab086cc01..5abf96fa09b6 100644 --- a/ci-operator/jobs/openshift/whereabouts-cni/openshift-whereabouts-cni-release-4.4-postsubmits.yaml +++ b/ci-operator/jobs/openshift/whereabouts-cni/openshift-whereabouts-cni-release-4.4-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-whereabouts-cni-release-4.4-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/whereabouts-cni/openshift-whereabouts-cni-release-4.4-presubmits.yaml b/ci-operator/jobs/openshift/whereabouts-cni/openshift-whereabouts-cni-release-4.4-presubmits.yaml index ff332c32de36..0597bfc0eb39 100644 --- a/ci-operator/jobs/openshift/whereabouts-cni/openshift-whereabouts-cni-release-4.4-presubmits.yaml +++ b/ci-operator/jobs/openshift/whereabouts-cni/openshift-whereabouts-cni-release-4.4-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -46,6 +44,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -68,6 +69,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -86,10 +90,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -107,6 +111,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -118,4 +125,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift/whereabouts-cni/openshift-whereabouts-cni-release-4.5-postsubmits.yaml b/ci-operator/jobs/openshift/whereabouts-cni/openshift-whereabouts-cni-release-4.5-postsubmits.yaml index 5b3b429b1c5f..1c28d89d577d 100644 --- a/ci-operator/jobs/openshift/whereabouts-cni/openshift-whereabouts-cni-release-4.5-postsubmits.yaml +++ b/ci-operator/jobs/openshift/whereabouts-cni/openshift-whereabouts-cni-release-4.5-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-whereabouts-cni-release-4.5-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/whereabouts-cni/openshift-whereabouts-cni-release-4.5-presubmits.yaml b/ci-operator/jobs/openshift/whereabouts-cni/openshift-whereabouts-cni-release-4.5-presubmits.yaml index 5b22dbd7a09b..dd2baf4e8d6f 100644 --- a/ci-operator/jobs/openshift/whereabouts-cni/openshift-whereabouts-cni-release-4.5-presubmits.yaml +++ b/ci-operator/jobs/openshift/whereabouts-cni/openshift-whereabouts-cni-release-4.5-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -46,6 +44,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -68,6 +69,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -86,10 +90,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -106,6 +110,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -117,4 +124,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift/whereabouts-cni/openshift-whereabouts-cni-release-4.6-postsubmits.yaml b/ci-operator/jobs/openshift/whereabouts-cni/openshift-whereabouts-cni-release-4.6-postsubmits.yaml index ee8c38ecdd3f..b26e09a36da4 100644 --- a/ci-operator/jobs/openshift/whereabouts-cni/openshift-whereabouts-cni-release-4.6-postsubmits.yaml +++ b/ci-operator/jobs/openshift/whereabouts-cni/openshift-whereabouts-cni-release-4.6-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-whereabouts-cni-release-4.6-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/whereabouts-cni/openshift-whereabouts-cni-release-4.6-presubmits.yaml b/ci-operator/jobs/openshift/whereabouts-cni/openshift-whereabouts-cni-release-4.6-presubmits.yaml index 44d6169ee260..669859b29a59 100644 --- a/ci-operator/jobs/openshift/whereabouts-cni/openshift-whereabouts-cni-release-4.6-presubmits.yaml +++ b/ci-operator/jobs/openshift/whereabouts-cni/openshift-whereabouts-cni-release-4.6-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -46,6 +44,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -68,6 +69,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -86,10 +90,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -107,6 +111,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -118,4 +125,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift/whereabouts-cni/openshift-whereabouts-cni-release-4.7-postsubmits.yaml b/ci-operator/jobs/openshift/whereabouts-cni/openshift-whereabouts-cni-release-4.7-postsubmits.yaml index 50f88f36856e..613f7fb1f9c4 100644 --- a/ci-operator/jobs/openshift/whereabouts-cni/openshift-whereabouts-cni-release-4.7-postsubmits.yaml +++ b/ci-operator/jobs/openshift/whereabouts-cni/openshift-whereabouts-cni-release-4.7-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-whereabouts-cni-release-4.7-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/whereabouts-cni/openshift-whereabouts-cni-release-4.7-presubmits.yaml b/ci-operator/jobs/openshift/whereabouts-cni/openshift-whereabouts-cni-release-4.7-presubmits.yaml index 015ce8d9049e..2013371a4831 100644 --- a/ci-operator/jobs/openshift/whereabouts-cni/openshift-whereabouts-cni-release-4.7-presubmits.yaml +++ b/ci-operator/jobs/openshift/whereabouts-cni/openshift-whereabouts-cni-release-4.7-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -46,6 +44,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -68,6 +69,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -86,10 +90,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -107,6 +111,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -118,4 +125,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift/windows-machine-config-bootstrapper/openshift-windows-machine-config-bootstrapper-master-postsubmits.yaml b/ci-operator/jobs/openshift/windows-machine-config-bootstrapper/openshift-windows-machine-config-bootstrapper-master-postsubmits.yaml index 3f349ccbd159..3b89391f928c 100644 --- a/ci-operator/jobs/openshift/windows-machine-config-bootstrapper/openshift-windows-machine-config-bootstrapper-master-postsubmits.yaml +++ b/ci-operator/jobs/openshift/windows-machine-config-bootstrapper/openshift-windows-machine-config-bootstrapper-master-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-windows-machine-config-bootstrapper-master-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/windows-machine-config-bootstrapper/openshift-windows-machine-config-bootstrapper-master-presubmits.yaml b/ci-operator/jobs/openshift/windows-machine-config-bootstrapper/openshift-windows-machine-config-bootstrapper-master-presubmits.yaml index 79ac2b048aa7..7fa0ca661033 100644 --- a/ci-operator/jobs/openshift/windows-machine-config-bootstrapper/openshift-windows-machine-config-bootstrapper-master-presubmits.yaml +++ b/ci-operator/jobs/openshift/windows-machine-config-bootstrapper/openshift-windows-machine-config-bootstrapper-master-presubmits.yaml @@ -17,10 +17,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=build command: - ci-operator @@ -37,6 +37,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -48,6 +51,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )build,?($|\s.*) - agent: kubernetes always_run: true @@ -250,10 +256,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -271,6 +277,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -282,6 +291,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -391,10 +403,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -411,6 +423,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -422,4 +437,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) diff --git a/ci-operator/jobs/openshift/windows-machine-config-bootstrapper/openshift-windows-machine-config-bootstrapper-release-4.2-presubmits.yaml b/ci-operator/jobs/openshift/windows-machine-config-bootstrapper/openshift-windows-machine-config-bootstrapper-release-4.2-presubmits.yaml index 87c6a8a6e4be..087433e38a00 100644 --- a/ci-operator/jobs/openshift/windows-machine-config-bootstrapper/openshift-windows-machine-config-bootstrapper-release-4.2-presubmits.yaml +++ b/ci-operator/jobs/openshift/windows-machine-config-bootstrapper/openshift-windows-machine-config-bootstrapper-release-4.2-presubmits.yaml @@ -17,10 +17,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=build command: - ci-operator @@ -37,6 +37,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -48,4 +51,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )build,?($|\s.*) diff --git a/ci-operator/jobs/openshift/windows-machine-config-bootstrapper/openshift-windows-machine-config-bootstrapper-release-4.3-postsubmits.yaml b/ci-operator/jobs/openshift/windows-machine-config-bootstrapper/openshift-windows-machine-config-bootstrapper-release-4.3-postsubmits.yaml index 4b9b359cce8d..29a0eb8ec1b3 100644 --- a/ci-operator/jobs/openshift/windows-machine-config-bootstrapper/openshift-windows-machine-config-bootstrapper-release-4.3-postsubmits.yaml +++ b/ci-operator/jobs/openshift/windows-machine-config-bootstrapper/openshift-windows-machine-config-bootstrapper-release-4.3-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-windows-machine-config-bootstrapper-release-4.3-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/windows-machine-config-bootstrapper/openshift-windows-machine-config-bootstrapper-release-4.3-presubmits.yaml b/ci-operator/jobs/openshift/windows-machine-config-bootstrapper/openshift-windows-machine-config-bootstrapper-release-4.3-presubmits.yaml index ad9283d690a9..b174af52baab 100644 --- a/ci-operator/jobs/openshift/windows-machine-config-bootstrapper/openshift-windows-machine-config-bootstrapper-release-4.3-presubmits.yaml +++ b/ci-operator/jobs/openshift/windows-machine-config-bootstrapper/openshift-windows-machine-config-bootstrapper-release-4.3-presubmits.yaml @@ -17,10 +17,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=build command: - ci-operator @@ -37,6 +37,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -48,6 +51,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )build,?($|\s.*) - agent: kubernetes always_run: true @@ -250,10 +256,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -271,6 +277,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -282,6 +291,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -391,10 +403,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -411,6 +423,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -422,4 +437,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) diff --git a/ci-operator/jobs/openshift/windows-machine-config-bootstrapper/openshift-windows-machine-config-bootstrapper-release-4.4-postsubmits.yaml b/ci-operator/jobs/openshift/windows-machine-config-bootstrapper/openshift-windows-machine-config-bootstrapper-release-4.4-postsubmits.yaml index 66bf8717ad71..c3241237ca7a 100644 --- a/ci-operator/jobs/openshift/windows-machine-config-bootstrapper/openshift-windows-machine-config-bootstrapper-release-4.4-postsubmits.yaml +++ b/ci-operator/jobs/openshift/windows-machine-config-bootstrapper/openshift-windows-machine-config-bootstrapper-release-4.4-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-windows-machine-config-bootstrapper-release-4.4-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/windows-machine-config-bootstrapper/openshift-windows-machine-config-bootstrapper-release-4.4-presubmits.yaml b/ci-operator/jobs/openshift/windows-machine-config-bootstrapper/openshift-windows-machine-config-bootstrapper-release-4.4-presubmits.yaml index 8f4959f08d8f..118a276704f6 100644 --- a/ci-operator/jobs/openshift/windows-machine-config-bootstrapper/openshift-windows-machine-config-bootstrapper-release-4.4-presubmits.yaml +++ b/ci-operator/jobs/openshift/windows-machine-config-bootstrapper/openshift-windows-machine-config-bootstrapper-release-4.4-presubmits.yaml @@ -17,10 +17,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=build command: - ci-operator @@ -37,6 +37,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -48,6 +51,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )build,?($|\s.*) - agent: kubernetes always_run: true @@ -250,10 +256,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -271,6 +277,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -282,6 +291,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -391,10 +403,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -411,6 +423,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -422,4 +437,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) diff --git a/ci-operator/jobs/openshift/windows-machine-config-bootstrapper/openshift-windows-machine-config-bootstrapper-release-4.5-postsubmits.yaml b/ci-operator/jobs/openshift/windows-machine-config-bootstrapper/openshift-windows-machine-config-bootstrapper-release-4.5-postsubmits.yaml index 627f7ae28d85..433f0e39e9c7 100644 --- a/ci-operator/jobs/openshift/windows-machine-config-bootstrapper/openshift-windows-machine-config-bootstrapper-release-4.5-postsubmits.yaml +++ b/ci-operator/jobs/openshift/windows-machine-config-bootstrapper/openshift-windows-machine-config-bootstrapper-release-4.5-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-windows-machine-config-bootstrapper-release-4.5-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/windows-machine-config-bootstrapper/openshift-windows-machine-config-bootstrapper-release-4.5-presubmits.yaml b/ci-operator/jobs/openshift/windows-machine-config-bootstrapper/openshift-windows-machine-config-bootstrapper-release-4.5-presubmits.yaml index 80b9734dd942..e12c6e11e9e3 100644 --- a/ci-operator/jobs/openshift/windows-machine-config-bootstrapper/openshift-windows-machine-config-bootstrapper-release-4.5-presubmits.yaml +++ b/ci-operator/jobs/openshift/windows-machine-config-bootstrapper/openshift-windows-machine-config-bootstrapper-release-4.5-presubmits.yaml @@ -17,10 +17,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=build command: - ci-operator @@ -37,6 +37,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -48,6 +51,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )build,?($|\s.*) - agent: kubernetes always_run: true @@ -66,10 +72,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -86,6 +92,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -97,6 +106,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -115,10 +127,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -135,6 +147,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -146,4 +161,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) diff --git a/ci-operator/jobs/openshift/windows-machine-config-bootstrapper/openshift-windows-machine-config-bootstrapper-release-4.6-postsubmits.yaml b/ci-operator/jobs/openshift/windows-machine-config-bootstrapper/openshift-windows-machine-config-bootstrapper-release-4.6-postsubmits.yaml index dcd34829a344..8c38b58fd49d 100644 --- a/ci-operator/jobs/openshift/windows-machine-config-bootstrapper/openshift-windows-machine-config-bootstrapper-release-4.6-postsubmits.yaml +++ b/ci-operator/jobs/openshift/windows-machine-config-bootstrapper/openshift-windows-machine-config-bootstrapper-release-4.6-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-windows-machine-config-bootstrapper-release-4.6-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/windows-machine-config-bootstrapper/openshift-windows-machine-config-bootstrapper-release-4.6-presubmits.yaml b/ci-operator/jobs/openshift/windows-machine-config-bootstrapper/openshift-windows-machine-config-bootstrapper-release-4.6-presubmits.yaml index cb706439d2a0..3e675e69cdc2 100644 --- a/ci-operator/jobs/openshift/windows-machine-config-bootstrapper/openshift-windows-machine-config-bootstrapper-release-4.6-presubmits.yaml +++ b/ci-operator/jobs/openshift/windows-machine-config-bootstrapper/openshift-windows-machine-config-bootstrapper-release-4.6-presubmits.yaml @@ -17,10 +17,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=build command: - ci-operator @@ -37,6 +37,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -48,6 +51,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )build,?($|\s.*) - agent: kubernetes always_run: true @@ -250,10 +256,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -271,6 +277,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -282,6 +291,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -391,10 +403,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -411,6 +423,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -422,4 +437,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) diff --git a/ci-operator/jobs/openshift/windows-machine-config-bootstrapper/openshift-windows-machine-config-bootstrapper-release-4.7-postsubmits.yaml b/ci-operator/jobs/openshift/windows-machine-config-bootstrapper/openshift-windows-machine-config-bootstrapper-release-4.7-postsubmits.yaml index c52da849f6b1..22ee29949b97 100644 --- a/ci-operator/jobs/openshift/windows-machine-config-bootstrapper/openshift-windows-machine-config-bootstrapper-release-4.7-postsubmits.yaml +++ b/ci-operator/jobs/openshift/windows-machine-config-bootstrapper/openshift-windows-machine-config-bootstrapper-release-4.7-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-windows-machine-config-bootstrapper-release-4.7-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/windows-machine-config-bootstrapper/openshift-windows-machine-config-bootstrapper-release-4.7-presubmits.yaml b/ci-operator/jobs/openshift/windows-machine-config-bootstrapper/openshift-windows-machine-config-bootstrapper-release-4.7-presubmits.yaml index 9db0ad671408..3904b059f957 100644 --- a/ci-operator/jobs/openshift/windows-machine-config-bootstrapper/openshift-windows-machine-config-bootstrapper-release-4.7-presubmits.yaml +++ b/ci-operator/jobs/openshift/windows-machine-config-bootstrapper/openshift-windows-machine-config-bootstrapper-release-4.7-presubmits.yaml @@ -17,10 +17,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=build command: - ci-operator @@ -37,6 +37,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -48,6 +51,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )build,?($|\s.*) - agent: kubernetes always_run: true @@ -250,10 +256,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -271,6 +277,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -282,6 +291,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -391,10 +403,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -411,6 +423,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -422,4 +437,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) diff --git a/ci-operator/jobs/openshift/windows-machine-config-operator/openshift-windows-machine-config-operator-master-postsubmits.yaml b/ci-operator/jobs/openshift/windows-machine-config-operator/openshift-windows-machine-config-operator-master-postsubmits.yaml index 1e7b412843d8..ad55eb5c0d8b 100644 --- a/ci-operator/jobs/openshift/windows-machine-config-operator/openshift-windows-machine-config-operator-master-postsubmits.yaml +++ b/ci-operator/jobs/openshift/windows-machine-config-operator/openshift-windows-machine-config-operator-master-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-windows-machine-config-operator-master-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/windows-machine-config-operator/openshift-windows-machine-config-operator-master-presubmits.yaml b/ci-operator/jobs/openshift/windows-machine-config-operator/openshift-windows-machine-config-operator-master-presubmits.yaml index cad54c30a18f..a5cf959357c6 100644 --- a/ci-operator/jobs/openshift/windows-machine-config-operator/openshift-windows-machine-config-operator-master-presubmits.yaml +++ b/ci-operator/jobs/openshift/windows-machine-config-operator/openshift-windows-machine-config-operator-master-presubmits.yaml @@ -17,10 +17,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=build command: - ci-operator @@ -37,6 +37,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -48,6 +51,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )build,?($|\s.*) - agent: kubernetes always_run: true @@ -66,13 +72,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-operator-cluster-profile - --target=e2e-operator command: @@ -95,6 +99,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -117,6 +124,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-operator,?($|\s.*) - agent: kubernetes always_run: true @@ -135,10 +145,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -156,6 +166,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -167,6 +180,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -185,10 +201,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=lint command: - ci-operator @@ -205,6 +221,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -216,6 +235,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )lint,?($|\s.*) - agent: kubernetes always_run: true @@ -234,10 +256,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -254,6 +276,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -265,4 +290,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift/windows-machine-config-operator/openshift-windows-machine-config-operator-release-4.5-postsubmits.yaml b/ci-operator/jobs/openshift/windows-machine-config-operator/openshift-windows-machine-config-operator-release-4.5-postsubmits.yaml index 3720e7c6ba08..286da23bb277 100644 --- a/ci-operator/jobs/openshift/windows-machine-config-operator/openshift-windows-machine-config-operator-release-4.5-postsubmits.yaml +++ b/ci-operator/jobs/openshift/windows-machine-config-operator/openshift-windows-machine-config-operator-release-4.5-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-windows-machine-config-operator-release-4.5-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/windows-machine-config-operator/openshift-windows-machine-config-operator-release-4.5-presubmits.yaml b/ci-operator/jobs/openshift/windows-machine-config-operator/openshift-windows-machine-config-operator-release-4.5-presubmits.yaml index a25f715fb166..8860d089194a 100644 --- a/ci-operator/jobs/openshift/windows-machine-config-operator/openshift-windows-machine-config-operator-release-4.5-presubmits.yaml +++ b/ci-operator/jobs/openshift/windows-machine-config-operator/openshift-windows-machine-config-operator-release-4.5-presubmits.yaml @@ -17,10 +17,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=build command: - ci-operator @@ -37,6 +37,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -48,6 +51,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )build,?($|\s.*) - agent: kubernetes always_run: true @@ -66,13 +72,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-operator-cluster-profile - --target=e2e-operator command: @@ -95,6 +99,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -117,6 +124,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-operator,?($|\s.*) - agent: kubernetes always_run: true @@ -135,10 +145,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -155,6 +165,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -166,6 +179,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -184,10 +200,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=lint command: - ci-operator @@ -204,6 +220,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -215,6 +234,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )lint,?($|\s.*) - agent: kubernetes always_run: true @@ -233,10 +255,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -253,6 +275,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -264,4 +289,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift/windows-machine-config-operator/openshift-windows-machine-config-operator-release-4.6-postsubmits.yaml b/ci-operator/jobs/openshift/windows-machine-config-operator/openshift-windows-machine-config-operator-release-4.6-postsubmits.yaml index 1510cea3f86c..6266fd6ce27a 100644 --- a/ci-operator/jobs/openshift/windows-machine-config-operator/openshift-windows-machine-config-operator-release-4.6-postsubmits.yaml +++ b/ci-operator/jobs/openshift/windows-machine-config-operator/openshift-windows-machine-config-operator-release-4.6-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-windows-machine-config-operator-release-4.6-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/windows-machine-config-operator/openshift-windows-machine-config-operator-release-4.6-presubmits.yaml b/ci-operator/jobs/openshift/windows-machine-config-operator/openshift-windows-machine-config-operator-release-4.6-presubmits.yaml index 4e14d24c2c07..4867ac340c0e 100644 --- a/ci-operator/jobs/openshift/windows-machine-config-operator/openshift-windows-machine-config-operator-release-4.6-presubmits.yaml +++ b/ci-operator/jobs/openshift/windows-machine-config-operator/openshift-windows-machine-config-operator-release-4.6-presubmits.yaml @@ -17,10 +17,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=build command: - ci-operator @@ -37,6 +37,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -48,6 +51,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )build,?($|\s.*) - agent: kubernetes always_run: true @@ -66,13 +72,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-operator-cluster-profile - --target=e2e-operator command: @@ -95,6 +99,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -117,6 +124,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-operator,?($|\s.*) - agent: kubernetes always_run: true @@ -135,10 +145,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -156,6 +166,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -167,6 +180,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -185,10 +201,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=lint command: - ci-operator @@ -205,6 +221,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -216,6 +235,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )lint,?($|\s.*) - agent: kubernetes always_run: true @@ -234,10 +256,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -254,6 +276,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -265,4 +290,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/openshift/windows-machine-config-operator/openshift-windows-machine-config-operator-release-4.7-postsubmits.yaml b/ci-operator/jobs/openshift/windows-machine-config-operator/openshift-windows-machine-config-operator-release-4.7-postsubmits.yaml index eaa28012dc9a..a22020a81273 100644 --- a/ci-operator/jobs/openshift/windows-machine-config-operator/openshift-windows-machine-config-operator-release-4.7-postsubmits.yaml +++ b/ci-operator/jobs/openshift/windows-machine-config-operator/openshift-windows-machine-config-operator-release-4.7-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-openshift-windows-machine-config-operator-release-4.7-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/windows-machine-config-operator/openshift-windows-machine-config-operator-release-4.7-presubmits.yaml b/ci-operator/jobs/openshift/windows-machine-config-operator/openshift-windows-machine-config-operator-release-4.7-presubmits.yaml index 0fe20d0a477f..c0c4e14518bf 100644 --- a/ci-operator/jobs/openshift/windows-machine-config-operator/openshift-windows-machine-config-operator-release-4.7-presubmits.yaml +++ b/ci-operator/jobs/openshift/windows-machine-config-operator/openshift-windows-machine-config-operator-release-4.7-presubmits.yaml @@ -17,10 +17,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=build command: - ci-operator @@ -37,6 +37,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -48,6 +51,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )build,?($|\s.*) - agent: kubernetes always_run: true @@ -66,13 +72,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-operator-cluster-profile - --target=e2e-operator command: @@ -95,6 +99,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -117,6 +124,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-operator,?($|\s.*) - agent: kubernetes always_run: true @@ -135,10 +145,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -156,6 +166,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -167,6 +180,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -185,10 +201,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=lint command: - ci-operator @@ -205,6 +221,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -216,6 +235,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )lint,?($|\s.*) - agent: kubernetes always_run: true @@ -234,10 +256,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -254,6 +276,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -265,4 +290,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/operator-framework/operator-courier/operator-framework-operator-courier-master-presubmits.yaml b/ci-operator/jobs/operator-framework/operator-courier/operator-framework-operator-courier-master-presubmits.yaml index 078d67ed6aef..e9bee9e3996c 100644 --- a/ci-operator/jobs/operator-framework/operator-courier/operator-framework-operator-courier-master-presubmits.yaml +++ b/ci-operator/jobs/operator-framework/operator-courier/operator-framework-operator-courier-master-presubmits.yaml @@ -17,10 +17,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -37,6 +37,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -48,6 +51,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -66,10 +72,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/secrets/operator-manifests-test-credentials - --target=integration command: @@ -90,6 +96,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -104,4 +113,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )integration,?($|\s.*) diff --git a/ci-operator/jobs/operator-framework/operator-lifecycle-manager/operator-framework-operator-lifecycle-manager-master-postsubmits.yaml b/ci-operator/jobs/operator-framework/operator-lifecycle-manager/operator-framework-operator-lifecycle-manager-master-postsubmits.yaml index 9417282a2671..8384257a8a68 100644 --- a/ci-operator/jobs/operator-framework/operator-lifecycle-manager/operator-framework-operator-lifecycle-manager-master-postsubmits.yaml +++ b/ci-operator/jobs/operator-framework/operator-lifecycle-manager/operator-framework-operator-lifecycle-manager-master-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-operator-framework-operator-lifecycle-manager-master-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/operator-framework/operator-lifecycle-manager/operator-framework-operator-lifecycle-manager-master-presubmits.yaml b/ci-operator/jobs/operator-framework/operator-lifecycle-manager/operator-framework-operator-lifecycle-manager-master-presubmits.yaml index 59499017b267..30805f018986 100644 --- a/ci-operator/jobs/operator-framework/operator-lifecycle-manager/operator-framework-operator-lifecycle-manager-master-presubmits.yaml +++ b/ci-operator/jobs/operator-framework/operator-lifecycle-manager/operator-framework-operator-lifecycle-manager-master-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-console-olm-cluster-profile - --target=e2e-aws-console-olm - --template=/usr/local/e2e-aws-console-olm @@ -59,6 +57,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -84,6 +85,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-console-olm,?($|\s.*) - agent: kubernetes always_run: true @@ -102,13 +106,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-olm-cluster-profile - --target=e2e-aws-olm - --template=/usr/local/e2e-aws-olm @@ -142,6 +144,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -167,6 +172,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-olm,?($|\s.*) - agent: kubernetes always_run: true @@ -185,13 +193,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-gcp-cluster-profile - --target=e2e-gcp - --template=/usr/local/e2e-gcp @@ -225,6 +231,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -252,6 +261,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-gcp,?($|\s.*) - agent: kubernetes always_run: true @@ -270,13 +282,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-gcp-upgrade-cluster-profile - --target=e2e-gcp-upgrade command: @@ -299,6 +309,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -323,6 +336,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-gcp-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -341,10 +357,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -362,6 +378,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -373,6 +392,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -391,10 +413,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -411,6 +433,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -422,6 +447,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -440,10 +468,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -460,6 +488,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -471,4 +502,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) diff --git a/ci-operator/jobs/operator-framework/operator-lifecycle-manager/operator-framework-operator-lifecycle-manager-release-3.11-presubmits.yaml b/ci-operator/jobs/operator-framework/operator-lifecycle-manager/operator-framework-operator-lifecycle-manager-release-3.11-presubmits.yaml index bb0865674540..e0a8d40ac394 100644 --- a/ci-operator/jobs/operator-framework/operator-lifecycle-manager/operator-framework-operator-lifecycle-manager-release-3.11-presubmits.yaml +++ b/ci-operator/jobs/operator-framework/operator-lifecycle-manager/operator-framework-operator-lifecycle-manager-release-3.11-presubmits.yaml @@ -17,10 +17,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -37,6 +37,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -48,6 +51,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -66,10 +72,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=schema-check command: - ci-operator @@ -86,6 +92,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -97,6 +106,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )schema-check,?($|\s.*) - agent: kubernetes always_run: true @@ -115,10 +127,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -135,6 +147,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -146,6 +161,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -164,10 +182,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -184,6 +202,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -195,4 +216,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) diff --git a/ci-operator/jobs/operator-framework/operator-lifecycle-manager/operator-framework-operator-lifecycle-manager-release-4.1-postsubmits.yaml b/ci-operator/jobs/operator-framework/operator-lifecycle-manager/operator-framework-operator-lifecycle-manager-release-4.1-postsubmits.yaml index 53eda63d25ed..a52342055df0 100644 --- a/ci-operator/jobs/operator-framework/operator-lifecycle-manager/operator-framework-operator-lifecycle-manager-release-4.1-postsubmits.yaml +++ b/ci-operator/jobs/operator-framework/operator-lifecycle-manager/operator-framework-operator-lifecycle-manager-release-4.1-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-operator-framework-operator-lifecycle-manager-release-4.1-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/operator-framework/operator-lifecycle-manager/operator-framework-operator-lifecycle-manager-release-4.1-presubmits.yaml b/ci-operator/jobs/operator-framework/operator-lifecycle-manager/operator-framework-operator-lifecycle-manager-release-4.1-presubmits.yaml index d7c16bc46bd5..87e4cf0c2079 100644 --- a/ci-operator/jobs/operator-framework/operator-lifecycle-manager/operator-framework-operator-lifecycle-manager-release-4.1-presubmits.yaml +++ b/ci-operator/jobs/operator-framework/operator-lifecycle-manager/operator-framework-operator-lifecycle-manager-release-4.1-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -46,6 +44,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -68,6 +69,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -86,13 +90,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-console-olm-cluster-profile - --target=e2e-aws-console-olm - --template=/usr/local/e2e-aws-console-olm @@ -128,6 +130,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -153,6 +158,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-console-olm,?($|\s.*) - agent: kubernetes always_run: true @@ -171,13 +179,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-olm-cluster-profile - --target=e2e-aws-olm - --template=/usr/local/e2e-aws-olm @@ -211,6 +217,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -236,6 +245,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-olm,?($|\s.*) - agent: kubernetes always_run: true @@ -254,13 +266,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -283,6 +293,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -305,6 +318,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -323,10 +339,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -344,6 +360,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -355,6 +374,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -373,10 +395,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=schema-check command: - ci-operator @@ -393,6 +415,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -404,6 +429,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )schema-check,?($|\s.*) - agent: kubernetes always_run: true @@ -422,10 +450,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -442,6 +470,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -453,6 +484,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -471,10 +505,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -491,6 +525,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -502,4 +539,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) diff --git a/ci-operator/jobs/operator-framework/operator-lifecycle-manager/operator-framework-operator-lifecycle-manager-release-4.2-postsubmits.yaml b/ci-operator/jobs/operator-framework/operator-lifecycle-manager/operator-framework-operator-lifecycle-manager-release-4.2-postsubmits.yaml index ff1de777861a..63372f36c354 100644 --- a/ci-operator/jobs/operator-framework/operator-lifecycle-manager/operator-framework-operator-lifecycle-manager-release-4.2-postsubmits.yaml +++ b/ci-operator/jobs/operator-framework/operator-lifecycle-manager/operator-framework-operator-lifecycle-manager-release-4.2-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-operator-framework-operator-lifecycle-manager-release-4.2-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/operator-framework/operator-lifecycle-manager/operator-framework-operator-lifecycle-manager-release-4.2-presubmits.yaml b/ci-operator/jobs/operator-framework/operator-lifecycle-manager/operator-framework-operator-lifecycle-manager-release-4.2-presubmits.yaml index 111ae3b8d1ae..7687254a7ddb 100644 --- a/ci-operator/jobs/operator-framework/operator-lifecycle-manager/operator-framework-operator-lifecycle-manager-release-4.2-presubmits.yaml +++ b/ci-operator/jobs/operator-framework/operator-lifecycle-manager/operator-framework-operator-lifecycle-manager-release-4.2-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -46,6 +44,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -68,6 +69,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -86,13 +90,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-console-olm-cluster-profile - --target=e2e-aws-console-olm - --template=/usr/local/e2e-aws-console-olm @@ -128,6 +130,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -153,6 +158,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-console-olm,?($|\s.*) - agent: kubernetes always_run: true @@ -171,13 +179,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-olm-cluster-profile - --target=e2e-aws-olm - --template=/usr/local/e2e-aws-olm @@ -211,6 +217,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -236,6 +245,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-olm,?($|\s.*) - agent: kubernetes always_run: true @@ -254,13 +266,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -283,6 +293,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -305,6 +318,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -323,10 +339,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -344,6 +360,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -355,6 +374,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -373,10 +395,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=schema-check command: - ci-operator @@ -393,6 +415,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -404,6 +429,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )schema-check,?($|\s.*) - agent: kubernetes always_run: true @@ -422,10 +450,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -442,6 +470,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -453,6 +484,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -471,10 +505,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -491,6 +525,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -502,4 +539,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) diff --git a/ci-operator/jobs/operator-framework/operator-lifecycle-manager/operator-framework-operator-lifecycle-manager-release-4.3-postsubmits.yaml b/ci-operator/jobs/operator-framework/operator-lifecycle-manager/operator-framework-operator-lifecycle-manager-release-4.3-postsubmits.yaml index 41ae38a24f76..4145edd68853 100644 --- a/ci-operator/jobs/operator-framework/operator-lifecycle-manager/operator-framework-operator-lifecycle-manager-release-4.3-postsubmits.yaml +++ b/ci-operator/jobs/operator-framework/operator-lifecycle-manager/operator-framework-operator-lifecycle-manager-release-4.3-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-operator-framework-operator-lifecycle-manager-release-4.3-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/operator-framework/operator-lifecycle-manager/operator-framework-operator-lifecycle-manager-release-4.3-presubmits.yaml b/ci-operator/jobs/operator-framework/operator-lifecycle-manager/operator-framework-operator-lifecycle-manager-release-4.3-presubmits.yaml index ca1632d9c950..e2ca4e6ddcf9 100644 --- a/ci-operator/jobs/operator-framework/operator-lifecycle-manager/operator-framework-operator-lifecycle-manager-release-4.3-presubmits.yaml +++ b/ci-operator/jobs/operator-framework/operator-lifecycle-manager/operator-framework-operator-lifecycle-manager-release-4.3-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-console-olm-cluster-profile - --target=e2e-aws-console-olm - --template=/usr/local/e2e-aws-console-olm @@ -59,6 +57,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -84,6 +85,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-console-olm,?($|\s.*) - agent: kubernetes always_run: true @@ -102,13 +106,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-olm-cluster-profile - --target=e2e-aws-olm - --template=/usr/local/e2e-aws-olm @@ -142,6 +144,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -167,6 +172,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-olm,?($|\s.*) - agent: kubernetes always_run: true @@ -185,13 +193,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-gcp-cluster-profile - --target=e2e-gcp - --template=/usr/local/e2e-gcp @@ -225,6 +231,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -252,6 +261,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-gcp,?($|\s.*) - agent: kubernetes always_run: true @@ -270,13 +282,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-gcp-upgrade-cluster-profile - --target=e2e-gcp-upgrade command: @@ -299,6 +309,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -323,6 +336,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-gcp-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -341,10 +357,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -362,6 +378,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -373,6 +392,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -391,10 +413,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -411,6 +433,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -422,6 +447,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -440,10 +468,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -460,6 +488,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -471,4 +502,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) diff --git a/ci-operator/jobs/operator-framework/operator-lifecycle-manager/operator-framework-operator-lifecycle-manager-release-4.4-postsubmits.yaml b/ci-operator/jobs/operator-framework/operator-lifecycle-manager/operator-framework-operator-lifecycle-manager-release-4.4-postsubmits.yaml index bca21b03b948..3339c63e7b08 100644 --- a/ci-operator/jobs/operator-framework/operator-lifecycle-manager/operator-framework-operator-lifecycle-manager-release-4.4-postsubmits.yaml +++ b/ci-operator/jobs/operator-framework/operator-lifecycle-manager/operator-framework-operator-lifecycle-manager-release-4.4-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-operator-framework-operator-lifecycle-manager-release-4.4-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/operator-framework/operator-lifecycle-manager/operator-framework-operator-lifecycle-manager-release-4.4-presubmits.yaml b/ci-operator/jobs/operator-framework/operator-lifecycle-manager/operator-framework-operator-lifecycle-manager-release-4.4-presubmits.yaml index 4034461fefb2..b740768d0b8d 100644 --- a/ci-operator/jobs/operator-framework/operator-lifecycle-manager/operator-framework-operator-lifecycle-manager-release-4.4-presubmits.yaml +++ b/ci-operator/jobs/operator-framework/operator-lifecycle-manager/operator-framework-operator-lifecycle-manager-release-4.4-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-console-olm-cluster-profile - --target=e2e-aws-console-olm - --template=/usr/local/e2e-aws-console-olm @@ -59,6 +57,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -84,6 +85,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-console-olm,?($|\s.*) - agent: kubernetes always_run: true @@ -102,13 +106,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-olm-cluster-profile - --target=e2e-aws-olm - --template=/usr/local/e2e-aws-olm @@ -142,6 +144,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -167,6 +172,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-olm,?($|\s.*) - agent: kubernetes always_run: true @@ -185,13 +193,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-gcp-cluster-profile - --target=e2e-gcp - --template=/usr/local/e2e-gcp @@ -225,6 +231,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -252,6 +261,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-gcp,?($|\s.*) - agent: kubernetes always_run: true @@ -270,13 +282,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-gcp-upgrade-cluster-profile - --target=e2e-gcp-upgrade command: @@ -299,6 +309,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -323,6 +336,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-gcp-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -341,10 +357,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -362,6 +378,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -373,6 +392,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -391,10 +413,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -411,6 +433,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -422,6 +447,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -440,10 +468,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -460,6 +488,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -471,4 +502,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) diff --git a/ci-operator/jobs/operator-framework/operator-lifecycle-manager/operator-framework-operator-lifecycle-manager-release-4.5-postsubmits.yaml b/ci-operator/jobs/operator-framework/operator-lifecycle-manager/operator-framework-operator-lifecycle-manager-release-4.5-postsubmits.yaml index 47d338d70f39..b2081007ff8c 100644 --- a/ci-operator/jobs/operator-framework/operator-lifecycle-manager/operator-framework-operator-lifecycle-manager-release-4.5-postsubmits.yaml +++ b/ci-operator/jobs/operator-framework/operator-lifecycle-manager/operator-framework-operator-lifecycle-manager-release-4.5-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-operator-framework-operator-lifecycle-manager-release-4.5-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/operator-framework/operator-lifecycle-manager/operator-framework-operator-lifecycle-manager-release-4.5-presubmits.yaml b/ci-operator/jobs/operator-framework/operator-lifecycle-manager/operator-framework-operator-lifecycle-manager-release-4.5-presubmits.yaml index feebd30db425..71906d748945 100644 --- a/ci-operator/jobs/operator-framework/operator-lifecycle-manager/operator-framework-operator-lifecycle-manager-release-4.5-presubmits.yaml +++ b/ci-operator/jobs/operator-framework/operator-lifecycle-manager/operator-framework-operator-lifecycle-manager-release-4.5-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-console-olm-cluster-profile - --target=e2e-aws-console-olm - --template=/usr/local/e2e-aws-console-olm @@ -59,6 +57,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -84,6 +85,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-console-olm,?($|\s.*) - agent: kubernetes always_run: true @@ -102,13 +106,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-olm-cluster-profile - --target=e2e-aws-olm - --template=/usr/local/e2e-aws-olm @@ -142,6 +144,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -167,6 +172,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-olm,?($|\s.*) - agent: kubernetes always_run: true @@ -185,13 +193,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-gcp-cluster-profile - --target=e2e-gcp - --template=/usr/local/e2e-gcp @@ -225,6 +231,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -252,6 +261,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-gcp,?($|\s.*) - agent: kubernetes always_run: true @@ -270,13 +282,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-gcp-upgrade-cluster-profile - --target=e2e-gcp-upgrade command: @@ -299,6 +309,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -323,6 +336,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-gcp-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -341,10 +357,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -361,6 +377,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -372,6 +391,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -390,10 +412,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -410,6 +432,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -421,6 +446,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -439,10 +467,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -459,6 +487,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -470,4 +501,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) diff --git a/ci-operator/jobs/operator-framework/operator-lifecycle-manager/operator-framework-operator-lifecycle-manager-release-4.6-postsubmits.yaml b/ci-operator/jobs/operator-framework/operator-lifecycle-manager/operator-framework-operator-lifecycle-manager-release-4.6-postsubmits.yaml index 939092b5c769..b4de25abf8c2 100644 --- a/ci-operator/jobs/operator-framework/operator-lifecycle-manager/operator-framework-operator-lifecycle-manager-release-4.6-postsubmits.yaml +++ b/ci-operator/jobs/operator-framework/operator-lifecycle-manager/operator-framework-operator-lifecycle-manager-release-4.6-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-operator-framework-operator-lifecycle-manager-release-4.6-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/operator-framework/operator-lifecycle-manager/operator-framework-operator-lifecycle-manager-release-4.6-presubmits.yaml b/ci-operator/jobs/operator-framework/operator-lifecycle-manager/operator-framework-operator-lifecycle-manager-release-4.6-presubmits.yaml index b4441b9874f0..5608d1cf07a4 100644 --- a/ci-operator/jobs/operator-framework/operator-lifecycle-manager/operator-framework-operator-lifecycle-manager-release-4.6-presubmits.yaml +++ b/ci-operator/jobs/operator-framework/operator-lifecycle-manager/operator-framework-operator-lifecycle-manager-release-4.6-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-console-olm-cluster-profile - --target=e2e-aws-console-olm - --template=/usr/local/e2e-aws-console-olm @@ -59,6 +57,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -84,6 +85,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-console-olm,?($|\s.*) - agent: kubernetes always_run: true @@ -102,13 +106,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-olm-cluster-profile - --target=e2e-aws-olm - --template=/usr/local/e2e-aws-olm @@ -142,6 +144,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -167,6 +172,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-olm,?($|\s.*) - agent: kubernetes always_run: true @@ -185,13 +193,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-gcp-cluster-profile - --target=e2e-gcp - --template=/usr/local/e2e-gcp @@ -225,6 +231,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -252,6 +261,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-gcp,?($|\s.*) - agent: kubernetes always_run: true @@ -270,13 +282,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-gcp-upgrade-cluster-profile - --target=e2e-gcp-upgrade command: @@ -299,6 +309,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -323,6 +336,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-gcp-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -341,10 +357,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -362,6 +378,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -373,6 +392,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -391,10 +413,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -411,6 +433,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -422,6 +447,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -440,10 +468,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -460,6 +488,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -471,4 +502,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) diff --git a/ci-operator/jobs/operator-framework/operator-lifecycle-manager/operator-framework-operator-lifecycle-manager-release-4.7-postsubmits.yaml b/ci-operator/jobs/operator-framework/operator-lifecycle-manager/operator-framework-operator-lifecycle-manager-release-4.7-postsubmits.yaml index b332edd6ea13..44c665a30745 100644 --- a/ci-operator/jobs/operator-framework/operator-lifecycle-manager/operator-framework-operator-lifecycle-manager-release-4.7-postsubmits.yaml +++ b/ci-operator/jobs/operator-framework/operator-lifecycle-manager/operator-framework-operator-lifecycle-manager-release-4.7-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-operator-framework-operator-lifecycle-manager-release-4.7-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/operator-framework/operator-lifecycle-manager/operator-framework-operator-lifecycle-manager-release-4.7-presubmits.yaml b/ci-operator/jobs/operator-framework/operator-lifecycle-manager/operator-framework-operator-lifecycle-manager-release-4.7-presubmits.yaml index b5050dd4cea5..75f174d53970 100644 --- a/ci-operator/jobs/operator-framework/operator-lifecycle-manager/operator-framework-operator-lifecycle-manager-release-4.7-presubmits.yaml +++ b/ci-operator/jobs/operator-framework/operator-lifecycle-manager/operator-framework-operator-lifecycle-manager-release-4.7-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-console-olm-cluster-profile - --target=e2e-aws-console-olm - --template=/usr/local/e2e-aws-console-olm @@ -59,6 +57,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -84,6 +85,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-console-olm,?($|\s.*) - agent: kubernetes always_run: true @@ -102,13 +106,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-olm-cluster-profile - --target=e2e-aws-olm - --template=/usr/local/e2e-aws-olm @@ -142,6 +144,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -167,6 +172,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-olm,?($|\s.*) - agent: kubernetes always_run: true @@ -185,13 +193,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-gcp-cluster-profile - --target=e2e-gcp - --template=/usr/local/e2e-gcp @@ -225,6 +231,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -252,6 +261,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-gcp,?($|\s.*) - agent: kubernetes always_run: true @@ -270,13 +282,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-gcp-upgrade-cluster-profile - --target=e2e-gcp-upgrade command: @@ -299,6 +309,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -323,6 +336,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-gcp-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -341,10 +357,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -362,6 +378,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -373,6 +392,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -391,10 +413,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -411,6 +433,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -422,6 +447,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -440,10 +468,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -460,6 +488,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -471,4 +502,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) diff --git a/ci-operator/jobs/operator-framework/operator-marketplace/operator-framework-operator-marketplace-master-postsubmits.yaml b/ci-operator/jobs/operator-framework/operator-marketplace/operator-framework-operator-marketplace-master-postsubmits.yaml index da2f319f248d..cb4f5aa8168e 100755 --- a/ci-operator/jobs/operator-framework/operator-marketplace/operator-framework-operator-marketplace-master-postsubmits.yaml +++ b/ci-operator/jobs/operator-framework/operator-marketplace/operator-framework-operator-marketplace-master-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-operator-framework-operator-marketplace-master-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/operator-framework/operator-marketplace/operator-framework-operator-marketplace-master-presubmits.yaml b/ci-operator/jobs/operator-framework/operator-marketplace/operator-framework-operator-marketplace-master-presubmits.yaml index 5bf35b406f86..4d9d74b0f784 100755 --- a/ci-operator/jobs/operator-framework/operator-marketplace/operator-framework-operator-marketplace-master-presubmits.yaml +++ b/ci-operator/jobs/operator-framework/operator-marketplace/operator-framework-operator-marketplace-master-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -46,6 +44,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -68,6 +69,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -86,13 +90,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-console-olm-cluster-profile - --target=e2e-aws-console-olm - --template=/usr/local/e2e-aws-console-olm @@ -128,6 +130,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -153,6 +158,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-console-olm,?($|\s.*) - agent: kubernetes always_run: true @@ -171,13 +179,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-operator-cluster-profile - --target=e2e-aws-operator - --template=/usr/local/e2e-aws-operator @@ -211,6 +217,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -236,6 +245,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-operator,?($|\s.*) - agent: kubernetes always_run: true @@ -254,13 +266,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -283,6 +293,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -305,6 +318,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -323,10 +339,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -344,6 +360,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -355,6 +374,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -373,10 +395,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -393,6 +415,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -404,4 +429,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/operator-framework/operator-marketplace/operator-framework-operator-marketplace-release-4.1-postsubmits.yaml b/ci-operator/jobs/operator-framework/operator-marketplace/operator-framework-operator-marketplace-release-4.1-postsubmits.yaml index 77da3caaa7fd..3d89c89ff479 100644 --- a/ci-operator/jobs/operator-framework/operator-marketplace/operator-framework-operator-marketplace-release-4.1-postsubmits.yaml +++ b/ci-operator/jobs/operator-framework/operator-marketplace/operator-framework-operator-marketplace-release-4.1-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-operator-framework-operator-marketplace-release-4.1-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/operator-framework/operator-marketplace/operator-framework-operator-marketplace-release-4.1-presubmits.yaml b/ci-operator/jobs/operator-framework/operator-marketplace/operator-framework-operator-marketplace-release-4.1-presubmits.yaml index 9a1bbbff1bbc..762fe4e4b438 100644 --- a/ci-operator/jobs/operator-framework/operator-marketplace/operator-framework-operator-marketplace-release-4.1-presubmits.yaml +++ b/ci-operator/jobs/operator-framework/operator-marketplace/operator-framework-operator-marketplace-release-4.1-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -46,6 +44,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -68,6 +69,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -86,13 +90,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-console-olm-cluster-profile - --target=e2e-aws-console-olm - --template=/usr/local/e2e-aws-console-olm @@ -128,6 +130,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -153,6 +158,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-console-olm,?($|\s.*) - agent: kubernetes always_run: true @@ -171,13 +179,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-operator-cluster-profile - --target=e2e-aws-operator - --template=/usr/local/e2e-aws-operator @@ -211,6 +217,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -236,6 +245,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-operator,?($|\s.*) - agent: kubernetes always_run: true @@ -254,13 +266,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -283,6 +293,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -305,6 +318,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -323,10 +339,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -344,6 +360,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -355,6 +374,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -373,10 +395,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -393,6 +415,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -404,4 +429,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/operator-framework/operator-marketplace/operator-framework-operator-marketplace-release-4.2-postsubmits.yaml b/ci-operator/jobs/operator-framework/operator-marketplace/operator-framework-operator-marketplace-release-4.2-postsubmits.yaml index 88a53367e81b..36dcbacb425b 100644 --- a/ci-operator/jobs/operator-framework/operator-marketplace/operator-framework-operator-marketplace-release-4.2-postsubmits.yaml +++ b/ci-operator/jobs/operator-framework/operator-marketplace/operator-framework-operator-marketplace-release-4.2-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-operator-framework-operator-marketplace-release-4.2-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/operator-framework/operator-marketplace/operator-framework-operator-marketplace-release-4.2-presubmits.yaml b/ci-operator/jobs/operator-framework/operator-marketplace/operator-framework-operator-marketplace-release-4.2-presubmits.yaml index 35a3d7ace5a0..3da49ddd5414 100644 --- a/ci-operator/jobs/operator-framework/operator-marketplace/operator-framework-operator-marketplace-release-4.2-presubmits.yaml +++ b/ci-operator/jobs/operator-framework/operator-marketplace/operator-framework-operator-marketplace-release-4.2-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -46,6 +44,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -68,6 +69,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -86,13 +90,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-console-olm-cluster-profile - --target=e2e-aws-console-olm - --template=/usr/local/e2e-aws-console-olm @@ -128,6 +130,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -153,6 +158,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-console-olm,?($|\s.*) - agent: kubernetes always_run: true @@ -171,13 +179,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-operator-cluster-profile - --target=e2e-aws-operator - --template=/usr/local/e2e-aws-operator @@ -211,6 +217,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -236,6 +245,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-operator,?($|\s.*) - agent: kubernetes always_run: true @@ -254,13 +266,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -283,6 +293,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -305,6 +318,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -323,10 +339,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -344,6 +360,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -355,6 +374,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -373,10 +395,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -393,6 +415,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -404,4 +429,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/operator-framework/operator-marketplace/operator-framework-operator-marketplace-release-4.3-postsubmits.yaml b/ci-operator/jobs/operator-framework/operator-marketplace/operator-framework-operator-marketplace-release-4.3-postsubmits.yaml index 2a13e5c21916..a1b574deae74 100644 --- a/ci-operator/jobs/operator-framework/operator-marketplace/operator-framework-operator-marketplace-release-4.3-postsubmits.yaml +++ b/ci-operator/jobs/operator-framework/operator-marketplace/operator-framework-operator-marketplace-release-4.3-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-operator-framework-operator-marketplace-release-4.3-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/operator-framework/operator-marketplace/operator-framework-operator-marketplace-release-4.3-presubmits.yaml b/ci-operator/jobs/operator-framework/operator-marketplace/operator-framework-operator-marketplace-release-4.3-presubmits.yaml index 78d71ca242da..8cb107a91208 100644 --- a/ci-operator/jobs/operator-framework/operator-marketplace/operator-framework-operator-marketplace-release-4.3-presubmits.yaml +++ b/ci-operator/jobs/operator-framework/operator-marketplace/operator-framework-operator-marketplace-release-4.3-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -46,6 +44,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -68,6 +69,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -86,13 +90,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-console-olm-cluster-profile - --target=e2e-aws-console-olm - --template=/usr/local/e2e-aws-console-olm @@ -128,6 +130,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -153,6 +158,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-console-olm,?($|\s.*) - agent: kubernetes always_run: true @@ -171,13 +179,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-operator-cluster-profile - --target=e2e-aws-operator - --template=/usr/local/e2e-aws-operator @@ -211,6 +217,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -236,6 +245,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-operator,?($|\s.*) - agent: kubernetes always_run: true @@ -254,13 +266,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -283,6 +293,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -305,6 +318,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -323,10 +339,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -344,6 +360,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -355,6 +374,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -373,10 +395,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -393,6 +415,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -404,4 +429,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/operator-framework/operator-marketplace/operator-framework-operator-marketplace-release-4.4-postsubmits.yaml b/ci-operator/jobs/operator-framework/operator-marketplace/operator-framework-operator-marketplace-release-4.4-postsubmits.yaml index f6e8e2063b86..e03461169fa8 100755 --- a/ci-operator/jobs/operator-framework/operator-marketplace/operator-framework-operator-marketplace-release-4.4-postsubmits.yaml +++ b/ci-operator/jobs/operator-framework/operator-marketplace/operator-framework-operator-marketplace-release-4.4-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-operator-framework-operator-marketplace-release-4.4-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/operator-framework/operator-marketplace/operator-framework-operator-marketplace-release-4.4-presubmits.yaml b/ci-operator/jobs/operator-framework/operator-marketplace/operator-framework-operator-marketplace-release-4.4-presubmits.yaml index 032dcc407176..8da90bce0ea8 100755 --- a/ci-operator/jobs/operator-framework/operator-marketplace/operator-framework-operator-marketplace-release-4.4-presubmits.yaml +++ b/ci-operator/jobs/operator-framework/operator-marketplace/operator-framework-operator-marketplace-release-4.4-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -46,6 +44,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -68,6 +69,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -86,13 +90,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-console-olm-cluster-profile - --target=e2e-aws-console-olm - --template=/usr/local/e2e-aws-console-olm @@ -128,6 +130,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -153,6 +158,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-console-olm,?($|\s.*) - agent: kubernetes always_run: true @@ -171,13 +179,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-operator-cluster-profile - --target=e2e-aws-operator - --template=/usr/local/e2e-aws-operator @@ -211,6 +217,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -236,6 +245,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-operator,?($|\s.*) - agent: kubernetes always_run: true @@ -254,13 +266,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -283,6 +293,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -305,6 +318,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -323,10 +339,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -344,6 +360,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -355,6 +374,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -373,10 +395,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -393,6 +415,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -404,4 +429,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/operator-framework/operator-marketplace/operator-framework-operator-marketplace-release-4.5-postsubmits.yaml b/ci-operator/jobs/operator-framework/operator-marketplace/operator-framework-operator-marketplace-release-4.5-postsubmits.yaml index 45ce42021478..d79140d92608 100755 --- a/ci-operator/jobs/operator-framework/operator-marketplace/operator-framework-operator-marketplace-release-4.5-postsubmits.yaml +++ b/ci-operator/jobs/operator-framework/operator-marketplace/operator-framework-operator-marketplace-release-4.5-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-operator-framework-operator-marketplace-release-4.5-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/operator-framework/operator-marketplace/operator-framework-operator-marketplace-release-4.5-presubmits.yaml b/ci-operator/jobs/operator-framework/operator-marketplace/operator-framework-operator-marketplace-release-4.5-presubmits.yaml index 035670ddf74e..024a892c598f 100755 --- a/ci-operator/jobs/operator-framework/operator-marketplace/operator-framework-operator-marketplace-release-4.5-presubmits.yaml +++ b/ci-operator/jobs/operator-framework/operator-marketplace/operator-framework-operator-marketplace-release-4.5-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -46,6 +44,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -68,6 +69,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -86,13 +90,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-console-olm-cluster-profile - --target=e2e-aws-console-olm - --template=/usr/local/e2e-aws-console-olm @@ -128,6 +130,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -153,6 +158,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-console-olm,?($|\s.*) - agent: kubernetes always_run: true @@ -171,13 +179,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-operator-cluster-profile - --target=e2e-aws-operator - --template=/usr/local/e2e-aws-operator @@ -211,6 +217,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -236,6 +245,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-operator,?($|\s.*) - agent: kubernetes always_run: true @@ -254,13 +266,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -283,6 +293,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -305,6 +318,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -323,10 +339,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -343,6 +359,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -354,6 +373,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -372,10 +394,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -392,6 +414,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -403,4 +428,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/operator-framework/operator-marketplace/operator-framework-operator-marketplace-release-4.6-postsubmits.yaml b/ci-operator/jobs/operator-framework/operator-marketplace/operator-framework-operator-marketplace-release-4.6-postsubmits.yaml index d368959eb199..170f6ca7d0c2 100644 --- a/ci-operator/jobs/operator-framework/operator-marketplace/operator-framework-operator-marketplace-release-4.6-postsubmits.yaml +++ b/ci-operator/jobs/operator-framework/operator-marketplace/operator-framework-operator-marketplace-release-4.6-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-operator-framework-operator-marketplace-release-4.6-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/operator-framework/operator-marketplace/operator-framework-operator-marketplace-release-4.6-presubmits.yaml b/ci-operator/jobs/operator-framework/operator-marketplace/operator-framework-operator-marketplace-release-4.6-presubmits.yaml index 7673e576c9e3..56ed915608fa 100644 --- a/ci-operator/jobs/operator-framework/operator-marketplace/operator-framework-operator-marketplace-release-4.6-presubmits.yaml +++ b/ci-operator/jobs/operator-framework/operator-marketplace/operator-framework-operator-marketplace-release-4.6-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -46,6 +44,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -68,6 +69,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -86,13 +90,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-console-olm-cluster-profile - --target=e2e-aws-console-olm - --template=/usr/local/e2e-aws-console-olm @@ -128,6 +130,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -153,6 +158,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-console-olm,?($|\s.*) - agent: kubernetes always_run: true @@ -171,13 +179,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-operator-cluster-profile - --target=e2e-aws-operator - --template=/usr/local/e2e-aws-operator @@ -211,6 +217,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -236,6 +245,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-operator,?($|\s.*) - agent: kubernetes always_run: true @@ -254,13 +266,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -283,6 +293,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -305,6 +318,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -323,10 +339,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -344,6 +360,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -355,6 +374,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -373,10 +395,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -393,6 +415,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -404,4 +429,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/operator-framework/operator-marketplace/operator-framework-operator-marketplace-release-4.7-postsubmits.yaml b/ci-operator/jobs/operator-framework/operator-marketplace/operator-framework-operator-marketplace-release-4.7-postsubmits.yaml index 103e205f7031..10a4e3316982 100644 --- a/ci-operator/jobs/operator-framework/operator-marketplace/operator-framework-operator-marketplace-release-4.7-postsubmits.yaml +++ b/ci-operator/jobs/operator-framework/operator-marketplace/operator-framework-operator-marketplace-release-4.7-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-operator-framework-operator-marketplace-release-4.7-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/operator-framework/operator-marketplace/operator-framework-operator-marketplace-release-4.7-presubmits.yaml b/ci-operator/jobs/operator-framework/operator-marketplace/operator-framework-operator-marketplace-release-4.7-presubmits.yaml index fc2058a1774d..d1488399c9ec 100644 --- a/ci-operator/jobs/operator-framework/operator-marketplace/operator-framework-operator-marketplace-release-4.7-presubmits.yaml +++ b/ci-operator/jobs/operator-framework/operator-marketplace/operator-framework-operator-marketplace-release-4.7-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -46,6 +44,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -68,6 +69,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -86,13 +90,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-console-olm-cluster-profile - --target=e2e-aws-console-olm - --template=/usr/local/e2e-aws-console-olm @@ -128,6 +130,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -153,6 +158,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-console-olm,?($|\s.*) - agent: kubernetes always_run: true @@ -171,13 +179,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-operator-cluster-profile - --target=e2e-aws-operator - --template=/usr/local/e2e-aws-operator @@ -211,6 +217,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -236,6 +245,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-operator,?($|\s.*) - agent: kubernetes always_run: true @@ -254,13 +266,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-upgrade-cluster-profile - --target=e2e-aws-upgrade command: @@ -283,6 +293,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -305,6 +318,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-upgrade,?($|\s.*) - agent: kubernetes always_run: true @@ -323,10 +339,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -344,6 +360,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -355,6 +374,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -373,10 +395,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -393,6 +415,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -404,4 +429,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/operator-framework/operator-registry/operator-framework-operator-registry-master-postsubmits.yaml b/ci-operator/jobs/operator-framework/operator-registry/operator-framework-operator-registry-master-postsubmits.yaml index 75afdf2b0061..fbee3e9e681b 100644 --- a/ci-operator/jobs/operator-framework/operator-registry/operator-framework-operator-registry-master-postsubmits.yaml +++ b/ci-operator/jobs/operator-framework/operator-registry/operator-framework-operator-registry-master-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-operator-framework-operator-registry-master-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/operator-framework/operator-registry/operator-framework-operator-registry-master-presubmits.yaml b/ci-operator/jobs/operator-framework/operator-registry/operator-framework-operator-registry-master-presubmits.yaml index 1c5adb335a78..b31b7fb99e3f 100644 --- a/ci-operator/jobs/operator-framework/operator-registry/operator-framework-operator-registry-master-presubmits.yaml +++ b/ci-operator/jobs/operator-framework/operator-registry/operator-framework-operator-registry-master-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -46,6 +44,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -68,6 +69,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -86,10 +90,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -107,6 +111,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -118,6 +125,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -136,10 +146,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -156,6 +166,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -167,4 +180,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/operator-framework/operator-registry/operator-framework-operator-registry-release-4.1-postsubmits.yaml b/ci-operator/jobs/operator-framework/operator-registry/operator-framework-operator-registry-release-4.1-postsubmits.yaml index 7745bc3dd2a3..763716dbfc07 100644 --- a/ci-operator/jobs/operator-framework/operator-registry/operator-framework-operator-registry-release-4.1-postsubmits.yaml +++ b/ci-operator/jobs/operator-framework/operator-registry/operator-framework-operator-registry-release-4.1-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-operator-framework-operator-registry-release-4.1-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/operator-framework/operator-registry/operator-framework-operator-registry-release-4.1-presubmits.yaml b/ci-operator/jobs/operator-framework/operator-registry/operator-framework-operator-registry-release-4.1-presubmits.yaml index 8e324236cff4..158d7335a846 100644 --- a/ci-operator/jobs/operator-framework/operator-registry/operator-framework-operator-registry-release-4.1-presubmits.yaml +++ b/ci-operator/jobs/operator-framework/operator-registry/operator-framework-operator-registry-release-4.1-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -46,6 +44,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -68,6 +69,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -86,10 +90,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -107,6 +111,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -118,6 +125,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -136,10 +146,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -156,6 +166,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -167,4 +180,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/operator-framework/operator-registry/operator-framework-operator-registry-release-4.2-postsubmits.yaml b/ci-operator/jobs/operator-framework/operator-registry/operator-framework-operator-registry-release-4.2-postsubmits.yaml index db5038d239c7..52088ea4ffda 100644 --- a/ci-operator/jobs/operator-framework/operator-registry/operator-framework-operator-registry-release-4.2-postsubmits.yaml +++ b/ci-operator/jobs/operator-framework/operator-registry/operator-framework-operator-registry-release-4.2-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-operator-framework-operator-registry-release-4.2-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/operator-framework/operator-registry/operator-framework-operator-registry-release-4.2-presubmits.yaml b/ci-operator/jobs/operator-framework/operator-registry/operator-framework-operator-registry-release-4.2-presubmits.yaml index 740d5a924f69..1fcbf37b9b79 100644 --- a/ci-operator/jobs/operator-framework/operator-registry/operator-framework-operator-registry-release-4.2-presubmits.yaml +++ b/ci-operator/jobs/operator-framework/operator-registry/operator-framework-operator-registry-release-4.2-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -46,6 +44,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -68,6 +69,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -86,10 +90,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -107,6 +111,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -118,6 +125,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -136,10 +146,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -156,6 +166,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -167,4 +180,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/operator-framework/operator-registry/operator-framework-operator-registry-release-4.3-postsubmits.yaml b/ci-operator/jobs/operator-framework/operator-registry/operator-framework-operator-registry-release-4.3-postsubmits.yaml index 4126f32dce25..356556bb8fbe 100644 --- a/ci-operator/jobs/operator-framework/operator-registry/operator-framework-operator-registry-release-4.3-postsubmits.yaml +++ b/ci-operator/jobs/operator-framework/operator-registry/operator-framework-operator-registry-release-4.3-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-operator-framework-operator-registry-release-4.3-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/operator-framework/operator-registry/operator-framework-operator-registry-release-4.3-presubmits.yaml b/ci-operator/jobs/operator-framework/operator-registry/operator-framework-operator-registry-release-4.3-presubmits.yaml index c506bb8b3b73..d0c9dcb26678 100644 --- a/ci-operator/jobs/operator-framework/operator-registry/operator-framework-operator-registry-release-4.3-presubmits.yaml +++ b/ci-operator/jobs/operator-framework/operator-registry/operator-framework-operator-registry-release-4.3-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -46,6 +44,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -68,6 +69,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -86,10 +90,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -107,6 +111,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -118,6 +125,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -136,10 +146,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -156,6 +166,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -167,4 +180,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/operator-framework/operator-registry/operator-framework-operator-registry-release-4.4-postsubmits.yaml b/ci-operator/jobs/operator-framework/operator-registry/operator-framework-operator-registry-release-4.4-postsubmits.yaml index 803aaa1d6e0d..f0dfd8f2a809 100644 --- a/ci-operator/jobs/operator-framework/operator-registry/operator-framework-operator-registry-release-4.4-postsubmits.yaml +++ b/ci-operator/jobs/operator-framework/operator-registry/operator-framework-operator-registry-release-4.4-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-operator-framework-operator-registry-release-4.4-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/operator-framework/operator-registry/operator-framework-operator-registry-release-4.4-presubmits.yaml b/ci-operator/jobs/operator-framework/operator-registry/operator-framework-operator-registry-release-4.4-presubmits.yaml index e0fa6ad5cd01..293337bada1a 100644 --- a/ci-operator/jobs/operator-framework/operator-registry/operator-framework-operator-registry-release-4.4-presubmits.yaml +++ b/ci-operator/jobs/operator-framework/operator-registry/operator-framework-operator-registry-release-4.4-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -46,6 +44,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -68,6 +69,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -86,10 +90,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -107,6 +111,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -118,6 +125,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -136,10 +146,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -156,6 +166,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -167,4 +180,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/operator-framework/operator-registry/operator-framework-operator-registry-release-4.5-postsubmits.yaml b/ci-operator/jobs/operator-framework/operator-registry/operator-framework-operator-registry-release-4.5-postsubmits.yaml index 64c5d6c94d83..6710ad5b90f9 100644 --- a/ci-operator/jobs/operator-framework/operator-registry/operator-framework-operator-registry-release-4.5-postsubmits.yaml +++ b/ci-operator/jobs/operator-framework/operator-registry/operator-framework-operator-registry-release-4.5-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-operator-framework-operator-registry-release-4.5-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/operator-framework/operator-registry/operator-framework-operator-registry-release-4.5-presubmits.yaml b/ci-operator/jobs/operator-framework/operator-registry/operator-framework-operator-registry-release-4.5-presubmits.yaml index c3b6db3037ea..09ef01db117f 100644 --- a/ci-operator/jobs/operator-framework/operator-registry/operator-framework-operator-registry-release-4.5-presubmits.yaml +++ b/ci-operator/jobs/operator-framework/operator-registry/operator-framework-operator-registry-release-4.5-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -46,6 +44,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -68,6 +69,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -86,10 +90,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -106,6 +110,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -117,6 +124,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -135,10 +145,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -155,6 +165,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -166,4 +179,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/operator-framework/operator-registry/operator-framework-operator-registry-release-4.6-postsubmits.yaml b/ci-operator/jobs/operator-framework/operator-registry/operator-framework-operator-registry-release-4.6-postsubmits.yaml index dee2c0ecee7d..a21be9e88e4e 100644 --- a/ci-operator/jobs/operator-framework/operator-registry/operator-framework-operator-registry-release-4.6-postsubmits.yaml +++ b/ci-operator/jobs/operator-framework/operator-registry/operator-framework-operator-registry-release-4.6-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-operator-framework-operator-registry-release-4.6-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/operator-framework/operator-registry/operator-framework-operator-registry-release-4.6-presubmits.yaml b/ci-operator/jobs/operator-framework/operator-registry/operator-framework-operator-registry-release-4.6-presubmits.yaml index 752c2cc346cc..f43e1c97ffbf 100644 --- a/ci-operator/jobs/operator-framework/operator-registry/operator-framework-operator-registry-release-4.6-presubmits.yaml +++ b/ci-operator/jobs/operator-framework/operator-registry/operator-framework-operator-registry-release-4.6-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -46,6 +44,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -68,6 +69,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -86,10 +90,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -107,6 +111,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -118,6 +125,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -136,10 +146,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -156,6 +166,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -167,4 +180,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/operator-framework/operator-registry/operator-framework-operator-registry-release-4.7-postsubmits.yaml b/ci-operator/jobs/operator-framework/operator-registry/operator-framework-operator-registry-release-4.7-postsubmits.yaml index db88b0289e1f..d5bdd3f934fb 100644 --- a/ci-operator/jobs/operator-framework/operator-registry/operator-framework-operator-registry-release-4.7-postsubmits.yaml +++ b/ci-operator/jobs/operator-framework/operator-registry/operator-framework-operator-registry-release-4.7-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-operator-framework-operator-registry-release-4.7-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/operator-framework/operator-registry/operator-framework-operator-registry-release-4.7-presubmits.yaml b/ci-operator/jobs/operator-framework/operator-registry/operator-framework-operator-registry-release-4.7-presubmits.yaml index ba0acea182f1..d2fc6b24dab4 100644 --- a/ci-operator/jobs/operator-framework/operator-registry/operator-framework-operator-registry-release-4.7-presubmits.yaml +++ b/ci-operator/jobs/operator-framework/operator-registry/operator-framework-operator-registry-release-4.7-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-aws-cluster-profile - --target=e2e-aws command: @@ -46,6 +44,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -68,6 +69,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws,?($|\s.*) - agent: kubernetes always_run: true @@ -86,10 +90,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] - --target=[release:latest] command: @@ -107,6 +111,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -118,6 +125,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -136,10 +146,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -156,6 +166,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -167,4 +180,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/ostreedev/ostree/ostreedev-ostree-master-presubmits.yaml b/ci-operator/jobs/ostreedev/ostree/ostreedev-ostree-master-presubmits.yaml index 94c8b8350dcb..9035c46b3507 100644 --- a/ci-operator/jobs/ostreedev/ostree/ostreedev-ostree-master-presubmits.yaml +++ b/ci-operator/jobs/ostreedev/ostree/ostreedev-ostree-master-presubmits.yaml @@ -17,10 +17,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=sanity command: - ci-operator @@ -37,6 +37,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -48,4 +51,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )sanity,?($|\s.*) diff --git a/ci-operator/jobs/redhat-developer/build/redhat-developer-build-master-presubmits.yaml b/ci-operator/jobs/redhat-developer/build/redhat-developer-build-master-presubmits.yaml index 791ac81f22b2..e98cba4d7072 100644 --- a/ci-operator/jobs/redhat-developer/build/redhat-developer-build-master-presubmits.yaml +++ b/ci-operator/jobs/redhat-developer/build/redhat-developer-build-master-presubmits.yaml @@ -18,10 +18,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit - --variant=4.4 command: @@ -39,6 +39,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -50,4 +53,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )4.4-unit,?($|\s.*) diff --git a/ci-operator/jobs/redhat-developer/devconsole-api/redhat-developer-devconsole-api-master-presubmits.yaml b/ci-operator/jobs/redhat-developer/devconsole-api/redhat-developer-devconsole-api-master-presubmits.yaml index ff022d2da517..b10533a62836 100644 --- a/ci-operator/jobs/redhat-developer/devconsole-api/redhat-developer-devconsole-api-master-presubmits.yaml +++ b/ci-operator/jobs/redhat-developer/devconsole-api/redhat-developer-devconsole-api-master-presubmits.yaml @@ -17,10 +17,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=build command: - ci-operator @@ -37,6 +37,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -48,4 +51,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )build,?($|\s.*) diff --git a/ci-operator/jobs/redhat-developer/devconsole-git/redhat-developer-devconsole-git-master-presubmits.yaml b/ci-operator/jobs/redhat-developer/devconsole-git/redhat-developer-devconsole-git-master-presubmits.yaml index b36e6ab182d7..64d5dfc38990 100644 --- a/ci-operator/jobs/redhat-developer/devconsole-git/redhat-developer-devconsole-git-master-presubmits.yaml +++ b/ci-operator/jobs/redhat-developer/devconsole-git/redhat-developer-devconsole-git-master-presubmits.yaml @@ -17,10 +17,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=build command: - ci-operator @@ -37,6 +37,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -48,6 +51,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )build,?($|\s.*) - agent: kubernetes always_run: true @@ -66,10 +72,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=test-unit command: - ci-operator @@ -86,6 +92,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -97,4 +106,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )test-unit,?($|\s.*) diff --git a/ci-operator/jobs/redhat-developer/helm/redhat-developer-helm-master-presubmits.yaml b/ci-operator/jobs/redhat-developer/helm/redhat-developer-helm-master-presubmits.yaml index e8be67274d88..8e2431c39346 100644 --- a/ci-operator/jobs/redhat-developer/helm/redhat-developer-helm-master-presubmits.yaml +++ b/ci-operator/jobs/redhat-developer/helm/redhat-developer-helm-master-presubmits.yaml @@ -17,10 +17,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -37,6 +37,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -48,6 +51,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -66,10 +72,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=lint command: - ci-operator @@ -86,6 +92,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -97,6 +106,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )lint,?($|\s.*) - agent: kubernetes always_run: true @@ -115,10 +127,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -135,6 +147,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -146,4 +161,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/redhat-developer/helm/redhat-developer-helm-release-next-playground-presubmits.yaml b/ci-operator/jobs/redhat-developer/helm/redhat-developer-helm-release-next-playground-presubmits.yaml index 837abcd0931d..c9d7797f4472 100644 --- a/ci-operator/jobs/redhat-developer/helm/redhat-developer-helm-release-next-playground-presubmits.yaml +++ b/ci-operator/jobs/redhat-developer/helm/redhat-developer-helm-release-next-playground-presubmits.yaml @@ -17,10 +17,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=acceptance command: - ci-operator @@ -37,6 +37,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -48,6 +51,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )acceptance,?($|\s.*) - agent: kubernetes always_run: true @@ -66,10 +72,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=test command: - ci-operator @@ -86,6 +92,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -97,4 +106,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )test,?($|\s.*) diff --git a/ci-operator/jobs/redhat-developer/helm/redhat-developer-helm-release-next-presubmits.yaml b/ci-operator/jobs/redhat-developer/helm/redhat-developer-helm-release-next-presubmits.yaml index 250a3373e044..c1c188520281 100644 --- a/ci-operator/jobs/redhat-developer/helm/redhat-developer-helm-release-next-presubmits.yaml +++ b/ci-operator/jobs/redhat-developer/helm/redhat-developer-helm-release-next-presubmits.yaml @@ -17,10 +17,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=acceptance command: - ci-operator @@ -37,6 +37,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -48,6 +51,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )acceptance,?($|\s.*) - agent: kubernetes always_run: true @@ -66,10 +72,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -86,6 +92,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -97,6 +106,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -115,10 +127,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=lint command: - ci-operator @@ -135,6 +147,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -146,6 +161,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )lint,?($|\s.*) - agent: kubernetes always_run: true @@ -164,10 +182,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -184,6 +202,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -195,4 +216,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/redhat-developer/jenkins-operator/redhat-developer-jenkins-operator-master-presubmits.yaml b/ci-operator/jobs/redhat-developer/jenkins-operator/redhat-developer-jenkins-operator-master-presubmits.yaml index 10d97ab1724d..5cb2322d152c 100644 --- a/ci-operator/jobs/redhat-developer/jenkins-operator/redhat-developer-jenkins-operator-master-presubmits.yaml +++ b/ci-operator/jobs/redhat-developer/jenkins-operator/redhat-developer-jenkins-operator-master-presubmits.yaml @@ -17,10 +17,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -37,6 +37,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -48,6 +51,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -66,10 +72,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=lint command: - ci-operator @@ -86,6 +92,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -97,6 +106,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )lint,?($|\s.*) - agent: kubernetes always_run: true @@ -115,10 +127,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -135,6 +147,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -146,4 +161,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/redhat-developer/openshift-jenkins-operator/redhat-developer-openshift-jenkins-operator-master-presubmits.yaml b/ci-operator/jobs/redhat-developer/openshift-jenkins-operator/redhat-developer-openshift-jenkins-operator-master-presubmits.yaml index 4b9f21e755ec..b0f2c3fe91cf 100644 --- a/ci-operator/jobs/redhat-developer/openshift-jenkins-operator/redhat-developer-openshift-jenkins-operator-master-presubmits.yaml +++ b/ci-operator/jobs/redhat-developer/openshift-jenkins-operator/redhat-developer-openshift-jenkins-operator-master-presubmits.yaml @@ -17,10 +17,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=e2e command: - ci-operator @@ -37,6 +37,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -48,6 +51,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e,?($|\s.*) - agent: kubernetes always_run: true @@ -66,10 +72,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -86,6 +92,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -97,6 +106,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -115,10 +127,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -135,6 +147,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -146,4 +161,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/redhat-developer/service-binding-operator/redhat-developer-service-binding-operator-master-periodics.yaml b/ci-operator/jobs/redhat-developer/service-binding-operator/redhat-developer-service-binding-operator-master-periodics.yaml index 055d2a51c26c..d5082c0df7ec 100644 --- a/ci-operator/jobs/redhat-developer/service-binding-operator/redhat-developer-service-binding-operator-master-periodics.yaml +++ b/ci-operator/jobs/redhat-developer/service-binding-operator/redhat-developer-service-binding-operator-master-periodics.yaml @@ -17,13 +17,11 @@ periodics: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/dev-release-cluster-profile - --target=dev-release - --template=/usr/local/dev-release @@ -58,6 +56,9 @@ periodics: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -83,6 +84,9 @@ periodics: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator - agent: kubernetes cluster: api.ci cron: 0 */2 * * * @@ -101,13 +105,11 @@ periodics: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/validate-release-cluster-profile - --target=validate-release - --template=/usr/local/validate-release @@ -142,6 +144,9 @@ periodics: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -167,6 +172,9 @@ periodics: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator - agent: kubernetes cluster: api.ci cron: 0 */6 * * * @@ -184,13 +192,11 @@ periodics: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/dev-release-cluster-profile - --target=dev-release - --template=/usr/local/dev-release @@ -224,6 +230,9 @@ periodics: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -249,6 +258,9 @@ periodics: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator - agent: kubernetes cluster: api.ci cron: 0 */2 * * * @@ -266,13 +278,11 @@ periodics: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/validate-release-cluster-profile - --target=validate-release - --template=/usr/local/validate-release @@ -306,6 +316,9 @@ periodics: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -331,3 +344,6 @@ periodics: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/redhat-developer/service-binding-operator/redhat-developer-service-binding-operator-master-presubmits.yaml b/ci-operator/jobs/redhat-developer/service-binding-operator/redhat-developer-service-binding-operator-master-presubmits.yaml index d8226e126c7f..bb1eb28e3d68 100644 --- a/ci-operator/jobs/redhat-developer/service-binding-operator/redhat-developer-service-binding-operator-master-presubmits.yaml +++ b/ci-operator/jobs/redhat-developer/service-binding-operator/redhat-developer-service-binding-operator-master-presubmits.yaml @@ -18,13 +18,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-cluster-profile - --target=e2e - --template=/usr/local/e2e @@ -59,6 +57,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -84,6 +85,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )4.4-e2e,?($|\s.*) - agent: kubernetes always_run: true @@ -103,10 +107,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=lint - --variant=4.4 command: @@ -124,6 +128,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -135,6 +142,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )4.4-lint,?($|\s.*) - agent: kubernetes always_run: true @@ -154,10 +164,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/secrets/redhat-developer-service-binding-operator-codecov-token - --target=unit - --variant=4.4 @@ -179,6 +189,9 @@ presubmits: - mountPath: /secrets/redhat-developer-service-binding-operator-codecov-token name: redhat-developer-service-binding-operator-codecov-token readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -193,6 +206,9 @@ presubmits: - name: redhat-developer-service-binding-operator-codecov-token secret: secretName: redhat-developer-service-binding-operator-codecov-token + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )4.4-unit,?($|\s.*) - agent: kubernetes always_run: true @@ -211,13 +227,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-cluster-profile - --target=e2e - --template=/usr/local/e2e @@ -251,6 +265,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -276,6 +293,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e,?($|\s.*) - agent: kubernetes always_run: true @@ -294,10 +314,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=lint command: - ci-operator @@ -314,6 +334,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -325,6 +348,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )lint,?($|\s.*) - agent: kubernetes always_run: true @@ -343,10 +369,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/secrets/redhat-developer-service-binding-operator-codecov-token - --target=unit command: @@ -367,6 +393,9 @@ presubmits: - mountPath: /secrets/redhat-developer-service-binding-operator-codecov-token name: redhat-developer-service-binding-operator-codecov-token readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -381,4 +410,7 @@ presubmits: - name: redhat-developer-service-binding-operator-codecov-token secret: secretName: redhat-developer-service-binding-operator-codecov-token + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) diff --git a/ci-operator/jobs/tnozicka/openshift-acme/tnozicka-openshift-acme-master-postsubmits.yaml b/ci-operator/jobs/tnozicka/openshift-acme/tnozicka-openshift-acme-master-postsubmits.yaml index 286029df1aec..a71a97a362e4 100644 --- a/ci-operator/jobs/tnozicka/openshift-acme/tnozicka-openshift-acme-master-postsubmits.yaml +++ b/ci-operator/jobs/tnozicka/openshift-acme/tnozicka-openshift-acme-master-postsubmits.yaml @@ -8,16 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" + max_concurrency: 1 name: branch-ci-tnozicka-openshift-acme-master-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -34,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -45,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/tnozicka/openshift-acme/tnozicka-openshift-acme-master-presubmits.yaml b/ci-operator/jobs/tnozicka/openshift-acme/tnozicka-openshift-acme-master-presubmits.yaml index 121e245f7550..c2c3700cb1bf 100644 --- a/ci-operator/jobs/tnozicka/openshift-acme/tnozicka-openshift-acme-master-presubmits.yaml +++ b/ci-operator/jobs/tnozicka/openshift-acme/tnozicka-openshift-acme-master-presubmits.yaml @@ -17,13 +17,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-cluster-wide-cluster-profile - --target=e2e-cluster-wide - --template=/usr/local/e2e-cluster-wide @@ -59,6 +57,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -84,6 +85,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-cluster-wide,?($|\s.*) - agent: kubernetes always_run: true @@ -102,13 +106,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-single-namespace-cluster-profile - --target=e2e-single-namespace - --template=/usr/local/e2e-single-namespace @@ -144,6 +146,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -169,6 +174,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-single-namespace,?($|\s.*) - agent: kubernetes always_run: true @@ -187,13 +195,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/e2e-specific-namespaces-cluster-profile - --target=e2e-specific-namespaces - --template=/usr/local/e2e-specific-namespaces @@ -229,6 +235,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -254,6 +263,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-specific-namespaces,?($|\s.*) - agent: kubernetes always_run: true @@ -272,10 +284,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -292,6 +304,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -303,6 +318,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -321,10 +339,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=unit command: - ci-operator @@ -341,6 +359,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -352,6 +373,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )unit,?($|\s.*) - agent: kubernetes always_run: true @@ -370,10 +394,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify command: - ci-operator @@ -390,6 +414,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -401,6 +428,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify,?($|\s.*) - agent: kubernetes always_run: true @@ -419,10 +449,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=verify-deps command: - ci-operator @@ -439,6 +469,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -450,4 +483,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )verify-deps,?($|\s.*) diff --git a/ci-operator/jobs/wildfly/wildfly-operator/wildfly-wildfly-operator-master-postsubmits.yaml b/ci-operator/jobs/wildfly/wildfly-operator/wildfly-wildfly-operator-master-postsubmits.yaml index d70405088a04..bb221c0c4c2e 100644 --- a/ci-operator/jobs/wildfly/wildfly-operator/wildfly-wildfly-operator-master-postsubmits.yaml +++ b/ci-operator/jobs/wildfly/wildfly-operator/wildfly-wildfly-operator-master-postsubmits.yaml @@ -8,17 +8,18 @@ postsubmits: decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/is-promotion: "true" ci-operator.openshift.io/prowgen-controlled: "true" max_concurrency: 1 name: branch-ci-wildfly-wildfly-operator-master-images spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --promote + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -35,6 +36,9 @@ postsubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -46,3 +50,6 @@ postsubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/wildfly/wildfly-operator/wildfly-wildfly-operator-master-presubmits.yaml b/ci-operator/jobs/wildfly/wildfly-operator/wildfly-wildfly-operator-master-presubmits.yaml index bf46c0a6d035..b7cea0db285b 100644 --- a/ci-operator/jobs/wildfly/wildfly-operator/wildfly-wildfly-operator-master-presubmits.yaml +++ b/ci-operator/jobs/wildfly/wildfly-operator/wildfly-wildfly-operator-master-presubmits.yaml @@ -17,10 +17,10 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --target=[images] command: - ci-operator @@ -37,6 +37,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -48,6 +51,9 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )images,?($|\s.*) - agent: kubernetes always_run: true @@ -66,13 +72,11 @@ presubmits: spec: containers: - args: - - --artifact-dir=$(ARTIFACTS) - - --give-pr-author-access-to-namespace=true - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --kubeconfig=/etc/apici/kubeconfig - --lease-server-password-file=/etc/boskos/password - - --lease-server-username=ci - - --lease-server=https://boskos-ci.svc.ci.openshift.org + - --report-password-file=/etc/report/password.txt + - --report-username=ci - --secret-dir=/usr/local/test-e2e-18-cluster-profile - --target=test-e2e-18 - --template=/usr/local/test-e2e-18 @@ -106,6 +110,9 @@ presubmits: - mountPath: /etc/pull-secret name: pull-secret readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true serviceAccountName: ci-operator volumes: - name: apici-ci-operator-credentials @@ -131,4 +138,7 @@ presubmits: - name: pull-secret secret: secretName: regcred + - name: result-aggregator + secret: + secretName: result-aggregator trigger: (?m)^/test( | .* )test-e2e-18,?($|\s.*) diff --git a/core-services/image-mirroring/integr8ly/mapping_integr8ly_operator_2_2 b/core-services/image-mirroring/integr8ly/mapping_integr8ly_operator_2_2 new file mode 100644 index 000000000000..e2e11a1b745e --- /dev/null +++ b/core-services/image-mirroring/integr8ly/mapping_integr8ly_operator_2_2 @@ -0,0 +1,2 @@ +registry.svc.ci.openshift.org/integr8ly/2.2:integreatly-operator quay.io/integreatly/integreatly-operator:2.2 +registry.svc.ci.openshift.org/integr8ly/2.2:integreatly-operator-test-harness quay.io/integreatly/integreatly-operator-test-harness:2.2